UNPKG

@tuniao/tnui-vue3-uniapp

Version:
8 lines (6 loc) 287 B
import type { InjectionKey } from 'vue' import type { FormContext, FormItemContext } from '../components' export const formContextKey: InjectionKey<FormContext> = Symbol('formContextKey') export const formItemContextKey: InjectionKey<FormItemContext> = Symbol('formItemContextKey')