Skip to content

RectLike

RectLike: object

Type definition for a rectangle. Must be an object with x, y, width, and height properties.

Type declaration

height

height: number

width

width: number

x

x: number

y

y: number

Source

src/utils/Types.ts:32