frontend/app/components/ui/form/injectionKeys.ts

4 lines
115 B
TypeScript
Raw Permalink Normal View History

import type { InjectionKey } from "vue";
export const FORM_ITEM_INJECTION_KEY = Symbol() as InjectionKey<string>;