import type { InjectionKey, Slots as TSlots } from 'vue' import type { VueFlowStore } from '~/types' export const VueFlow: InjectionKey = Symbol('vueFlow') export const NodeId: InjectionKey = Symbol('nodeId') export const Slots: InjectionKey = Symbol('slots')