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
494 B

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