[]
type Offsets = object;
Represents four values corresponding to the four sides of a rectangular area.
bottom: number;
The bottom side offset.
left: number;
The left side offset.
right: number;
The right side offset.
top: number;
The top side offset.