UNPKG

supertokens-auth-react

Version:

ReactJS SDK that provides login functionality with SuperTokens.

9 lines (8 loc) 276 B
/// <reference types="react" /> import type { TOTPMFACommonProps } from "../../../types"; export declare const CodeVerificationHeader: import("react").ComponentType< TOTPMFACommonProps & { showBackButton: boolean; onBackButtonClicked: () => void; } >;