TLBaseBoxShape

See source code
type TLBaseBoxShape = ExtractShapeByProps<{
  h: number;
  w: number;
}>;
Prev
TLAnyShapeUtilConstructor
Next
TLCancelEvent