import { InjectionKey } from 'vue' import { ElementId, FlowHooks, FlowStore } from '~/types' export const Store: InjectionKey = Symbol('store') export const Hooks: InjectionKey = Symbol('hooks') export const NodeIdContextKey: InjectionKey = Symbol('NodeIdContext')