UNPKG

supertokens-auth-react

Version:

ReactJS SDK that provides login functionality with SuperTokens.

5 lines (4 loc) 266 B
/// <reference types="react" /> import type { RecoverAccountWithTokenThemeProps } from "../../../types"; declare function PasskeyRecoverAccountWithTokenTheme(props: RecoverAccountWithTokenThemeProps): JSX.Element; export default PasskeyRecoverAccountWithTokenTheme;