authhaven
Version:
Customizable React and TypeScript authentication UI components with support for login, signup, 2FA, and more.
16 lines (15 loc) • 1.09 kB
TypeScript
export * from "./types/types";
export { default as CustomButton } from "./Reusable/CustomButton";
export { default as CustomInputLabelInternal } from "./Reusable/CustomInputLabelInternal";
export { default as CustomInputLabelOver } from "./Reusable/CustomInputLabelOver";
export { default as CustomPasswordInternal } from "./Reusable/CustomPasswordInternal";
export { default as CustomPasswordOver } from "./Reusable/CustomPasswordOver";
export { default as CustomTextBox } from "./Reusable/CustomTextBox";
export { default as ForgotPasswordSelection } from "./ForgotPassword/ForgotPasswordSelection";
export { default as ForgotPasswordTraditional } from "./ForgotPassword/ForgotPasswordTraditional";
export { default as Login } from "./Login/Login";
export { default as SignUp } from "./Signup/SignUp";
export { default as TwoFactorSetup } from "./Twofactor/TwofactorSetUp";
export { default as TwoFactorVerify } from "./Twofactor/TwoFactorVerify";
export { default as DigitInput } from "./Reusable/CustomDigitInput";
export { default as ResetPassword } from "./ResetPassword/ResetPassword";