We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Spacing
1 parent af821c6 commit cb31d0dCopy full SHA for cb31d0d
1 file changed
index.d.ts
@@ -38,10 +38,10 @@ export interface CustomBorderStyle extends BoxStyle {
38
Spacing used for `padding` and `margin`.
39
*/
40
export interface Spacing {
41
- readonly top: number;
42
- readonly right: number;
43
- readonly bottom: number;
44
- readonly left: number;
+ readonly top?: number;
+ readonly right?: number;
+ readonly bottom?: number;
+ readonly left?: number;
45
}
46
47
export interface Options {
0 commit comments