import Input from './input'; import { InputProps, TextAreaProps, RefInputType } from './interface'; import { InputPasswordProps } from './password'; import { InputSearchProps } from './search'; import { RefTextAreaType } from './textarea'; export { type InputProps, type TextAreaProps, type InputPasswordProps, type InputSearchProps, type RefInputType, type RefTextAreaType, }; export default Input;