Merge pull request #4947 from xyflow/fix/resize-control-variant-export
Fix/resize control variant export
This commit is contained in:
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
'@xyflow/react': patch
|
||||||
|
'@xyflow/svelte': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Export ResizeControlVariant correctly as a value.
|
||||||
@@ -85,7 +85,7 @@ export {
|
|||||||
type OnResizeEnd,
|
type OnResizeEnd,
|
||||||
type ControlPosition,
|
type ControlPosition,
|
||||||
type ControlLinePosition,
|
type ControlLinePosition,
|
||||||
type ResizeControlVariant,
|
ResizeControlVariant,
|
||||||
type ResizeParams,
|
type ResizeParams,
|
||||||
type ResizeParamsWithDirection,
|
type ResizeParamsWithDirection,
|
||||||
type ResizeDragEvent,
|
type ResizeDragEvent,
|
||||||
|
|||||||
@@ -105,7 +105,7 @@ export {
|
|||||||
type OnResizeEnd,
|
type OnResizeEnd,
|
||||||
type ControlPosition,
|
type ControlPosition,
|
||||||
type ControlLinePosition,
|
type ControlLinePosition,
|
||||||
type ResizeControlVariant,
|
ResizeControlVariant,
|
||||||
type ResizeParams,
|
type ResizeParams,
|
||||||
type ResizeParamsWithDirection,
|
type ResizeParamsWithDirection,
|
||||||
type ResizeDragEvent,
|
type ResizeDragEvent,
|
||||||
|
|||||||
Reference in New Issue
Block a user