UNPKG

supertokens-auth-react

Version:

ReactJS SDK that provides login functionality with SuperTokens.

10 lines (9 loc) 313 B
/// <reference types="react" /> import type { UserContext } from "../../../../../types"; import type { SignInAndUpThemeProps } from "../../../types"; declare const SignInAndUpThemeWrapper: React.FC< SignInAndUpThemeProps & { userContext?: UserContext; } >; export default SignInAndUpThemeWrapper;