UNPKG

react-elegant-ui

Version:

Elegant UI components, made by BEM best practices for react

7 lines (6 loc) 244 B
import { FC } from 'react'; import { IComponentHTMLElement } from '../../../types/IComponent'; import './Textinput-Box.css'; export interface ITextinputBox extends IComponentHTMLElement { } export declare const TextinputBox: FC<ITextinputBox>;