UNPKG

authhaven

Version:

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

8 lines (7 loc) 240 B
import React from "react"; import { SignUpProps } from "../types/types"; /** * Dynamic SignUp component that allows configuration of multiple input fields */ declare const CustomSignUp: React.FC<SignUpProps>; export default CustomSignUp;