FPGA_WebLab/src/components/InjectKeys.ts

5 lines
141 B
TypeScript

import type { InjectionKey, Ref } from "vue";
export const CanvasCurrentSelectedComponentID = Symbol() as InjectionKey<Ref<string | null>>