ant-design/components/input/index.tsx
2016-06-22 13:19:48 +08:00

6 lines
102 B
TypeScript

import Input from './Input';
import Group from './Group';
Input.Group = Group;
export default Input;