type TLResizeShapeOptions = Partial<{
  dragHandle: TLResizeHandle
  initialBounds: Box
  initialPageTransform: MatLike
  initialShape: TLShape
  isAspectRatioLocked: boolean
  mode: TLResizeMode
  scaleAxisRotation: number
  scaleOrigin: VecLike
  skipStartAndEndCallbacks: boolean
}>
TLResizeModeTLSelectionHandle