feat(core): add connection status to connection lines
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
Vendored
+1
@@ -68,6 +68,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 getConnectionStatus: typeof import('./utils/handle')['getConnectionStatus']
|
||||
const getCurrentInstance: typeof import('vue')['getCurrentInstance']
|
||||
const getCurrentScope: typeof import('vue')['getCurrentScope']
|
||||
const getDimensions: typeof import('./utils/graph')['getDimensions']
|
||||
|
||||
Reference in New Issue
Block a user