UNPKG

react-elegant-ui

Version:

Elegant UI components, made by BEM best practices for react

7 lines (6 loc) 262 B
import { ComponentType, HTMLAttributes } from 'react'; import { ITextinputClear } from '../Clear/Textinput-Clear'; export interface ITextinputClearRegistry { ClearIcon: ComponentType<HTMLAttributes<HTMLElement>>; Clear: ComponentType<ITextinputClear>; }