UNPKG

@bee-design/ui

Version:

Bee Design React UI Library.

7 lines (6 loc) 284 B
import Input from './input'; import { InputProps, TextAreaProps } from './interface'; import { InputPasswordProps } from './password'; import { InputSearchProps } from './search'; export { InputProps, TextAreaProps, InputPasswordProps, InputSearchProps }; export default Input;