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.
@@ -39,13 +39,13 @@ declare const _default: React.ForwardRefExoticComponent<(Pick<{
39
39
  } & {
40
40
  borderRadius?: "md" | "lg" | "sm" | "xl" | "xs" | "none" | "rounded";
41
41
  } & {
42
- 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";
42
+ 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";
43
43
  } & {
44
44
  dark?: boolean;
45
45
  } & {
46
46
  display?: import("../types").DisplayType;
47
47
  } & import("../types").DisplaySizes & {
48
- flex?: "none" | "auto" | "initial" | "1" | "2" | "3" | "4" | "5" | "0" | "6" | "7" | "8" | "9" | "10" | "11" | "12";
48
+ flex?: "none" | "initial" | "auto" | "1" | "2" | "3" | "4" | "5" | "0" | "6" | "7" | "8" | "9" | "10" | "11" | "12";
49
49
  } & {
50
50
  flexDirection?: "column" | "row" | "rowReverse" | "columnReverse";
51
51
  } & {
@@ -61,13 +61,13 @@ declare const _default: React.ForwardRefExoticComponent<(Pick<{
61
61
  } & {
62
62
  lineHeight?: "loosest" | "looser" | "loose" | "normal" | "tight" | "tighter" | "tightest";
63
63
  } & {
64
- marginRight?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
65
- marginLeft?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
66
- marginTop?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
67
- marginBottom?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
68
- marginX?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
69
- marginY?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
70
- margin?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
64
+ marginRight?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
65
+ marginLeft?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
66
+ marginTop?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
67
+ marginBottom?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
68
+ marginX?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
69
+ marginY?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
70
+ margin?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
71
71
  break?: string;
72
72
  default?: string;
73
73
  } & {
@@ -75,19 +75,19 @@ declare const _default: React.ForwardRefExoticComponent<(Pick<{
75
75
  } & {
76
76
  numberSpacing?: "tabular";
77
77
  } & {
78
- order?: 2 | "none" | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | "first" | 11 | 12;
78
+ order?: 1 | 2 | 3 | "none" | 4 | 5 | 6 | 7 | 8 | 9 | 10 | "first" | 11 | 12;
79
79
  } & {
80
80
  overflowX?: "auto" | "scroll" | "hidden" | "visible";
81
81
  overflowY?: "auto" | "scroll" | "hidden" | "visible";
82
82
  overflow?: "auto" | "scroll" | "hidden" | "visible";
83
83
  } & {
84
- paddingRight?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
85
- paddingLeft?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
86
- paddingTop?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
87
- paddingBottom?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
88
- paddingX?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
89
- paddingY?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
90
- padding?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
84
+ paddingRight?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
85
+ paddingLeft?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
86
+ paddingTop?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
87
+ paddingBottom?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
88
+ paddingX?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
89
+ paddingY?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
90
+ padding?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
91
91
  break?: string;
92
92
  default?: string;
93
93
  } & {
@@ -97,7 +97,7 @@ declare const _default: React.ForwardRefExoticComponent<(Pick<{
97
97
  } & {
98
98
  textAlign?: "center" | "left" | "right" | "start" | "end" | "justify" | "justifyAll" | "matchParent";
99
99
  } & {
100
- zIndex?: 2 | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10;
100
+ zIndex?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10;
101
101
  } & {
102
102
  hover?: string;
103
103
  }, string | number> | Pick<{
@@ -134,13 +134,13 @@ declare const _default: React.ForwardRefExoticComponent<(Pick<{
134
134
  } & {
135
135
  borderRadius?: "md" | "lg" | "sm" | "xl" | "xs" | "none" | "rounded";
136
136
  } & {
137
- 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";
137
+ 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";
138
138
  } & {
139
139
  dark?: boolean;
140
140
  } & {
141
141
  display?: import("../types").DisplayType;
142
142
  } & import("../types").DisplaySizes & {
143
- flex?: "none" | "auto" | "initial" | "1" | "2" | "3" | "4" | "5" | "0" | "6" | "7" | "8" | "9" | "10" | "11" | "12";
143
+ flex?: "none" | "initial" | "auto" | "1" | "2" | "3" | "4" | "5" | "0" | "6" | "7" | "8" | "9" | "10" | "11" | "12";
144
144
  } & {
145
145
  flexDirection?: "column" | "row" | "rowReverse" | "columnReverse";
146
146
  } & {
@@ -156,13 +156,13 @@ declare const _default: React.ForwardRefExoticComponent<(Pick<{
156
156
  } & {
157
157
  lineHeight?: "loosest" | "looser" | "loose" | "normal" | "tight" | "tighter" | "tightest";
158
158
  } & {
159
- marginRight?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
160
- marginLeft?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
161
- marginTop?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
162
- marginBottom?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
163
- marginX?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
164
- marginY?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
165
- margin?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
159
+ marginRight?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
160
+ marginLeft?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
161
+ marginTop?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
162
+ marginBottom?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
163
+ marginX?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
164
+ marginY?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
165
+ margin?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
166
166
  break?: string;
167
167
  default?: string;
168
168
  } & {
@@ -170,19 +170,19 @@ declare const _default: React.ForwardRefExoticComponent<(Pick<{
170
170
  } & {
171
171
  numberSpacing?: "tabular";
172
172
  } & {
173
- order?: 2 | "none" | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | "first" | 11 | 12;
173
+ order?: 1 | 2 | 3 | "none" | 4 | 5 | 6 | 7 | 8 | 9 | 10 | "first" | 11 | 12;
174
174
  } & {
175
175
  overflowX?: "auto" | "scroll" | "hidden" | "visible";
176
176
  overflowY?: "auto" | "scroll" | "hidden" | "visible";
177
177
  overflow?: "auto" | "scroll" | "hidden" | "visible";
178
178
  } & {
179
- paddingRight?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
180
- paddingLeft?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
181
- paddingTop?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
182
- paddingBottom?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
183
- paddingX?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
184
- paddingY?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
185
- padding?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
179
+ paddingRight?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
180
+ paddingLeft?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
181
+ paddingTop?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
182
+ paddingBottom?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
183
+ paddingX?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
184
+ paddingY?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
185
+ padding?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
186
186
  break?: string;
187
187
  default?: string;
188
188
  } & {
@@ -192,7 +192,7 @@ declare const _default: React.ForwardRefExoticComponent<(Pick<{
192
192
  } & {
193
193
  textAlign?: "center" | "left" | "right" | "start" | "end" | "justify" | "justifyAll" | "matchParent";
194
194
  } & {
195
- [key: string]: 2 | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10;
195
+ [key: string]: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10;
196
196
  } & {
197
197
  hover?: string;
198
198
  }, string | number> | Pick<{
@@ -229,11 +229,11 @@ declare const _default: React.ForwardRefExoticComponent<(Pick<{
229
229
  } & {
230
230
  borderRadius?: "md" | "lg" | "sm" | "xl" | "xs" | "none" | "rounded";
231
231
  } & {
232
- 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";
232
+ 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";
233
233
  } & {
234
234
  dark?: boolean;
235
235
  } & import("../types").DisplaySizes & {
236
- flex?: "none" | "auto" | "initial" | "1" | "2" | "3" | "4" | "5" | "0" | "6" | "7" | "8" | "9" | "10" | "11" | "12";
236
+ flex?: "none" | "initial" | "auto" | "1" | "2" | "3" | "4" | "5" | "0" | "6" | "7" | "8" | "9" | "10" | "11" | "12";
237
237
  } & {
238
238
  flexDirection?: "column" | "row" | "rowReverse" | "columnReverse";
239
239
  } & {
@@ -249,13 +249,13 @@ declare const _default: React.ForwardRefExoticComponent<(Pick<{
249
249
  } & {
250
250
  lineHeight?: "loosest" | "looser" | "loose" | "normal" | "tight" | "tighter" | "tightest";
251
251
  } & {
252
- marginRight?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
253
- marginLeft?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
254
- marginTop?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
255
- marginBottom?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
256
- marginX?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
257
- marginY?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
258
- margin?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
252
+ marginRight?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
253
+ marginLeft?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
254
+ marginTop?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
255
+ marginBottom?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
256
+ marginX?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
257
+ marginY?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
258
+ margin?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
259
259
  break?: string;
260
260
  default?: string;
261
261
  } & {
@@ -263,19 +263,19 @@ declare const _default: React.ForwardRefExoticComponent<(Pick<{
263
263
  } & {
264
264
  numberSpacing?: "tabular";
265
265
  } & {
266
- order?: 2 | "none" | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | "first" | 11 | 12;
266
+ order?: 1 | 2 | 3 | "none" | 4 | 5 | 6 | 7 | 8 | 9 | 10 | "first" | 11 | 12;
267
267
  } & {
268
268
  overflowX?: "auto" | "scroll" | "hidden" | "visible";
269
269
  overflowY?: "auto" | "scroll" | "hidden" | "visible";
270
270
  overflow?: "auto" | "scroll" | "hidden" | "visible";
271
271
  } & {
272
- paddingRight?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
273
- paddingLeft?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
274
- paddingTop?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
275
- paddingBottom?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
276
- paddingX?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
277
- paddingY?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
278
- padding?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
272
+ paddingRight?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
273
+ paddingLeft?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
274
+ paddingTop?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
275
+ paddingBottom?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
276
+ paddingX?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
277
+ paddingY?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
278
+ padding?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
279
279
  break?: string;
280
280
  default?: string;
281
281
  } & {
@@ -285,7 +285,7 @@ declare const _default: React.ForwardRefExoticComponent<(Pick<{
285
285
  } & {
286
286
  textAlign?: "center" | "left" | "right" | "start" | "end" | "justify" | "justifyAll" | "matchParent";
287
287
  } & {
288
- zIndex?: 2 | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10;
288
+ zIndex?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10;
289
289
  } & {
290
290
  hover?: string;
291
291
  }, string | number> | Pick<{
@@ -322,11 +322,11 @@ declare const _default: React.ForwardRefExoticComponent<(Pick<{
322
322
  } & {
323
323
  borderRadius?: "md" | "lg" | "sm" | "xl" | "xs" | "none" | "rounded";
324
324
  } & {
325
- 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";
325
+ 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";
326
326
  } & {
327
327
  dark?: boolean;
328
328
  } & import("../types").DisplaySizes & {
329
- flex?: "none" | "auto" | "initial" | "1" | "2" | "3" | "4" | "5" | "0" | "6" | "7" | "8" | "9" | "10" | "11" | "12";
329
+ flex?: "none" | "initial" | "auto" | "1" | "2" | "3" | "4" | "5" | "0" | "6" | "7" | "8" | "9" | "10" | "11" | "12";
330
330
  } & {
331
331
  flexDirection?: "column" | "row" | "rowReverse" | "columnReverse";
332
332
  } & {
@@ -342,13 +342,13 @@ declare const _default: React.ForwardRefExoticComponent<(Pick<{
342
342
  } & {
343
343
  lineHeight?: "loosest" | "looser" | "loose" | "normal" | "tight" | "tighter" | "tightest";
344
344
  } & {
345
- marginRight?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
346
- marginLeft?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
347
- marginTop?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
348
- marginBottom?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
349
- marginX?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
350
- marginY?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
351
- margin?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
345
+ marginRight?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
346
+ marginLeft?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
347
+ marginTop?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
348
+ marginBottom?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
349
+ marginX?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
350
+ marginY?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
351
+ margin?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
352
352
  break?: string;
353
353
  default?: string;
354
354
  } & {
@@ -356,19 +356,19 @@ declare const _default: React.ForwardRefExoticComponent<(Pick<{
356
356
  } & {
357
357
  numberSpacing?: "tabular";
358
358
  } & {
359
- order?: 2 | "none" | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | "first" | 11 | 12;
359
+ order?: 1 | 2 | 3 | "none" | 4 | 5 | 6 | 7 | 8 | 9 | 10 | "first" | 11 | 12;
360
360
  } & {
361
361
  overflowX?: "auto" | "scroll" | "hidden" | "visible";
362
362
  overflowY?: "auto" | "scroll" | "hidden" | "visible";
363
363
  overflow?: "auto" | "scroll" | "hidden" | "visible";
364
364
  } & {
365
- paddingRight?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
366
- paddingLeft?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
367
- paddingTop?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
368
- paddingBottom?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
369
- paddingX?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
370
- paddingY?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
371
- padding?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
365
+ paddingRight?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
366
+ paddingLeft?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
367
+ paddingTop?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
368
+ paddingBottom?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
369
+ paddingX?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
370
+ paddingY?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
371
+ padding?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
372
372
  break?: string;
373
373
  default?: string;
374
374
  } & {
@@ -378,7 +378,7 @@ declare const _default: React.ForwardRefExoticComponent<(Pick<{
378
378
  } & {
379
379
  textAlign?: "center" | "left" | "right" | "start" | "end" | "justify" | "justifyAll" | "matchParent";
380
380
  } & {
381
- [key: string]: 2 | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10;
381
+ [key: string]: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10;
382
382
  } & {
383
383
  hover?: string;
384
384
  }, string | number>) & React.RefAttributes<HTMLSelectElement>>;