import { type InjectionKey, type ModelRef } from "vue"; export const radioGroupNameKey: InjectionKey = Symbol(); export const radioGroupModelKey: InjectionKey> = Symbol();