EASYAIuniappNewUI/node_modules/@tuniao/tnui-vue3-uniapp/tokens/form.ts
2025-02-08 18:50:38 +08:00

8 lines
287 B
TypeScript

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')