diff --git a/lib/shape-utils/index.tsx b/lib/shape-utils/index.tsx index f8decc40c..64efce3c8 100644 --- a/lib/shape-utils/index.tsx +++ b/lib/shape-utils/index.tsx @@ -60,7 +60,7 @@ export interface ShapeUtility { shape: K, bounds: Bounds, info: { - type: TransformEdge | TransformCorner + type: TransformEdge | TransformCorner | "center" initialShape: K scaleX: number scaleY: number @@ -72,7 +72,7 @@ export interface ShapeUtility { shape: K, bounds: Bounds, info: { - type: TransformEdge | TransformCorner + type: TransformEdge | TransformCorner | "center" initialShape: K scaleX: number scaleY: number