UNPKG

supertokens-auth-react

Version:

ReactJS SDK that provides login functionality with SuperTokens.

6 lines (5 loc) 315 B
/// <reference types="react" /> import type { FactorChooserThemeProps } from "../../../types"; export declare function FactorChooserTheme(props: FactorChooserThemeProps): JSX.Element; declare function FactorChooserThemeWrapper(props: FactorChooserThemeProps): JSX.Element; export default FactorChooserThemeWrapper;