Skip to content

Commit

Permalink
refactor(utils): export getRectOfNodes closes #1107
Browse files Browse the repository at this point in the history
  • Loading branch information
moklick committed Apr 24, 2021
1 parent 6b6c85f commit 74c7fca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 74c7fca

Please sign in to comment.