UNPKG

supertokens-auth-react

Version:

ReactJS SDK that provides login functionality with SuperTokens.

9 lines (8 loc) 216 B
import type { FC } from "react"; export declare const FactorOption: import("react").ComponentType<{ onClick: (() => void) | undefined; id: string; name: string; description: string; logo: FC; }>;