2018-03-14 02:36:52 +00:00
|
|
|
// based on vc-select 7.7.5
|
2018-02-06 09:22:36 +00:00
|
|
|
import Select from './Select'
|
|
|
|
import Option from './Option'
|
|
|
|
import { SelectPropTypes } from './PropTypes'
|
|
|
|
import OptGroup from './OptGroup'
|
|
|
|
Select.Option = Option
|
|
|
|
Select.OptGroup = OptGroup
|
|
|
|
export { Option, OptGroup, SelectPropTypes }
|
|
|
|
export default Select
|