fix(types): export ResizeControlVariant correctly closes #4946

This commit is contained in:
moklick
2025-01-15 14:46:17 +01:00
parent cdca1c55d1
commit bf7ef89bdb
2 changed files with 2 additions and 2 deletions
+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,