UNPKG

supertokens-auth-react

Version:

ReactJS SDK that provides login functionality with SuperTokens.

8 lines (7 loc) 213 B
import type { UserContext } from "../types"; import type { PropsWithChildren } from "react"; export declare const SuperTokensWrapper: React.FC< PropsWithChildren<{ userContext?: UserContext; }> >;