diff --git a/packages/core/src/context/index.ts b/packages/core/src/context/index.ts index 3c5e4d56..df9c4e1e 100644 --- a/packages/core/src/context/index.ts +++ b/packages/core/src/context/index.ts @@ -5,5 +5,5 @@ export const VueFlow: InjectionKey = Symbol('vueFlow') export const NodeId: InjectionKey = Symbol('nodeId') export const NodeRef: InjectionKey> = Symbol('nodeRef') export const EdgeId: InjectionKey = Symbol('edgeId') -export const EdgeRef: InjectionKey> = Symbol('edgeRef') +export const EdgeRef: InjectionKey> = Symbol('edgeRef') export const Slots: InjectionKey = Symbol('slots')