UNPKG

supertokens-auth-react

Version:

ReactJS SDK that provides login functionality with SuperTokens.

5 lines (4 loc) 286 B
/// <reference types="react" /> import type { FeatureBlockDetailProps } from "../../../types"; export declare const PasskeyFeatureBlock: import("react").ComponentType<FeatureBlockDetailProps>; export declare const PasskeyFeatureBlockList: () => import("react/jsx-runtime").JSX.Element;