UNPKG

supertokens-auth-react

Version:

ReactJS SDK that provides login functionality with SuperTokens.

8 lines (7 loc) 251 B
import React from "react"; import type { LoginAttemptInfo } from "../../../types"; export declare const ResendButton: React.ComponentType<{ loginAttemptInfo: LoginAttemptInfo; resendEmailOrSMSGapInSeconds: number; onClick: () => void; }>;