UNPKG

@farris/ui-vue

Version:

Farris Vue, a Farris Design based Vue3 component library.

13 lines (12 loc) 425 B
import { InjectionKey, Ref } from "vue"; export declare const CHECKBOX_CONTEXT: InjectionKey<{ [key: string]: any; }>; /** 选择控制器 */ export declare const ControllerSchemaRepositorySymbol: unique symbol; export declare const RADIOGROUP_CONTEXT: InjectionKey<{ radios: Ref<Array<any>>; [key: string]: any; }> | undefined; /** 选择表单 */ export declare const FormSchemaRepositorySymbol: unique symbol;