UNPKG

supertokens-auth-react

Version:

ReactJS SDK that provides login functionality with SuperTokens.

9 lines (8 loc) 361 B
import type { PartialAuthComponentProps } from "../../../../../types"; import type { NormalisedConfig } from "../../../types"; export declare const ContinueWithPasswordlessTheme: ( props: PartialAuthComponentProps & { config: NormalisedConfig; continueWithPasswordlessClicked: () => void; } ) => import("react/jsx-runtime").JSX.Element;