{"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;;;;"}