fix(react): export node change types
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user