element-plus
Version:
A Component Library for Vue 3
1 lines • 475 B
Source Map (JSON)
{"version":3,"file":"radio.mjs","sources":["../../../../packages/tokens/radio.ts"],"sourcesContent":["import type { RadioGroupProps } from '@element-plus/components'\nimport type { InjectionKey } from 'vue'\n\nexport interface RadioGroupContext extends RadioGroupProps {\n changeEvent: (val: RadioGroupProps['modelValue']) => void\n}\n\nexport const radioGroupKey: InjectionKey<RadioGroupContext> =\n Symbol('radioGroupKey')\n"],"names":[],"mappings":"MAOa,gBACX,OAAO;;;;"}