UNPKG

authhaven

Version:

Customizable React and TypeScript authentication UI components with support for login, signup, 2FA, and more.

8 lines (7 loc) 239 B
import React from "react"; import { TwoFactorVerifyProps } from "../types/types"; /** * TwoFactorVerify component for verifying a 2FA code */ declare const TwoFactorVerify: React.FC<TwoFactorVerifyProps>; export default TwoFactorVerify;