import { InjectionKey } from 'vue' import { ElementId, FlowStore } from '~/types' export const Store: InjectionKey = Symbol('store') export const NodeId: InjectionKey = Symbol('nodeId')