Merge branch 'master' into develop-1.0.0

This commit is contained in:
afc163 2016-04-27 11:25:16 +08:00
commit 16a702f5a0

View File

@ -2,6 +2,7 @@ import React, { PropTypes } from 'react';
import { PREFIX_CLS } from './Constants';
import Select from '../select';
import { Group, Button } from '../radio';
const Option = Select.Option;
const { Option } = Select;