RectLike
RectLike =
Size
&object
Defined in: utils/types.ts:37
A type that represents a rectangle, with x, y, width, and height properties.
Type declaration
Section titled “Type declaration”x:
number
y:
number
RectLike =
Size
&object
Defined in: utils/types.ts:37
A type that represents a rectangle, with x, y, width, and height properties.
x:
number
y:
number