{"version":3,"file":"index.mjs","sources":["../../../../components/radio/constants/index.ts"],"sourcesContent":["import { InjectionKey } from 'vue';\nimport { RadioValue } from '../type';\n\nexport const RadioGroupInjectionKey: InjectionKey<{\n  name: string;\n  disabled: boolean;\n  readonly: boolean;\n  value: RadioValue;\n  allowUncheck: boolean;\n  setValue: (value: RadioValue, context: { e: Event; name?: string }) => void;\n}> = Symbol('RadioGroupProvide');\n\nexport const RadioButtonInjectionKey: InjectionKey<{}> = Symbol('RadioButtonProvide');\n"],"names":["RadioGroupInjectionKey","Symbol","RadioButtonInjectionKey"],"mappings":";;;;;;IAGaA,sBAAA,GAORC,OAAO,mBAAmB,EAAA;IAElBC,uBAAA,GAA4CD,OAAO,oBAAoB;;;;"}