{"version":3,"file":"index.mjs","sources":["../../../../../../packages/components/radio/index.ts"],"sourcesContent":["import { withInstall, withNoopInstall } from '@hd-front-end/utils'\nimport Radio from './src/radio.vue'\nimport RadioButton from './src/radio-button.vue'\nimport RadioGroup from './src/radio-group.vue'\n\nimport type { SFCWithInstall } from '@hd-front-end/utils'\n\nexport const ElRadio: SFCWithInstall<typeof Radio> & {\n  RadioButton: typeof RadioButton\n  RadioGroup: typeof RadioGroup\n} = withInstall(Radio, {\n  RadioButton,\n  RadioGroup,\n})\nexport default ElRadio\nexport const ElRadioGroup: SFCWithInstall<typeof RadioGroup> =\n  withNoopInstall(RadioGroup)\nexport const ElRadioButton: SFCWithInstall<typeof RadioButton> =\n  withNoopInstall(RadioButton)\n\nexport * from './src/radio'\nexport * from './src/radio-group'\nexport * from './src/radio-button'\nexport * from './src/constants'\n"],"names":[],"mappings":";;;;;;;;;AAOa,MAAA,OAAA,GAGT,YAAY,KAAO,EAAA;AAAA,EACrB,WAAA;AAAA,EACA,UAAA;AACF,CAAC,EAAA;AAEY,MAAA,YAAA,GACX,gBAAgB,UAAU,EAAA;AACf,MAAA,aAAA,GACX,gBAAgB,WAAW;;;;"}