Skip to content

Variable: createBox()

ts
const createBox: (x?, y?, width?, height?, styles?) => Box;

Parameters

x?

number

y?

number

width?

number

height?

number

styles?

Partial<BoxStyle>

Returns

Box