UNPKG

@squirrel-cloud/ui-vue

Version:

松鼠的坚果屋前端VUE框架

11 lines (10 loc) 279 B
import { Ref, InjectionKey } from 'vue'; import { FormContext } from '../../typings'; /** * 表单注入键 */ export declare const FormContextKeys: InjectionKey<Ref<FormContext>>; /** * 表单项ID注入键 */ export declare const FormItemIdKeys: InjectionKey<Ref<string>>;