UNPKG

supertokens-auth-react

Version:

ReactJS SDK that provides login functionality with SuperTokens.

8 lines (7 loc) 239 B
/// <reference types="react" /> import type { SignInUpEmailFormProps } from "../../../types"; export declare const EmailForm: import("react").ComponentType< SignInUpEmailFormProps & { footer?: JSX.Element | undefined; } >;