UNPKG

supertokens-auth-react

Version:

ReactJS SDK that provides login functionality with SuperTokens.

4 lines (3 loc) 144 B
import type { SessionContextType } from "./types"; declare const useSessionContext: () => SessionContextType; export default useSessionContext;