@xyo-network/react-chain-transfer-plugin 1.15.1 → 1.15.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# @xyo-network/react-chain-
|
|
1
|
+
# @xyo-network/react-chain-transfer-plugin
|
|
2
2
|
|
|
3
3
|
[![logo][]](https://xyo.network)
|
|
4
4
|
|
|
@@ -10,12 +10,2172 @@
|
|
|
10
10
|
|
|
11
11
|
XYO Layer One API
|
|
12
12
|
|
|
13
|
+
|
|
14
|
+
|
|
13
15
|
## Reference
|
|
14
16
|
|
|
15
|
-
**@xyo-network/react-chain-
|
|
17
|
+
**@xyo-network/react-chain-transfer-plugin**
|
|
18
|
+
|
|
19
|
+
***
|
|
20
|
+
|
|
21
|
+
## Interfaces
|
|
22
|
+
|
|
23
|
+
- [TransferRenderBoxDetailsProps](#interfaces/TransferRenderBoxDetailsProps)
|
|
24
|
+
- [TransferRenderCardProps](#interfaces/TransferRenderCardProps)
|
|
25
|
+
|
|
26
|
+
## Variables
|
|
27
|
+
|
|
28
|
+
- [TransferRenderPlugin](#variables/TransferRenderPlugin)
|
|
29
|
+
- [TransferRenderBoxDetails](#variables/TransferRenderBoxDetails)
|
|
30
|
+
- [TransferRenderCard](#variables/TransferRenderCard)
|
|
31
|
+
|
|
32
|
+
### interfaces
|
|
33
|
+
|
|
34
|
+
### <a id="TransferRenderBoxDetailsProps"></a>TransferRenderBoxDetailsProps
|
|
35
|
+
|
|
36
|
+
[**@xyo-network/react-chain-transfer-plugin**](#../README)
|
|
37
|
+
|
|
38
|
+
***
|
|
39
|
+
|
|
40
|
+
## Extends
|
|
41
|
+
|
|
42
|
+
- `PayloadDetailsRenderProps`.`FlexBoxProps`
|
|
43
|
+
|
|
44
|
+
## Properties
|
|
45
|
+
|
|
46
|
+
### border?
|
|
47
|
+
|
|
48
|
+
```ts
|
|
49
|
+
optional border:
|
|
50
|
+
| ResponsiveStyleValue<
|
|
51
|
+
| undefined
|
|
52
|
+
| number
|
|
53
|
+
| string & object
|
|
54
|
+
| "inset"
|
|
55
|
+
| "hidden"
|
|
56
|
+
| "-moz-initial"
|
|
57
|
+
| "inherit"
|
|
58
|
+
| "initial"
|
|
59
|
+
| "revert"
|
|
60
|
+
| "revert-layer"
|
|
61
|
+
| "unset"
|
|
62
|
+
| "medium"
|
|
63
|
+
| "thick"
|
|
64
|
+
| "thin"
|
|
65
|
+
| "dashed"
|
|
66
|
+
| "dotted"
|
|
67
|
+
| "double"
|
|
68
|
+
| "groove"
|
|
69
|
+
| "none"
|
|
70
|
+
| "outset"
|
|
71
|
+
| "ridge"
|
|
72
|
+
| "solid"
|
|
73
|
+
| "aliceblue"
|
|
74
|
+
| "antiquewhite"
|
|
75
|
+
| "aqua"
|
|
76
|
+
| "aquamarine"
|
|
77
|
+
| "azure"
|
|
78
|
+
| "beige"
|
|
79
|
+
| "bisque"
|
|
80
|
+
| "black"
|
|
81
|
+
| "blanchedalmond"
|
|
82
|
+
| "blue"
|
|
83
|
+
| "blueviolet"
|
|
84
|
+
| "brown"
|
|
85
|
+
| "burlywood"
|
|
86
|
+
| "cadetblue"
|
|
87
|
+
| "chartreuse"
|
|
88
|
+
| "chocolate"
|
|
89
|
+
| "coral"
|
|
90
|
+
| "cornflowerblue"
|
|
91
|
+
| "cornsilk"
|
|
92
|
+
| "crimson"
|
|
93
|
+
| "cyan"
|
|
94
|
+
| "darkblue"
|
|
95
|
+
| "darkcyan"
|
|
96
|
+
| "darkgoldenrod"
|
|
97
|
+
| "darkgray"
|
|
98
|
+
| "darkgreen"
|
|
99
|
+
| "darkgrey"
|
|
100
|
+
| "darkkhaki"
|
|
101
|
+
| "darkmagenta"
|
|
102
|
+
| "darkolivegreen"
|
|
103
|
+
| "darkorange"
|
|
104
|
+
| "darkorchid"
|
|
105
|
+
| "darkred"
|
|
106
|
+
| "darksalmon"
|
|
107
|
+
| "darkseagreen"
|
|
108
|
+
| "darkslateblue"
|
|
109
|
+
| "darkslategray"
|
|
110
|
+
| "darkslategrey"
|
|
111
|
+
| "darkturquoise"
|
|
112
|
+
| "darkviolet"
|
|
113
|
+
| "deeppink"
|
|
114
|
+
| "deepskyblue"
|
|
115
|
+
| "dimgray"
|
|
116
|
+
| "dimgrey"
|
|
117
|
+
| "dodgerblue"
|
|
118
|
+
| "firebrick"
|
|
119
|
+
| "floralwhite"
|
|
120
|
+
| "forestgreen"
|
|
121
|
+
| "fuchsia"
|
|
122
|
+
| "gainsboro"
|
|
123
|
+
| "ghostwhite"
|
|
124
|
+
| "gold"
|
|
125
|
+
| "goldenrod"
|
|
126
|
+
| "gray"
|
|
127
|
+
| "green"
|
|
128
|
+
| "greenyellow"
|
|
129
|
+
| "grey"
|
|
130
|
+
| "honeydew"
|
|
131
|
+
| "hotpink"
|
|
132
|
+
| "indianred"
|
|
133
|
+
| "indigo"
|
|
134
|
+
| "ivory"
|
|
135
|
+
| "khaki"
|
|
136
|
+
| "lavender"
|
|
137
|
+
| "lavenderblush"
|
|
138
|
+
| "lawngreen"
|
|
139
|
+
| "lemonchiffon"
|
|
140
|
+
| "lightblue"
|
|
141
|
+
| "lightcoral"
|
|
142
|
+
| "lightcyan"
|
|
143
|
+
| "lightgoldenrodyellow"
|
|
144
|
+
| "lightgray"
|
|
145
|
+
| "lightgreen"
|
|
146
|
+
| "lightgrey"
|
|
147
|
+
| "lightpink"
|
|
148
|
+
| "lightsalmon"
|
|
149
|
+
| "lightseagreen"
|
|
150
|
+
| "lightskyblue"
|
|
151
|
+
| "lightslategray"
|
|
152
|
+
| "lightslategrey"
|
|
153
|
+
| "lightsteelblue"
|
|
154
|
+
| "lightyellow"
|
|
155
|
+
| "lime"
|
|
156
|
+
| "limegreen"
|
|
157
|
+
| "linen"
|
|
158
|
+
| "magenta"
|
|
159
|
+
| "maroon"
|
|
160
|
+
| "mediumaquamarine"
|
|
161
|
+
| "mediumblue"
|
|
162
|
+
| "mediumorchid"
|
|
163
|
+
| "mediumpurple"
|
|
164
|
+
| "mediumseagreen"
|
|
165
|
+
| "mediumslateblue"
|
|
166
|
+
| "mediumspringgreen"
|
|
167
|
+
| "mediumturquoise"
|
|
168
|
+
| "mediumvioletred"
|
|
169
|
+
| "midnightblue"
|
|
170
|
+
| "mintcream"
|
|
171
|
+
| "mistyrose"
|
|
172
|
+
| "moccasin"
|
|
173
|
+
| "navajowhite"
|
|
174
|
+
| "navy"
|
|
175
|
+
| "oldlace"
|
|
176
|
+
| "olive"
|
|
177
|
+
| "olivedrab"
|
|
178
|
+
| "orange"
|
|
179
|
+
| "orangered"
|
|
180
|
+
| "orchid"
|
|
181
|
+
| "palegoldenrod"
|
|
182
|
+
| "palegreen"
|
|
183
|
+
| "paleturquoise"
|
|
184
|
+
| "palevioletred"
|
|
185
|
+
| "papayawhip"
|
|
186
|
+
| "peachpuff"
|
|
187
|
+
| "peru"
|
|
188
|
+
| "pink"
|
|
189
|
+
| "plum"
|
|
190
|
+
| "powderblue"
|
|
191
|
+
| "purple"
|
|
192
|
+
| "rebeccapurple"
|
|
193
|
+
| "red"
|
|
194
|
+
| "rosybrown"
|
|
195
|
+
| "royalblue"
|
|
196
|
+
| "saddlebrown"
|
|
197
|
+
| "salmon"
|
|
198
|
+
| "sandybrown"
|
|
199
|
+
| "seagreen"
|
|
200
|
+
| "seashell"
|
|
201
|
+
| "sienna"
|
|
202
|
+
| "silver"
|
|
203
|
+
| "skyblue"
|
|
204
|
+
| "slateblue"
|
|
205
|
+
| "slategray"
|
|
206
|
+
| "slategrey"
|
|
207
|
+
| "snow"
|
|
208
|
+
| "springgreen"
|
|
209
|
+
| "steelblue"
|
|
210
|
+
| "tan"
|
|
211
|
+
| "teal"
|
|
212
|
+
| "thistle"
|
|
213
|
+
| "tomato"
|
|
214
|
+
| "transparent"
|
|
215
|
+
| "turquoise"
|
|
216
|
+
| "violet"
|
|
217
|
+
| "wheat"
|
|
218
|
+
| "white"
|
|
219
|
+
| "whitesmoke"
|
|
220
|
+
| "yellow"
|
|
221
|
+
| "yellowgreen"
|
|
222
|
+
| "ActiveBorder"
|
|
223
|
+
| "ActiveCaption"
|
|
224
|
+
| "AppWorkspace"
|
|
225
|
+
| "Background"
|
|
226
|
+
| "ButtonFace"
|
|
227
|
+
| "ButtonHighlight"
|
|
228
|
+
| "ButtonShadow"
|
|
229
|
+
| "ButtonText"
|
|
230
|
+
| "CaptionText"
|
|
231
|
+
| "GrayText"
|
|
232
|
+
| "Highlight"
|
|
233
|
+
| "HighlightText"
|
|
234
|
+
| "InactiveBorder"
|
|
235
|
+
| "InactiveCaption"
|
|
236
|
+
| "InactiveCaptionText"
|
|
237
|
+
| "InfoBackground"
|
|
238
|
+
| "InfoText"
|
|
239
|
+
| "Menu"
|
|
240
|
+
| "MenuText"
|
|
241
|
+
| "Scrollbar"
|
|
242
|
+
| "ThreeDDarkShadow"
|
|
243
|
+
| "ThreeDFace"
|
|
244
|
+
| "ThreeDHighlight"
|
|
245
|
+
| "ThreeDLightShadow"
|
|
246
|
+
| "ThreeDShadow"
|
|
247
|
+
| "Window"
|
|
248
|
+
| "WindowFrame"
|
|
249
|
+
| "WindowText"
|
|
250
|
+
| "currentcolor">
|
|
251
|
+
| (theme) => ResponsiveStyleValue<
|
|
252
|
+
| undefined
|
|
253
|
+
| number
|
|
254
|
+
| string & object
|
|
255
|
+
| "inset"
|
|
256
|
+
| "hidden"
|
|
257
|
+
| "-moz-initial"
|
|
258
|
+
| "inherit"
|
|
259
|
+
| "initial"
|
|
260
|
+
| "revert"
|
|
261
|
+
| "revert-layer"
|
|
262
|
+
| "unset"
|
|
263
|
+
| "medium"
|
|
264
|
+
| "thick"
|
|
265
|
+
| "thin"
|
|
266
|
+
| "dashed"
|
|
267
|
+
| "dotted"
|
|
268
|
+
| "double"
|
|
269
|
+
| "groove"
|
|
270
|
+
| "none"
|
|
271
|
+
| "outset"
|
|
272
|
+
| "ridge"
|
|
273
|
+
| "solid"
|
|
274
|
+
| "aliceblue"
|
|
275
|
+
| "antiquewhite"
|
|
276
|
+
| "aqua"
|
|
277
|
+
| "aquamarine"
|
|
278
|
+
| "azure"
|
|
279
|
+
| "beige"
|
|
280
|
+
| "bisque"
|
|
281
|
+
| "black"
|
|
282
|
+
| "blanchedalmond"
|
|
283
|
+
| "blue"
|
|
284
|
+
| "blueviolet"
|
|
285
|
+
| "brown"
|
|
286
|
+
| "burlywood"
|
|
287
|
+
| "cadetblue"
|
|
288
|
+
| "chartreuse"
|
|
289
|
+
| "chocolate"
|
|
290
|
+
| "coral"
|
|
291
|
+
| "cornflowerblue"
|
|
292
|
+
| "cornsilk"
|
|
293
|
+
| "crimson"
|
|
294
|
+
| "cyan"
|
|
295
|
+
| "darkblue"
|
|
296
|
+
| "darkcyan"
|
|
297
|
+
| "darkgoldenrod"
|
|
298
|
+
| "darkgray"
|
|
299
|
+
| "darkgreen"
|
|
300
|
+
| "darkgrey"
|
|
301
|
+
| "darkkhaki"
|
|
302
|
+
| "darkmagenta"
|
|
303
|
+
| "darkolivegreen"
|
|
304
|
+
| "darkorange"
|
|
305
|
+
| "darkorchid"
|
|
306
|
+
| "darkred"
|
|
307
|
+
| "darksalmon"
|
|
308
|
+
| "darkseagreen"
|
|
309
|
+
| "darkslateblue"
|
|
310
|
+
| "darkslategray"
|
|
311
|
+
| "darkslategrey"
|
|
312
|
+
| "darkturquoise"
|
|
313
|
+
| "darkviolet"
|
|
314
|
+
| "deeppink"
|
|
315
|
+
| "deepskyblue"
|
|
316
|
+
| "dimgray"
|
|
317
|
+
| "dimgrey"
|
|
318
|
+
| "dodgerblue"
|
|
319
|
+
| "firebrick"
|
|
320
|
+
| "floralwhite"
|
|
321
|
+
| "forestgreen"
|
|
322
|
+
| "fuchsia"
|
|
323
|
+
| "gainsboro"
|
|
324
|
+
| "ghostwhite"
|
|
325
|
+
| "gold"
|
|
326
|
+
| "goldenrod"
|
|
327
|
+
| "gray"
|
|
328
|
+
| "green"
|
|
329
|
+
| "greenyellow"
|
|
330
|
+
| "grey"
|
|
331
|
+
| "honeydew"
|
|
332
|
+
| "hotpink"
|
|
333
|
+
| "indianred"
|
|
334
|
+
| "indigo"
|
|
335
|
+
| "ivory"
|
|
336
|
+
| "khaki"
|
|
337
|
+
| "lavender"
|
|
338
|
+
| "lavenderblush"
|
|
339
|
+
| "lawngreen"
|
|
340
|
+
| "lemonchiffon"
|
|
341
|
+
| "lightblue"
|
|
342
|
+
| "lightcoral"
|
|
343
|
+
| "lightcyan"
|
|
344
|
+
| "lightgoldenrodyellow"
|
|
345
|
+
| "lightgray"
|
|
346
|
+
| "lightgreen"
|
|
347
|
+
| "lightgrey"
|
|
348
|
+
| "lightpink"
|
|
349
|
+
| "lightsalmon"
|
|
350
|
+
| "lightseagreen"
|
|
351
|
+
| "lightskyblue"
|
|
352
|
+
| "lightslategray"
|
|
353
|
+
| "lightslategrey"
|
|
354
|
+
| "lightsteelblue"
|
|
355
|
+
| "lightyellow"
|
|
356
|
+
| "lime"
|
|
357
|
+
| "limegreen"
|
|
358
|
+
| "linen"
|
|
359
|
+
| "magenta"
|
|
360
|
+
| "maroon"
|
|
361
|
+
| "mediumaquamarine"
|
|
362
|
+
| "mediumblue"
|
|
363
|
+
| "mediumorchid"
|
|
364
|
+
| "mediumpurple"
|
|
365
|
+
| "mediumseagreen"
|
|
366
|
+
| "mediumslateblue"
|
|
367
|
+
| "mediumspringgreen"
|
|
368
|
+
| "mediumturquoise"
|
|
369
|
+
| "mediumvioletred"
|
|
370
|
+
| "midnightblue"
|
|
371
|
+
| "mintcream"
|
|
372
|
+
| "mistyrose"
|
|
373
|
+
| "moccasin"
|
|
374
|
+
| "navajowhite"
|
|
375
|
+
| "navy"
|
|
376
|
+
| "oldlace"
|
|
377
|
+
| "olive"
|
|
378
|
+
| "olivedrab"
|
|
379
|
+
| "orange"
|
|
380
|
+
| "orangered"
|
|
381
|
+
| "orchid"
|
|
382
|
+
| "palegoldenrod"
|
|
383
|
+
| "palegreen"
|
|
384
|
+
| "paleturquoise"
|
|
385
|
+
| "palevioletred"
|
|
386
|
+
| "papayawhip"
|
|
387
|
+
| "peachpuff"
|
|
388
|
+
| "peru"
|
|
389
|
+
| "pink"
|
|
390
|
+
| "plum"
|
|
391
|
+
| "powderblue"
|
|
392
|
+
| "purple"
|
|
393
|
+
| "rebeccapurple"
|
|
394
|
+
| "red"
|
|
395
|
+
| "rosybrown"
|
|
396
|
+
| "royalblue"
|
|
397
|
+
| "saddlebrown"
|
|
398
|
+
| "salmon"
|
|
399
|
+
| "sandybrown"
|
|
400
|
+
| "seagreen"
|
|
401
|
+
| "seashell"
|
|
402
|
+
| "sienna"
|
|
403
|
+
| "silver"
|
|
404
|
+
| "skyblue"
|
|
405
|
+
| "slateblue"
|
|
406
|
+
| "slategray"
|
|
407
|
+
| "slategrey"
|
|
408
|
+
| "snow"
|
|
409
|
+
| "springgreen"
|
|
410
|
+
| "steelblue"
|
|
411
|
+
| "tan"
|
|
412
|
+
| "teal"
|
|
413
|
+
| "thistle"
|
|
414
|
+
| "tomato"
|
|
415
|
+
| "transparent"
|
|
416
|
+
| "turquoise"
|
|
417
|
+
| "violet"
|
|
418
|
+
| "wheat"
|
|
419
|
+
| "white"
|
|
420
|
+
| "whitesmoke"
|
|
421
|
+
| "yellow"
|
|
422
|
+
| "yellowgreen"
|
|
423
|
+
| "ActiveBorder"
|
|
424
|
+
| "ActiveCaption"
|
|
425
|
+
| "AppWorkspace"
|
|
426
|
+
| "Background"
|
|
427
|
+
| "ButtonFace"
|
|
428
|
+
| "ButtonHighlight"
|
|
429
|
+
| "ButtonShadow"
|
|
430
|
+
| "ButtonText"
|
|
431
|
+
| "CaptionText"
|
|
432
|
+
| "GrayText"
|
|
433
|
+
| "Highlight"
|
|
434
|
+
| "HighlightText"
|
|
435
|
+
| "InactiveBorder"
|
|
436
|
+
| "InactiveCaption"
|
|
437
|
+
| "InactiveCaptionText"
|
|
438
|
+
| "InfoBackground"
|
|
439
|
+
| "InfoText"
|
|
440
|
+
| "Menu"
|
|
441
|
+
| "MenuText"
|
|
442
|
+
| "Scrollbar"
|
|
443
|
+
| "ThreeDDarkShadow"
|
|
444
|
+
| "ThreeDFace"
|
|
445
|
+
| "ThreeDHighlight"
|
|
446
|
+
| "ThreeDLightShadow"
|
|
447
|
+
| "ThreeDShadow"
|
|
448
|
+
| "Window"
|
|
449
|
+
| "WindowFrame"
|
|
450
|
+
| "WindowText"
|
|
451
|
+
| "currentcolor">;
|
|
452
|
+
```
|
|
453
|
+
|
|
454
|
+
### Inherited from
|
|
455
|
+
|
|
456
|
+
```ts
|
|
457
|
+
FlexBoxProps.border
|
|
458
|
+
```
|
|
459
|
+
|
|
460
|
+
***
|
|
461
|
+
|
|
462
|
+
### borderTop?
|
|
463
|
+
|
|
464
|
+
```ts
|
|
465
|
+
optional borderTop:
|
|
466
|
+
| ResponsiveStyleValue<BorderTop<string | number> | readonly NonNullable<BorderTop<string | number> | undefined>[] | undefined>
|
|
467
|
+
| (theme) => ResponsiveStyleValue<BorderTop<string | number> | readonly NonNullable<BorderTop<string | number> | undefined>[] | undefined>;
|
|
468
|
+
```
|
|
469
|
+
|
|
470
|
+
### Inherited from
|
|
471
|
+
|
|
472
|
+
```ts
|
|
473
|
+
FlexBoxProps.borderTop
|
|
474
|
+
```
|
|
475
|
+
|
|
476
|
+
***
|
|
477
|
+
|
|
478
|
+
### borderRight?
|
|
479
|
+
|
|
480
|
+
```ts
|
|
481
|
+
optional borderRight:
|
|
482
|
+
| ResponsiveStyleValue<BorderRight<string | number> | readonly NonNullable<BorderRight<string | number> | undefined>[] | undefined>
|
|
483
|
+
| (theme) => ResponsiveStyleValue<BorderRight<string | number> | readonly NonNullable<BorderRight<string | number> | undefined>[] | undefined>;
|
|
484
|
+
```
|
|
485
|
+
|
|
486
|
+
### Inherited from
|
|
487
|
+
|
|
488
|
+
```ts
|
|
489
|
+
FlexBoxProps.borderRight
|
|
490
|
+
```
|
|
491
|
+
|
|
492
|
+
***
|
|
493
|
+
|
|
494
|
+
### borderBottom?
|
|
495
|
+
|
|
496
|
+
```ts
|
|
497
|
+
optional borderBottom:
|
|
498
|
+
| ResponsiveStyleValue<BorderBottom<string | number> | readonly NonNullable<BorderBottom<string | number> | undefined>[] | undefined>
|
|
499
|
+
| (theme) => ResponsiveStyleValue<BorderBottom<string | number> | readonly NonNullable<BorderBottom<string | number> | undefined>[] | undefined>;
|
|
500
|
+
```
|
|
501
|
+
|
|
502
|
+
### Inherited from
|
|
503
|
+
|
|
504
|
+
```ts
|
|
505
|
+
FlexBoxProps.borderBottom
|
|
506
|
+
```
|
|
507
|
+
|
|
508
|
+
***
|
|
509
|
+
|
|
510
|
+
### borderLeft?
|
|
511
|
+
|
|
512
|
+
```ts
|
|
513
|
+
optional borderLeft:
|
|
514
|
+
| ResponsiveStyleValue<BorderLeft<string | number> | readonly NonNullable<BorderLeft<string | number> | undefined>[] | undefined>
|
|
515
|
+
| (theme) => ResponsiveStyleValue<BorderLeft<string | number> | readonly NonNullable<BorderLeft<string | number> | undefined>[] | undefined>;
|
|
516
|
+
```
|
|
517
|
+
|
|
518
|
+
### Inherited from
|
|
519
|
+
|
|
520
|
+
```ts
|
|
521
|
+
FlexBoxProps.borderLeft
|
|
522
|
+
```
|
|
523
|
+
|
|
524
|
+
***
|
|
525
|
+
|
|
526
|
+
### borderColor?
|
|
527
|
+
|
|
528
|
+
```ts
|
|
529
|
+
optional borderColor:
|
|
530
|
+
| ResponsiveStyleValue<BorderColor | readonly string[] | undefined>
|
|
531
|
+
| (theme) => ResponsiveStyleValue<BorderColor | readonly string[] | undefined>;
|
|
532
|
+
```
|
|
533
|
+
|
|
534
|
+
### Inherited from
|
|
535
|
+
|
|
536
|
+
```ts
|
|
537
|
+
FlexBoxProps.borderColor
|
|
538
|
+
```
|
|
539
|
+
|
|
540
|
+
***
|
|
541
|
+
|
|
542
|
+
### borderRadius?
|
|
543
|
+
|
|
544
|
+
```ts
|
|
545
|
+
optional borderRadius:
|
|
546
|
+
| ResponsiveStyleValue<BorderRadius<string | number> | readonly NonNullable<BorderRadius<string | number> | undefined>[] | undefined>
|
|
547
|
+
| (theme) => ResponsiveStyleValue<BorderRadius<string | number> | readonly NonNullable<BorderRadius<string | number> | undefined>[] | undefined>;
|
|
548
|
+
```
|
|
549
|
+
|
|
550
|
+
### Inherited from
|
|
551
|
+
|
|
552
|
+
```ts
|
|
553
|
+
FlexBoxProps.borderRadius
|
|
554
|
+
```
|
|
555
|
+
|
|
556
|
+
***
|
|
557
|
+
|
|
558
|
+
### display?
|
|
559
|
+
|
|
560
|
+
```ts
|
|
561
|
+
optional display:
|
|
562
|
+
| ResponsiveStyleValue<readonly string[] | Display | undefined>
|
|
563
|
+
| (theme) => ResponsiveStyleValue<readonly string[] | Display | undefined>;
|
|
564
|
+
```
|
|
565
|
+
|
|
566
|
+
### Inherited from
|
|
567
|
+
|
|
568
|
+
```ts
|
|
569
|
+
FlexBoxProps.display
|
|
570
|
+
```
|
|
571
|
+
|
|
572
|
+
***
|
|
573
|
+
|
|
574
|
+
### displayPrint?
|
|
575
|
+
|
|
576
|
+
```ts
|
|
577
|
+
optional displayPrint:
|
|
578
|
+
| ResponsiveStyleValue<readonly string[] | Display | undefined>
|
|
579
|
+
| (theme) => ResponsiveStyleValue<readonly string[] | Display | undefined>;
|
|
580
|
+
```
|
|
581
|
+
|
|
582
|
+
### Inherited from
|
|
583
|
+
|
|
584
|
+
```ts
|
|
585
|
+
FlexBoxProps.displayPrint
|
|
586
|
+
```
|
|
587
|
+
|
|
588
|
+
***
|
|
589
|
+
|
|
590
|
+
### overflow?
|
|
591
|
+
|
|
592
|
+
```ts
|
|
593
|
+
optional overflow:
|
|
594
|
+
| ResponsiveStyleValue<readonly string[] | Overflow | undefined>
|
|
595
|
+
| (theme) => ResponsiveStyleValue<readonly string[] | Overflow | undefined>;
|
|
596
|
+
```
|
|
597
|
+
|
|
598
|
+
### Inherited from
|
|
599
|
+
|
|
600
|
+
```ts
|
|
601
|
+
FlexBoxProps.overflow
|
|
602
|
+
```
|
|
603
|
+
|
|
604
|
+
***
|
|
605
|
+
|
|
606
|
+
### textOverflow?
|
|
607
|
+
|
|
608
|
+
```ts
|
|
609
|
+
optional textOverflow:
|
|
610
|
+
| ResponsiveStyleValue<readonly string[] | TextOverflow | undefined>
|
|
611
|
+
| (theme) => ResponsiveStyleValue<readonly string[] | TextOverflow | undefined>;
|
|
612
|
+
```
|
|
613
|
+
|
|
614
|
+
### Inherited from
|
|
615
|
+
|
|
616
|
+
```ts
|
|
617
|
+
FlexBoxProps.textOverflow
|
|
618
|
+
```
|
|
619
|
+
|
|
620
|
+
***
|
|
621
|
+
|
|
622
|
+
### visibility?
|
|
623
|
+
|
|
624
|
+
```ts
|
|
625
|
+
optional visibility:
|
|
626
|
+
| ResponsiveStyleValue<Visibility | readonly NonNullable<Visibility | undefined>[] | undefined>
|
|
627
|
+
| (theme) => ResponsiveStyleValue<Visibility | readonly NonNullable<Visibility | undefined>[] | undefined>;
|
|
628
|
+
```
|
|
629
|
+
|
|
630
|
+
### Inherited from
|
|
631
|
+
|
|
632
|
+
```ts
|
|
633
|
+
FlexBoxProps.visibility
|
|
634
|
+
```
|
|
635
|
+
|
|
636
|
+
***
|
|
637
|
+
|
|
638
|
+
### whiteSpace?
|
|
639
|
+
|
|
640
|
+
```ts
|
|
641
|
+
optional whiteSpace:
|
|
642
|
+
| ResponsiveStyleValue<readonly string[] | WhiteSpace | undefined>
|
|
643
|
+
| (theme) => ResponsiveStyleValue<readonly string[] | WhiteSpace | undefined>;
|
|
644
|
+
```
|
|
645
|
+
|
|
646
|
+
### Inherited from
|
|
647
|
+
|
|
648
|
+
```ts
|
|
649
|
+
FlexBoxProps.whiteSpace
|
|
650
|
+
```
|
|
651
|
+
|
|
652
|
+
***
|
|
653
|
+
|
|
654
|
+
### flexBasis?
|
|
655
|
+
|
|
656
|
+
```ts
|
|
657
|
+
optional flexBasis:
|
|
658
|
+
| ResponsiveStyleValue<FlexBasis<string | number> | readonly NonNullable<FlexBasis<string | number> | undefined>[] | undefined>
|
|
659
|
+
| (theme) => ResponsiveStyleValue<FlexBasis<string | number> | readonly NonNullable<FlexBasis<string | number> | undefined>[] | undefined>;
|
|
660
|
+
```
|
|
661
|
+
|
|
662
|
+
### Inherited from
|
|
663
|
+
|
|
664
|
+
```ts
|
|
665
|
+
FlexBoxProps.flexBasis
|
|
666
|
+
```
|
|
667
|
+
|
|
668
|
+
***
|
|
669
|
+
|
|
670
|
+
### flexDirection?
|
|
671
|
+
|
|
672
|
+
```ts
|
|
673
|
+
optional flexDirection:
|
|
674
|
+
| ResponsiveStyleValue<FlexDirection | readonly NonNullable<FlexDirection | undefined>[] | undefined>
|
|
675
|
+
| (theme) => ResponsiveStyleValue<FlexDirection | readonly NonNullable<FlexDirection | undefined>[] | undefined>;
|
|
676
|
+
```
|
|
677
|
+
|
|
678
|
+
### Inherited from
|
|
679
|
+
|
|
680
|
+
```ts
|
|
681
|
+
FlexBoxProps.flexDirection
|
|
682
|
+
```
|
|
683
|
+
|
|
684
|
+
***
|
|
685
|
+
|
|
686
|
+
### flexWrap?
|
|
687
|
+
|
|
688
|
+
```ts
|
|
689
|
+
optional flexWrap:
|
|
690
|
+
| ResponsiveStyleValue<FlexWrap | readonly NonNullable<FlexWrap | undefined>[] | undefined>
|
|
691
|
+
| (theme) => ResponsiveStyleValue<FlexWrap | readonly NonNullable<FlexWrap | undefined>[] | undefined>;
|
|
692
|
+
```
|
|
693
|
+
|
|
694
|
+
### Inherited from
|
|
695
|
+
|
|
696
|
+
```ts
|
|
697
|
+
FlexBoxProps.flexWrap
|
|
698
|
+
```
|
|
699
|
+
|
|
700
|
+
***
|
|
701
|
+
|
|
702
|
+
### justifyContent?
|
|
703
|
+
|
|
704
|
+
```ts
|
|
705
|
+
optional justifyContent:
|
|
706
|
+
| ResponsiveStyleValue<readonly string[] | JustifyContent | undefined>
|
|
707
|
+
| (theme) => ResponsiveStyleValue<readonly string[] | JustifyContent | undefined>;
|
|
708
|
+
```
|
|
709
|
+
|
|
710
|
+
### Inherited from
|
|
711
|
+
|
|
712
|
+
```ts
|
|
713
|
+
FlexBoxProps.justifyContent
|
|
714
|
+
```
|
|
715
|
+
|
|
716
|
+
***
|
|
717
|
+
|
|
718
|
+
### alignItems?
|
|
719
|
+
|
|
720
|
+
```ts
|
|
721
|
+
optional alignItems:
|
|
722
|
+
| ResponsiveStyleValue<readonly string[] | AlignItems | undefined>
|
|
723
|
+
| (theme) => ResponsiveStyleValue<readonly string[] | AlignItems | undefined>;
|
|
724
|
+
```
|
|
725
|
+
|
|
726
|
+
### Inherited from
|
|
727
|
+
|
|
728
|
+
```ts
|
|
729
|
+
FlexBoxProps.alignItems
|
|
730
|
+
```
|
|
731
|
+
|
|
732
|
+
***
|
|
733
|
+
|
|
734
|
+
### alignContent?
|
|
735
|
+
|
|
736
|
+
```ts
|
|
737
|
+
optional alignContent:
|
|
738
|
+
| ResponsiveStyleValue<readonly string[] | AlignContent | undefined>
|
|
739
|
+
| (theme) => ResponsiveStyleValue<readonly string[] | AlignContent | undefined>;
|
|
740
|
+
```
|
|
741
|
+
|
|
742
|
+
### Inherited from
|
|
743
|
+
|
|
744
|
+
```ts
|
|
745
|
+
FlexBoxProps.alignContent
|
|
746
|
+
```
|
|
16
747
|
|
|
17
748
|
***
|
|
18
749
|
|
|
750
|
+
### order?
|
|
751
|
+
|
|
752
|
+
```ts
|
|
753
|
+
optional order:
|
|
754
|
+
| ResponsiveStyleValue<Order | readonly NonNullable<Order | undefined>[] | undefined>
|
|
755
|
+
| (theme) => ResponsiveStyleValue<Order | readonly NonNullable<Order | undefined>[] | undefined>;
|
|
756
|
+
```
|
|
757
|
+
|
|
758
|
+
### Inherited from
|
|
759
|
+
|
|
760
|
+
```ts
|
|
761
|
+
FlexBoxProps.order
|
|
762
|
+
```
|
|
763
|
+
|
|
764
|
+
***
|
|
765
|
+
|
|
766
|
+
### flex?
|
|
767
|
+
|
|
768
|
+
```ts
|
|
769
|
+
optional flex:
|
|
770
|
+
| ResponsiveStyleValue<Flex<string | number> | readonly NonNullable<Flex<string | number> | undefined>[] | undefined>
|
|
771
|
+
| (theme) => ResponsiveStyleValue<Flex<string | number> | readonly NonNullable<Flex<string | number> | undefined>[] | undefined>;
|
|
772
|
+
```
|
|
773
|
+
|
|
774
|
+
### Inherited from
|
|
775
|
+
|
|
776
|
+
```ts
|
|
777
|
+
FlexBoxProps.flex
|
|
778
|
+
```
|
|
779
|
+
|
|
780
|
+
***
|
|
781
|
+
|
|
782
|
+
### flexGrow?
|
|
783
|
+
|
|
784
|
+
```ts
|
|
785
|
+
optional flexGrow:
|
|
786
|
+
| ResponsiveStyleValue<FlexGrow | readonly NonNullable<FlexGrow | undefined>[] | undefined>
|
|
787
|
+
| (theme) => ResponsiveStyleValue<FlexGrow | readonly NonNullable<FlexGrow | undefined>[] | undefined>;
|
|
788
|
+
```
|
|
789
|
+
|
|
790
|
+
### Inherited from
|
|
791
|
+
|
|
792
|
+
```ts
|
|
793
|
+
FlexBoxProps.flexGrow
|
|
794
|
+
```
|
|
795
|
+
|
|
796
|
+
***
|
|
797
|
+
|
|
798
|
+
### flexShrink?
|
|
799
|
+
|
|
800
|
+
```ts
|
|
801
|
+
optional flexShrink:
|
|
802
|
+
| ResponsiveStyleValue<FlexShrink | readonly NonNullable<FlexShrink | undefined>[] | undefined>
|
|
803
|
+
| (theme) => ResponsiveStyleValue<FlexShrink | readonly NonNullable<FlexShrink | undefined>[] | undefined>;
|
|
804
|
+
```
|
|
805
|
+
|
|
806
|
+
### Inherited from
|
|
807
|
+
|
|
808
|
+
```ts
|
|
809
|
+
FlexBoxProps.flexShrink
|
|
810
|
+
```
|
|
811
|
+
|
|
812
|
+
***
|
|
813
|
+
|
|
814
|
+
### alignSelf?
|
|
815
|
+
|
|
816
|
+
```ts
|
|
817
|
+
optional alignSelf:
|
|
818
|
+
| ResponsiveStyleValue<readonly string[] | AlignSelf | undefined>
|
|
819
|
+
| (theme) => ResponsiveStyleValue<readonly string[] | AlignSelf | undefined>;
|
|
820
|
+
```
|
|
821
|
+
|
|
822
|
+
### Inherited from
|
|
823
|
+
|
|
824
|
+
```ts
|
|
825
|
+
FlexBoxProps.alignSelf
|
|
826
|
+
```
|
|
827
|
+
|
|
828
|
+
***
|
|
829
|
+
|
|
830
|
+
### justifyItems?
|
|
831
|
+
|
|
832
|
+
```ts
|
|
833
|
+
optional justifyItems:
|
|
834
|
+
| ResponsiveStyleValue<readonly string[] | JustifyItems | undefined>
|
|
835
|
+
| (theme) => ResponsiveStyleValue<readonly string[] | JustifyItems | undefined>;
|
|
836
|
+
```
|
|
837
|
+
|
|
838
|
+
### Inherited from
|
|
839
|
+
|
|
840
|
+
```ts
|
|
841
|
+
FlexBoxProps.justifyItems
|
|
842
|
+
```
|
|
843
|
+
|
|
844
|
+
***
|
|
845
|
+
|
|
846
|
+
### justifySelf?
|
|
847
|
+
|
|
848
|
+
```ts
|
|
849
|
+
optional justifySelf:
|
|
850
|
+
| ResponsiveStyleValue<readonly string[] | JustifySelf | undefined>
|
|
851
|
+
| (theme) => ResponsiveStyleValue<readonly string[] | JustifySelf | undefined>;
|
|
852
|
+
```
|
|
853
|
+
|
|
854
|
+
### Inherited from
|
|
855
|
+
|
|
856
|
+
```ts
|
|
857
|
+
FlexBoxProps.justifySelf
|
|
858
|
+
```
|
|
859
|
+
|
|
860
|
+
***
|
|
861
|
+
|
|
862
|
+
### gap?
|
|
863
|
+
|
|
864
|
+
```ts
|
|
865
|
+
optional gap:
|
|
866
|
+
| ResponsiveStyleValue<Gap<string | number> | readonly NonNullable<Gap<string | number> | undefined>[] | undefined>
|
|
867
|
+
| (theme) => ResponsiveStyleValue<Gap<string | number> | readonly NonNullable<Gap<string | number> | undefined>[] | undefined>;
|
|
868
|
+
```
|
|
869
|
+
|
|
870
|
+
### Inherited from
|
|
871
|
+
|
|
872
|
+
```ts
|
|
873
|
+
FlexBoxProps.gap
|
|
874
|
+
```
|
|
875
|
+
|
|
876
|
+
***
|
|
877
|
+
|
|
878
|
+
### columnGap?
|
|
879
|
+
|
|
880
|
+
```ts
|
|
881
|
+
optional columnGap:
|
|
882
|
+
| ResponsiveStyleValue<ColumnGap<string | number> | readonly NonNullable<ColumnGap<string | number> | undefined>[] | undefined>
|
|
883
|
+
| (theme) => ResponsiveStyleValue<ColumnGap<string | number> | readonly NonNullable<ColumnGap<string | number> | undefined>[] | undefined>;
|
|
884
|
+
```
|
|
885
|
+
|
|
886
|
+
### Inherited from
|
|
887
|
+
|
|
888
|
+
```ts
|
|
889
|
+
FlexBoxProps.columnGap
|
|
890
|
+
```
|
|
891
|
+
|
|
892
|
+
***
|
|
893
|
+
|
|
894
|
+
### rowGap?
|
|
895
|
+
|
|
896
|
+
```ts
|
|
897
|
+
optional rowGap:
|
|
898
|
+
| ResponsiveStyleValue<RowGap<string | number> | readonly NonNullable<RowGap<string | number> | undefined>[] | undefined>
|
|
899
|
+
| (theme) => ResponsiveStyleValue<RowGap<string | number> | readonly NonNullable<RowGap<string | number> | undefined>[] | undefined>;
|
|
900
|
+
```
|
|
901
|
+
|
|
902
|
+
### Inherited from
|
|
903
|
+
|
|
904
|
+
```ts
|
|
905
|
+
FlexBoxProps.rowGap
|
|
906
|
+
```
|
|
907
|
+
|
|
908
|
+
***
|
|
909
|
+
|
|
910
|
+
### gridColumn?
|
|
911
|
+
|
|
912
|
+
```ts
|
|
913
|
+
optional gridColumn:
|
|
914
|
+
| ResponsiveStyleValue<GridColumn | readonly NonNullable<GridColumn | undefined>[] | undefined>
|
|
915
|
+
| (theme) => ResponsiveStyleValue<GridColumn | readonly NonNullable<GridColumn | undefined>[] | undefined>;
|
|
916
|
+
```
|
|
917
|
+
|
|
918
|
+
### Inherited from
|
|
919
|
+
|
|
920
|
+
```ts
|
|
921
|
+
FlexBoxProps.gridColumn
|
|
922
|
+
```
|
|
923
|
+
|
|
924
|
+
***
|
|
925
|
+
|
|
926
|
+
### gridRow?
|
|
927
|
+
|
|
928
|
+
```ts
|
|
929
|
+
optional gridRow:
|
|
930
|
+
| ResponsiveStyleValue<GridRow | readonly NonNullable<GridRow | undefined>[] | undefined>
|
|
931
|
+
| (theme) => ResponsiveStyleValue<GridRow | readonly NonNullable<GridRow | undefined>[] | undefined>;
|
|
932
|
+
```
|
|
933
|
+
|
|
934
|
+
### Inherited from
|
|
935
|
+
|
|
936
|
+
```ts
|
|
937
|
+
FlexBoxProps.gridRow
|
|
938
|
+
```
|
|
939
|
+
|
|
940
|
+
***
|
|
941
|
+
|
|
942
|
+
### gridAutoFlow?
|
|
943
|
+
|
|
944
|
+
```ts
|
|
945
|
+
optional gridAutoFlow:
|
|
946
|
+
| ResponsiveStyleValue<readonly string[] | GridAutoFlow | undefined>
|
|
947
|
+
| (theme) => ResponsiveStyleValue<readonly string[] | GridAutoFlow | undefined>;
|
|
948
|
+
```
|
|
949
|
+
|
|
950
|
+
### Inherited from
|
|
951
|
+
|
|
952
|
+
```ts
|
|
953
|
+
FlexBoxProps.gridAutoFlow
|
|
954
|
+
```
|
|
955
|
+
|
|
956
|
+
***
|
|
957
|
+
|
|
958
|
+
### gridAutoColumns?
|
|
959
|
+
|
|
960
|
+
```ts
|
|
961
|
+
optional gridAutoColumns:
|
|
962
|
+
| ResponsiveStyleValue<GridAutoColumns<string | number> | readonly NonNullable<GridAutoColumns<string | number> | undefined>[] | undefined>
|
|
963
|
+
| (theme) => ResponsiveStyleValue<GridAutoColumns<string | number> | readonly NonNullable<GridAutoColumns<string | number> | undefined>[] | undefined>;
|
|
964
|
+
```
|
|
965
|
+
|
|
966
|
+
### Inherited from
|
|
967
|
+
|
|
968
|
+
```ts
|
|
969
|
+
FlexBoxProps.gridAutoColumns
|
|
970
|
+
```
|
|
971
|
+
|
|
972
|
+
***
|
|
973
|
+
|
|
974
|
+
### gridAutoRows?
|
|
975
|
+
|
|
976
|
+
```ts
|
|
977
|
+
optional gridAutoRows:
|
|
978
|
+
| ResponsiveStyleValue<GridAutoRows<string | number> | readonly NonNullable<GridAutoRows<string | number> | undefined>[] | undefined>
|
|
979
|
+
| (theme) => ResponsiveStyleValue<GridAutoRows<string | number> | readonly NonNullable<GridAutoRows<string | number> | undefined>[] | undefined>;
|
|
980
|
+
```
|
|
981
|
+
|
|
982
|
+
### Inherited from
|
|
983
|
+
|
|
984
|
+
```ts
|
|
985
|
+
FlexBoxProps.gridAutoRows
|
|
986
|
+
```
|
|
987
|
+
|
|
988
|
+
***
|
|
989
|
+
|
|
990
|
+
### gridTemplateColumns?
|
|
991
|
+
|
|
992
|
+
```ts
|
|
993
|
+
optional gridTemplateColumns:
|
|
994
|
+
| ResponsiveStyleValue<GridTemplateColumns<string | number> | readonly NonNullable<GridTemplateColumns<string | number> | undefined>[] | undefined>
|
|
995
|
+
| (theme) => ResponsiveStyleValue<GridTemplateColumns<string | number> | readonly NonNullable<GridTemplateColumns<string | number> | undefined>[] | undefined>;
|
|
996
|
+
```
|
|
997
|
+
|
|
998
|
+
### Inherited from
|
|
999
|
+
|
|
1000
|
+
```ts
|
|
1001
|
+
FlexBoxProps.gridTemplateColumns
|
|
1002
|
+
```
|
|
1003
|
+
|
|
1004
|
+
***
|
|
1005
|
+
|
|
1006
|
+
### gridTemplateRows?
|
|
1007
|
+
|
|
1008
|
+
```ts
|
|
1009
|
+
optional gridTemplateRows:
|
|
1010
|
+
| ResponsiveStyleValue<GridTemplateRows<string | number> | readonly NonNullable<GridTemplateRows<string | number> | undefined>[] | undefined>
|
|
1011
|
+
| (theme) => ResponsiveStyleValue<GridTemplateRows<string | number> | readonly NonNullable<GridTemplateRows<string | number> | undefined>[] | undefined>;
|
|
1012
|
+
```
|
|
1013
|
+
|
|
1014
|
+
### Inherited from
|
|
1015
|
+
|
|
1016
|
+
```ts
|
|
1017
|
+
FlexBoxProps.gridTemplateRows
|
|
1018
|
+
```
|
|
1019
|
+
|
|
1020
|
+
***
|
|
1021
|
+
|
|
1022
|
+
### gridTemplateAreas?
|
|
1023
|
+
|
|
1024
|
+
```ts
|
|
1025
|
+
optional gridTemplateAreas:
|
|
1026
|
+
| ResponsiveStyleValue<readonly string[] | GridTemplateAreas | undefined>
|
|
1027
|
+
| (theme) => ResponsiveStyleValue<readonly string[] | GridTemplateAreas | undefined>;
|
|
1028
|
+
```
|
|
1029
|
+
|
|
1030
|
+
### Inherited from
|
|
1031
|
+
|
|
1032
|
+
```ts
|
|
1033
|
+
FlexBoxProps.gridTemplateAreas
|
|
1034
|
+
```
|
|
1035
|
+
|
|
1036
|
+
***
|
|
1037
|
+
|
|
1038
|
+
### gridArea?
|
|
1039
|
+
|
|
1040
|
+
```ts
|
|
1041
|
+
optional gridArea:
|
|
1042
|
+
| ResponsiveStyleValue<GridArea | readonly NonNullable<GridArea | undefined>[] | undefined>
|
|
1043
|
+
| (theme) => ResponsiveStyleValue<GridArea | readonly NonNullable<GridArea | undefined>[] | undefined>;
|
|
1044
|
+
```
|
|
1045
|
+
|
|
1046
|
+
### Inherited from
|
|
1047
|
+
|
|
1048
|
+
```ts
|
|
1049
|
+
FlexBoxProps.gridArea
|
|
1050
|
+
```
|
|
1051
|
+
|
|
1052
|
+
***
|
|
1053
|
+
|
|
1054
|
+
### bgcolor?
|
|
1055
|
+
|
|
1056
|
+
```ts
|
|
1057
|
+
optional bgcolor:
|
|
1058
|
+
| ResponsiveStyleValue<readonly string[] | BackgroundColor | undefined>
|
|
1059
|
+
| (theme) => ResponsiveStyleValue<readonly string[] | BackgroundColor | undefined>;
|
|
1060
|
+
```
|
|
1061
|
+
|
|
1062
|
+
### Inherited from
|
|
1063
|
+
|
|
1064
|
+
```ts
|
|
1065
|
+
FlexBoxProps.bgcolor
|
|
1066
|
+
```
|
|
1067
|
+
|
|
1068
|
+
***
|
|
1069
|
+
|
|
1070
|
+
### color?
|
|
1071
|
+
|
|
1072
|
+
```ts
|
|
1073
|
+
optional color:
|
|
1074
|
+
| ResponsiveStyleValue<readonly string[] | Color | undefined>
|
|
1075
|
+
| (theme) => ResponsiveStyleValue<readonly string[] | Color | undefined>;
|
|
1076
|
+
```
|
|
1077
|
+
|
|
1078
|
+
### Inherited from
|
|
1079
|
+
|
|
1080
|
+
```ts
|
|
1081
|
+
FlexBoxProps.color
|
|
1082
|
+
```
|
|
1083
|
+
|
|
1084
|
+
***
|
|
1085
|
+
|
|
1086
|
+
### zIndex?
|
|
1087
|
+
|
|
1088
|
+
```ts
|
|
1089
|
+
optional zIndex:
|
|
1090
|
+
| ResponsiveStyleValue<undefined | string | string & object | number & object>
|
|
1091
|
+
| (theme) => ResponsiveStyleValue<undefined | string | string & object | number & object>;
|
|
1092
|
+
```
|
|
1093
|
+
|
|
1094
|
+
### Inherited from
|
|
1095
|
+
|
|
1096
|
+
```ts
|
|
1097
|
+
FlexBoxProps.zIndex
|
|
1098
|
+
```
|
|
1099
|
+
|
|
1100
|
+
***
|
|
1101
|
+
|
|
1102
|
+
### position?
|
|
1103
|
+
|
|
1104
|
+
```ts
|
|
1105
|
+
optional position:
|
|
1106
|
+
| ResponsiveStyleValue<Position | readonly NonNullable<Position | undefined>[] | undefined>
|
|
1107
|
+
| (theme) => ResponsiveStyleValue<Position | readonly NonNullable<Position | undefined>[] | undefined>;
|
|
1108
|
+
```
|
|
1109
|
+
|
|
1110
|
+
### Inherited from
|
|
1111
|
+
|
|
1112
|
+
```ts
|
|
1113
|
+
FlexBoxProps.position
|
|
1114
|
+
```
|
|
1115
|
+
|
|
1116
|
+
***
|
|
1117
|
+
|
|
1118
|
+
### top?
|
|
1119
|
+
|
|
1120
|
+
```ts
|
|
1121
|
+
optional top:
|
|
1122
|
+
| ResponsiveStyleValue<Top<string | number> | readonly NonNullable<Top<string | number> | undefined>[] | undefined>
|
|
1123
|
+
| (theme) => ResponsiveStyleValue<Top<string | number> | readonly NonNullable<Top<string | number> | undefined>[] | undefined>;
|
|
1124
|
+
```
|
|
1125
|
+
|
|
1126
|
+
### Inherited from
|
|
1127
|
+
|
|
1128
|
+
```ts
|
|
1129
|
+
FlexBoxProps.top
|
|
1130
|
+
```
|
|
1131
|
+
|
|
1132
|
+
***
|
|
1133
|
+
|
|
1134
|
+
### right?
|
|
1135
|
+
|
|
1136
|
+
```ts
|
|
1137
|
+
optional right:
|
|
1138
|
+
| ResponsiveStyleValue<Right<string | number> | readonly NonNullable<Right<string | number> | undefined>[] | undefined>
|
|
1139
|
+
| (theme) => ResponsiveStyleValue<Right<string | number> | readonly NonNullable<Right<string | number> | undefined>[] | undefined>;
|
|
1140
|
+
```
|
|
1141
|
+
|
|
1142
|
+
### Inherited from
|
|
1143
|
+
|
|
1144
|
+
```ts
|
|
1145
|
+
FlexBoxProps.right
|
|
1146
|
+
```
|
|
1147
|
+
|
|
1148
|
+
***
|
|
1149
|
+
|
|
1150
|
+
### bottom?
|
|
1151
|
+
|
|
1152
|
+
```ts
|
|
1153
|
+
optional bottom:
|
|
1154
|
+
| ResponsiveStyleValue<Bottom<string | number> | readonly NonNullable<Bottom<string | number> | undefined>[] | undefined>
|
|
1155
|
+
| (theme) => ResponsiveStyleValue<Bottom<string | number> | readonly NonNullable<Bottom<string | number> | undefined>[] | undefined>;
|
|
1156
|
+
```
|
|
1157
|
+
|
|
1158
|
+
### Inherited from
|
|
1159
|
+
|
|
1160
|
+
```ts
|
|
1161
|
+
FlexBoxProps.bottom
|
|
1162
|
+
```
|
|
1163
|
+
|
|
1164
|
+
***
|
|
1165
|
+
|
|
1166
|
+
### left?
|
|
1167
|
+
|
|
1168
|
+
```ts
|
|
1169
|
+
optional left:
|
|
1170
|
+
| ResponsiveStyleValue<Left<string | number> | readonly NonNullable<Left<string | number> | undefined>[] | undefined>
|
|
1171
|
+
| (theme) => ResponsiveStyleValue<Left<string | number> | readonly NonNullable<Left<string | number> | undefined>[] | undefined>;
|
|
1172
|
+
```
|
|
1173
|
+
|
|
1174
|
+
### Inherited from
|
|
1175
|
+
|
|
1176
|
+
```ts
|
|
1177
|
+
FlexBoxProps.left
|
|
1178
|
+
```
|
|
1179
|
+
|
|
1180
|
+
***
|
|
1181
|
+
|
|
1182
|
+
### boxShadow?
|
|
1183
|
+
|
|
1184
|
+
```ts
|
|
1185
|
+
optional boxShadow:
|
|
1186
|
+
| ResponsiveStyleValue<number | BoxShadow | undefined>
|
|
1187
|
+
| (theme) => ResponsiveStyleValue<number | BoxShadow | undefined>;
|
|
1188
|
+
```
|
|
1189
|
+
|
|
1190
|
+
### Inherited from
|
|
1191
|
+
|
|
1192
|
+
```ts
|
|
1193
|
+
FlexBoxProps.boxShadow
|
|
1194
|
+
```
|
|
1195
|
+
|
|
1196
|
+
***
|
|
1197
|
+
|
|
1198
|
+
### width?
|
|
1199
|
+
|
|
1200
|
+
```ts
|
|
1201
|
+
optional width:
|
|
1202
|
+
| ResponsiveStyleValue<Width<string | number> | readonly NonNullable<Width<string | number> | undefined>[] | undefined>
|
|
1203
|
+
| (theme) => ResponsiveStyleValue<Width<string | number> | readonly NonNullable<Width<string | number> | undefined>[] | undefined>;
|
|
1204
|
+
```
|
|
1205
|
+
|
|
1206
|
+
### Inherited from
|
|
1207
|
+
|
|
1208
|
+
```ts
|
|
1209
|
+
FlexBoxProps.width
|
|
1210
|
+
```
|
|
1211
|
+
|
|
1212
|
+
***
|
|
1213
|
+
|
|
1214
|
+
### maxWidth?
|
|
1215
|
+
|
|
1216
|
+
```ts
|
|
1217
|
+
optional maxWidth:
|
|
1218
|
+
| ResponsiveStyleValue<MaxWidth<string | number> | readonly NonNullable<MaxWidth<string | number> | undefined>[] | undefined>
|
|
1219
|
+
| (theme) => ResponsiveStyleValue<MaxWidth<string | number> | readonly NonNullable<MaxWidth<string | number> | undefined>[] | undefined>;
|
|
1220
|
+
```
|
|
1221
|
+
|
|
1222
|
+
### Inherited from
|
|
1223
|
+
|
|
1224
|
+
```ts
|
|
1225
|
+
FlexBoxProps.maxWidth
|
|
1226
|
+
```
|
|
1227
|
+
|
|
1228
|
+
***
|
|
1229
|
+
|
|
1230
|
+
### minWidth?
|
|
1231
|
+
|
|
1232
|
+
```ts
|
|
1233
|
+
optional minWidth:
|
|
1234
|
+
| ResponsiveStyleValue<MinWidth<string | number> | readonly NonNullable<MinWidth<string | number> | undefined>[] | undefined>
|
|
1235
|
+
| (theme) => ResponsiveStyleValue<MinWidth<string | number> | readonly NonNullable<MinWidth<string | number> | undefined>[] | undefined>;
|
|
1236
|
+
```
|
|
1237
|
+
|
|
1238
|
+
### Inherited from
|
|
1239
|
+
|
|
1240
|
+
```ts
|
|
1241
|
+
FlexBoxProps.minWidth
|
|
1242
|
+
```
|
|
1243
|
+
|
|
1244
|
+
***
|
|
1245
|
+
|
|
1246
|
+
### height?
|
|
1247
|
+
|
|
1248
|
+
```ts
|
|
1249
|
+
optional height:
|
|
1250
|
+
| ResponsiveStyleValue<Height<string | number> | readonly NonNullable<Height<string | number> | undefined>[] | undefined>
|
|
1251
|
+
| (theme) => ResponsiveStyleValue<Height<string | number> | readonly NonNullable<Height<string | number> | undefined>[] | undefined>;
|
|
1252
|
+
```
|
|
1253
|
+
|
|
1254
|
+
### Inherited from
|
|
1255
|
+
|
|
1256
|
+
```ts
|
|
1257
|
+
FlexBoxProps.height
|
|
1258
|
+
```
|
|
1259
|
+
|
|
1260
|
+
***
|
|
1261
|
+
|
|
1262
|
+
### maxHeight?
|
|
1263
|
+
|
|
1264
|
+
```ts
|
|
1265
|
+
optional maxHeight:
|
|
1266
|
+
| ResponsiveStyleValue<MaxHeight<string | number> | readonly NonNullable<MaxHeight<string | number> | undefined>[] | undefined>
|
|
1267
|
+
| (theme) => ResponsiveStyleValue<MaxHeight<string | number> | readonly NonNullable<MaxHeight<string | number> | undefined>[] | undefined>;
|
|
1268
|
+
```
|
|
1269
|
+
|
|
1270
|
+
### Inherited from
|
|
1271
|
+
|
|
1272
|
+
```ts
|
|
1273
|
+
FlexBoxProps.maxHeight
|
|
1274
|
+
```
|
|
1275
|
+
|
|
1276
|
+
***
|
|
1277
|
+
|
|
1278
|
+
### minHeight?
|
|
1279
|
+
|
|
1280
|
+
```ts
|
|
1281
|
+
optional minHeight:
|
|
1282
|
+
| ResponsiveStyleValue<MinHeight<string | number> | readonly NonNullable<MinHeight<string | number> | undefined>[] | undefined>
|
|
1283
|
+
| (theme) => ResponsiveStyleValue<MinHeight<string | number> | readonly NonNullable<MinHeight<string | number> | undefined>[] | undefined>;
|
|
1284
|
+
```
|
|
1285
|
+
|
|
1286
|
+
### Inherited from
|
|
1287
|
+
|
|
1288
|
+
```ts
|
|
1289
|
+
FlexBoxProps.minHeight
|
|
1290
|
+
```
|
|
1291
|
+
|
|
1292
|
+
***
|
|
1293
|
+
|
|
1294
|
+
### boxSizing?
|
|
1295
|
+
|
|
1296
|
+
```ts
|
|
1297
|
+
optional boxSizing:
|
|
1298
|
+
| ResponsiveStyleValue<BoxSizing | readonly NonNullable<BoxSizing | undefined>[] | undefined>
|
|
1299
|
+
| (theme) => ResponsiveStyleValue<BoxSizing | readonly NonNullable<BoxSizing | undefined>[] | undefined>;
|
|
1300
|
+
```
|
|
1301
|
+
|
|
1302
|
+
### Inherited from
|
|
1303
|
+
|
|
1304
|
+
```ts
|
|
1305
|
+
FlexBoxProps.boxSizing
|
|
1306
|
+
```
|
|
1307
|
+
|
|
1308
|
+
***
|
|
1309
|
+
|
|
1310
|
+
### m?
|
|
1311
|
+
|
|
1312
|
+
```ts
|
|
1313
|
+
optional m:
|
|
1314
|
+
| ResponsiveStyleValue<Margin<string | number> | readonly NonNullable<Margin<string | number> | undefined>[] | undefined>
|
|
1315
|
+
| (theme) => ResponsiveStyleValue<Margin<string | number> | readonly NonNullable<Margin<string | number> | undefined>[] | undefined>;
|
|
1316
|
+
```
|
|
1317
|
+
|
|
1318
|
+
### Inherited from
|
|
1319
|
+
|
|
1320
|
+
```ts
|
|
1321
|
+
FlexBoxProps.m
|
|
1322
|
+
```
|
|
1323
|
+
|
|
1324
|
+
***
|
|
1325
|
+
|
|
1326
|
+
### mt?
|
|
1327
|
+
|
|
1328
|
+
```ts
|
|
1329
|
+
optional mt:
|
|
1330
|
+
| ResponsiveStyleValue<MarginTop<string | number> | readonly NonNullable<MarginTop<string | number> | undefined>[] | undefined>
|
|
1331
|
+
| (theme) => ResponsiveStyleValue<MarginTop<string | number> | readonly NonNullable<MarginTop<string | number> | undefined>[] | undefined>;
|
|
1332
|
+
```
|
|
1333
|
+
|
|
1334
|
+
### Inherited from
|
|
1335
|
+
|
|
1336
|
+
```ts
|
|
1337
|
+
FlexBoxProps.mt
|
|
1338
|
+
```
|
|
1339
|
+
|
|
1340
|
+
***
|
|
1341
|
+
|
|
1342
|
+
### mr?
|
|
1343
|
+
|
|
1344
|
+
```ts
|
|
1345
|
+
optional mr:
|
|
1346
|
+
| ResponsiveStyleValue<MarginRight<string | number> | readonly NonNullable<MarginRight<string | number> | undefined>[] | undefined>
|
|
1347
|
+
| (theme) => ResponsiveStyleValue<MarginRight<string | number> | readonly NonNullable<MarginRight<string | number> | undefined>[] | undefined>;
|
|
1348
|
+
```
|
|
1349
|
+
|
|
1350
|
+
### Inherited from
|
|
1351
|
+
|
|
1352
|
+
```ts
|
|
1353
|
+
FlexBoxProps.mr
|
|
1354
|
+
```
|
|
1355
|
+
|
|
1356
|
+
***
|
|
1357
|
+
|
|
1358
|
+
### mb?
|
|
1359
|
+
|
|
1360
|
+
```ts
|
|
1361
|
+
optional mb:
|
|
1362
|
+
| ResponsiveStyleValue<MarginBottom<string | number> | readonly NonNullable<MarginBottom<string | number> | undefined>[] | undefined>
|
|
1363
|
+
| (theme) => ResponsiveStyleValue<MarginBottom<string | number> | readonly NonNullable<MarginBottom<string | number> | undefined>[] | undefined>;
|
|
1364
|
+
```
|
|
1365
|
+
|
|
1366
|
+
### Inherited from
|
|
1367
|
+
|
|
1368
|
+
```ts
|
|
1369
|
+
FlexBoxProps.mb
|
|
1370
|
+
```
|
|
1371
|
+
|
|
1372
|
+
***
|
|
1373
|
+
|
|
1374
|
+
### ml?
|
|
1375
|
+
|
|
1376
|
+
```ts
|
|
1377
|
+
optional ml:
|
|
1378
|
+
| ResponsiveStyleValue<MarginLeft<string | number> | readonly NonNullable<MarginLeft<string | number> | undefined>[] | undefined>
|
|
1379
|
+
| (theme) => ResponsiveStyleValue<MarginLeft<string | number> | readonly NonNullable<MarginLeft<string | number> | undefined>[] | undefined>;
|
|
1380
|
+
```
|
|
1381
|
+
|
|
1382
|
+
### Inherited from
|
|
1383
|
+
|
|
1384
|
+
```ts
|
|
1385
|
+
FlexBoxProps.ml
|
|
1386
|
+
```
|
|
1387
|
+
|
|
1388
|
+
***
|
|
1389
|
+
|
|
1390
|
+
### mx?
|
|
1391
|
+
|
|
1392
|
+
```ts
|
|
1393
|
+
optional mx:
|
|
1394
|
+
| ResponsiveStyleValue<MarginLeft<string | number> | readonly NonNullable<MarginLeft<string | number> | undefined>[] | undefined>
|
|
1395
|
+
| (theme) => ResponsiveStyleValue<MarginLeft<string | number> | readonly NonNullable<MarginLeft<string | number> | undefined>[] | undefined>;
|
|
1396
|
+
```
|
|
1397
|
+
|
|
1398
|
+
### Inherited from
|
|
1399
|
+
|
|
1400
|
+
```ts
|
|
1401
|
+
FlexBoxProps.mx
|
|
1402
|
+
```
|
|
1403
|
+
|
|
1404
|
+
***
|
|
1405
|
+
|
|
1406
|
+
### my?
|
|
1407
|
+
|
|
1408
|
+
```ts
|
|
1409
|
+
optional my:
|
|
1410
|
+
| ResponsiveStyleValue<MarginTop<string | number> | readonly NonNullable<MarginTop<string | number> | undefined>[] | undefined>
|
|
1411
|
+
| (theme) => ResponsiveStyleValue<MarginTop<string | number> | readonly NonNullable<MarginTop<string | number> | undefined>[] | undefined>;
|
|
1412
|
+
```
|
|
1413
|
+
|
|
1414
|
+
### Inherited from
|
|
1415
|
+
|
|
1416
|
+
```ts
|
|
1417
|
+
FlexBoxProps.my
|
|
1418
|
+
```
|
|
1419
|
+
|
|
1420
|
+
***
|
|
1421
|
+
|
|
1422
|
+
### p?
|
|
1423
|
+
|
|
1424
|
+
```ts
|
|
1425
|
+
optional p:
|
|
1426
|
+
| ResponsiveStyleValue<Padding<string | number> | readonly NonNullable<Padding<string | number> | undefined>[] | undefined>
|
|
1427
|
+
| (theme) => ResponsiveStyleValue<Padding<string | number> | readonly NonNullable<Padding<string | number> | undefined>[] | undefined>;
|
|
1428
|
+
```
|
|
1429
|
+
|
|
1430
|
+
### Inherited from
|
|
1431
|
+
|
|
1432
|
+
```ts
|
|
1433
|
+
FlexBoxProps.p
|
|
1434
|
+
```
|
|
1435
|
+
|
|
1436
|
+
***
|
|
1437
|
+
|
|
1438
|
+
### pt?
|
|
1439
|
+
|
|
1440
|
+
```ts
|
|
1441
|
+
optional pt:
|
|
1442
|
+
| ResponsiveStyleValue<PaddingTop<string | number> | readonly NonNullable<PaddingTop<string | number> | undefined>[] | undefined>
|
|
1443
|
+
| (theme) => ResponsiveStyleValue<PaddingTop<string | number> | readonly NonNullable<PaddingTop<string | number> | undefined>[] | undefined>;
|
|
1444
|
+
```
|
|
1445
|
+
|
|
1446
|
+
### Inherited from
|
|
1447
|
+
|
|
1448
|
+
```ts
|
|
1449
|
+
FlexBoxProps.pt
|
|
1450
|
+
```
|
|
1451
|
+
|
|
1452
|
+
***
|
|
1453
|
+
|
|
1454
|
+
### pr?
|
|
1455
|
+
|
|
1456
|
+
```ts
|
|
1457
|
+
optional pr:
|
|
1458
|
+
| ResponsiveStyleValue<PaddingRight<string | number> | readonly NonNullable<PaddingRight<string | number> | undefined>[] | undefined>
|
|
1459
|
+
| (theme) => ResponsiveStyleValue<PaddingRight<string | number> | readonly NonNullable<PaddingRight<string | number> | undefined>[] | undefined>;
|
|
1460
|
+
```
|
|
1461
|
+
|
|
1462
|
+
### Inherited from
|
|
1463
|
+
|
|
1464
|
+
```ts
|
|
1465
|
+
FlexBoxProps.pr
|
|
1466
|
+
```
|
|
1467
|
+
|
|
1468
|
+
***
|
|
1469
|
+
|
|
1470
|
+
### pb?
|
|
1471
|
+
|
|
1472
|
+
```ts
|
|
1473
|
+
optional pb:
|
|
1474
|
+
| ResponsiveStyleValue<PaddingBottom<string | number> | readonly NonNullable<PaddingBottom<string | number> | undefined>[] | undefined>
|
|
1475
|
+
| (theme) => ResponsiveStyleValue<PaddingBottom<string | number> | readonly NonNullable<PaddingBottom<string | number> | undefined>[] | undefined>;
|
|
1476
|
+
```
|
|
1477
|
+
|
|
1478
|
+
### Inherited from
|
|
1479
|
+
|
|
1480
|
+
```ts
|
|
1481
|
+
FlexBoxProps.pb
|
|
1482
|
+
```
|
|
1483
|
+
|
|
1484
|
+
***
|
|
1485
|
+
|
|
1486
|
+
### pl?
|
|
1487
|
+
|
|
1488
|
+
```ts
|
|
1489
|
+
optional pl:
|
|
1490
|
+
| ResponsiveStyleValue<PaddingLeft<string | number> | readonly NonNullable<PaddingLeft<string | number> | undefined>[] | undefined>
|
|
1491
|
+
| (theme) => ResponsiveStyleValue<PaddingLeft<string | number> | readonly NonNullable<PaddingLeft<string | number> | undefined>[] | undefined>;
|
|
1492
|
+
```
|
|
1493
|
+
|
|
1494
|
+
### Inherited from
|
|
1495
|
+
|
|
1496
|
+
```ts
|
|
1497
|
+
FlexBoxProps.pl
|
|
1498
|
+
```
|
|
1499
|
+
|
|
1500
|
+
***
|
|
1501
|
+
|
|
1502
|
+
### px?
|
|
1503
|
+
|
|
1504
|
+
```ts
|
|
1505
|
+
optional px:
|
|
1506
|
+
| ResponsiveStyleValue<PaddingLeft<string | number> | readonly NonNullable<PaddingLeft<string | number> | undefined>[] | undefined>
|
|
1507
|
+
| (theme) => ResponsiveStyleValue<PaddingLeft<string | number> | readonly NonNullable<PaddingLeft<string | number> | undefined>[] | undefined>;
|
|
1508
|
+
```
|
|
1509
|
+
|
|
1510
|
+
### Inherited from
|
|
1511
|
+
|
|
1512
|
+
```ts
|
|
1513
|
+
FlexBoxProps.px
|
|
1514
|
+
```
|
|
1515
|
+
|
|
1516
|
+
***
|
|
1517
|
+
|
|
1518
|
+
### py?
|
|
1519
|
+
|
|
1520
|
+
```ts
|
|
1521
|
+
optional py:
|
|
1522
|
+
| ResponsiveStyleValue<PaddingTop<string | number> | readonly NonNullable<PaddingTop<string | number> | undefined>[] | undefined>
|
|
1523
|
+
| (theme) => ResponsiveStyleValue<PaddingTop<string | number> | readonly NonNullable<PaddingTop<string | number> | undefined>[] | undefined>;
|
|
1524
|
+
```
|
|
1525
|
+
|
|
1526
|
+
### Inherited from
|
|
1527
|
+
|
|
1528
|
+
```ts
|
|
1529
|
+
FlexBoxProps.py
|
|
1530
|
+
```
|
|
1531
|
+
|
|
1532
|
+
***
|
|
1533
|
+
|
|
1534
|
+
### margin?
|
|
1535
|
+
|
|
1536
|
+
```ts
|
|
1537
|
+
optional margin:
|
|
1538
|
+
| ResponsiveStyleValue<Margin<string | number> | readonly NonNullable<Margin<string | number> | undefined>[] | undefined>
|
|
1539
|
+
| (theme) => ResponsiveStyleValue<Margin<string | number> | readonly NonNullable<Margin<string | number> | undefined>[] | undefined>;
|
|
1540
|
+
```
|
|
1541
|
+
|
|
1542
|
+
### Inherited from
|
|
1543
|
+
|
|
1544
|
+
```ts
|
|
1545
|
+
FlexBoxProps.margin
|
|
1546
|
+
```
|
|
1547
|
+
|
|
1548
|
+
***
|
|
1549
|
+
|
|
1550
|
+
### marginTop?
|
|
1551
|
+
|
|
1552
|
+
```ts
|
|
1553
|
+
optional marginTop:
|
|
1554
|
+
| ResponsiveStyleValue<MarginTop<string | number> | readonly NonNullable<MarginTop<string | number> | undefined>[] | undefined>
|
|
1555
|
+
| (theme) => ResponsiveStyleValue<MarginTop<string | number> | readonly NonNullable<MarginTop<string | number> | undefined>[] | undefined>;
|
|
1556
|
+
```
|
|
1557
|
+
|
|
1558
|
+
### Inherited from
|
|
1559
|
+
|
|
1560
|
+
```ts
|
|
1561
|
+
FlexBoxProps.marginTop
|
|
1562
|
+
```
|
|
1563
|
+
|
|
1564
|
+
***
|
|
1565
|
+
|
|
1566
|
+
### marginRight?
|
|
1567
|
+
|
|
1568
|
+
```ts
|
|
1569
|
+
optional marginRight:
|
|
1570
|
+
| ResponsiveStyleValue<MarginRight<string | number> | readonly NonNullable<MarginRight<string | number> | undefined>[] | undefined>
|
|
1571
|
+
| (theme) => ResponsiveStyleValue<MarginRight<string | number> | readonly NonNullable<MarginRight<string | number> | undefined>[] | undefined>;
|
|
1572
|
+
```
|
|
1573
|
+
|
|
1574
|
+
### Inherited from
|
|
1575
|
+
|
|
1576
|
+
```ts
|
|
1577
|
+
FlexBoxProps.marginRight
|
|
1578
|
+
```
|
|
1579
|
+
|
|
1580
|
+
***
|
|
1581
|
+
|
|
1582
|
+
### marginBottom?
|
|
1583
|
+
|
|
1584
|
+
```ts
|
|
1585
|
+
optional marginBottom:
|
|
1586
|
+
| ResponsiveStyleValue<MarginBottom<string | number> | readonly NonNullable<MarginBottom<string | number> | undefined>[] | undefined>
|
|
1587
|
+
| (theme) => ResponsiveStyleValue<MarginBottom<string | number> | readonly NonNullable<MarginBottom<string | number> | undefined>[] | undefined>;
|
|
1588
|
+
```
|
|
1589
|
+
|
|
1590
|
+
### Inherited from
|
|
1591
|
+
|
|
1592
|
+
```ts
|
|
1593
|
+
FlexBoxProps.marginBottom
|
|
1594
|
+
```
|
|
1595
|
+
|
|
1596
|
+
***
|
|
1597
|
+
|
|
1598
|
+
### marginLeft?
|
|
1599
|
+
|
|
1600
|
+
```ts
|
|
1601
|
+
optional marginLeft:
|
|
1602
|
+
| ResponsiveStyleValue<MarginLeft<string | number> | readonly NonNullable<MarginLeft<string | number> | undefined>[] | undefined>
|
|
1603
|
+
| (theme) => ResponsiveStyleValue<MarginLeft<string | number> | readonly NonNullable<MarginLeft<string | number> | undefined>[] | undefined>;
|
|
1604
|
+
```
|
|
1605
|
+
|
|
1606
|
+
### Inherited from
|
|
1607
|
+
|
|
1608
|
+
```ts
|
|
1609
|
+
FlexBoxProps.marginLeft
|
|
1610
|
+
```
|
|
1611
|
+
|
|
1612
|
+
***
|
|
1613
|
+
|
|
1614
|
+
### marginX?
|
|
1615
|
+
|
|
1616
|
+
```ts
|
|
1617
|
+
optional marginX:
|
|
1618
|
+
| ResponsiveStyleValue<MarginLeft<string | number> | readonly NonNullable<MarginLeft<string | number> | undefined>[] | undefined>
|
|
1619
|
+
| (theme) => ResponsiveStyleValue<MarginLeft<string | number> | readonly NonNullable<MarginLeft<string | number> | undefined>[] | undefined>;
|
|
1620
|
+
```
|
|
1621
|
+
|
|
1622
|
+
### Inherited from
|
|
1623
|
+
|
|
1624
|
+
```ts
|
|
1625
|
+
FlexBoxProps.marginX
|
|
1626
|
+
```
|
|
1627
|
+
|
|
1628
|
+
***
|
|
1629
|
+
|
|
1630
|
+
### marginY?
|
|
1631
|
+
|
|
1632
|
+
```ts
|
|
1633
|
+
optional marginY:
|
|
1634
|
+
| ResponsiveStyleValue<MarginTop<string | number> | readonly NonNullable<MarginTop<string | number> | undefined>[] | undefined>
|
|
1635
|
+
| (theme) => ResponsiveStyleValue<MarginTop<string | number> | readonly NonNullable<MarginTop<string | number> | undefined>[] | undefined>;
|
|
1636
|
+
```
|
|
1637
|
+
|
|
1638
|
+
### Inherited from
|
|
1639
|
+
|
|
1640
|
+
```ts
|
|
1641
|
+
FlexBoxProps.marginY
|
|
1642
|
+
```
|
|
1643
|
+
|
|
1644
|
+
***
|
|
1645
|
+
|
|
1646
|
+
### marginInline?
|
|
1647
|
+
|
|
1648
|
+
```ts
|
|
1649
|
+
optional marginInline:
|
|
1650
|
+
| ResponsiveStyleValue<MarginInline<string | number> | readonly NonNullable<MarginInline<string | number> | undefined>[] | undefined>
|
|
1651
|
+
| (theme) => ResponsiveStyleValue<MarginInline<string | number> | readonly NonNullable<MarginInline<string | number> | undefined>[] | undefined>;
|
|
1652
|
+
```
|
|
1653
|
+
|
|
1654
|
+
### Inherited from
|
|
1655
|
+
|
|
1656
|
+
```ts
|
|
1657
|
+
FlexBoxProps.marginInline
|
|
1658
|
+
```
|
|
1659
|
+
|
|
1660
|
+
***
|
|
1661
|
+
|
|
1662
|
+
### marginInlineStart?
|
|
1663
|
+
|
|
1664
|
+
```ts
|
|
1665
|
+
optional marginInlineStart:
|
|
1666
|
+
| ResponsiveStyleValue<MarginInlineStart<string | number> | readonly NonNullable<MarginInlineStart<string | number> | undefined>[] | undefined>
|
|
1667
|
+
| (theme) => ResponsiveStyleValue<MarginInlineStart<string | number> | readonly NonNullable<MarginInlineStart<string | number> | undefined>[] | undefined>;
|
|
1668
|
+
```
|
|
1669
|
+
|
|
1670
|
+
### Inherited from
|
|
1671
|
+
|
|
1672
|
+
```ts
|
|
1673
|
+
FlexBoxProps.marginInlineStart
|
|
1674
|
+
```
|
|
1675
|
+
|
|
1676
|
+
***
|
|
1677
|
+
|
|
1678
|
+
### marginInlineEnd?
|
|
1679
|
+
|
|
1680
|
+
```ts
|
|
1681
|
+
optional marginInlineEnd:
|
|
1682
|
+
| ResponsiveStyleValue<MarginInlineEnd<string | number> | readonly NonNullable<MarginInlineEnd<string | number> | undefined>[] | undefined>
|
|
1683
|
+
| (theme) => ResponsiveStyleValue<MarginInlineEnd<string | number> | readonly NonNullable<MarginInlineEnd<string | number> | undefined>[] | undefined>;
|
|
1684
|
+
```
|
|
1685
|
+
|
|
1686
|
+
### Inherited from
|
|
1687
|
+
|
|
1688
|
+
```ts
|
|
1689
|
+
FlexBoxProps.marginInlineEnd
|
|
1690
|
+
```
|
|
1691
|
+
|
|
1692
|
+
***
|
|
1693
|
+
|
|
1694
|
+
### marginBlock?
|
|
1695
|
+
|
|
1696
|
+
```ts
|
|
1697
|
+
optional marginBlock:
|
|
1698
|
+
| ResponsiveStyleValue<MarginBlock<string | number> | readonly NonNullable<MarginBlock<string | number> | undefined>[] | undefined>
|
|
1699
|
+
| (theme) => ResponsiveStyleValue<MarginBlock<string | number> | readonly NonNullable<MarginBlock<string | number> | undefined>[] | undefined>;
|
|
1700
|
+
```
|
|
1701
|
+
|
|
1702
|
+
### Inherited from
|
|
1703
|
+
|
|
1704
|
+
```ts
|
|
1705
|
+
FlexBoxProps.marginBlock
|
|
1706
|
+
```
|
|
1707
|
+
|
|
1708
|
+
***
|
|
1709
|
+
|
|
1710
|
+
### marginBlockStart?
|
|
1711
|
+
|
|
1712
|
+
```ts
|
|
1713
|
+
optional marginBlockStart:
|
|
1714
|
+
| ResponsiveStyleValue<MarginBlockStart<string | number> | readonly NonNullable<MarginBlockStart<string | number> | undefined>[] | undefined>
|
|
1715
|
+
| (theme) => ResponsiveStyleValue<MarginBlockStart<string | number> | readonly NonNullable<MarginBlockStart<string | number> | undefined>[] | undefined>;
|
|
1716
|
+
```
|
|
1717
|
+
|
|
1718
|
+
### Inherited from
|
|
1719
|
+
|
|
1720
|
+
```ts
|
|
1721
|
+
FlexBoxProps.marginBlockStart
|
|
1722
|
+
```
|
|
1723
|
+
|
|
1724
|
+
***
|
|
1725
|
+
|
|
1726
|
+
### marginBlockEnd?
|
|
1727
|
+
|
|
1728
|
+
```ts
|
|
1729
|
+
optional marginBlockEnd:
|
|
1730
|
+
| ResponsiveStyleValue<MarginBlockEnd<string | number> | readonly NonNullable<MarginBlockEnd<string | number> | undefined>[] | undefined>
|
|
1731
|
+
| (theme) => ResponsiveStyleValue<MarginBlockEnd<string | number> | readonly NonNullable<MarginBlockEnd<string | number> | undefined>[] | undefined>;
|
|
1732
|
+
```
|
|
1733
|
+
|
|
1734
|
+
### Inherited from
|
|
1735
|
+
|
|
1736
|
+
```ts
|
|
1737
|
+
FlexBoxProps.marginBlockEnd
|
|
1738
|
+
```
|
|
1739
|
+
|
|
1740
|
+
***
|
|
1741
|
+
|
|
1742
|
+
### padding?
|
|
1743
|
+
|
|
1744
|
+
```ts
|
|
1745
|
+
optional padding:
|
|
1746
|
+
| ResponsiveStyleValue<Padding<string | number> | readonly NonNullable<Padding<string | number> | undefined>[] | undefined>
|
|
1747
|
+
| (theme) => ResponsiveStyleValue<Padding<string | number> | readonly NonNullable<Padding<string | number> | undefined>[] | undefined>;
|
|
1748
|
+
```
|
|
1749
|
+
|
|
1750
|
+
### Inherited from
|
|
1751
|
+
|
|
1752
|
+
```ts
|
|
1753
|
+
FlexBoxProps.padding
|
|
1754
|
+
```
|
|
1755
|
+
|
|
1756
|
+
***
|
|
1757
|
+
|
|
1758
|
+
### paddingTop?
|
|
1759
|
+
|
|
1760
|
+
```ts
|
|
1761
|
+
optional paddingTop:
|
|
1762
|
+
| ResponsiveStyleValue<PaddingTop<string | number> | readonly NonNullable<PaddingTop<string | number> | undefined>[] | undefined>
|
|
1763
|
+
| (theme) => ResponsiveStyleValue<PaddingTop<string | number> | readonly NonNullable<PaddingTop<string | number> | undefined>[] | undefined>;
|
|
1764
|
+
```
|
|
1765
|
+
|
|
1766
|
+
### Inherited from
|
|
1767
|
+
|
|
1768
|
+
```ts
|
|
1769
|
+
FlexBoxProps.paddingTop
|
|
1770
|
+
```
|
|
1771
|
+
|
|
1772
|
+
***
|
|
1773
|
+
|
|
1774
|
+
### paddingRight?
|
|
1775
|
+
|
|
1776
|
+
```ts
|
|
1777
|
+
optional paddingRight:
|
|
1778
|
+
| ResponsiveStyleValue<PaddingRight<string | number> | readonly NonNullable<PaddingRight<string | number> | undefined>[] | undefined>
|
|
1779
|
+
| (theme) => ResponsiveStyleValue<PaddingRight<string | number> | readonly NonNullable<PaddingRight<string | number> | undefined>[] | undefined>;
|
|
1780
|
+
```
|
|
1781
|
+
|
|
1782
|
+
### Inherited from
|
|
1783
|
+
|
|
1784
|
+
```ts
|
|
1785
|
+
FlexBoxProps.paddingRight
|
|
1786
|
+
```
|
|
1787
|
+
|
|
1788
|
+
***
|
|
1789
|
+
|
|
1790
|
+
### paddingBottom?
|
|
1791
|
+
|
|
1792
|
+
```ts
|
|
1793
|
+
optional paddingBottom:
|
|
1794
|
+
| ResponsiveStyleValue<PaddingBottom<string | number> | readonly NonNullable<PaddingBottom<string | number> | undefined>[] | undefined>
|
|
1795
|
+
| (theme) => ResponsiveStyleValue<PaddingBottom<string | number> | readonly NonNullable<PaddingBottom<string | number> | undefined>[] | undefined>;
|
|
1796
|
+
```
|
|
1797
|
+
|
|
1798
|
+
### Inherited from
|
|
1799
|
+
|
|
1800
|
+
```ts
|
|
1801
|
+
FlexBoxProps.paddingBottom
|
|
1802
|
+
```
|
|
1803
|
+
|
|
1804
|
+
***
|
|
1805
|
+
|
|
1806
|
+
### paddingLeft?
|
|
1807
|
+
|
|
1808
|
+
```ts
|
|
1809
|
+
optional paddingLeft:
|
|
1810
|
+
| ResponsiveStyleValue<PaddingLeft<string | number> | readonly NonNullable<PaddingLeft<string | number> | undefined>[] | undefined>
|
|
1811
|
+
| (theme) => ResponsiveStyleValue<PaddingLeft<string | number> | readonly NonNullable<PaddingLeft<string | number> | undefined>[] | undefined>;
|
|
1812
|
+
```
|
|
1813
|
+
|
|
1814
|
+
### Inherited from
|
|
1815
|
+
|
|
1816
|
+
```ts
|
|
1817
|
+
FlexBoxProps.paddingLeft
|
|
1818
|
+
```
|
|
1819
|
+
|
|
1820
|
+
***
|
|
1821
|
+
|
|
1822
|
+
### paddingX?
|
|
1823
|
+
|
|
1824
|
+
```ts
|
|
1825
|
+
optional paddingX:
|
|
1826
|
+
| ResponsiveStyleValue<PaddingLeft<string | number> | readonly NonNullable<PaddingLeft<string | number> | undefined>[] | undefined>
|
|
1827
|
+
| (theme) => ResponsiveStyleValue<PaddingLeft<string | number> | readonly NonNullable<PaddingLeft<string | number> | undefined>[] | undefined>;
|
|
1828
|
+
```
|
|
1829
|
+
|
|
1830
|
+
### Inherited from
|
|
1831
|
+
|
|
1832
|
+
```ts
|
|
1833
|
+
FlexBoxProps.paddingX
|
|
1834
|
+
```
|
|
1835
|
+
|
|
1836
|
+
***
|
|
1837
|
+
|
|
1838
|
+
### paddingY?
|
|
1839
|
+
|
|
1840
|
+
```ts
|
|
1841
|
+
optional paddingY:
|
|
1842
|
+
| ResponsiveStyleValue<PaddingTop<string | number> | readonly NonNullable<PaddingTop<string | number> | undefined>[] | undefined>
|
|
1843
|
+
| (theme) => ResponsiveStyleValue<PaddingTop<string | number> | readonly NonNullable<PaddingTop<string | number> | undefined>[] | undefined>;
|
|
1844
|
+
```
|
|
1845
|
+
|
|
1846
|
+
### Inherited from
|
|
1847
|
+
|
|
1848
|
+
```ts
|
|
1849
|
+
FlexBoxProps.paddingY
|
|
1850
|
+
```
|
|
1851
|
+
|
|
1852
|
+
***
|
|
1853
|
+
|
|
1854
|
+
### paddingInline?
|
|
1855
|
+
|
|
1856
|
+
```ts
|
|
1857
|
+
optional paddingInline:
|
|
1858
|
+
| ResponsiveStyleValue<PaddingInline<string | number> | readonly NonNullable<PaddingInline<string | number> | undefined>[] | undefined>
|
|
1859
|
+
| (theme) => ResponsiveStyleValue<PaddingInline<string | number> | readonly NonNullable<PaddingInline<string | number> | undefined>[] | undefined>;
|
|
1860
|
+
```
|
|
1861
|
+
|
|
1862
|
+
### Inherited from
|
|
1863
|
+
|
|
1864
|
+
```ts
|
|
1865
|
+
FlexBoxProps.paddingInline
|
|
1866
|
+
```
|
|
1867
|
+
|
|
1868
|
+
***
|
|
1869
|
+
|
|
1870
|
+
### paddingInlineStart?
|
|
1871
|
+
|
|
1872
|
+
```ts
|
|
1873
|
+
optional paddingInlineStart:
|
|
1874
|
+
| ResponsiveStyleValue<PaddingInlineStart<string | number> | readonly NonNullable<PaddingInlineStart<string | number> | undefined>[] | undefined>
|
|
1875
|
+
| (theme) => ResponsiveStyleValue<PaddingInlineStart<string | number> | readonly NonNullable<PaddingInlineStart<string | number> | undefined>[] | undefined>;
|
|
1876
|
+
```
|
|
1877
|
+
|
|
1878
|
+
### Inherited from
|
|
1879
|
+
|
|
1880
|
+
```ts
|
|
1881
|
+
FlexBoxProps.paddingInlineStart
|
|
1882
|
+
```
|
|
1883
|
+
|
|
1884
|
+
***
|
|
1885
|
+
|
|
1886
|
+
### paddingInlineEnd?
|
|
1887
|
+
|
|
1888
|
+
```ts
|
|
1889
|
+
optional paddingInlineEnd:
|
|
1890
|
+
| ResponsiveStyleValue<PaddingInlineEnd<string | number> | readonly NonNullable<PaddingInlineEnd<string | number> | undefined>[] | undefined>
|
|
1891
|
+
| (theme) => ResponsiveStyleValue<PaddingInlineEnd<string | number> | readonly NonNullable<PaddingInlineEnd<string | number> | undefined>[] | undefined>;
|
|
1892
|
+
```
|
|
1893
|
+
|
|
1894
|
+
### Inherited from
|
|
1895
|
+
|
|
1896
|
+
```ts
|
|
1897
|
+
FlexBoxProps.paddingInlineEnd
|
|
1898
|
+
```
|
|
1899
|
+
|
|
1900
|
+
***
|
|
1901
|
+
|
|
1902
|
+
### paddingBlock?
|
|
1903
|
+
|
|
1904
|
+
```ts
|
|
1905
|
+
optional paddingBlock:
|
|
1906
|
+
| ResponsiveStyleValue<PaddingBlock<string | number> | readonly NonNullable<PaddingBlock<string | number> | undefined>[] | undefined>
|
|
1907
|
+
| (theme) => ResponsiveStyleValue<PaddingBlock<string | number> | readonly NonNullable<PaddingBlock<string | number> | undefined>[] | undefined>;
|
|
1908
|
+
```
|
|
1909
|
+
|
|
1910
|
+
### Inherited from
|
|
1911
|
+
|
|
1912
|
+
```ts
|
|
1913
|
+
FlexBoxProps.paddingBlock
|
|
1914
|
+
```
|
|
1915
|
+
|
|
1916
|
+
***
|
|
1917
|
+
|
|
1918
|
+
### paddingBlockStart?
|
|
1919
|
+
|
|
1920
|
+
```ts
|
|
1921
|
+
optional paddingBlockStart:
|
|
1922
|
+
| ResponsiveStyleValue<PaddingBlockStart<string | number> | readonly NonNullable<PaddingBlockStart<string | number> | undefined>[] | undefined>
|
|
1923
|
+
| (theme) => ResponsiveStyleValue<PaddingBlockStart<string | number> | readonly NonNullable<PaddingBlockStart<string | number> | undefined>[] | undefined>;
|
|
1924
|
+
```
|
|
1925
|
+
|
|
1926
|
+
### Inherited from
|
|
1927
|
+
|
|
1928
|
+
```ts
|
|
1929
|
+
FlexBoxProps.paddingBlockStart
|
|
1930
|
+
```
|
|
1931
|
+
|
|
1932
|
+
***
|
|
1933
|
+
|
|
1934
|
+
### paddingBlockEnd?
|
|
1935
|
+
|
|
1936
|
+
```ts
|
|
1937
|
+
optional paddingBlockEnd:
|
|
1938
|
+
| ResponsiveStyleValue<PaddingBlockEnd<string | number> | readonly NonNullable<PaddingBlockEnd<string | number> | undefined>[] | undefined>
|
|
1939
|
+
| (theme) => ResponsiveStyleValue<PaddingBlockEnd<string | number> | readonly NonNullable<PaddingBlockEnd<string | number> | undefined>[] | undefined>;
|
|
1940
|
+
```
|
|
1941
|
+
|
|
1942
|
+
### Inherited from
|
|
1943
|
+
|
|
1944
|
+
```ts
|
|
1945
|
+
FlexBoxProps.paddingBlockEnd
|
|
1946
|
+
```
|
|
1947
|
+
|
|
1948
|
+
***
|
|
1949
|
+
|
|
1950
|
+
### typography?
|
|
1951
|
+
|
|
1952
|
+
```ts
|
|
1953
|
+
optional typography:
|
|
1954
|
+
| ResponsiveStyleValue<undefined | string>
|
|
1955
|
+
| (theme) => ResponsiveStyleValue<undefined | string>;
|
|
1956
|
+
```
|
|
1957
|
+
|
|
1958
|
+
### Inherited from
|
|
1959
|
+
|
|
1960
|
+
```ts
|
|
1961
|
+
FlexBoxProps.typography
|
|
1962
|
+
```
|
|
1963
|
+
|
|
1964
|
+
***
|
|
1965
|
+
|
|
1966
|
+
### fontFamily?
|
|
1967
|
+
|
|
1968
|
+
```ts
|
|
1969
|
+
optional fontFamily:
|
|
1970
|
+
| ResponsiveStyleValue<readonly string[] | FontFamily | undefined>
|
|
1971
|
+
| (theme) => ResponsiveStyleValue<readonly string[] | FontFamily | undefined>;
|
|
1972
|
+
```
|
|
1973
|
+
|
|
1974
|
+
### Inherited from
|
|
1975
|
+
|
|
1976
|
+
```ts
|
|
1977
|
+
FlexBoxProps.fontFamily
|
|
1978
|
+
```
|
|
1979
|
+
|
|
1980
|
+
***
|
|
1981
|
+
|
|
1982
|
+
### fontSize?
|
|
1983
|
+
|
|
1984
|
+
```ts
|
|
1985
|
+
optional fontSize:
|
|
1986
|
+
| ResponsiveStyleValue<FontSize<string | number> | readonly NonNullable<FontSize<string | number> | undefined>[] | undefined>
|
|
1987
|
+
| (theme) => ResponsiveStyleValue<FontSize<string | number> | readonly NonNullable<FontSize<string | number> | undefined>[] | undefined>;
|
|
1988
|
+
```
|
|
1989
|
+
|
|
1990
|
+
### Inherited from
|
|
1991
|
+
|
|
1992
|
+
```ts
|
|
1993
|
+
FlexBoxProps.fontSize
|
|
1994
|
+
```
|
|
1995
|
+
|
|
1996
|
+
***
|
|
1997
|
+
|
|
1998
|
+
### fontStyle?
|
|
1999
|
+
|
|
2000
|
+
```ts
|
|
2001
|
+
optional fontStyle:
|
|
2002
|
+
| ResponsiveStyleValue<readonly string[] | FontStyle | undefined>
|
|
2003
|
+
| (theme) => ResponsiveStyleValue<readonly string[] | FontStyle | undefined>;
|
|
2004
|
+
```
|
|
2005
|
+
|
|
2006
|
+
### Inherited from
|
|
2007
|
+
|
|
2008
|
+
```ts
|
|
2009
|
+
FlexBoxProps.fontStyle
|
|
2010
|
+
```
|
|
2011
|
+
|
|
2012
|
+
***
|
|
2013
|
+
|
|
2014
|
+
### fontWeight?
|
|
2015
|
+
|
|
2016
|
+
```ts
|
|
2017
|
+
optional fontWeight:
|
|
2018
|
+
| ResponsiveStyleValue<undefined | string | string & object | number & object>
|
|
2019
|
+
| (theme) => ResponsiveStyleValue<undefined | string | string & object | number & object>;
|
|
2020
|
+
```
|
|
2021
|
+
|
|
2022
|
+
### Inherited from
|
|
2023
|
+
|
|
2024
|
+
```ts
|
|
2025
|
+
FlexBoxProps.fontWeight
|
|
2026
|
+
```
|
|
2027
|
+
|
|
2028
|
+
***
|
|
2029
|
+
|
|
2030
|
+
### letterSpacing?
|
|
2031
|
+
|
|
2032
|
+
```ts
|
|
2033
|
+
optional letterSpacing:
|
|
2034
|
+
| ResponsiveStyleValue<LetterSpacing<string | number> | readonly NonNullable<LetterSpacing<string | number> | undefined>[] | undefined>
|
|
2035
|
+
| (theme) => ResponsiveStyleValue<LetterSpacing<string | number> | readonly NonNullable<LetterSpacing<string | number> | undefined>[] | undefined>;
|
|
2036
|
+
```
|
|
2037
|
+
|
|
2038
|
+
### Inherited from
|
|
2039
|
+
|
|
2040
|
+
```ts
|
|
2041
|
+
FlexBoxProps.letterSpacing
|
|
2042
|
+
```
|
|
2043
|
+
|
|
2044
|
+
***
|
|
2045
|
+
|
|
2046
|
+
### lineHeight?
|
|
2047
|
+
|
|
2048
|
+
```ts
|
|
2049
|
+
optional lineHeight:
|
|
2050
|
+
| ResponsiveStyleValue<LineHeight<string | number> | readonly NonNullable<LineHeight<string | number> | undefined>[] | undefined>
|
|
2051
|
+
| (theme) => ResponsiveStyleValue<LineHeight<string | number> | readonly NonNullable<LineHeight<string | number> | undefined>[] | undefined>;
|
|
2052
|
+
```
|
|
2053
|
+
|
|
2054
|
+
### Inherited from
|
|
2055
|
+
|
|
2056
|
+
```ts
|
|
2057
|
+
FlexBoxProps.lineHeight
|
|
2058
|
+
```
|
|
2059
|
+
|
|
2060
|
+
***
|
|
2061
|
+
|
|
2062
|
+
### textAlign?
|
|
2063
|
+
|
|
2064
|
+
```ts
|
|
2065
|
+
optional textAlign:
|
|
2066
|
+
| ResponsiveStyleValue<TextAlign | readonly NonNullable<TextAlign | undefined>[] | undefined>
|
|
2067
|
+
| (theme) => ResponsiveStyleValue<TextAlign | readonly NonNullable<TextAlign | undefined>[] | undefined>;
|
|
2068
|
+
```
|
|
2069
|
+
|
|
2070
|
+
### Inherited from
|
|
2071
|
+
|
|
2072
|
+
```ts
|
|
2073
|
+
FlexBoxProps.textAlign
|
|
2074
|
+
```
|
|
2075
|
+
|
|
2076
|
+
***
|
|
2077
|
+
|
|
2078
|
+
### textTransform?
|
|
2079
|
+
|
|
2080
|
+
```ts
|
|
2081
|
+
optional textTransform:
|
|
2082
|
+
| ResponsiveStyleValue<TextTransform | readonly NonNullable<TextTransform | undefined>[] | undefined>
|
|
2083
|
+
| (theme) => ResponsiveStyleValue<TextTransform | readonly NonNullable<TextTransform | undefined>[] | undefined>;
|
|
2084
|
+
```
|
|
2085
|
+
|
|
2086
|
+
### Inherited from
|
|
2087
|
+
|
|
2088
|
+
```ts
|
|
2089
|
+
FlexBoxProps.textTransform
|
|
2090
|
+
```
|
|
2091
|
+
|
|
2092
|
+
***
|
|
2093
|
+
|
|
2094
|
+
### options?
|
|
2095
|
+
|
|
2096
|
+
```ts
|
|
2097
|
+
optional options: TransferRenderOptions;
|
|
2098
|
+
```
|
|
2099
|
+
|
|
2100
|
+
***
|
|
2101
|
+
|
|
2102
|
+
### payload?
|
|
2103
|
+
|
|
2104
|
+
```ts
|
|
2105
|
+
optional payload: Payload;
|
|
2106
|
+
```
|
|
2107
|
+
|
|
2108
|
+
### Overrides
|
|
2109
|
+
|
|
2110
|
+
```ts
|
|
2111
|
+
PayloadDetailsRenderProps.payload
|
|
2112
|
+
```
|
|
2113
|
+
|
|
2114
|
+
### <a id="TransferRenderCardProps"></a>TransferRenderCardProps
|
|
2115
|
+
|
|
2116
|
+
[**@xyo-network/react-chain-transfer-plugin**](#../README)
|
|
2117
|
+
|
|
2118
|
+
***
|
|
2119
|
+
|
|
2120
|
+
## Extends
|
|
2121
|
+
|
|
2122
|
+
- `PayloadDetailsRenderProps`.`CardProps`
|
|
2123
|
+
|
|
2124
|
+
## Properties
|
|
2125
|
+
|
|
2126
|
+
### options?
|
|
2127
|
+
|
|
2128
|
+
```ts
|
|
2129
|
+
optional options: TransferRenderOptions;
|
|
2130
|
+
```
|
|
2131
|
+
|
|
2132
|
+
***
|
|
2133
|
+
|
|
2134
|
+
### payload?
|
|
2135
|
+
|
|
2136
|
+
```ts
|
|
2137
|
+
optional payload: Payload;
|
|
2138
|
+
```
|
|
2139
|
+
|
|
2140
|
+
### Overrides
|
|
2141
|
+
|
|
2142
|
+
```ts
|
|
2143
|
+
PayloadDetailsRenderProps.payload
|
|
2144
|
+
```
|
|
2145
|
+
|
|
2146
|
+
### variables
|
|
2147
|
+
|
|
2148
|
+
### <a id="TransferRenderBoxDetails"></a>TransferRenderBoxDetails
|
|
2149
|
+
|
|
2150
|
+
[**@xyo-network/react-chain-transfer-plugin**](#../README)
|
|
2151
|
+
|
|
2152
|
+
***
|
|
2153
|
+
|
|
2154
|
+
```ts
|
|
2155
|
+
const TransferRenderBoxDetails: React.FC<TransferRenderBoxDetailsProps>;
|
|
2156
|
+
```
|
|
2157
|
+
|
|
2158
|
+
### <a id="TransferRenderCard"></a>TransferRenderCard
|
|
2159
|
+
|
|
2160
|
+
[**@xyo-network/react-chain-transfer-plugin**](#../README)
|
|
2161
|
+
|
|
2162
|
+
***
|
|
2163
|
+
|
|
2164
|
+
```ts
|
|
2165
|
+
const TransferRenderCard: React.FC<TransferRenderCardProps>;
|
|
2166
|
+
```
|
|
2167
|
+
|
|
2168
|
+
### <a id="TransferRenderPlugin"></a>TransferRenderPlugin
|
|
2169
|
+
|
|
2170
|
+
[**@xyo-network/react-chain-transfer-plugin**](#../README)
|
|
2171
|
+
|
|
2172
|
+
***
|
|
2173
|
+
|
|
2174
|
+
```ts
|
|
2175
|
+
const TransferRenderPlugin: PayloadRenderPlugin;
|
|
2176
|
+
```
|
|
2177
|
+
|
|
2178
|
+
|
|
19
2179
|
## Maintainers
|
|
20
2180
|
|
|
21
2181
|
- [Arie Trouw](https://github.com/arietrouw) ([arietrouw.com](https://arietrouw.com))
|
|
@@ -33,14 +2193,14 @@ XYO Layer One API
|
|
|
33
2193
|
|
|
34
2194
|
[logo]: https://cdn.xy.company/img/brand/XYO_full_colored.png
|
|
35
2195
|
|
|
36
|
-
[npm-badge]: https://img.shields.io/npm/v/@xyo-network/react-chain-
|
|
37
|
-
[npm-link]: https://www.npmjs.com/package/@xyo-network/react-chain-
|
|
2196
|
+
[npm-badge]: https://img.shields.io/npm/v/@xyo-network/react-chain-transfer-plugin.svg
|
|
2197
|
+
[npm-link]: https://www.npmjs.com/package/@xyo-network/react-chain-transfer-plugin
|
|
38
2198
|
|
|
39
|
-
[npm-downloads-badge]: https://img.shields.io/npm/dw/@xyo-network/react-chain-
|
|
40
|
-
[npm-license-badge]: https://img.shields.io/npm/l/@xyo-network/react-chain-
|
|
2199
|
+
[npm-downloads-badge]: https://img.shields.io/npm/dw/@xyo-network/react-chain-transfer-plugin
|
|
2200
|
+
[npm-license-badge]: https://img.shields.io/npm/l/@xyo-network/react-chain-transfer-plugin
|
|
41
2201
|
|
|
42
|
-
[jsdelivr-badge]: https://data.jsdelivr.com/v1/package/npm/@xyo-network/react-chain-
|
|
43
|
-
[jsdelivr-link]: https://www.jsdelivr.com/package/npm/@xyo-network/react-chain-
|
|
2202
|
+
[jsdelivr-badge]: https://data.jsdelivr.com/v1/package/npm/@xyo-network/react-chain-transfer-plugin/badge
|
|
2203
|
+
[jsdelivr-link]: https://www.jsdelivr.com/package/npm/@xyo-network/react-chain-transfer-plugin
|
|
44
2204
|
|
|
45
|
-
[socket-badge]: https://socket.dev/api/badge/npm/package/@xyo-network/react-chain-
|
|
46
|
-
[socket-link]: https://socket.dev/npm/package/@xyo-network/react-chain-
|
|
2205
|
+
[socket-badge]: https://socket.dev/api/badge/npm/package/@xyo-network/react-chain-transfer-plugin
|
|
2206
|
+
[socket-link]: https://socket.dev/npm/package/@xyo-network/react-chain-transfer-plugin
|