UNPKG

element-plus

Version:

A Component Library for Vue 3

5 lines (4 loc) 238 B
import type { InjectionKey } from 'vue'; import type { FormContext, FormItemContext } from './types'; export declare const formContextKey: InjectionKey<FormContext>; export declare const formItemContextKey: InjectionKey<FormItemContext>;