feat(utils): export getTransformForBounds func

This commit is contained in:
moklick
2021-03-01 14:02:42 +01:00
parent 89b2348c4b
commit 1745320101
3 changed files with 32 additions and 26 deletions
+1
View File
@@ -17,6 +17,7 @@ export {
getIncomers,
getConnectedEdges,
updateEdge,
getTransformForBounds,
} from './utils/graph';
export { default as useZoomPanHelper } from './hooks/useZoomPanHelper';