refactor(resizer): handle default nodes

This commit is contained in:
moklick
2022-12-04 15:18:32 +01:00
parent 8e43021050
commit 9da984f3e4
2 changed files with 10 additions and 1 deletions
+1
View File
@@ -22,6 +22,7 @@ export {
getNodePositionWithOrigin,
} from './utils/graph';
export { applyNodeChanges, applyEdgeChanges } from './utils/changes';
export { createNodeInternals } from './store/utils';
export { getMarkerEnd } from './components/Edges/utils';
export { default as ReactFlowProvider } from './components/ReactFlowProvider';
export { default as Panel } from './components/Panel';