You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 line
900 B
1 line
900 B
11 months ago
|
{"version":3,"file":"index.mjs","sources":["../../../../../packages/components/radio/index.ts"],"sourcesContent":["import { withInstall, withNoopInstall } from '@element-plus/utils/with-install'\n\nimport Radio from './src/radio.vue'\nimport RadioButton from './src/radio-button.vue'\nimport RadioGroup from './src/radio-group.vue'\n\nexport const ElRadio = withInstall(Radio, {\n RadioButton,\n RadioGroup,\n})\nexport default ElRadio\nexport const ElRadioGroup = withNoopInstall(RadioGroup)\nexport const ElRadioButton = withNoopInstall(RadioButton)\n\nexport * from './src/radio'\nexport * from './src/radio-group'\nexport * from './src/radio-button'\n"],"names":["Radio","RadioButton","RadioGroup"],"mappings":";;;;;;;;;;;AAIY,MAAC,OAAO,GAAG,WAAW,CAACA,MAAK,EAAE;AAC1C,eAAEC,QAAW;AACb,cAAEC,QAAU;AACZ,CAAC,EAAE;AAES,MAAC,YAAY,GAAG,eAAe,CAACA,QAAU,EAAE;AAC5C,MAAC,aAAa,GAAG,eAAe,CAACD,QAAW;;;;"}
|