UNPKG

supertokens-auth-react

Version:

ReactJS SDK that provides login functionality with SuperTokens.

4 lines (3 loc) 207 B
/// <reference types="react" /> import type { UserInputCodeFormFooterProps } from "../../../types"; export declare const UserInputCodeFormFooter: import("react").ComponentType<UserInputCodeFormFooterProps>;