ant-design/components/input/index.jsx
2016-03-31 17:46:35 +08:00

6 lines
102 B
JavaScript

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