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