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;