UNPKG

supertokens-auth-react

Version:

ReactJS SDK that provides login functionality with SuperTokens.

4 lines (3 loc) 180 B
/// <reference types="react" /> import type { EmailSentProps } from "../../../types"; export declare const PasskeyRecoveryEmailSent: import("react").ComponentType<EmailSentProps>;