fix(nodes): improper style encapsulation
* import path in hooks.ts Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
+2
-1
@@ -1,9 +1,10 @@
|
||||
import { EventHook } from '@vueuse/core'
|
||||
import { MouseTouchEvent } from '@braks/revue-draggable'
|
||||
import { FlowTransform, FlowInstance, FlowElements } from './flow'
|
||||
import { FlowInstance, FlowElements } from './flow'
|
||||
import { GraphEdge } from './edge'
|
||||
import { GraphNode } from './node'
|
||||
import { Connection, OnConnectStartParams } from './connection'
|
||||
import { FlowTransform } from './zoom'
|
||||
|
||||
export type FlowHook<T = any> = EventHook<T>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user