UNPKG

authhaven

Version:

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

8 lines (7 loc) 259 B
import React from "react"; import { TwoFactorSetupProps } from "../types/types"; /** * TwoFactorSetup component allows users to choose their preferred 2FA method */ declare const TwoFactorSetup: React.FC<TwoFactorSetupProps>; export default TwoFactorSetup;