UNPKG

supertokens-auth-react

Version:

ReactJS SDK that provides login functionality with SuperTokens.

8 lines (7 loc) 240 B
/// <reference types="react" /> import type { TOTPMFACommonProps } from "../../../types"; export declare const CodeVerificationFooter: import("react").ComponentType< TOTPMFACommonProps & { onSignOutClicked: () => void; } >;