@100mslive/roomkit-react 0.2.5 → 0.2.6-alpha.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,883 @@
1
+ declare const IconButton: import("@stitches/react/types/styled-component").StyledComponent<import("@stitches/react/types/styled-component").StyledComponent<"button", {
2
+ active?: boolean | "true" | "false" | undefined;
3
+ }, {
4
+ allowMotion: string;
5
+ sm: string;
6
+ md: string;
7
+ lg: string;
8
+ xl: string;
9
+ '2xl': string;
10
+ ls: string;
11
+ }, import("@stitches/react/types/css-util").CSS<{
12
+ allowMotion: string;
13
+ sm: string;
14
+ md: string;
15
+ lg: string;
16
+ xl: string;
17
+ '2xl': string;
18
+ ls: string;
19
+ }, {
20
+ colors: {
21
+ primary_default: string;
22
+ primary_bright: string;
23
+ primary_dim: string;
24
+ primary_disabled: string;
25
+ on_primary_high: string;
26
+ on_primary_medium: string;
27
+ on_primary_low: string;
28
+ secondary_default: string;
29
+ secondary_bright: string;
30
+ secondary_dim: string;
31
+ secondary_disabled: string;
32
+ on_secondary_high: string;
33
+ on_secondary_medium: string;
34
+ on_secondary_low: string;
35
+ background_default: string;
36
+ background_dim: string;
37
+ surface_default: string;
38
+ surface_bright: string;
39
+ surface_brighter: string;
40
+ surface_dim: string;
41
+ on_surface_high: string;
42
+ on_surface_medium: string;
43
+ on_surface_low: string;
44
+ border_default: string;
45
+ border_bright: string;
46
+ alert_success: string;
47
+ alert_warning: string;
48
+ alert_error_default: string;
49
+ alert_error_bright: string;
50
+ alert_error_brighter: string;
51
+ alert_error_dim: string;
52
+ };
53
+ shadows: {
54
+ sm: string;
55
+ md: string;
56
+ };
57
+ fonts: {
58
+ sans: string;
59
+ };
60
+ fontSizes: {
61
+ h1: string;
62
+ h2: string;
63
+ h3: string;
64
+ h4: string;
65
+ h5: string;
66
+ h6: string;
67
+ tiny: string;
68
+ xs: string;
69
+ sm: string;
70
+ md: string;
71
+ lg: string;
72
+ };
73
+ fontWeights: {
74
+ semiBold: number;
75
+ medium: number;
76
+ regular: number;
77
+ };
78
+ lineHeights: {
79
+ h1: string;
80
+ h2: string;
81
+ h3: string;
82
+ h4: string;
83
+ h5: string;
84
+ h6: string;
85
+ tiny: string;
86
+ xs: string;
87
+ sm: string;
88
+ md: string;
89
+ };
90
+ radii: {
91
+ '0': string;
92
+ '1': string;
93
+ '2': string;
94
+ '3': string;
95
+ '4': string;
96
+ round: string;
97
+ };
98
+ space: {
99
+ 0: string;
100
+ xs: string;
101
+ sm: string;
102
+ md: string;
103
+ lg: string;
104
+ xl: string;
105
+ px: string;
106
+ 1: string;
107
+ 2: string;
108
+ 3: string;
109
+ 4: string;
110
+ 5: string;
111
+ 6: string;
112
+ 7: string;
113
+ 8: string;
114
+ 9: string;
115
+ 10: string;
116
+ 11: string;
117
+ 12: string;
118
+ 13: string;
119
+ 14: string;
120
+ 15: string;
121
+ 16: string;
122
+ 17: string;
123
+ 18: string;
124
+ 19: string;
125
+ 20: string;
126
+ 24: string;
127
+ 28: string;
128
+ 32: string;
129
+ 36: string;
130
+ 40: string;
131
+ 44: string;
132
+ 48: string;
133
+ 52: string;
134
+ 56: string;
135
+ 60: string;
136
+ 64: string;
137
+ 72: string;
138
+ 80: string;
139
+ 96: string;
140
+ 100: string;
141
+ };
142
+ borderWidths: {
143
+ light: string;
144
+ normal: string;
145
+ bold: string;
146
+ extrabold: string;
147
+ black: string;
148
+ };
149
+ }, {
150
+ width: string;
151
+ height: string;
152
+ minWidth: string;
153
+ maxWidth: string;
154
+ minHeight: string;
155
+ maxHeight: string;
156
+ flexBasis: string;
157
+ gridTemplateColumns: string;
158
+ gridTemplateRows: string;
159
+ blockSize: string;
160
+ minBlockSize: string;
161
+ maxBlockSize: string;
162
+ inlineSize: string;
163
+ minInlineSize: string;
164
+ maxInlineSize: string;
165
+ gap: "space";
166
+ gridGap: "space";
167
+ columnGap: "space";
168
+ gridColumnGap: "space";
169
+ rowGap: "space";
170
+ gridRowGap: "space";
171
+ inset: "space";
172
+ insetBlock: "space";
173
+ insetBlockEnd: "space";
174
+ insetBlockStart: "space";
175
+ insetInline: "space";
176
+ insetInlineEnd: "space";
177
+ insetInlineStart: "space";
178
+ margin: "space";
179
+ marginTop: "space";
180
+ marginRight: "space";
181
+ marginBottom: "space";
182
+ marginLeft: "space";
183
+ marginBlock: "space";
184
+ marginBlockEnd: "space";
185
+ marginBlockStart: "space";
186
+ marginInline: "space";
187
+ marginInlineEnd: "space";
188
+ marginInlineStart: "space";
189
+ padding: "space";
190
+ paddingTop: "space";
191
+ paddingRight: "space";
192
+ paddingBottom: "space";
193
+ paddingLeft: "space";
194
+ paddingBlock: "space";
195
+ paddingBlockEnd: "space";
196
+ paddingBlockStart: "space";
197
+ paddingInline: "space";
198
+ paddingInlineEnd: "space";
199
+ paddingInlineStart: "space";
200
+ scrollMargin: "space";
201
+ scrollMarginTop: "space";
202
+ scrollMarginRight: "space";
203
+ scrollMarginBottom: "space";
204
+ scrollMarginLeft: "space";
205
+ scrollMarginBlock: "space";
206
+ scrollMarginBlockEnd: "space";
207
+ scrollMarginBlockStart: "space";
208
+ scrollMarginInline: "space";
209
+ scrollMarginInlineEnd: "space";
210
+ scrollMarginInlineStart: "space";
211
+ scrollPadding: "space";
212
+ scrollPaddingTop: "space";
213
+ scrollPaddingRight: "space";
214
+ scrollPaddingBottom: "space";
215
+ scrollPaddingLeft: "space";
216
+ scrollPaddingBlock: "space";
217
+ scrollPaddingBlockEnd: "space";
218
+ scrollPaddingBlockStart: "space";
219
+ scrollPaddingInline: "space";
220
+ scrollPaddingInlineEnd: "space";
221
+ scrollPaddingInlineStart: "space";
222
+ top: "space";
223
+ right: "space";
224
+ bottom: "space";
225
+ left: "space";
226
+ fontSize: "fontSizes";
227
+ background: "colors";
228
+ backgroundColor: "colors";
229
+ backgroundImage: "colors";
230
+ borderImage: "colors";
231
+ border: "colors";
232
+ borderBlock: "colors";
233
+ borderBlockEnd: "colors";
234
+ borderBlockStart: "colors";
235
+ borderBottom: "colors";
236
+ borderBottomColor: "colors";
237
+ borderColor: "colors";
238
+ borderInline: "colors";
239
+ borderInlineEnd: "colors";
240
+ borderInlineStart: "colors";
241
+ borderLeft: "colors";
242
+ borderLeftColor: "colors";
243
+ borderRight: "colors";
244
+ borderRightColor: "colors";
245
+ borderTop: "colors";
246
+ borderTopColor: "colors";
247
+ caretColor: "colors";
248
+ color: "colors";
249
+ columnRuleColor: "colors";
250
+ outline: "colors";
251
+ outlineColor: "colors";
252
+ fill: "colors";
253
+ stroke: "colors";
254
+ textDecorationColor: "colors";
255
+ fontFamily: "fonts";
256
+ fontWeight: "fontWeights";
257
+ lineHeight: "lineHeights";
258
+ letterSpacing: "letterSpacings";
259
+ borderWidth: "borderWidths";
260
+ borderTopWidth: "borderWidths";
261
+ borderLeftWidth: "borderWidths";
262
+ borderRightWidth: "borderWidths";
263
+ borderBottomWidth: "borderWidths";
264
+ borderStyle: "borderStyles";
265
+ borderTopStyle: "borderStyles";
266
+ borderLeftStyle: "borderStyles";
267
+ borderRightStyle: "borderStyles";
268
+ borderBottomStyle: "borderStyles";
269
+ borderRadius: "radii";
270
+ borderTopLeftRadius: "radii";
271
+ borderTopRightRadius: "radii";
272
+ borderBottomRightRadius: "radii";
273
+ borderBottomLeftRadius: "radii";
274
+ boxShadow: "shadows";
275
+ textShadow: "shadows";
276
+ transition: "transitions";
277
+ zIndex: "zIndices";
278
+ }, {
279
+ bg: (value: {
280
+ readonly [$$PropertyValue]: "backgroundColor";
281
+ }) => {
282
+ backgroundColor: {
283
+ readonly [$$PropertyValue]: "backgroundColor";
284
+ };
285
+ };
286
+ c: (value: {
287
+ readonly [$$PropertyValue]: "color";
288
+ }) => {
289
+ color: {
290
+ readonly [$$PropertyValue]: "color";
291
+ };
292
+ };
293
+ r: (value: {
294
+ readonly [$$ScaleValue]: "radii";
295
+ }) => {
296
+ borderRadius: {
297
+ readonly [$$ScaleValue]: "radii";
298
+ };
299
+ };
300
+ fs: (value: string | number | {
301
+ readonly [$$PropertyValue]: "fontSize";
302
+ }) => {
303
+ fontSize: string | number | {
304
+ readonly [$$PropertyValue]: "fontSize";
305
+ };
306
+ };
307
+ size: (value: string | number | {
308
+ readonly [$$ScaleValue]: "space";
309
+ }) => {
310
+ height: string | number | {
311
+ readonly [$$ScaleValue]: "space";
312
+ };
313
+ width: string | number | {
314
+ readonly [$$ScaleValue]: "space";
315
+ };
316
+ };
317
+ w: (value: string | number | {
318
+ readonly [$$ScaleValue]: "space";
319
+ }) => {
320
+ width: string | number | {
321
+ readonly [$$ScaleValue]: "space";
322
+ };
323
+ };
324
+ h: (value: string | number | {
325
+ readonly [$$ScaleValue]: "space";
326
+ }) => {
327
+ height: string | number | {
328
+ readonly [$$ScaleValue]: "space";
329
+ };
330
+ };
331
+ p: (value: string | number | {
332
+ readonly [$$ScaleValue]: "space";
333
+ }) => {
334
+ padding: string | number | {
335
+ readonly [$$ScaleValue]: "space";
336
+ };
337
+ };
338
+ pt: (value: string | number | {
339
+ readonly [$$ScaleValue]: "space";
340
+ }) => {
341
+ paddingTop: string | number | {
342
+ readonly [$$ScaleValue]: "space";
343
+ };
344
+ };
345
+ pr: (value: string | number | {
346
+ readonly [$$ScaleValue]: "space";
347
+ }) => {
348
+ paddingRight: string | number | {
349
+ readonly [$$ScaleValue]: "space";
350
+ };
351
+ };
352
+ pb: (value: string | number | {
353
+ readonly [$$ScaleValue]: "space";
354
+ }) => {
355
+ paddingBottom: string | number | {
356
+ readonly [$$ScaleValue]: "space";
357
+ };
358
+ };
359
+ pl: (value: string | number | {
360
+ readonly [$$ScaleValue]: "space";
361
+ }) => {
362
+ paddingLeft: string | number | {
363
+ readonly [$$ScaleValue]: "space";
364
+ };
365
+ };
366
+ px: (value: string | number | {
367
+ readonly [$$ScaleValue]: "space";
368
+ }) => {
369
+ paddingLeft: string | number | {
370
+ readonly [$$ScaleValue]: "space";
371
+ };
372
+ paddingRight: string | number | {
373
+ readonly [$$ScaleValue]: "space";
374
+ };
375
+ };
376
+ py: (value: string | number | {
377
+ readonly [$$ScaleValue]: "space";
378
+ }) => {
379
+ paddingTop: string | number | {
380
+ readonly [$$ScaleValue]: "space";
381
+ };
382
+ paddingBottom: string | number | {
383
+ readonly [$$ScaleValue]: "space";
384
+ };
385
+ };
386
+ m: (value: string | number | {
387
+ readonly [$$ScaleValue]: "space";
388
+ }) => {
389
+ margin: string | number | {
390
+ readonly [$$ScaleValue]: "space";
391
+ };
392
+ };
393
+ mt: (value: string | number | {
394
+ readonly [$$ScaleValue]: "space";
395
+ }) => {
396
+ marginTop: string | number | {
397
+ readonly [$$ScaleValue]: "space";
398
+ };
399
+ };
400
+ mr: (value: string | number | {
401
+ readonly [$$ScaleValue]: "space";
402
+ }) => {
403
+ marginRight: string | number | {
404
+ readonly [$$ScaleValue]: "space";
405
+ };
406
+ };
407
+ mb: (value: string | number | {
408
+ readonly [$$ScaleValue]: "space";
409
+ }) => {
410
+ marginBottom: string | number | {
411
+ readonly [$$ScaleValue]: "space";
412
+ };
413
+ };
414
+ ml: (value: string | number | {
415
+ readonly [$$ScaleValue]: "space";
416
+ }) => {
417
+ marginLeft: string | number | {
418
+ readonly [$$ScaleValue]: "space";
419
+ };
420
+ };
421
+ mx: (value: string | number | {
422
+ readonly [$$ScaleValue]: "space";
423
+ }) => {
424
+ marginLeft: string | number | {
425
+ readonly [$$ScaleValue]: "space";
426
+ };
427
+ marginRight: string | number | {
428
+ readonly [$$ScaleValue]: "space";
429
+ };
430
+ };
431
+ my: (value: string | number | {
432
+ readonly [$$ScaleValue]: "space";
433
+ }) => {
434
+ marginTop: string | number | {
435
+ readonly [$$ScaleValue]: "space";
436
+ };
437
+ marginBottom: string | number | {
438
+ readonly [$$ScaleValue]: "space";
439
+ };
440
+ };
441
+ }>>, {
442
+ active?: boolean | "true" | "false" | undefined;
443
+ disabled?: boolean | "true" | undefined;
444
+ }, {
445
+ allowMotion: string;
446
+ sm: string;
447
+ md: string;
448
+ lg: string;
449
+ xl: string;
450
+ '2xl': string;
451
+ ls: string;
452
+ }, import("@stitches/react/types/css-util").CSS<{
453
+ allowMotion: string;
454
+ sm: string;
455
+ md: string;
456
+ lg: string;
457
+ xl: string;
458
+ '2xl': string;
459
+ ls: string;
460
+ }, {
461
+ colors: {
462
+ primary_default: string;
463
+ primary_bright: string;
464
+ primary_dim: string;
465
+ primary_disabled: string;
466
+ on_primary_high: string;
467
+ on_primary_medium: string;
468
+ on_primary_low: string;
469
+ secondary_default: string;
470
+ secondary_bright: string;
471
+ secondary_dim: string;
472
+ secondary_disabled: string;
473
+ on_secondary_high: string;
474
+ on_secondary_medium: string;
475
+ on_secondary_low: string;
476
+ background_default: string;
477
+ background_dim: string;
478
+ surface_default: string;
479
+ surface_bright: string;
480
+ surface_brighter: string;
481
+ surface_dim: string;
482
+ on_surface_high: string;
483
+ on_surface_medium: string;
484
+ on_surface_low: string;
485
+ border_default: string;
486
+ border_bright: string;
487
+ alert_success: string;
488
+ alert_warning: string;
489
+ alert_error_default: string;
490
+ alert_error_bright: string;
491
+ alert_error_brighter: string;
492
+ alert_error_dim: string;
493
+ };
494
+ shadows: {
495
+ sm: string;
496
+ md: string;
497
+ };
498
+ fonts: {
499
+ sans: string;
500
+ };
501
+ fontSizes: {
502
+ h1: string;
503
+ h2: string;
504
+ h3: string;
505
+ h4: string;
506
+ h5: string;
507
+ h6: string;
508
+ tiny: string;
509
+ xs: string;
510
+ sm: string;
511
+ md: string;
512
+ lg: string;
513
+ };
514
+ fontWeights: {
515
+ semiBold: number;
516
+ medium: number;
517
+ regular: number;
518
+ };
519
+ lineHeights: {
520
+ h1: string;
521
+ h2: string;
522
+ h3: string;
523
+ h4: string;
524
+ h5: string;
525
+ h6: string;
526
+ tiny: string;
527
+ xs: string;
528
+ sm: string;
529
+ md: string;
530
+ };
531
+ radii: {
532
+ '0': string;
533
+ '1': string;
534
+ '2': string;
535
+ '3': string;
536
+ '4': string;
537
+ round: string;
538
+ };
539
+ space: {
540
+ 0: string;
541
+ xs: string;
542
+ sm: string;
543
+ md: string;
544
+ lg: string;
545
+ xl: string;
546
+ px: string;
547
+ 1: string;
548
+ 2: string;
549
+ 3: string;
550
+ 4: string;
551
+ 5: string;
552
+ 6: string;
553
+ 7: string;
554
+ 8: string;
555
+ 9: string;
556
+ 10: string;
557
+ 11: string;
558
+ 12: string;
559
+ 13: string;
560
+ 14: string;
561
+ 15: string;
562
+ 16: string;
563
+ 17: string;
564
+ 18: string;
565
+ 19: string;
566
+ 20: string;
567
+ 24: string;
568
+ 28: string;
569
+ 32: string;
570
+ 36: string;
571
+ 40: string;
572
+ 44: string;
573
+ 48: string;
574
+ 52: string;
575
+ 56: string;
576
+ 60: string;
577
+ 64: string;
578
+ 72: string;
579
+ 80: string;
580
+ 96: string;
581
+ 100: string;
582
+ };
583
+ borderWidths: {
584
+ light: string;
585
+ normal: string;
586
+ bold: string;
587
+ extrabold: string;
588
+ black: string;
589
+ };
590
+ }, {
591
+ width: string;
592
+ height: string;
593
+ minWidth: string;
594
+ maxWidth: string;
595
+ minHeight: string;
596
+ maxHeight: string;
597
+ flexBasis: string;
598
+ gridTemplateColumns: string;
599
+ gridTemplateRows: string;
600
+ blockSize: string;
601
+ minBlockSize: string;
602
+ maxBlockSize: string;
603
+ inlineSize: string;
604
+ minInlineSize: string;
605
+ maxInlineSize: string;
606
+ gap: "space";
607
+ gridGap: "space";
608
+ columnGap: "space";
609
+ gridColumnGap: "space";
610
+ rowGap: "space";
611
+ gridRowGap: "space";
612
+ inset: "space";
613
+ insetBlock: "space";
614
+ insetBlockEnd: "space";
615
+ insetBlockStart: "space";
616
+ insetInline: "space";
617
+ insetInlineEnd: "space";
618
+ insetInlineStart: "space";
619
+ margin: "space";
620
+ marginTop: "space";
621
+ marginRight: "space";
622
+ marginBottom: "space";
623
+ marginLeft: "space";
624
+ marginBlock: "space";
625
+ marginBlockEnd: "space";
626
+ marginBlockStart: "space";
627
+ marginInline: "space";
628
+ marginInlineEnd: "space";
629
+ marginInlineStart: "space";
630
+ padding: "space";
631
+ paddingTop: "space";
632
+ paddingRight: "space";
633
+ paddingBottom: "space";
634
+ paddingLeft: "space";
635
+ paddingBlock: "space";
636
+ paddingBlockEnd: "space";
637
+ paddingBlockStart: "space";
638
+ paddingInline: "space";
639
+ paddingInlineEnd: "space";
640
+ paddingInlineStart: "space";
641
+ scrollMargin: "space";
642
+ scrollMarginTop: "space";
643
+ scrollMarginRight: "space";
644
+ scrollMarginBottom: "space";
645
+ scrollMarginLeft: "space";
646
+ scrollMarginBlock: "space";
647
+ scrollMarginBlockEnd: "space";
648
+ scrollMarginBlockStart: "space";
649
+ scrollMarginInline: "space";
650
+ scrollMarginInlineEnd: "space";
651
+ scrollMarginInlineStart: "space";
652
+ scrollPadding: "space";
653
+ scrollPaddingTop: "space";
654
+ scrollPaddingRight: "space";
655
+ scrollPaddingBottom: "space";
656
+ scrollPaddingLeft: "space";
657
+ scrollPaddingBlock: "space";
658
+ scrollPaddingBlockEnd: "space";
659
+ scrollPaddingBlockStart: "space";
660
+ scrollPaddingInline: "space";
661
+ scrollPaddingInlineEnd: "space";
662
+ scrollPaddingInlineStart: "space";
663
+ top: "space";
664
+ right: "space";
665
+ bottom: "space";
666
+ left: "space";
667
+ fontSize: "fontSizes";
668
+ background: "colors";
669
+ backgroundColor: "colors";
670
+ backgroundImage: "colors";
671
+ borderImage: "colors";
672
+ border: "colors";
673
+ borderBlock: "colors";
674
+ borderBlockEnd: "colors";
675
+ borderBlockStart: "colors";
676
+ borderBottom: "colors";
677
+ borderBottomColor: "colors";
678
+ borderColor: "colors";
679
+ borderInline: "colors";
680
+ borderInlineEnd: "colors";
681
+ borderInlineStart: "colors";
682
+ borderLeft: "colors";
683
+ borderLeftColor: "colors";
684
+ borderRight: "colors";
685
+ borderRightColor: "colors";
686
+ borderTop: "colors";
687
+ borderTopColor: "colors";
688
+ caretColor: "colors";
689
+ color: "colors";
690
+ columnRuleColor: "colors";
691
+ outline: "colors";
692
+ outlineColor: "colors";
693
+ fill: "colors";
694
+ stroke: "colors";
695
+ textDecorationColor: "colors";
696
+ fontFamily: "fonts";
697
+ fontWeight: "fontWeights";
698
+ lineHeight: "lineHeights";
699
+ letterSpacing: "letterSpacings";
700
+ borderWidth: "borderWidths";
701
+ borderTopWidth: "borderWidths";
702
+ borderLeftWidth: "borderWidths";
703
+ borderRightWidth: "borderWidths";
704
+ borderBottomWidth: "borderWidths";
705
+ borderStyle: "borderStyles";
706
+ borderTopStyle: "borderStyles";
707
+ borderLeftStyle: "borderStyles";
708
+ borderRightStyle: "borderStyles";
709
+ borderBottomStyle: "borderStyles";
710
+ borderRadius: "radii";
711
+ borderTopLeftRadius: "radii";
712
+ borderTopRightRadius: "radii";
713
+ borderBottomRightRadius: "radii";
714
+ borderBottomLeftRadius: "radii";
715
+ boxShadow: "shadows";
716
+ textShadow: "shadows";
717
+ transition: "transitions";
718
+ zIndex: "zIndices";
719
+ }, {
720
+ bg: (value: {
721
+ readonly [$$PropertyValue]: "backgroundColor";
722
+ }) => {
723
+ backgroundColor: {
724
+ readonly [$$PropertyValue]: "backgroundColor";
725
+ };
726
+ };
727
+ c: (value: {
728
+ readonly [$$PropertyValue]: "color";
729
+ }) => {
730
+ color: {
731
+ readonly [$$PropertyValue]: "color";
732
+ };
733
+ };
734
+ r: (value: {
735
+ readonly [$$ScaleValue]: "radii";
736
+ }) => {
737
+ borderRadius: {
738
+ readonly [$$ScaleValue]: "radii";
739
+ };
740
+ };
741
+ fs: (value: string | number | {
742
+ readonly [$$PropertyValue]: "fontSize";
743
+ }) => {
744
+ fontSize: string | number | {
745
+ readonly [$$PropertyValue]: "fontSize";
746
+ };
747
+ };
748
+ size: (value: string | number | {
749
+ readonly [$$ScaleValue]: "space";
750
+ }) => {
751
+ height: string | number | {
752
+ readonly [$$ScaleValue]: "space";
753
+ };
754
+ width: string | number | {
755
+ readonly [$$ScaleValue]: "space";
756
+ };
757
+ };
758
+ w: (value: string | number | {
759
+ readonly [$$ScaleValue]: "space";
760
+ }) => {
761
+ width: string | number | {
762
+ readonly [$$ScaleValue]: "space";
763
+ };
764
+ };
765
+ h: (value: string | number | {
766
+ readonly [$$ScaleValue]: "space";
767
+ }) => {
768
+ height: string | number | {
769
+ readonly [$$ScaleValue]: "space";
770
+ };
771
+ };
772
+ p: (value: string | number | {
773
+ readonly [$$ScaleValue]: "space";
774
+ }) => {
775
+ padding: string | number | {
776
+ readonly [$$ScaleValue]: "space";
777
+ };
778
+ };
779
+ pt: (value: string | number | {
780
+ readonly [$$ScaleValue]: "space";
781
+ }) => {
782
+ paddingTop: string | number | {
783
+ readonly [$$ScaleValue]: "space";
784
+ };
785
+ };
786
+ pr: (value: string | number | {
787
+ readonly [$$ScaleValue]: "space";
788
+ }) => {
789
+ paddingRight: string | number | {
790
+ readonly [$$ScaleValue]: "space";
791
+ };
792
+ };
793
+ pb: (value: string | number | {
794
+ readonly [$$ScaleValue]: "space";
795
+ }) => {
796
+ paddingBottom: string | number | {
797
+ readonly [$$ScaleValue]: "space";
798
+ };
799
+ };
800
+ pl: (value: string | number | {
801
+ readonly [$$ScaleValue]: "space";
802
+ }) => {
803
+ paddingLeft: string | number | {
804
+ readonly [$$ScaleValue]: "space";
805
+ };
806
+ };
807
+ px: (value: string | number | {
808
+ readonly [$$ScaleValue]: "space";
809
+ }) => {
810
+ paddingLeft: string | number | {
811
+ readonly [$$ScaleValue]: "space";
812
+ };
813
+ paddingRight: string | number | {
814
+ readonly [$$ScaleValue]: "space";
815
+ };
816
+ };
817
+ py: (value: string | number | {
818
+ readonly [$$ScaleValue]: "space";
819
+ }) => {
820
+ paddingTop: string | number | {
821
+ readonly [$$ScaleValue]: "space";
822
+ };
823
+ paddingBottom: string | number | {
824
+ readonly [$$ScaleValue]: "space";
825
+ };
826
+ };
827
+ m: (value: string | number | {
828
+ readonly [$$ScaleValue]: "space";
829
+ }) => {
830
+ margin: string | number | {
831
+ readonly [$$ScaleValue]: "space";
832
+ };
833
+ };
834
+ mt: (value: string | number | {
835
+ readonly [$$ScaleValue]: "space";
836
+ }) => {
837
+ marginTop: string | number | {
838
+ readonly [$$ScaleValue]: "space";
839
+ };
840
+ };
841
+ mr: (value: string | number | {
842
+ readonly [$$ScaleValue]: "space";
843
+ }) => {
844
+ marginRight: string | number | {
845
+ readonly [$$ScaleValue]: "space";
846
+ };
847
+ };
848
+ mb: (value: string | number | {
849
+ readonly [$$ScaleValue]: "space";
850
+ }) => {
851
+ marginBottom: string | number | {
852
+ readonly [$$ScaleValue]: "space";
853
+ };
854
+ };
855
+ ml: (value: string | number | {
856
+ readonly [$$ScaleValue]: "space";
857
+ }) => {
858
+ marginLeft: string | number | {
859
+ readonly [$$ScaleValue]: "space";
860
+ };
861
+ };
862
+ mx: (value: string | number | {
863
+ readonly [$$ScaleValue]: "space";
864
+ }) => {
865
+ marginLeft: string | number | {
866
+ readonly [$$ScaleValue]: "space";
867
+ };
868
+ marginRight: string | number | {
869
+ readonly [$$ScaleValue]: "space";
870
+ };
871
+ };
872
+ my: (value: string | number | {
873
+ readonly [$$ScaleValue]: "space";
874
+ }) => {
875
+ marginTop: string | number | {
876
+ readonly [$$ScaleValue]: "space";
877
+ };
878
+ marginBottom: string | number | {
879
+ readonly [$$ScaleValue]: "space";
880
+ };
881
+ };
882
+ }>>;
883
+ export default IconButton;