index.js 387 Bytes
Newer Older
1 2 3
import ComboBox from './ComboBox'
import RadioButton from './RadioButton'
import CheckBox from './CheckBox'
4
import CascadeSelector from './CascadeSelector'
田翔's avatar
田翔 committed
5
import RelevanceSelect from './RelevanceSelect'
田翔's avatar
田翔 committed
6
import SwitchSelector from './SwitchSelector'
田翔's avatar
田翔 committed
7 8

const select = {
9 10 11
  ComboBox,
  RadioButton,
  CheckBox,
田翔's avatar
田翔 committed
12
  SwitchSelector,
田翔's avatar
田翔 committed
13
  RelevanceSelect,
14
  CascadeSelector,
田翔's avatar
田翔 committed
15 16 17
}

export default select