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.

Type declaration

x

x: number

y

y: number