UNPKG

xdesign-vue-next

Version:

XDesign Component for vue-next

1 lines 1.04 kB
{"version":3,"file":"index.mjs","sources":["../../src/select/index.ts"],"sourcesContent":["import _Select from './select';\nimport _Option from './option';\nimport _OptionGroup from './optionGroup';\nimport withInstall from '../utils/withInstall';\nimport { TdSelectProps, TdOptionProps, TdOptionGroupProps, SelectOption } from './type';\n\nimport './style';\n\nexport * from './type';\nexport type SelectProps<T = SelectOption> = TdSelectProps<T>;\nexport type OptionProps = TdOptionProps;\nexport type OptionGroupProps = TdOptionGroupProps;\n\nexport const Select = withInstall(_Select);\nexport const Option = withInstall(_Option);\nexport const OptionGroup = withInstall(_OptionGroup);\n\nexport default Select;\n"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAaO,IAAA,MAAA,GAAA,WAAA,CAAA,OAAA,EAAA;AACA,IAAA,MAAA,GAAA,WAAA,CAAA,OAAA,EAAA;AACA,IAAA,WAAA,GAAA,WAAA,CAAA,YAAA;;;;"}