feat(core): add getConnectedNodes util

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-04-11 20:28:02 +02:00
committed by Braks
parent e4c4bd8a94
commit ec44dca56a
+1
View File
@@ -71,6 +71,7 @@ declare global {
const getBoundsofRects: typeof import('./utils/graph')['getBoundsofRects']
const getClosestHandle: typeof import('./utils/handle')['getClosestHandle']
const getConnectedEdges: typeof import('./utils/graph')['getConnectedEdges']
const getConnectedNodes: typeof import('./utils/graph')['getConnectedNodes']
const getConnectionStatus: typeof import('./utils/handle')['getConnectionStatus']
const getCurrentInstance: typeof import('vue')['getCurrentInstance']
const getCurrentScope: typeof import('vue')['getCurrentScope']