Merge pull request #4947 from xyflow/fix/resize-control-variant-export

Fix/resize control variant export
This commit is contained in:
Moritz Klack
2025-01-15 14:50:45 +01:00
committed by GitHub
3 changed files with 8 additions and 2 deletions
+6
View File
@@ -0,0 +1,6 @@
---
'@xyflow/react': patch
'@xyflow/svelte': patch
---
Export ResizeControlVariant correctly as a value.
+1 -1
View File
@@ -85,7 +85,7 @@ export {
type OnResizeEnd,
type ControlPosition,
type ControlLinePosition,
type ResizeControlVariant,
ResizeControlVariant,
type ResizeParams,
type ResizeParamsWithDirection,
type ResizeDragEvent,
+1 -1
View File
@@ -105,7 +105,7 @@ export {
type OnResizeEnd,
type ControlPosition,
type ControlLinePosition,
type ResizeControlVariant,
ResizeControlVariant,
type ResizeParams,
type ResizeParamsWithDirection,
type ResizeDragEvent,