UNPKG

authhaven

Version:

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

8 lines (7 loc) 283 B
import React from "react"; import { ForgotPasswordTraditionalProps } from "../types/types"; /** * Traditional forgot password component with email input */ declare const ForgotPasswordTraditional: React.FC<ForgotPasswordTraditionalProps>; export default ForgotPasswordTraditional;