element-plus
Version:
A Component Library for Vue 3
1 lines • 1.04 kB
Source Map (JSON)
{"version":3,"file":"radio-group.mjs","sources":["../../../../../../packages/components/radio/src/radio-group.ts"],"sourcesContent":["import { buildProps } from '@element-plus/utils/props'\nimport { useFormItemProps } from '@element-plus/hooks'\nimport { radioEmits } from './radio'\nimport type { ExtractPropTypes } from '@vue/runtime-core'\n\nexport const radioGroupProps = buildProps({\n ...useFormItemProps,\n modelValue: {\n type: [String, Number, Boolean],\n default: '',\n },\n fill: {\n type: String,\n default: '',\n },\n textColor: {\n type: String,\n default: '',\n },\n} as const)\nexport type RadioGroupProps = ExtractPropTypes<typeof radioGroupProps>\n\nexport const radioGroupEmits = radioEmits\nexport type RadioGroupEmits = typeof radioGroupEmits\n"],"names":[],"mappings":";;;;;MAKa,kBAAkB,WAAW;AAAA,KACrC;AAAA,EACH,YAAY;AAAA,IACV,MAAM,CAAC,QAAQ,QAAQ;AAAA,IACvB,SAAS;AAAA;AAAA,EAEX,MAAM;AAAA,IACJ,MAAM;AAAA,IACN,SAAS;AAAA;AAAA,EAEX,WAAW;AAAA,IACT,MAAM;AAAA,IACN,SAAS;AAAA;AAAA;MAKA,kBAAkB;;;;"}