UNPKG

techveda-react-auth

Version:

Techveda's React Authentication Library with context and hooks

4 lines (3 loc) 151 B
/// <reference types="react" /> import { AuthContextType } from './types'; export declare const AuthContext: import("react").Context<AuthContextType>;