import Input from './Input';
import Group from './Group';
import './style';

Input.Group = Group;
export default Input;
