UNPKG

@cainiaofe/cn-ui-m

Version:
10 lines (9 loc) 283 B
import Select from './select'; import CnSelectOption from './option'; import './styles/index.scss'; import './styles/selected.scss'; // @ts-ignore select var CnSelect = Select; CnSelect.Option = CnSelectOption; CnSelect.displayName = 'CnSelect'; export { CnSelect, CnSelectOption };