Files
icehrm/web/node_modules/antd/lib/input/index.d.ts
2020-05-20 18:47:29 +02:00

8 lines
255 B
TypeScript

import Input from './Input';
export { InputProps } from './Input';
export { GroupProps } from './Group';
export { SearchProps } from './Search';
export { TextAreaProps } from './TextArea';
export { PasswordProps } from './Password';
export default Input;