UNPKG

supertokens-auth-react

Version:

ReactJS SDK that provides login functionality with SuperTokens.

9 lines (8 loc) 372 B
/// <reference types="react" /> import type { RecoverFormProps } from "../../../types"; export declare const WebauthnRecoverAccountForm: import("react").ComponentType< RecoverFormProps & { setError: React.Dispatch<React.SetStateAction<string | undefined>>; } >; export declare const WebauthnRecoverAccount: import("react").ComponentType<RecoverFormProps>;