UNPKG

supertokens-auth-react

Version:

ReactJS SDK that provides login functionality with SuperTokens.

5 lines (4 loc) 148 B
/// <reference types="react" /> export declare const FactorChooserFooter: import("react").ComponentType<{ logout: (() => void) | undefined; }>;