fix: zoom pan helper
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import { InjectionKey } from 'vue'
|
||||
import { FlowHooks, FlowStore } from '~/types'
|
||||
|
||||
export const Store: InjectionKey<FlowStore> = Symbol('store')
|
||||
export const Hooks: InjectionKey<FlowHooks> = Symbol('hooks')
|
||||
export const NodeIdContextKey: InjectionKey<string> = Symbol('NodeIdContext')
|
||||
Reference in New Issue
Block a user