477e50456d83e843152ff2df19deb25dbea76dbb00e71d331f6b71002b748d517a1bbbcc10aa7de55bfedbae70727f57b5ca0b4ea4efabd152c5175b0bed9f 511 B

1
  1. {"version":3,"file":"constants.mjs","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;;;;"}