Files
dsProject/dsBase/WebRoot/html/cdn/es/tokens/radio.mjs.map
2025-08-14 15:45:08 +08:00

1 line
494 B
Plaintext

{"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":"AAAY,MAAC,aAAa,GAAG,MAAM,CAAC,eAAe;;;;"}