frontend/components/ui/form/injectionKeys.ts
2024-12-02 17:20:27 +01:00

4 lines
115 B
TypeScript

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