Skip to content

ContainerLike

ContainerLike: object

Type definition for a container-like object. 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:49