ee89eab1168df9e0d7f1a027556315b3893560d8d5985fe37674286aebcceea67455e1111a3fae8a7cade000a143665dcfee85637cfe2f42c9a37e0b44adc6 514 B

1
  1. {"version":3,"file":"constants.js","sources":["../../../../../../packages/components/radio/src/constants.ts"],"sourcesContent":["import type { InjectionKey } from 'vue'\nimport type { RadioGroupProps } from './radio-group'\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;;;;"}