UNPKG

xbpr

Version:

xbp react ui by @arco-design/web-react

8 lines (7 loc) 370 B
import Input from './input'; import { InputProps, TextAreaProps, RefInputType } from './interface'; import { InputPasswordProps } from './password'; import { InputSearchProps } from './search'; import { RefTextAreaType } from './textarea'; export { InputProps, TextAreaProps, InputPasswordProps, InputSearchProps, RefInputType, RefTextAreaType, }; export default Input;