ant-design/components/input/index.tsx

6 lines
102 B
TypeScript
Raw Normal View History

2016-03-31 17:46:35 +08:00
import Input from './Input';
import Group from './Group';
2015-10-09 13:53:04 +08:00
2016-03-31 17:46:35 +08:00
Input.Group = Group;
export default Input;