UNPKG

authhaven

Version:

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

8 lines (7 loc) 231 B
import React from "react"; import { ResetPasswordProps } from "../types/types"; /** * ResetPassword component for setting a new password */ declare const ResetPassword: React.FC<ResetPasswordProps>; export default ResetPassword;