UNPKG

supertokens-auth-react

Version:

ReactJS SDK that provides login functionality with SuperTokens.

11 lines (10 loc) 318 B
import React from "react"; import type { TOTPMFACommonProps } from "../../../types"; export declare const CodeForm: React.ComponentType< TOTPMFACommonProps & { onSuccess: () => void; clearError: () => void; onError: (err: string) => void; footer?: JSX.Element | undefined; } >;