refactor(util-functions): cleanup types so that node/edge types get infered

This commit is contained in:
moklick
2024-01-15 17:32:30 +01:00
parent 4d8fc79d21
commit 1bc1ae855d
9 changed files with 30 additions and 127 deletions
+4
View File
@@ -112,5 +112,9 @@ export {
getStraightPath,
getViewportForBounds,
getNodesBounds,
getIncomers,
getOutgoers,
getConnectedEdges,
addEdge,
internalsSymbol
} from '@xyflow/system';