{"version":3,"file":"constants.mjs","sources":["../../../../../../packages/components/radio/src/constants.ts"],"sourcesContent":["import type { RadioGroupProps } from '@sgui-plus/components/radio'\r\nimport type { InjectionKey } from 'vue'\r\n\r\nexport type RadioGroupContext = RadioGroupProps & {\r\n  changeEvent: (val: RadioGroupProps['modelValue']) => void\r\n}\r\n\r\nexport const RadioGroupContextKey: InjectionKey<RadioGroupContext> = Symbol('RadioGroupContextKey')\r\n"],"names":[],"mappings":"AAAY,MAAC,oBAAoB,GAAG,MAAM,CAAC,sBAAsB;;;;"}