{"version":3,"file":"index.mjs","sources":["../../../components/select/index.ts"],"sourcesContent":["import _Select from './select';\nimport _Option from './option';\nimport _OptionGroup from './option-group';\nimport { withInstall } from '@tdesign/shared-utils';\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":["Select","withInstall","_Select","Option","_Option","OptionGroup","_OptionGroup"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAaaA,MAAA,GAASC,YAAYC,OAAO,EAAA;IAC5BC,MAAA,GAASF,YAAYG,OAAO,EAAA;IAC5BC,WAAA,GAAcJ,YAAYK,YAAY;;;;"}