UNPKG

@squirrel-cloud/ui-vue

Version:

松鼠的坚果屋前端VUE框架

7 lines (6 loc) 207 B
import { Ref, InjectionKey } from 'vue'; import { RadioGroupContext } from '../../typings'; /** * 单选框组注入键 */ export declare const RadioGroupContextKeys: InjectionKey<Ref<RadioGroupContext>>;