ShapeWithCrop

See source code
type ShapeWithCrop = TLBaseShape<
  string,
  {
    crop: null | TLShapeCrop
    h: number
    w: number
  }
>
Prev
SetValue
Next
StylePropValue