UNPKG

supertokens-auth-react

Version:

ReactJS SDK that provides login functionality with SuperTokens.

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