TLBaseBoxShape
See source codetype TLBaseBoxShape = TLBaseShape<
  string,
  {
    h: number
    w: number
  }
>
Prev
TLAnyShapeUtilConstructorNext
TLCameraMoveOptionstype TLBaseBoxShape = TLBaseShape<
  string,
  {
    h: number
    w: number
  }
>