UNPKG

cosmic-authentication

Version:

Authentication library for cosmic.new. Designed to be used and deployed on cosmic.new

7 lines 296 B
import { ReactNode } from 'react'; import { AuthContextType } from '../types'; export declare function AuthProvider({ children }: { children: ReactNode; }): import("react/jsx-runtime").JSX.Element; export declare function useAuth(): AuthContextType; //# sourceMappingURL=auth-context.d.ts.map