UNPKG

supertokens-auth-react

Version:

ReactJS SDK that provides login functionality with SuperTokens.

9 lines (8 loc) 385 B
import React from "react"; import type { NormalisedConfig, ContinueWithPasskeyProps } from "../../../types"; export declare const ContinueWithPasskeyWithOverride: React.ComponentType<ContinueWithPasskeyProps>; export declare const ContinueWithPasskeyTheme: ( props: { config: NormalisedConfig; } & ContinueWithPasskeyProps ) => import("react/jsx-runtime").JSX.Element;