UNPKG

supertokens-auth-react

Version:

ReactJS SDK that provides login functionality with SuperTokens.

9 lines (8 loc) 312 B
/// <reference types="react" /> import type { SignInUpEPComboChildProps } from "../../../types"; export declare enum SignInUpEPComboScreens { EmailForm = 0, EmailOrPhoneForm = 1, } declare function SignInUpThemeWrapper(props: SignInUpEPComboChildProps): JSX.Element; export default SignInUpThemeWrapper;