fix(react): export node change types

This commit is contained in:
moklick
2024-04-10 16:35:52 +02:00
parent d545774724
commit 844f01214c
+12
View File
@@ -85,6 +85,18 @@ export {
type ControlPosition, type ControlPosition,
type ControlLinePosition, type ControlLinePosition,
type ResizeControlVariant, type ResizeControlVariant,
type NodeChange,
type NodeDimensionChange,
type NodePositionChange,
type NodeSelectionChange,
type NodeRemoveChange,
type NodeAddChange,
type NodeReplaceChange,
type EdgeChange,
type EdgeSelectionChange,
type EdgeRemoveChange,
type EdgeAddChange,
type EdgeReplaceChange,
} from '@xyflow/system'; } from '@xyflow/system';
// system utils // system utils