Spacing
type Spacing = { bottom?: number | string; left?: number | string; right?: number | string; top?: number | string; x?: number | string; y?: number | string;};
Properties
Section titled “Properties”bottom?
Section titled “bottom?”optional bottom: number | string;
optional left: number | string;
right?
Section titled “right?”optional right: number | string;
optional top: number | string;
optional x: number | string;
optional y: number | string;