xdesign-vue-next
Version:
XDesign Component for vue-next
1 lines • 627 B
Source Map (JSON)
{"version":3,"file":"constants.mjs","sources":["../../src/radio/constants.ts"],"sourcesContent":["import { InjectionKey } from 'vue';\nimport { RadioValue } from './type';\n\nexport const RadioGroupInjectionKey: InjectionKey<{\n name: string;\n disabled: boolean;\n value: RadioValue;\n allowUncheck: boolean;\n setValue: (value: RadioValue, context: { e: Event }) => void;\n}> = Symbol('RadioGroupProvide');\n\nexport const RadioButtonInjectionKey: InjectionKey<{}> = Symbol('RadioButtonProvide');\n"],"names":[],"mappings":";;;;;;AAGO,sCAAA,IAAA,sBAAA,GAAA,MAAA,CAAA,mBAAA,EAAA;AAQA,IAAA,uBAAA,GAAA,MAAA,CAAA,oBAAA;;;;"}