refactor(utils): export getRectOfNodes closes #1107

This commit is contained in:
moklick
2021-04-24 14:29:52 +02:00
parent 6b6c85fe45
commit 74c7fca80e
+1
View File
@@ -18,6 +18,7 @@ export {
getConnectedEdges,
updateEdge,
getTransformForBounds,
getRectOfNodes,
} from './utils/graph';
export { default as useZoomPanHelper } from './hooks/useZoomPanHelper';
export { default as useUpdateNodeInternals } from './hooks/useUpdateNodeInternals';