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<{
@@ -130,13 +130,13 @@ declare const _default: React.ForwardRefExoticComponent<(Pick<{
130
130
  } & {
131
131
  borderRadius?: "md" | "lg" | "sm" | "xl" | "xs" | "none" | "rounded";
132
132
  } & {
133
- 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";
133
+ 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";
134
134
  } & {
135
135
  dark?: boolean;
136
136
  } & {
137
137
  display?: import("../types").DisplayType;
138
138
  } & import("../types").DisplaySizes & {
139
- flex?: "none" | "auto" | "initial" | "1" | "2" | "3" | "4" | "5" | "0" | "6" | "7" | "8" | "9" | "10" | "11" | "12";
139
+ flex?: "none" | "initial" | "auto" | "1" | "2" | "3" | "4" | "5" | "0" | "6" | "7" | "8" | "9" | "10" | "11" | "12";
140
140
  } & {
141
141
  flexDirection?: "column" | "row" | "rowReverse" | "columnReverse";
142
142
  } & {
@@ -152,13 +152,13 @@ declare const _default: React.ForwardRefExoticComponent<(Pick<{
152
152
  } & {
153
153
  lineHeight?: "loosest" | "looser" | "loose" | "normal" | "tight" | "tighter" | "tightest";
154
154
  } & {
155
- marginRight?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
156
- marginLeft?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
157
- marginTop?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
158
- marginBottom?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
159
- marginX?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
160
- marginY?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
161
- margin?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
155
+ marginRight?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
156
+ marginLeft?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
157
+ marginTop?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
158
+ marginBottom?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
159
+ marginX?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
160
+ marginY?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
161
+ margin?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
162
162
  break?: string;
163
163
  default?: string;
164
164
  } & {
@@ -166,19 +166,19 @@ declare const _default: React.ForwardRefExoticComponent<(Pick<{
166
166
  } & {
167
167
  numberSpacing?: "tabular";
168
168
  } & {
169
- order?: 2 | "none" | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | "first" | 11 | 12;
169
+ order?: 1 | 2 | 3 | "none" | 4 | 5 | 6 | 7 | 8 | 9 | 10 | "first" | 11 | 12;
170
170
  } & {
171
171
  overflowX?: "auto" | "scroll" | "hidden" | "visible";
172
172
  overflowY?: "auto" | "scroll" | "hidden" | "visible";
173
173
  overflow?: "auto" | "scroll" | "hidden" | "visible";
174
174
  } & {
175
- paddingRight?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
176
- paddingLeft?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
177
- paddingTop?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
178
- paddingBottom?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
179
- paddingX?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
180
- paddingY?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
181
- padding?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
175
+ paddingRight?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
176
+ paddingLeft?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
177
+ paddingTop?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
178
+ paddingBottom?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
179
+ paddingX?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
180
+ paddingY?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
181
+ padding?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
182
182
  break?: string;
183
183
  default?: string;
184
184
  } & {
@@ -188,7 +188,7 @@ declare const _default: React.ForwardRefExoticComponent<(Pick<{
188
188
  } & {
189
189
  textAlign?: "center" | "left" | "right" | "start" | "end" | "justify" | "justifyAll" | "matchParent";
190
190
  } & {
191
- [key: string]: 2 | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10;
191
+ [key: string]: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10;
192
192
  } & {
193
193
  hover?: string;
194
194
  }, string | number> | Pick<{
@@ -226,11 +226,11 @@ declare const _default: React.ForwardRefExoticComponent<(Pick<{
226
226
  } & {
227
227
  borderRadius?: "md" | "lg" | "sm" | "xl" | "xs" | "none" | "rounded";
228
228
  } & {
229
- 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";
229
+ 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";
230
230
  } & {
231
231
  dark?: boolean;
232
232
  } & import("../types").DisplaySizes & {
233
- flex?: "none" | "auto" | "initial" | "1" | "2" | "3" | "4" | "5" | "0" | "6" | "7" | "8" | "9" | "10" | "11" | "12";
233
+ flex?: "none" | "initial" | "auto" | "1" | "2" | "3" | "4" | "5" | "0" | "6" | "7" | "8" | "9" | "10" | "11" | "12";
234
234
  } & {
235
235
  flexDirection?: "column" | "row" | "rowReverse" | "columnReverse";
236
236
  } & {
@@ -246,13 +246,13 @@ declare const _default: React.ForwardRefExoticComponent<(Pick<{
246
246
  } & {
247
247
  lineHeight?: "loosest" | "looser" | "loose" | "normal" | "tight" | "tighter" | "tightest";
248
248
  } & {
249
- marginRight?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
250
- marginLeft?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
251
- marginTop?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
252
- marginBottom?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
253
- marginX?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
254
- marginY?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
255
- margin?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
249
+ marginRight?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
250
+ marginLeft?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
251
+ marginTop?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
252
+ marginBottom?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
253
+ marginX?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
254
+ marginY?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
255
+ margin?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
256
256
  break?: string;
257
257
  default?: string;
258
258
  } & {
@@ -260,19 +260,19 @@ declare const _default: React.ForwardRefExoticComponent<(Pick<{
260
260
  } & {
261
261
  numberSpacing?: "tabular";
262
262
  } & {
263
- order?: 2 | "none" | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | "first" | 11 | 12;
263
+ order?: 1 | 2 | 3 | "none" | 4 | 5 | 6 | 7 | 8 | 9 | 10 | "first" | 11 | 12;
264
264
  } & {
265
265
  overflowX?: "auto" | "scroll" | "hidden" | "visible";
266
266
  overflowY?: "auto" | "scroll" | "hidden" | "visible";
267
267
  overflow?: "auto" | "scroll" | "hidden" | "visible";
268
268
  } & {
269
- paddingRight?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
270
- paddingLeft?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
271
- paddingTop?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
272
- paddingBottom?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
273
- paddingX?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
274
- paddingY?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
275
- padding?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
269
+ paddingRight?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
270
+ paddingLeft?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
271
+ paddingTop?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
272
+ paddingBottom?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
273
+ paddingX?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
274
+ paddingY?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
275
+ padding?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
276
276
  break?: string;
277
277
  default?: string;
278
278
  } & {
@@ -282,7 +282,7 @@ declare const _default: React.ForwardRefExoticComponent<(Pick<{
282
282
  } & {
283
283
  textAlign?: "center" | "left" | "right" | "start" | "end" | "justify" | "justifyAll" | "matchParent";
284
284
  } & {
285
- zIndex?: 2 | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10;
285
+ zIndex?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10;
286
286
  } & {
287
287
  hover?: string;
288
288
  }, string | number> | Pick<{
@@ -320,11 +320,11 @@ declare const _default: React.ForwardRefExoticComponent<(Pick<{
320
320
  } & {
321
321
  borderRadius?: "md" | "lg" | "sm" | "xl" | "xs" | "none" | "rounded";
322
322
  } & {
323
- 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";
323
+ 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";
324
324
  } & {
325
325
  dark?: boolean;
326
326
  } & import("../types").DisplaySizes & {
327
- flex?: "none" | "auto" | "initial" | "1" | "2" | "3" | "4" | "5" | "0" | "6" | "7" | "8" | "9" | "10" | "11" | "12";
327
+ flex?: "none" | "initial" | "auto" | "1" | "2" | "3" | "4" | "5" | "0" | "6" | "7" | "8" | "9" | "10" | "11" | "12";
328
328
  } & {
329
329
  flexDirection?: "column" | "row" | "rowReverse" | "columnReverse";
330
330
  } & {
@@ -340,13 +340,13 @@ declare const _default: React.ForwardRefExoticComponent<(Pick<{
340
340
  } & {
341
341
  lineHeight?: "loosest" | "looser" | "loose" | "normal" | "tight" | "tighter" | "tightest";
342
342
  } & {
343
- marginRight?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
344
- marginLeft?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
345
- marginTop?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
346
- marginBottom?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
347
- marginX?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
348
- marginY?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
349
- margin?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
343
+ marginRight?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
344
+ marginLeft?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
345
+ marginTop?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
346
+ marginBottom?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
347
+ marginX?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
348
+ marginY?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
349
+ margin?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
350
350
  break?: string;
351
351
  default?: string;
352
352
  } & {
@@ -354,19 +354,19 @@ declare const _default: React.ForwardRefExoticComponent<(Pick<{
354
354
  } & {
355
355
  numberSpacing?: "tabular";
356
356
  } & {
357
- order?: 2 | "none" | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | "first" | 11 | 12;
357
+ order?: 1 | 2 | 3 | "none" | 4 | 5 | 6 | 7 | 8 | 9 | 10 | "first" | 11 | 12;
358
358
  } & {
359
359
  overflowX?: "auto" | "scroll" | "hidden" | "visible";
360
360
  overflowY?: "auto" | "scroll" | "hidden" | "visible";
361
361
  overflow?: "auto" | "scroll" | "hidden" | "visible";
362
362
  } & {
363
- paddingRight?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
364
- paddingLeft?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
365
- paddingTop?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
366
- paddingBottom?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
367
- paddingX?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
368
- paddingY?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
369
- padding?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
363
+ paddingRight?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
364
+ paddingLeft?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
365
+ paddingTop?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
366
+ paddingBottom?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
367
+ paddingX?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
368
+ paddingY?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
369
+ padding?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
370
370
  break?: string;
371
371
  default?: string;
372
372
  } & {
@@ -376,7 +376,7 @@ declare const _default: React.ForwardRefExoticComponent<(Pick<{
376
376
  } & {
377
377
  textAlign?: "center" | "left" | "right" | "start" | "end" | "justify" | "justifyAll" | "matchParent";
378
378
  } & {
379
- [key: string]: 2 | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10;
379
+ [key: string]: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10;
380
380
  } & {
381
381
  hover?: string;
382
382
  }, string | number>) & React.RefAttributes<HTMLInputElement>>;