@paladen/auth
Advanced tools
Comparing version 0.0.37 to 0.0.38
import React, { Component, ReactElement } from "react"; | ||
import { AuthProps } from "./"; | ||
export declare const AuthContext: React.Context<any>; | ||
export declare type AuthContextProps = AuthProps & { | ||
setAuth?(auth: AuthProps): void; | ||
}; | ||
export declare class AuthContextProvider extends Component { | ||
@@ -5,0 +8,0 @@ constructor(props: object); |
{ | ||
"name": "@paladen/auth", | ||
"version": "0.0.37", | ||
"version": "0.0.38", | ||
"repository": "https://github.com/samstr/paladen", | ||
@@ -29,3 +29,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "ffd7c9c7cc6686b9db33a21addf8311421177f42" | ||
"gitHead": "74a5c47bab39e51dc6e854ec901037fedcd02f0b" | ||
} |
6584
164