playbook_ui 13.12.0.pre.alpha.PLAY1081exporttypes1608 → 13.12.0.pre.alpha.PLAY1081exporttypes1609

Sign up to get free protection for your applications and to get access to all the features.
@@ -34,13 +34,13 @@ declare const _default: React.ForwardRefExoticComponent<(Pick<{
34
34
  } & {
35
35
  borderRadius?: "md" | "lg" | "sm" | "xl" | "xs" | "none" | "rounded";
36
36
  } & {
37
- cursor?: "none" | "progress" | "text" | "auto" | "default" | "pointer" | "alias" | "cell" | "copy" | "crosshair" | "grab" | "grabbing" | "help" | "move" | "wait" | "contextMenu" | "verticalText" | "noDrop" | "notAllowed" | "eResize" | "nResize" | "neResize" | "nwResize" | "sResize" | "seResize" | "swResize" | "wResize" | "ewResize" | "nsResize" | "neswResize" | "nwseResize" | "colResize" | "rowResize" | "allScroll" | "zoomIn" | "zoomOut";
37
+ cursor?: "none" | "progress" | "text" | "pointer" | "alias" | "auto" | "cell" | "copy" | "crosshair" | "default" | "grab" | "grabbing" | "help" | "move" | "wait" | "contextMenu" | "verticalText" | "noDrop" | "notAllowed" | "eResize" | "nResize" | "neResize" | "nwResize" | "sResize" | "seResize" | "swResize" | "wResize" | "ewResize" | "nsResize" | "neswResize" | "nwseResize" | "colResize" | "rowResize" | "allScroll" | "zoomIn" | "zoomOut";
38
38
  } & {
39
39
  dark?: boolean;
40
40
  } & {
41
41
  display?: import("../types").DisplayType;
42
42
  } & import("../types").DisplaySizes & {
43
- flex?: "none" | "auto" | "initial" | "1" | "2" | "3" | "4" | "5" | "0" | "6" | "7" | "8" | "9" | "10" | "11" | "12";
43
+ flex?: "none" | "initial" | "auto" | "1" | "2" | "3" | "4" | "5" | "0" | "6" | "7" | "8" | "9" | "10" | "11" | "12";
44
44
  } & {
45
45
  flexDirection?: "column" | "row" | "rowReverse" | "columnReverse";
46
46
  } & {
@@ -56,13 +56,13 @@ declare const _default: React.ForwardRefExoticComponent<(Pick<{
56
56
  } & {
57
57
  lineHeight?: "loosest" | "looser" | "loose" | "normal" | "tight" | "tighter" | "tightest";
58
58
  } & {
59
- marginRight?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
60
- marginLeft?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
61
- marginTop?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
62
- marginBottom?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
63
- marginX?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
64
- marginY?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
65
- margin?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
59
+ marginRight?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
60
+ marginLeft?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
61
+ marginTop?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
62
+ marginBottom?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
63
+ marginX?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
64
+ marginY?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
65
+ margin?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
66
66
  break?: string;
67
67
  default?: string;
68
68
  } & {
@@ -70,19 +70,19 @@ declare const _default: React.ForwardRefExoticComponent<(Pick<{
70
70
  } & {
71
71
  numberSpacing?: "tabular";
72
72
  } & {
73
- order?: 2 | "none" | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | "first" | 11 | 12;
73
+ order?: 1 | 2 | 3 | "none" | 4 | 5 | 6 | 7 | 8 | 9 | 10 | "first" | 11 | 12;
74
74
  } & {
75
75
  overflowX?: "auto" | "scroll" | "hidden" | "visible";
76
76
  overflowY?: "auto" | "scroll" | "hidden" | "visible";
77
77
  overflow?: "auto" | "scroll" | "hidden" | "visible";
78
78
  } & {
79
- paddingRight?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
80
- paddingLeft?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
81
- paddingTop?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
82
- paddingBottom?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
83
- paddingX?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
84
- paddingY?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
85
- padding?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
79
+ paddingRight?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
80
+ paddingLeft?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
81
+ paddingTop?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
82
+ paddingBottom?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
83
+ paddingX?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
84
+ paddingY?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
85
+ padding?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
86
86
  break?: string;
87
87
  default?: string;
88
88
  } & {
@@ -92,7 +92,7 @@ declare const _default: React.ForwardRefExoticComponent<(Pick<{
92
92
  } & {
93
93
  textAlign?: "center" | "left" | "right" | "start" | "end" | "justify" | "justifyAll" | "matchParent";
94
94
  } & {
95
- zIndex?: 2 | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10;
95
+ zIndex?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10;
96
96
  } & {
97
97
  hover?: string;
98
98
  }, string | number> | Pick<{
@@ -129,13 +129,13 @@ declare const _default: React.ForwardRefExoticComponent<(Pick<{
129
129
  } & {
130
130
  borderRadius?: "md" | "lg" | "sm" | "xl" | "xs" | "none" | "rounded";
131
131
  } & {
132
- cursor?: "none" | "progress" | "text" | "auto" | "default" | "pointer" | "alias" | "cell" | "copy" | "crosshair" | "grab" | "grabbing" | "help" | "move" | "wait" | "contextMenu" | "verticalText" | "noDrop" | "notAllowed" | "eResize" | "nResize" | "neResize" | "nwResize" | "sResize" | "seResize" | "swResize" | "wResize" | "ewResize" | "nsResize" | "neswResize" | "nwseResize" | "colResize" | "rowResize" | "allScroll" | "zoomIn" | "zoomOut";
132
+ cursor?: "none" | "progress" | "text" | "pointer" | "alias" | "auto" | "cell" | "copy" | "crosshair" | "default" | "grab" | "grabbing" | "help" | "move" | "wait" | "contextMenu" | "verticalText" | "noDrop" | "notAllowed" | "eResize" | "nResize" | "neResize" | "nwResize" | "sResize" | "seResize" | "swResize" | "wResize" | "ewResize" | "nsResize" | "neswResize" | "nwseResize" | "colResize" | "rowResize" | "allScroll" | "zoomIn" | "zoomOut";
133
133
  } & {
134
134
  dark?: boolean;
135
135
  } & {
136
136
  display?: import("../types").DisplayType;
137
137
  } & import("../types").DisplaySizes & {
138
- flex?: "none" | "auto" | "initial" | "1" | "2" | "3" | "4" | "5" | "0" | "6" | "7" | "8" | "9" | "10" | "11" | "12";
138
+ flex?: "none" | "initial" | "auto" | "1" | "2" | "3" | "4" | "5" | "0" | "6" | "7" | "8" | "9" | "10" | "11" | "12";
139
139
  } & {
140
140
  flexDirection?: "column" | "row" | "rowReverse" | "columnReverse";
141
141
  } & {
@@ -151,13 +151,13 @@ declare const _default: React.ForwardRefExoticComponent<(Pick<{
151
151
  } & {
152
152
  lineHeight?: "loosest" | "looser" | "loose" | "normal" | "tight" | "tighter" | "tightest";
153
153
  } & {
154
- marginRight?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
155
- marginLeft?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
156
- marginTop?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
157
- marginBottom?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
158
- marginX?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
159
- marginY?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
160
- margin?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
154
+ marginRight?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
155
+ marginLeft?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
156
+ marginTop?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
157
+ marginBottom?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
158
+ marginX?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
159
+ marginY?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
160
+ margin?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
161
161
  break?: string;
162
162
  default?: string;
163
163
  } & {
@@ -165,19 +165,19 @@ declare const _default: React.ForwardRefExoticComponent<(Pick<{
165
165
  } & {
166
166
  numberSpacing?: "tabular";
167
167
  } & {
168
- order?: 2 | "none" | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | "first" | 11 | 12;
168
+ order?: 1 | 2 | 3 | "none" | 4 | 5 | 6 | 7 | 8 | 9 | 10 | "first" | 11 | 12;
169
169
  } & {
170
170
  overflowX?: "auto" | "scroll" | "hidden" | "visible";
171
171
  overflowY?: "auto" | "scroll" | "hidden" | "visible";
172
172
  overflow?: "auto" | "scroll" | "hidden" | "visible";
173
173
  } & {
174
- paddingRight?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
175
- paddingLeft?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
176
- paddingTop?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
177
- paddingBottom?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
178
- paddingX?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
179
- paddingY?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
180
- padding?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
174
+ paddingRight?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
175
+ paddingLeft?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
176
+ paddingTop?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
177
+ paddingBottom?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
178
+ paddingX?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
179
+ paddingY?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
180
+ padding?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
181
181
  break?: string;
182
182
  default?: string;
183
183
  } & {
@@ -187,7 +187,7 @@ declare const _default: React.ForwardRefExoticComponent<(Pick<{
187
187
  } & {
188
188
  textAlign?: "center" | "left" | "right" | "start" | "end" | "justify" | "justifyAll" | "matchParent";
189
189
  } & {
190
- [key: string]: 2 | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10;
190
+ [key: string]: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10;
191
191
  } & {
192
192
  hover?: string;
193
193
  }, string | number> | Pick<{
@@ -224,11 +224,11 @@ declare const _default: React.ForwardRefExoticComponent<(Pick<{
224
224
  } & {
225
225
  borderRadius?: "md" | "lg" | "sm" | "xl" | "xs" | "none" | "rounded";
226
226
  } & {
227
- cursor?: "none" | "progress" | "text" | "auto" | "default" | "pointer" | "alias" | "cell" | "copy" | "crosshair" | "grab" | "grabbing" | "help" | "move" | "wait" | "contextMenu" | "verticalText" | "noDrop" | "notAllowed" | "eResize" | "nResize" | "neResize" | "nwResize" | "sResize" | "seResize" | "swResize" | "wResize" | "ewResize" | "nsResize" | "neswResize" | "nwseResize" | "colResize" | "rowResize" | "allScroll" | "zoomIn" | "zoomOut";
227
+ cursor?: "none" | "progress" | "text" | "pointer" | "alias" | "auto" | "cell" | "copy" | "crosshair" | "default" | "grab" | "grabbing" | "help" | "move" | "wait" | "contextMenu" | "verticalText" | "noDrop" | "notAllowed" | "eResize" | "nResize" | "neResize" | "nwResize" | "sResize" | "seResize" | "swResize" | "wResize" | "ewResize" | "nsResize" | "neswResize" | "nwseResize" | "colResize" | "rowResize" | "allScroll" | "zoomIn" | "zoomOut";
228
228
  } & {
229
229
  dark?: boolean;
230
230
  } & import("../types").DisplaySizes & {
231
- flex?: "none" | "auto" | "initial" | "1" | "2" | "3" | "4" | "5" | "0" | "6" | "7" | "8" | "9" | "10" | "11" | "12";
231
+ flex?: "none" | "initial" | "auto" | "1" | "2" | "3" | "4" | "5" | "0" | "6" | "7" | "8" | "9" | "10" | "11" | "12";
232
232
  } & {
233
233
  flexDirection?: "column" | "row" | "rowReverse" | "columnReverse";
234
234
  } & {
@@ -244,13 +244,13 @@ declare const _default: React.ForwardRefExoticComponent<(Pick<{
244
244
  } & {
245
245
  lineHeight?: "loosest" | "looser" | "loose" | "normal" | "tight" | "tighter" | "tightest";
246
246
  } & {
247
- marginRight?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
248
- marginLeft?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
249
- marginTop?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
250
- marginBottom?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
251
- marginX?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
252
- marginY?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
253
- margin?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
247
+ marginRight?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
248
+ marginLeft?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
249
+ marginTop?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
250
+ marginBottom?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
251
+ marginX?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
252
+ marginY?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
253
+ margin?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
254
254
  break?: string;
255
255
  default?: string;
256
256
  } & {
@@ -258,19 +258,19 @@ declare const _default: React.ForwardRefExoticComponent<(Pick<{
258
258
  } & {
259
259
  numberSpacing?: "tabular";
260
260
  } & {
261
- order?: 2 | "none" | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | "first" | 11 | 12;
261
+ order?: 1 | 2 | 3 | "none" | 4 | 5 | 6 | 7 | 8 | 9 | 10 | "first" | 11 | 12;
262
262
  } & {
263
263
  overflowX?: "auto" | "scroll" | "hidden" | "visible";
264
264
  overflowY?: "auto" | "scroll" | "hidden" | "visible";
265
265
  overflow?: "auto" | "scroll" | "hidden" | "visible";
266
266
  } & {
267
- paddingRight?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
268
- paddingLeft?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
269
- paddingTop?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
270
- paddingBottom?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
271
- paddingX?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
272
- paddingY?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
273
- padding?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
267
+ paddingRight?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
268
+ paddingLeft?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
269
+ paddingTop?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
270
+ paddingBottom?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
271
+ paddingX?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
272
+ paddingY?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
273
+ padding?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
274
274
  break?: string;
275
275
  default?: string;
276
276
  } & {
@@ -280,7 +280,7 @@ declare const _default: React.ForwardRefExoticComponent<(Pick<{
280
280
  } & {
281
281
  textAlign?: "center" | "left" | "right" | "start" | "end" | "justify" | "justifyAll" | "matchParent";
282
282
  } & {
283
- zIndex?: 2 | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10;
283
+ zIndex?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10;
284
284
  } & {
285
285
  hover?: string;
286
286
  }, string | number> | Pick<{
@@ -317,11 +317,11 @@ declare const _default: React.ForwardRefExoticComponent<(Pick<{
317
317
  } & {
318
318
  borderRadius?: "md" | "lg" | "sm" | "xl" | "xs" | "none" | "rounded";
319
319
  } & {
320
- cursor?: "none" | "progress" | "text" | "auto" | "default" | "pointer" | "alias" | "cell" | "copy" | "crosshair" | "grab" | "grabbing" | "help" | "move" | "wait" | "contextMenu" | "verticalText" | "noDrop" | "notAllowed" | "eResize" | "nResize" | "neResize" | "nwResize" | "sResize" | "seResize" | "swResize" | "wResize" | "ewResize" | "nsResize" | "neswResize" | "nwseResize" | "colResize" | "rowResize" | "allScroll" | "zoomIn" | "zoomOut";
320
+ cursor?: "none" | "progress" | "text" | "pointer" | "alias" | "auto" | "cell" | "copy" | "crosshair" | "default" | "grab" | "grabbing" | "help" | "move" | "wait" | "contextMenu" | "verticalText" | "noDrop" | "notAllowed" | "eResize" | "nResize" | "neResize" | "nwResize" | "sResize" | "seResize" | "swResize" | "wResize" | "ewResize" | "nsResize" | "neswResize" | "nwseResize" | "colResize" | "rowResize" | "allScroll" | "zoomIn" | "zoomOut";
321
321
  } & {
322
322
  dark?: boolean;
323
323
  } & import("../types").DisplaySizes & {
324
- flex?: "none" | "auto" | "initial" | "1" | "2" | "3" | "4" | "5" | "0" | "6" | "7" | "8" | "9" | "10" | "11" | "12";
324
+ flex?: "none" | "initial" | "auto" | "1" | "2" | "3" | "4" | "5" | "0" | "6" | "7" | "8" | "9" | "10" | "11" | "12";
325
325
  } & {
326
326
  flexDirection?: "column" | "row" | "rowReverse" | "columnReverse";
327
327
  } & {
@@ -337,13 +337,13 @@ declare const _default: React.ForwardRefExoticComponent<(Pick<{
337
337
  } & {
338
338
  lineHeight?: "loosest" | "looser" | "loose" | "normal" | "tight" | "tighter" | "tightest";
339
339
  } & {
340
- marginRight?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
341
- marginLeft?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
342
- marginTop?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
343
- marginBottom?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
344
- marginX?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
345
- marginY?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
346
- margin?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
340
+ marginRight?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
341
+ marginLeft?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
342
+ marginTop?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
343
+ marginBottom?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
344
+ marginX?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
345
+ marginY?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
346
+ margin?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
347
347
  break?: string;
348
348
  default?: string;
349
349
  } & {
@@ -351,19 +351,19 @@ declare const _default: React.ForwardRefExoticComponent<(Pick<{
351
351
  } & {
352
352
  numberSpacing?: "tabular";
353
353
  } & {
354
- order?: 2 | "none" | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | "first" | 11 | 12;
354
+ order?: 1 | 2 | 3 | "none" | 4 | 5 | 6 | 7 | 8 | 9 | 10 | "first" | 11 | 12;
355
355
  } & {
356
356
  overflowX?: "auto" | "scroll" | "hidden" | "visible";
357
357
  overflowY?: "auto" | "scroll" | "hidden" | "visible";
358
358
  overflow?: "auto" | "scroll" | "hidden" | "visible";
359
359
  } & {
360
- paddingRight?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
361
- paddingLeft?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
362
- paddingTop?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
363
- paddingBottom?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
364
- paddingX?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
365
- paddingY?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
366
- padding?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
360
+ paddingRight?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
361
+ paddingLeft?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
362
+ paddingTop?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
363
+ paddingBottom?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
364
+ paddingX?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
365
+ paddingY?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
366
+ padding?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
367
367
  break?: string;
368
368
  default?: string;
369
369
  } & {
@@ -373,7 +373,7 @@ declare const _default: React.ForwardRefExoticComponent<(Pick<{
373
373
  } & {
374
374
  textAlign?: "center" | "left" | "right" | "start" | "end" | "justify" | "justifyAll" | "matchParent";
375
375
  } & {
376
- [key: string]: 2 | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10;
376
+ [key: string]: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10;
377
377
  } & {
378
378
  hover?: string;
379
379
  }, string | number>) & React.RefAttributes<unknown>>;