UNPKG

membros-react-sdk

Version:

React authentication library for Membros platform with subscription management and plan-based access control

5 lines 346 B
import { AuthContextType, AuthProviderProps } from "./types"; export declare const useAuth: () => AuthContextType; export declare const signOut: () => void; export declare const MembrosProvider: ({ children, clientId, authorizationParams, }: AuthProviderProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=AuthContext.d.ts.map