TLBaseBoxShape

See source code
type TLBaseBoxShape = TLBaseShape<
  string,
  {
    h: number
    w: number
  }
>
Prev
TLAnyShapeUtilConstructor
Next
TLCameraMoveOptions