Skip to content

RectLike

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