UNPKG

authhaven

Version:

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

8 lines (7 loc) 241 B
import React from "react"; import { CustomTextProps } from "../types/types"; /** * CustomText component for displaying text with customizable styling */ declare const CustomTextBox: React.FC<CustomTextProps>; export default CustomTextBox;