@wireapp/react-ui-kit 8.17.8 → 8.17.9
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/package.json +3 -2
- package/src/Form/SelectStyles.d.js.map +1 -1
- package/src/Form/SelectStyles.d.ts +796 -768
|
@@ -27,774 +27,786 @@ export declare const customStyles: (theme: Theme, markInvalid?: boolean) => {
|
|
|
27
27
|
textShadow: string;
|
|
28
28
|
};
|
|
29
29
|
position: string;
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
30
|
+
accentColor?: string[] | import("csstype").Property.AccentColor | import("csstype").Property.AccentColor[];
|
|
31
|
+
alignContent?: string[] | import("csstype").Property.AlignContent | import("csstype").Property.AlignContent[];
|
|
32
|
+
alignItems?: string[] | import("csstype").Property.AlignItems | import("csstype").Property.AlignItems[];
|
|
33
|
+
alignSelf?: string[] | import("csstype").Property.AlignSelf | import("csstype").Property.AlignSelf[];
|
|
34
|
+
alignTracks?: string[] | import("csstype").Property.AlignTracks | import("csstype").Property.AlignTracks[];
|
|
35
|
+
animationComposition?: string[] | import("csstype").Property.AnimationComposition | import("csstype").Property.AnimationComposition[];
|
|
36
|
+
animationDelay?: string[] | import("csstype").Property.AnimationDelay<string & {}> | import("csstype").Property.AnimationDelay<string & {}>[];
|
|
37
|
+
animationDirection?: string[] | import("csstype").Property.AnimationDirection | import("csstype").Property.AnimationDirection[];
|
|
38
|
+
animationDuration?: string[] | import("csstype").Property.AnimationDuration<string & {}> | import("csstype").Property.AnimationDuration<string & {}>[];
|
|
39
|
+
animationFillMode?: string[] | import("csstype").Property.AnimationFillMode | import("csstype").Property.AnimationFillMode[];
|
|
40
|
+
animationIterationCount?: import("csstype").Property.AnimationIterationCount | NonNullable<import("csstype").Property.AnimationIterationCount>[] | ((string & {}) | import("csstype").Globals | "infinite")[];
|
|
41
|
+
animationName?: string[] | import("csstype").Property.AnimationName | import("csstype").Property.AnimationName[];
|
|
42
|
+
animationPlayState?: string[] | import("csstype").Property.AnimationPlayState | import("csstype").Property.AnimationPlayState[];
|
|
43
|
+
animationTimeline?: string[] | import("csstype").Property.AnimationTimeline | import("csstype").Property.AnimationTimeline[];
|
|
44
|
+
animationTimingFunction?: string[] | import("csstype").Property.AnimationTimingFunction | import("csstype").Property.AnimationTimingFunction[];
|
|
45
|
+
appearance?: import("csstype").Property.Appearance | NonNullable<import("csstype").Property.Appearance>[] | import("csstype").Property.Appearance[];
|
|
46
|
+
aspectRatio?: import("csstype").Property.AspectRatio | NonNullable<import("csstype").Property.AspectRatio>[] | ((string & {}) | import("csstype").Globals | "auto")[];
|
|
47
|
+
backdropFilter?: string[] | import("csstype").Property.BackdropFilter | import("csstype").Property.BackdropFilter[];
|
|
48
|
+
backfaceVisibility?: import("csstype").Property.BackfaceVisibility | NonNullable<import("csstype").Property.BackfaceVisibility>[] | import("csstype").Property.BackfaceVisibility[];
|
|
49
|
+
backgroundAttachment?: string[] | import("csstype").Property.BackgroundAttachment | import("csstype").Property.BackgroundAttachment[];
|
|
50
|
+
backgroundBlendMode?: string[] | import("csstype").Property.BackgroundBlendMode | import("csstype").Property.BackgroundBlendMode[];
|
|
51
|
+
backgroundClip?: string[] | import("csstype").Property.BackgroundClip | import("csstype").Property.BackgroundClip[];
|
|
52
|
+
backgroundImage?: string[] | import("csstype").Property.BackgroundImage | import("csstype").Property.BackgroundImage[];
|
|
53
|
+
backgroundOrigin?: string[] | import("csstype").Property.BackgroundOrigin | import("csstype").Property.BackgroundOrigin[];
|
|
54
|
+
backgroundPositionX?: (string | (string & {}))[] | import("csstype").Property.BackgroundPositionX<string | number> | NonNullable<import("csstype").Property.BackgroundPositionX<string | number>>[];
|
|
55
|
+
backgroundPositionY?: (string | (string & {}))[] | import("csstype").Property.BackgroundPositionY<string | number> | NonNullable<import("csstype").Property.BackgroundPositionY<string | number>>[];
|
|
56
|
+
backgroundRepeat?: string[] | import("csstype").Property.BackgroundRepeat | import("csstype").Property.BackgroundRepeat[];
|
|
57
|
+
backgroundSize?: (string | (string & {}))[] | import("csstype").Property.BackgroundSize<string | number> | NonNullable<import("csstype").Property.BackgroundSize<string | number>>[];
|
|
58
|
+
blockOverflow?: string[] | import("csstype").Property.BlockOverflow | import("csstype").Property.BlockOverflow[];
|
|
59
|
+
blockSize?: (string | (string & {}))[] | import("csstype").Property.BlockSize<string | number> | NonNullable<import("csstype").Property.BlockSize<string | number>>[];
|
|
60
|
+
borderBlockColor?: string[] | import("csstype").Property.BorderBlockColor | import("csstype").Property.BorderBlockColor[];
|
|
61
|
+
borderBlockEndColor?: string[] | import("csstype").Property.BorderBlockEndColor | import("csstype").Property.BorderBlockEndColor[];
|
|
62
|
+
borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | NonNullable<import("csstype").Property.BorderBlockEndStyle>[] | import("csstype").Property.BorderBlockEndStyle[];
|
|
63
|
+
borderBlockEndWidth?: string[] | import("csstype").Property.BorderBlockEndWidth<string | number> | NonNullable<import("csstype").Property.BorderBlockEndWidth<string | number>>[];
|
|
64
|
+
borderBlockStartColor?: string[] | import("csstype").Property.BorderBlockStartColor | import("csstype").Property.BorderBlockStartColor[];
|
|
65
|
+
borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | NonNullable<import("csstype").Property.BorderBlockStartStyle>[] | import("csstype").Property.BorderBlockStartStyle[];
|
|
66
|
+
borderBlockStartWidth?: string[] | import("csstype").Property.BorderBlockStartWidth<string | number> | NonNullable<import("csstype").Property.BorderBlockStartWidth<string | number>>[];
|
|
67
|
+
borderBlockStyle?: import("csstype").Property.BorderBlockStyle | NonNullable<import("csstype").Property.BorderBlockStyle>[] | import("csstype").Property.BorderBlockStyle[];
|
|
68
|
+
borderBlockWidth?: string[] | import("csstype").Property.BorderBlockWidth<string | number> | NonNullable<import("csstype").Property.BorderBlockWidth<string | number>>[];
|
|
69
|
+
borderBottomColor?: string[] | import("csstype").Property.BorderBottomColor | import("csstype").Property.BorderBottomColor[];
|
|
70
|
+
borderBottomLeftRadius?: (string | (string & {}))[] | import("csstype").Property.BorderBottomLeftRadius<string | number> | NonNullable<import("csstype").Property.BorderBottomLeftRadius<string | number>>[];
|
|
71
|
+
borderBottomRightRadius?: (string | (string & {}))[] | import("csstype").Property.BorderBottomRightRadius<string | number> | NonNullable<import("csstype").Property.BorderBottomRightRadius<string | number>>[];
|
|
72
|
+
borderBottomStyle?: import("csstype").Property.BorderBottomStyle | NonNullable<import("csstype").Property.BorderBottomStyle>[] | import("csstype").Property.BorderBottomStyle[];
|
|
73
|
+
borderBottomWidth?: string[] | import("csstype").Property.BorderBottomWidth<string | number> | NonNullable<import("csstype").Property.BorderBottomWidth<string | number>>[];
|
|
74
|
+
borderCollapse?: import("csstype").Property.BorderCollapse | NonNullable<import("csstype").Property.BorderCollapse>[] | import("csstype").Property.BorderCollapse[];
|
|
75
|
+
borderEndEndRadius?: (string | (string & {}))[] | import("csstype").Property.BorderEndEndRadius<string | number> | NonNullable<import("csstype").Property.BorderEndEndRadius<string | number>>[];
|
|
76
|
+
borderEndStartRadius?: (string | (string & {}))[] | import("csstype").Property.BorderEndStartRadius<string | number> | NonNullable<import("csstype").Property.BorderEndStartRadius<string | number>>[];
|
|
77
|
+
borderImageOutset?: (string | (string & {}))[] | import("csstype").Property.BorderImageOutset<string | number> | NonNullable<import("csstype").Property.BorderImageOutset<string | number>>[];
|
|
78
|
+
borderImageRepeat?: string[] | import("csstype").Property.BorderImageRepeat | import("csstype").Property.BorderImageRepeat[];
|
|
79
|
+
borderImageSlice?: ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.BorderImageSlice | NonNullable<import("csstype").Property.BorderImageSlice>[];
|
|
80
|
+
borderImageSource?: string[] | import("csstype").Property.BorderImageSource | import("csstype").Property.BorderImageSource[];
|
|
81
|
+
borderImageWidth?: (string | (string & {}))[] | import("csstype").Property.BorderImageWidth<string | number> | NonNullable<import("csstype").Property.BorderImageWidth<string | number>>[];
|
|
82
|
+
borderInlineColor?: string[] | import("csstype").Property.BorderInlineColor | import("csstype").Property.BorderInlineColor[];
|
|
83
|
+
borderInlineEndColor?: string[] | import("csstype").Property.BorderInlineEndColor | import("csstype").Property.BorderInlineEndColor[];
|
|
84
|
+
borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | NonNullable<import("csstype").Property.BorderInlineEndStyle>[] | import("csstype").Property.BorderInlineEndStyle[];
|
|
85
|
+
borderInlineEndWidth?: string[] | import("csstype").Property.BorderInlineEndWidth<string | number> | NonNullable<import("csstype").Property.BorderInlineEndWidth<string | number>>[];
|
|
86
|
+
borderInlineStartColor?: string[] | import("csstype").Property.BorderInlineStartColor | import("csstype").Property.BorderInlineStartColor[];
|
|
87
|
+
borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | NonNullable<import("csstype").Property.BorderInlineStartStyle>[] | import("csstype").Property.BorderInlineStartStyle[];
|
|
88
|
+
borderInlineStartWidth?: string[] | import("csstype").Property.BorderInlineStartWidth<string | number> | NonNullable<import("csstype").Property.BorderInlineStartWidth<string | number>>[];
|
|
89
|
+
borderInlineStyle?: import("csstype").Property.BorderInlineStyle | NonNullable<import("csstype").Property.BorderInlineStyle>[] | import("csstype").Property.BorderInlineStyle[];
|
|
90
|
+
borderInlineWidth?: string[] | import("csstype").Property.BorderInlineWidth<string | number> | NonNullable<import("csstype").Property.BorderInlineWidth<string | number>>[];
|
|
91
|
+
borderLeftColor?: string[] | import("csstype").Property.BorderLeftColor | import("csstype").Property.BorderLeftColor[];
|
|
92
|
+
borderLeftStyle?: import("csstype").Property.BorderLeftStyle | NonNullable<import("csstype").Property.BorderLeftStyle>[] | import("csstype").Property.BorderLeftStyle[];
|
|
93
|
+
borderLeftWidth?: string[] | import("csstype").Property.BorderLeftWidth<string | number> | NonNullable<import("csstype").Property.BorderLeftWidth<string | number>>[];
|
|
94
|
+
borderRightColor?: string[] | import("csstype").Property.BorderRightColor | import("csstype").Property.BorderRightColor[];
|
|
95
|
+
borderRightStyle?: import("csstype").Property.BorderRightStyle | NonNullable<import("csstype").Property.BorderRightStyle>[] | import("csstype").Property.BorderRightStyle[];
|
|
96
|
+
borderRightWidth?: string[] | import("csstype").Property.BorderRightWidth<string | number> | NonNullable<import("csstype").Property.BorderRightWidth<string | number>>[];
|
|
97
|
+
borderSpacing?: (string | (string & {}))[] | import("csstype").Property.BorderSpacing<string | number> | NonNullable<import("csstype").Property.BorderSpacing<string | number>>[];
|
|
98
|
+
borderStartEndRadius?: (string | (string & {}))[] | import("csstype").Property.BorderStartEndRadius<string | number> | NonNullable<import("csstype").Property.BorderStartEndRadius<string | number>>[];
|
|
99
|
+
borderStartStartRadius?: (string | (string & {}))[] | import("csstype").Property.BorderStartStartRadius<string | number> | NonNullable<import("csstype").Property.BorderStartStartRadius<string | number>>[];
|
|
100
|
+
borderTopColor?: string[] | import("csstype").Property.BorderTopColor | import("csstype").Property.BorderTopColor[];
|
|
101
|
+
borderTopLeftRadius?: (string | (string & {}))[] | import("csstype").Property.BorderTopLeftRadius<string | number> | NonNullable<import("csstype").Property.BorderTopLeftRadius<string | number>>[];
|
|
102
|
+
borderTopRightRadius?: (string | (string & {}))[] | import("csstype").Property.BorderTopRightRadius<string | number> | NonNullable<import("csstype").Property.BorderTopRightRadius<string | number>>[];
|
|
103
|
+
borderTopStyle?: import("csstype").Property.BorderTopStyle | NonNullable<import("csstype").Property.BorderTopStyle>[] | import("csstype").Property.BorderTopStyle[];
|
|
104
|
+
borderTopWidth?: string[] | import("csstype").Property.BorderTopWidth<string | number> | NonNullable<import("csstype").Property.BorderTopWidth<string | number>>[];
|
|
105
|
+
bottom?: (string | (string & {}))[] | import("csstype").Property.Bottom<string | number> | NonNullable<import("csstype").Property.Bottom<string | number>>[];
|
|
106
|
+
boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | NonNullable<import("csstype").Property.BoxDecorationBreak>[] | import("csstype").Property.BoxDecorationBreak[];
|
|
107
|
+
boxSizing?: import("csstype").Property.BoxSizing | NonNullable<import("csstype").Property.BoxSizing>[] | import("csstype").Property.BoxSizing[];
|
|
108
|
+
breakAfter?: import("csstype").Property.BreakAfter | NonNullable<import("csstype").Property.BreakAfter>[] | import("csstype").Property.BreakAfter[];
|
|
109
|
+
breakBefore?: import("csstype").Property.BreakBefore | NonNullable<import("csstype").Property.BreakBefore>[] | import("csstype").Property.BreakBefore[];
|
|
110
|
+
breakInside?: import("csstype").Property.BreakInside | NonNullable<import("csstype").Property.BreakInside>[] | import("csstype").Property.BreakInside[];
|
|
111
|
+
captionSide?: import("csstype").Property.CaptionSide | NonNullable<import("csstype").Property.CaptionSide>[] | import("csstype").Property.CaptionSide[];
|
|
112
|
+
caretColor?: string[] | import("csstype").Property.CaretColor | import("csstype").Property.CaretColor[];
|
|
113
|
+
clear?: import("csstype").Property.Clear | NonNullable<import("csstype").Property.Clear>[] | import("csstype").Property.Clear[];
|
|
114
|
+
clipPath?: string[] | import("csstype").Property.ClipPath | import("csstype").Property.ClipPath[];
|
|
115
|
+
colorAdjust?: import("csstype").Property.PrintColorAdjust | NonNullable<import("csstype").Property.PrintColorAdjust>[] | import("csstype").Property.PrintColorAdjust[];
|
|
116
|
+
colorScheme?: string[] | import("csstype").Property.ColorScheme | import("csstype").Property.ColorScheme[];
|
|
117
|
+
columnCount?: ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.ColumnCount | NonNullable<import("csstype").Property.ColumnCount>[];
|
|
118
|
+
columnFill?: import("csstype").Property.ColumnFill | NonNullable<import("csstype").Property.ColumnFill>[] | import("csstype").Property.ColumnFill[];
|
|
119
|
+
columnGap?: (string | (string & {}))[] | import("csstype").Property.ColumnGap<string | number> | NonNullable<import("csstype").Property.ColumnGap<string | number>>[];
|
|
120
|
+
columnRuleColor?: string[] | import("csstype").Property.ColumnRuleColor | import("csstype").Property.ColumnRuleColor[];
|
|
121
|
+
columnRuleStyle?: string[] | import("csstype").Property.ColumnRuleStyle | import("csstype").Property.ColumnRuleStyle[];
|
|
122
|
+
columnRuleWidth?: (string | (string & {}))[] | import("csstype").Property.ColumnRuleWidth<string | number> | NonNullable<import("csstype").Property.ColumnRuleWidth<string | number>>[];
|
|
123
|
+
columnSpan?: import("csstype").Property.ColumnSpan | NonNullable<import("csstype").Property.ColumnSpan>[] | import("csstype").Property.ColumnSpan[];
|
|
124
|
+
columnWidth?: string[] | import("csstype").Property.ColumnWidth<string | number> | NonNullable<import("csstype").Property.ColumnWidth<string | number>>[];
|
|
125
|
+
contain?: string[] | import("csstype").Property.Contain | import("csstype").Property.Contain[];
|
|
126
|
+
content?: string[] | import("csstype").Property.Content | import("csstype").Property.Content[];
|
|
127
|
+
contentVisibility?: import("csstype").Property.ContentVisibility | NonNullable<import("csstype").Property.ContentVisibility>[] | import("csstype").Property.ContentVisibility[];
|
|
128
|
+
counterIncrement?: string[] | import("csstype").Property.CounterIncrement | import("csstype").Property.CounterIncrement[];
|
|
129
|
+
counterReset?: string[] | import("csstype").Property.CounterReset | import("csstype").Property.CounterReset[];
|
|
130
|
+
counterSet?: string[] | import("csstype").Property.CounterSet | import("csstype").Property.CounterSet[];
|
|
131
|
+
direction?: import("csstype").Property.Direction | NonNullable<import("csstype").Property.Direction>[] | import("csstype").Property.Direction[];
|
|
132
|
+
display?: string[] | import("csstype").Property.Display | import("csstype").Property.Display[];
|
|
133
|
+
emptyCells?: import("csstype").Property.EmptyCells | NonNullable<import("csstype").Property.EmptyCells>[] | import("csstype").Property.EmptyCells[];
|
|
134
|
+
filter?: string[] | import("csstype").Property.Filter | import("csstype").Property.Filter[];
|
|
135
|
+
flexBasis?: (string | (string & {}))[] | import("csstype").Property.FlexBasis<string | number> | NonNullable<import("csstype").Property.FlexBasis<string | number>>[];
|
|
136
|
+
flexDirection?: import("csstype").Property.FlexDirection | NonNullable<import("csstype").Property.FlexDirection>[] | import("csstype").Property.FlexDirection[];
|
|
137
|
+
flexGrow?: import("csstype").Property.FlexGrow | NonNullable<import("csstype").Property.FlexGrow>[] | ((string & {}) | import("csstype").Globals)[];
|
|
138
|
+
flexShrink?: ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.FlexShrink | NonNullable<import("csstype").Property.FlexShrink>[];
|
|
139
|
+
flexWrap?: import("csstype").Property.FlexWrap | NonNullable<import("csstype").Property.FlexWrap>[] | import("csstype").Property.FlexWrap[];
|
|
140
|
+
float?: import("csstype").Property.Float | NonNullable<import("csstype").Property.Float>[] | import("csstype").Property.Float[];
|
|
141
|
+
fontFamily?: string[] | import("csstype").Property.FontFamily | import("csstype").Property.FontFamily[];
|
|
142
|
+
fontFeatureSettings?: string[] | import("csstype").Property.FontFeatureSettings | import("csstype").Property.FontFeatureSettings[];
|
|
143
|
+
fontKerning?: import("csstype").Property.FontKerning | NonNullable<import("csstype").Property.FontKerning>[] | import("csstype").Property.FontKerning[];
|
|
144
|
+
fontLanguageOverride?: string[] | import("csstype").Property.FontLanguageOverride | import("csstype").Property.FontLanguageOverride[];
|
|
145
|
+
fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | NonNullable<import("csstype").Property.FontOpticalSizing>[] | import("csstype").Property.FontOpticalSizing[];
|
|
146
|
+
fontSize?: (string | (string & {}))[] | import("csstype").Property.FontSize<string | number> | NonNullable<import("csstype").Property.FontSize<string | number>>[];
|
|
147
|
+
fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | NonNullable<import("csstype").Property.FontSizeAdjust>[] | ("none" | (string & {}) | import("csstype").Globals | "from-font")[];
|
|
148
|
+
fontSmooth?: string[] | import("csstype").Property.FontSmooth<string | number> | NonNullable<import("csstype").Property.FontSmooth<string | number>>[];
|
|
149
|
+
fontStretch?: string[] | import("csstype").Property.FontStretch | import("csstype").Property.FontStretch[];
|
|
150
|
+
fontStyle?: string[] | import("csstype").Property.FontStyle | import("csstype").Property.FontStyle[];
|
|
151
|
+
fontSynthesis?: string[] | import("csstype").Property.FontSynthesis | import("csstype").Property.FontSynthesis[];
|
|
152
|
+
fontVariant?: string[] | import("csstype").Property.FontVariant | import("csstype").Property.FontVariant[];
|
|
153
|
+
fontVariantAlternates?: string[] | import("csstype").Property.FontVariantAlternates | import("csstype").Property.FontVariantAlternates[];
|
|
154
|
+
fontVariantCaps?: import("csstype").Property.FontVariantCaps | NonNullable<import("csstype").Property.FontVariantCaps>[] | import("csstype").Property.FontVariantCaps[];
|
|
155
|
+
fontVariantEastAsian?: string[] | import("csstype").Property.FontVariantEastAsian | import("csstype").Property.FontVariantEastAsian[];
|
|
156
|
+
fontVariantLigatures?: string[] | import("csstype").Property.FontVariantLigatures | import("csstype").Property.FontVariantLigatures[];
|
|
157
|
+
fontVariantNumeric?: string[] | import("csstype").Property.FontVariantNumeric | import("csstype").Property.FontVariantNumeric[];
|
|
158
|
+
fontVariantPosition?: import("csstype").Property.FontVariantPosition | NonNullable<import("csstype").Property.FontVariantPosition>[] | import("csstype").Property.FontVariantPosition[];
|
|
159
|
+
fontVariationSettings?: string[] | import("csstype").Property.FontVariationSettings | import("csstype").Property.FontVariationSettings[];
|
|
160
|
+
fontWeight?: import("csstype").Property.FontWeight | NonNullable<import("csstype").Property.FontWeight>[] | ("bold" | (string & {}) | import("csstype").Globals | "normal" | "bolder" | "lighter")[];
|
|
161
|
+
forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | NonNullable<import("csstype").Property.ForcedColorAdjust>[] | import("csstype").Property.ForcedColorAdjust[];
|
|
162
|
+
gridAutoColumns?: (string | (string & {}))[] | import("csstype").Property.GridAutoColumns<string | number> | NonNullable<import("csstype").Property.GridAutoColumns<string | number>>[];
|
|
163
|
+
gridAutoFlow?: string[] | import("csstype").Property.GridAutoFlow | import("csstype").Property.GridAutoFlow[];
|
|
164
|
+
gridAutoRows?: (string | (string & {}))[] | import("csstype").Property.GridAutoRows<string | number> | NonNullable<import("csstype").Property.GridAutoRows<string | number>>[];
|
|
165
|
+
gridColumnEnd?: ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.GridColumnEnd | NonNullable<import("csstype").Property.GridColumnEnd>[];
|
|
166
|
+
gridColumnStart?: ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.GridColumnStart | NonNullable<import("csstype").Property.GridColumnStart>[];
|
|
167
|
+
gridRowEnd?: ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.GridRowEnd | NonNullable<import("csstype").Property.GridRowEnd>[];
|
|
168
|
+
gridRowStart?: ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.GridRowStart | NonNullable<import("csstype").Property.GridRowStart>[];
|
|
169
|
+
gridTemplateAreas?: string[] | import("csstype").Property.GridTemplateAreas | import("csstype").Property.GridTemplateAreas[];
|
|
170
|
+
gridTemplateColumns?: (string | (string & {}))[] | import("csstype").Property.GridTemplateColumns<string | number> | NonNullable<import("csstype").Property.GridTemplateColumns<string | number>>[];
|
|
171
|
+
gridTemplateRows?: (string | (string & {}))[] | import("csstype").Property.GridTemplateRows<string | number> | NonNullable<import("csstype").Property.GridTemplateRows<string | number>>[];
|
|
172
|
+
hangingPunctuation?: string[] | import("csstype").Property.HangingPunctuation | import("csstype").Property.HangingPunctuation[];
|
|
173
|
+
hyphenateCharacter?: string[] | import("csstype").Property.HyphenateCharacter | import("csstype").Property.HyphenateCharacter[];
|
|
174
|
+
hyphens?: import("csstype").Property.Hyphens | NonNullable<import("csstype").Property.Hyphens>[] | import("csstype").Property.Hyphens[];
|
|
175
|
+
imageOrientation?: string[] | import("csstype").Property.ImageOrientation | import("csstype").Property.ImageOrientation[];
|
|
176
|
+
imageRendering?: import("csstype").Property.ImageRendering | NonNullable<import("csstype").Property.ImageRendering>[] | import("csstype").Property.ImageRendering[];
|
|
177
|
+
imageResolution?: string[] | import("csstype").Property.ImageResolution | import("csstype").Property.ImageResolution[];
|
|
178
|
+
initialLetter?: import("csstype").Property.InitialLetter | NonNullable<import("csstype").Property.InitialLetter>[] | ((string & {}) | import("csstype").Globals | "normal")[];
|
|
179
|
+
inlineSize?: (string | (string & {}))[] | import("csstype").Property.InlineSize<string | number> | NonNullable<import("csstype").Property.InlineSize<string | number>>[];
|
|
180
|
+
inputSecurity?: import("csstype").Property.InputSecurity | NonNullable<import("csstype").Property.InputSecurity>[] | import("csstype").Property.InputSecurity[];
|
|
181
|
+
inset?: (string | (string & {}))[] | import("csstype").Property.Inset<string | number> | NonNullable<import("csstype").Property.Inset<string | number>>[];
|
|
182
|
+
insetBlock?: (string | (string & {}))[] | import("csstype").Property.InsetBlock<string | number> | NonNullable<import("csstype").Property.InsetBlock<string | number>>[];
|
|
183
|
+
insetBlockEnd?: (string | (string & {}))[] | import("csstype").Property.InsetBlockEnd<string | number> | NonNullable<import("csstype").Property.InsetBlockEnd<string | number>>[];
|
|
184
|
+
insetBlockStart?: (string | (string & {}))[] | import("csstype").Property.InsetBlockStart<string | number> | NonNullable<import("csstype").Property.InsetBlockStart<string | number>>[];
|
|
185
|
+
insetInline?: (string | (string & {}))[] | import("csstype").Property.InsetInline<string | number> | NonNullable<import("csstype").Property.InsetInline<string | number>>[];
|
|
186
|
+
insetInlineEnd?: (string | (string & {}))[] | import("csstype").Property.InsetInlineEnd<string | number> | NonNullable<import("csstype").Property.InsetInlineEnd<string | number>>[];
|
|
187
|
+
insetInlineStart?: (string | (string & {}))[] | import("csstype").Property.InsetInlineStart<string | number> | NonNullable<import("csstype").Property.InsetInlineStart<string | number>>[];
|
|
188
|
+
isolation?: import("csstype").Property.Isolation | NonNullable<import("csstype").Property.Isolation>[] | import("csstype").Property.Isolation[];
|
|
189
|
+
justifyContent?: string[] | import("csstype").Property.JustifyContent | import("csstype").Property.JustifyContent[];
|
|
190
|
+
justifyItems?: string[] | import("csstype").Property.JustifyItems | import("csstype").Property.JustifyItems[];
|
|
191
|
+
justifySelf?: string[] | import("csstype").Property.JustifySelf | import("csstype").Property.JustifySelf[];
|
|
192
|
+
justifyTracks?: string[] | import("csstype").Property.JustifyTracks | import("csstype").Property.JustifyTracks[];
|
|
193
|
+
left?: (string | (string & {}))[] | import("csstype").Property.Left<string | number> | NonNullable<import("csstype").Property.Left<string | number>>[];
|
|
194
|
+
letterSpacing?: string[] | import("csstype").Property.LetterSpacing<string | number> | NonNullable<import("csstype").Property.LetterSpacing<string | number>>[];
|
|
195
|
+
lineBreak?: import("csstype").Property.LineBreak | NonNullable<import("csstype").Property.LineBreak>[] | import("csstype").Property.LineBreak[];
|
|
196
|
+
lineHeight?: (string | (string & {}))[] | import("csstype").Property.LineHeight<string | number> | NonNullable<import("csstype").Property.LineHeight<string | number>>[];
|
|
197
|
+
lineHeightStep?: string[] | import("csstype").Property.LineHeightStep<string | number> | NonNullable<import("csstype").Property.LineHeightStep<string | number>>[];
|
|
198
|
+
listStyleImage?: string[] | import("csstype").Property.ListStyleImage | import("csstype").Property.ListStyleImage[];
|
|
199
|
+
listStylePosition?: import("csstype").Property.ListStylePosition | NonNullable<import("csstype").Property.ListStylePosition>[] | import("csstype").Property.ListStylePosition[];
|
|
200
|
+
listStyleType?: string[] | import("csstype").Property.ListStyleType | import("csstype").Property.ListStyleType[];
|
|
201
|
+
marginBlock?: (string | (string & {}))[] | import("csstype").Property.MarginBlock<string | number> | NonNullable<import("csstype").Property.MarginBlock<string | number>>[];
|
|
202
|
+
marginBlockEnd?: (string | (string & {}))[] | import("csstype").Property.MarginBlockEnd<string | number> | NonNullable<import("csstype").Property.MarginBlockEnd<string | number>>[];
|
|
203
|
+
marginBlockStart?: (string | (string & {}))[] | import("csstype").Property.MarginBlockStart<string | number> | NonNullable<import("csstype").Property.MarginBlockStart<string | number>>[];
|
|
204
|
+
marginBottom?: (string | (string & {}))[] | import("csstype").Property.MarginBottom<string | number> | NonNullable<import("csstype").Property.MarginBottom<string | number>>[];
|
|
205
|
+
marginInline?: (string | (string & {}))[] | import("csstype").Property.MarginInline<string | number> | NonNullable<import("csstype").Property.MarginInline<string | number>>[];
|
|
206
|
+
marginInlineEnd?: (string | (string & {}))[] | import("csstype").Property.MarginInlineEnd<string | number> | NonNullable<import("csstype").Property.MarginInlineEnd<string | number>>[];
|
|
207
|
+
marginInlineStart?: (string | (string & {}))[] | import("csstype").Property.MarginInlineStart<string | number> | NonNullable<import("csstype").Property.MarginInlineStart<string | number>>[];
|
|
208
|
+
marginLeft?: (string | (string & {}))[] | import("csstype").Property.MarginLeft<string | number> | NonNullable<import("csstype").Property.MarginLeft<string | number>>[];
|
|
209
|
+
marginRight?: (string | (string & {}))[] | import("csstype").Property.MarginRight<string | number> | NonNullable<import("csstype").Property.MarginRight<string | number>>[];
|
|
210
|
+
marginTop?: (string | (string & {}))[] | import("csstype").Property.MarginTop<string | number> | NonNullable<import("csstype").Property.MarginTop<string | number>>[];
|
|
211
|
+
maskBorderMode?: import("csstype").Property.MaskBorderMode | NonNullable<import("csstype").Property.MaskBorderMode>[] | import("csstype").Property.MaskBorderMode[];
|
|
212
|
+
maskBorderOutset?: (string | (string & {}))[] | import("csstype").Property.MaskBorderOutset<string | number> | NonNullable<import("csstype").Property.MaskBorderOutset<string | number>>[];
|
|
213
|
+
maskBorderRepeat?: string[] | import("csstype").Property.MaskBorderRepeat | import("csstype").Property.MaskBorderRepeat[];
|
|
214
|
+
maskBorderSlice?: ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.MaskBorderSlice | NonNullable<import("csstype").Property.MaskBorderSlice>[];
|
|
215
|
+
maskBorderSource?: string[] | import("csstype").Property.MaskBorderSource | import("csstype").Property.MaskBorderSource[];
|
|
216
|
+
maskBorderWidth?: (string | (string & {}))[] | import("csstype").Property.MaskBorderWidth<string | number> | NonNullable<import("csstype").Property.MaskBorderWidth<string | number>>[];
|
|
217
|
+
maskClip?: string[] | import("csstype").Property.MaskClip | import("csstype").Property.MaskClip[];
|
|
218
|
+
maskComposite?: string[] | import("csstype").Property.MaskComposite | import("csstype").Property.MaskComposite[];
|
|
219
|
+
maskImage?: string[] | import("csstype").Property.MaskImage | import("csstype").Property.MaskImage[];
|
|
220
|
+
maskMode?: string[] | import("csstype").Property.MaskMode | import("csstype").Property.MaskMode[];
|
|
221
|
+
maskOrigin?: string[] | import("csstype").Property.MaskOrigin | import("csstype").Property.MaskOrigin[];
|
|
222
|
+
maskPosition?: (string | (string & {}))[] | import("csstype").Property.MaskPosition<string | number> | NonNullable<import("csstype").Property.MaskPosition<string | number>>[];
|
|
223
|
+
maskRepeat?: string[] | import("csstype").Property.MaskRepeat | import("csstype").Property.MaskRepeat[];
|
|
224
|
+
maskSize?: (string | (string & {}))[] | import("csstype").Property.MaskSize<string | number> | NonNullable<import("csstype").Property.MaskSize<string | number>>[];
|
|
225
|
+
maskType?: import("csstype").Property.MaskType | NonNullable<import("csstype").Property.MaskType>[] | import("csstype").Property.MaskType[];
|
|
226
|
+
mathDepth?: import("csstype").Property.MathDepth | NonNullable<import("csstype").Property.MathDepth>[] | ((string & {}) | import("csstype").Globals | "auto-add")[];
|
|
227
|
+
mathShift?: import("csstype").Property.MathShift | NonNullable<import("csstype").Property.MathShift>[] | import("csstype").Property.MathShift[];
|
|
228
|
+
mathStyle?: import("csstype").Property.MathStyle | NonNullable<import("csstype").Property.MathStyle>[] | import("csstype").Property.MathStyle[];
|
|
229
|
+
maxBlockSize?: (string | (string & {}))[] | import("csstype").Property.MaxBlockSize<string | number> | NonNullable<import("csstype").Property.MaxBlockSize<string | number>>[];
|
|
230
|
+
maxHeight?: (string | (string & {}))[] | import("csstype").Property.MaxHeight<string | number> | NonNullable<import("csstype").Property.MaxHeight<string | number>>[];
|
|
231
|
+
maxInlineSize?: (string | (string & {}))[] | import("csstype").Property.MaxInlineSize<string | number> | NonNullable<import("csstype").Property.MaxInlineSize<string | number>>[];
|
|
232
|
+
maxLines?: import("csstype").Property.MaxLines | NonNullable<import("csstype").Property.MaxLines>[] | ("none" | (string & {}) | import("csstype").Globals)[];
|
|
233
|
+
maxWidth?: (string | (string & {}))[] | import("csstype").Property.MaxWidth<string | number> | NonNullable<import("csstype").Property.MaxWidth<string | number>>[];
|
|
234
|
+
minBlockSize?: (string | (string & {}))[] | import("csstype").Property.MinBlockSize<string | number> | NonNullable<import("csstype").Property.MinBlockSize<string | number>>[];
|
|
235
|
+
minInlineSize?: (string | (string & {}))[] | import("csstype").Property.MinInlineSize<string | number> | NonNullable<import("csstype").Property.MinInlineSize<string | number>>[];
|
|
236
|
+
minWidth?: (string | (string & {}))[] | import("csstype").Property.MinWidth<string | number> | NonNullable<import("csstype").Property.MinWidth<string | number>>[];
|
|
237
|
+
mixBlendMode?: import("csstype").Property.MixBlendMode | NonNullable<import("csstype").Property.MixBlendMode>[] | import("csstype").Property.MixBlendMode[];
|
|
238
|
+
motionDistance?: (string | (string & {}))[] | import("csstype").Property.OffsetDistance<string | number> | NonNullable<import("csstype").Property.OffsetDistance<string | number>>[];
|
|
239
|
+
motionPath?: string[] | import("csstype").Property.OffsetPath | import("csstype").Property.OffsetPath[];
|
|
240
|
+
motionRotation?: string[] | import("csstype").Property.OffsetRotate | import("csstype").Property.OffsetRotate[];
|
|
241
|
+
objectFit?: import("csstype").Property.ObjectFit | NonNullable<import("csstype").Property.ObjectFit>[] | import("csstype").Property.ObjectFit[];
|
|
242
|
+
objectPosition?: (string | (string & {}))[] | import("csstype").Property.ObjectPosition<string | number> | NonNullable<import("csstype").Property.ObjectPosition<string | number>>[];
|
|
243
|
+
offsetAnchor?: (string | (string & {}))[] | import("csstype").Property.OffsetAnchor<string | number> | NonNullable<import("csstype").Property.OffsetAnchor<string | number>>[];
|
|
244
|
+
offsetDistance?: (string | (string & {}))[] | import("csstype").Property.OffsetDistance<string | number> | NonNullable<import("csstype").Property.OffsetDistance<string | number>>[];
|
|
245
|
+
offsetPath?: string[] | import("csstype").Property.OffsetPath | import("csstype").Property.OffsetPath[];
|
|
246
|
+
offsetRotate?: string[] | import("csstype").Property.OffsetRotate | import("csstype").Property.OffsetRotate[];
|
|
247
|
+
offsetRotation?: string[] | import("csstype").Property.OffsetRotate | import("csstype").Property.OffsetRotate[];
|
|
248
|
+
opacity?: ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.Opacity | NonNullable<import("csstype").Property.Opacity>[];
|
|
249
|
+
order?: ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.Order | NonNullable<import("csstype").Property.Order>[];
|
|
250
|
+
orphans?: ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.Orphans | NonNullable<import("csstype").Property.Orphans>[];
|
|
251
|
+
outlineColor?: string[] | import("csstype").Property.OutlineColor | import("csstype").Property.OutlineColor[];
|
|
252
|
+
outlineOffset?: string[] | import("csstype").Property.OutlineOffset<string | number> | NonNullable<import("csstype").Property.OutlineOffset<string | number>>[];
|
|
253
|
+
outlineStyle?: string[] | import("csstype").Property.OutlineStyle | import("csstype").Property.OutlineStyle[];
|
|
254
|
+
outlineWidth?: string[] | import("csstype").Property.OutlineWidth<string | number> | NonNullable<import("csstype").Property.OutlineWidth<string | number>>[];
|
|
255
|
+
overflowAnchor?: import("csstype").Property.OverflowAnchor | NonNullable<import("csstype").Property.OverflowAnchor>[] | import("csstype").Property.OverflowAnchor[];
|
|
256
|
+
overflowBlock?: import("csstype").Property.OverflowBlock | NonNullable<import("csstype").Property.OverflowBlock>[] | import("csstype").Property.OverflowBlock[];
|
|
257
|
+
overflowClipBox?: import("csstype").Property.OverflowClipBox | NonNullable<import("csstype").Property.OverflowClipBox>[] | import("csstype").Property.OverflowClipBox[];
|
|
258
|
+
overflowClipMargin?: (string | (string & {}))[] | import("csstype").Property.OverflowClipMargin<string | number> | NonNullable<import("csstype").Property.OverflowClipMargin<string | number>>[];
|
|
259
|
+
overflowInline?: import("csstype").Property.OverflowInline | NonNullable<import("csstype").Property.OverflowInline>[] | import("csstype").Property.OverflowInline[];
|
|
260
|
+
overflowWrap?: import("csstype").Property.OverflowWrap | NonNullable<import("csstype").Property.OverflowWrap>[] | import("csstype").Property.OverflowWrap[];
|
|
261
|
+
overflowX?: import("csstype").Property.OverflowX | NonNullable<import("csstype").Property.OverflowX>[] | import("csstype").Property.OverflowX[];
|
|
262
|
+
overflowY?: import("csstype").Property.OverflowY | NonNullable<import("csstype").Property.OverflowY>[] | import("csstype").Property.OverflowY[];
|
|
263
|
+
overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | NonNullable<import("csstype").Property.OverscrollBehaviorBlock>[] | import("csstype").Property.OverscrollBehaviorBlock[];
|
|
264
|
+
overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | NonNullable<import("csstype").Property.OverscrollBehaviorInline>[] | import("csstype").Property.OverscrollBehaviorInline[];
|
|
265
|
+
overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | NonNullable<import("csstype").Property.OverscrollBehaviorX>[] | import("csstype").Property.OverscrollBehaviorX[];
|
|
266
|
+
overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | NonNullable<import("csstype").Property.OverscrollBehaviorY>[] | import("csstype").Property.OverscrollBehaviorY[];
|
|
267
|
+
paddingBlock?: (string | (string & {}))[] | import("csstype").Property.PaddingBlock<string | number> | NonNullable<import("csstype").Property.PaddingBlock<string | number>>[];
|
|
268
|
+
paddingBlockEnd?: (string | (string & {}))[] | import("csstype").Property.PaddingBlockEnd<string | number> | NonNullable<import("csstype").Property.PaddingBlockEnd<string | number>>[];
|
|
269
|
+
paddingBlockStart?: (string | (string & {}))[] | import("csstype").Property.PaddingBlockStart<string | number> | NonNullable<import("csstype").Property.PaddingBlockStart<string | number>>[];
|
|
270
|
+
paddingBottom?: (string | (string & {}))[] | import("csstype").Property.PaddingBottom<string | number> | NonNullable<import("csstype").Property.PaddingBottom<string | number>>[];
|
|
271
|
+
paddingInline?: (string | (string & {}))[] | import("csstype").Property.PaddingInline<string | number> | NonNullable<import("csstype").Property.PaddingInline<string | number>>[];
|
|
272
|
+
paddingInlineEnd?: (string | (string & {}))[] | import("csstype").Property.PaddingInlineEnd<string | number> | NonNullable<import("csstype").Property.PaddingInlineEnd<string | number>>[];
|
|
273
|
+
paddingInlineStart?: (string | (string & {}))[] | import("csstype").Property.PaddingInlineStart<string | number> | NonNullable<import("csstype").Property.PaddingInlineStart<string | number>>[];
|
|
274
|
+
paddingLeft?: (string | (string & {}))[] | import("csstype").Property.PaddingLeft<string | number> | NonNullable<import("csstype").Property.PaddingLeft<string | number>>[];
|
|
275
|
+
paddingRight?: (string | (string & {}))[] | import("csstype").Property.PaddingRight<string | number> | NonNullable<import("csstype").Property.PaddingRight<string | number>>[];
|
|
276
|
+
paddingTop?: (string | (string & {}))[] | import("csstype").Property.PaddingTop<string | number> | NonNullable<import("csstype").Property.PaddingTop<string | number>>[];
|
|
277
|
+
pageBreakAfter?: import("csstype").Property.PageBreakAfter | NonNullable<import("csstype").Property.PageBreakAfter>[] | import("csstype").Property.PageBreakAfter[];
|
|
278
|
+
pageBreakBefore?: import("csstype").Property.PageBreakBefore | NonNullable<import("csstype").Property.PageBreakBefore>[] | import("csstype").Property.PageBreakBefore[];
|
|
279
|
+
pageBreakInside?: import("csstype").Property.PageBreakInside | NonNullable<import("csstype").Property.PageBreakInside>[] | import("csstype").Property.PageBreakInside[];
|
|
280
|
+
paintOrder?: string[] | import("csstype").Property.PaintOrder | import("csstype").Property.PaintOrder[];
|
|
281
|
+
perspective?: string[] | import("csstype").Property.Perspective<string | number> | NonNullable<import("csstype").Property.Perspective<string | number>>[];
|
|
282
|
+
perspectiveOrigin?: (string | (string & {}))[] | import("csstype").Property.PerspectiveOrigin<string | number> | NonNullable<import("csstype").Property.PerspectiveOrigin<string | number>>[];
|
|
283
|
+
placeContent?: string[] | import("csstype").Property.PlaceContent | import("csstype").Property.PlaceContent[];
|
|
284
|
+
pointerEvents?: import("csstype").Property.PointerEvents | NonNullable<import("csstype").Property.PointerEvents>[] | import("csstype").Property.PointerEvents[];
|
|
285
|
+
printColorAdjust?: import("csstype").Property.PrintColorAdjust | NonNullable<import("csstype").Property.PrintColorAdjust>[] | import("csstype").Property.PrintColorAdjust[];
|
|
286
|
+
quotes?: string[] | import("csstype").Property.Quotes | import("csstype").Property.Quotes[];
|
|
287
|
+
resize?: import("csstype").Property.Resize | NonNullable<import("csstype").Property.Resize>[] | import("csstype").Property.Resize[];
|
|
288
|
+
right?: (string | (string & {}))[] | import("csstype").Property.Right<string | number> | NonNullable<import("csstype").Property.Right<string | number>>[];
|
|
289
|
+
rotate?: string[] | import("csstype").Property.Rotate | import("csstype").Property.Rotate[];
|
|
290
|
+
rowGap?: (string | (string & {}))[] | import("csstype").Property.RowGap<string | number> | NonNullable<import("csstype").Property.RowGap<string | number>>[];
|
|
291
|
+
rubyAlign?: import("csstype").Property.RubyAlign | NonNullable<import("csstype").Property.RubyAlign>[] | import("csstype").Property.RubyAlign[];
|
|
292
|
+
rubyMerge?: import("csstype").Property.RubyMerge | NonNullable<import("csstype").Property.RubyMerge>[] | import("csstype").Property.RubyMerge[];
|
|
293
|
+
rubyPosition?: string[] | import("csstype").Property.RubyPosition | import("csstype").Property.RubyPosition[];
|
|
294
|
+
scale?: ("none" | (string & {}) | import("csstype").Globals)[] | import("csstype").Property.Scale | NonNullable<import("csstype").Property.Scale>[];
|
|
295
|
+
scrollBehavior?: import("csstype").Property.ScrollBehavior | NonNullable<import("csstype").Property.ScrollBehavior>[] | import("csstype").Property.ScrollBehavior[];
|
|
296
|
+
scrollMargin?: (string | (string & {}))[] | import("csstype").Property.ScrollMargin<string | number> | NonNullable<import("csstype").Property.ScrollMargin<string | number>>[];
|
|
297
|
+
scrollMarginBlock?: (string | (string & {}))[] | import("csstype").Property.ScrollMarginBlock<string | number> | NonNullable<import("csstype").Property.ScrollMarginBlock<string | number>>[];
|
|
298
|
+
scrollMarginBlockEnd?: string[] | import("csstype").Property.ScrollMarginBlockEnd<string | number> | NonNullable<import("csstype").Property.ScrollMarginBlockEnd<string | number>>[];
|
|
299
|
+
scrollMarginBlockStart?: string[] | import("csstype").Property.ScrollMarginBlockStart<string | number> | NonNullable<import("csstype").Property.ScrollMarginBlockStart<string | number>>[];
|
|
300
|
+
scrollMarginBottom?: string[] | import("csstype").Property.ScrollMarginBottom<string | number> | NonNullable<import("csstype").Property.ScrollMarginBottom<string | number>>[];
|
|
301
|
+
scrollMarginInline?: (string | (string & {}))[] | import("csstype").Property.ScrollMarginInline<string | number> | NonNullable<import("csstype").Property.ScrollMarginInline<string | number>>[];
|
|
302
|
+
scrollMarginInlineEnd?: string[] | import("csstype").Property.ScrollMarginInlineEnd<string | number> | NonNullable<import("csstype").Property.ScrollMarginInlineEnd<string | number>>[];
|
|
303
|
+
scrollMarginInlineStart?: string[] | import("csstype").Property.ScrollMarginInlineStart<string | number> | NonNullable<import("csstype").Property.ScrollMarginInlineStart<string | number>>[];
|
|
304
|
+
scrollMarginLeft?: string[] | import("csstype").Property.ScrollMarginLeft<string | number> | NonNullable<import("csstype").Property.ScrollMarginLeft<string | number>>[];
|
|
305
|
+
scrollMarginRight?: string[] | import("csstype").Property.ScrollMarginRight<string | number> | NonNullable<import("csstype").Property.ScrollMarginRight<string | number>>[];
|
|
306
|
+
scrollMarginTop?: string[] | import("csstype").Property.ScrollMarginTop<string | number> | NonNullable<import("csstype").Property.ScrollMarginTop<string | number>>[];
|
|
307
|
+
scrollPadding?: (string | (string & {}))[] | import("csstype").Property.ScrollPadding<string | number> | NonNullable<import("csstype").Property.ScrollPadding<string | number>>[];
|
|
308
|
+
scrollPaddingBlock?: (string | (string & {}))[] | import("csstype").Property.ScrollPaddingBlock<string | number> | NonNullable<import("csstype").Property.ScrollPaddingBlock<string | number>>[];
|
|
309
|
+
scrollPaddingBlockEnd?: (string | (string & {}))[] | import("csstype").Property.ScrollPaddingBlockEnd<string | number> | NonNullable<import("csstype").Property.ScrollPaddingBlockEnd<string | number>>[];
|
|
310
|
+
scrollPaddingBlockStart?: (string | (string & {}))[] | import("csstype").Property.ScrollPaddingBlockStart<string | number> | NonNullable<import("csstype").Property.ScrollPaddingBlockStart<string | number>>[];
|
|
311
|
+
scrollPaddingBottom?: (string | (string & {}))[] | import("csstype").Property.ScrollPaddingBottom<string | number> | NonNullable<import("csstype").Property.ScrollPaddingBottom<string | number>>[];
|
|
312
|
+
scrollPaddingInline?: (string | (string & {}))[] | import("csstype").Property.ScrollPaddingInline<string | number> | NonNullable<import("csstype").Property.ScrollPaddingInline<string | number>>[];
|
|
313
|
+
scrollPaddingInlineEnd?: (string | (string & {}))[] | import("csstype").Property.ScrollPaddingInlineEnd<string | number> | NonNullable<import("csstype").Property.ScrollPaddingInlineEnd<string | number>>[];
|
|
314
|
+
scrollPaddingInlineStart?: (string | (string & {}))[] | import("csstype").Property.ScrollPaddingInlineStart<string | number> | NonNullable<import("csstype").Property.ScrollPaddingInlineStart<string | number>>[];
|
|
315
|
+
scrollPaddingLeft?: (string | (string & {}))[] | import("csstype").Property.ScrollPaddingLeft<string | number> | NonNullable<import("csstype").Property.ScrollPaddingLeft<string | number>>[];
|
|
316
|
+
scrollPaddingRight?: (string | (string & {}))[] | import("csstype").Property.ScrollPaddingRight<string | number> | NonNullable<import("csstype").Property.ScrollPaddingRight<string | number>>[];
|
|
317
|
+
scrollPaddingTop?: (string | (string & {}))[] | import("csstype").Property.ScrollPaddingTop<string | number> | NonNullable<import("csstype").Property.ScrollPaddingTop<string | number>>[];
|
|
318
|
+
scrollSnapAlign?: string[] | import("csstype").Property.ScrollSnapAlign | import("csstype").Property.ScrollSnapAlign[];
|
|
319
|
+
scrollSnapMargin?: (string | (string & {}))[] | import("csstype").Property.ScrollMargin<string | number> | NonNullable<import("csstype").Property.ScrollMargin<string | number>>[];
|
|
320
|
+
scrollSnapMarginBottom?: string[] | import("csstype").Property.ScrollMarginBottom<string | number> | NonNullable<import("csstype").Property.ScrollMarginBottom<string | number>>[];
|
|
321
|
+
scrollSnapMarginLeft?: string[] | import("csstype").Property.ScrollMarginLeft<string | number> | NonNullable<import("csstype").Property.ScrollMarginLeft<string | number>>[];
|
|
322
|
+
scrollSnapMarginRight?: string[] | import("csstype").Property.ScrollMarginRight<string | number> | NonNullable<import("csstype").Property.ScrollMarginRight<string | number>>[];
|
|
323
|
+
scrollSnapMarginTop?: string[] | import("csstype").Property.ScrollMarginTop<string | number> | NonNullable<import("csstype").Property.ScrollMarginTop<string | number>>[];
|
|
324
|
+
scrollSnapStop?: import("csstype").Property.ScrollSnapStop | NonNullable<import("csstype").Property.ScrollSnapStop>[] | import("csstype").Property.ScrollSnapStop[];
|
|
325
|
+
scrollSnapType?: string[] | import("csstype").Property.ScrollSnapType | import("csstype").Property.ScrollSnapType[];
|
|
326
|
+
scrollbarColor?: string[] | import("csstype").Property.ScrollbarColor | import("csstype").Property.ScrollbarColor[];
|
|
327
|
+
scrollbarGutter?: string[] | import("csstype").Property.ScrollbarGutter | import("csstype").Property.ScrollbarGutter[];
|
|
328
|
+
scrollbarWidth?: import("csstype").Property.ScrollbarWidth | NonNullable<import("csstype").Property.ScrollbarWidth>[] | import("csstype").Property.ScrollbarWidth[];
|
|
329
|
+
shapeImageThreshold?: ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.ShapeImageThreshold | NonNullable<import("csstype").Property.ShapeImageThreshold>[];
|
|
330
|
+
shapeMargin?: (string | (string & {}))[] | import("csstype").Property.ShapeMargin<string | number> | NonNullable<import("csstype").Property.ShapeMargin<string | number>>[];
|
|
331
|
+
shapeOutside?: string[] | import("csstype").Property.ShapeOutside | import("csstype").Property.ShapeOutside[];
|
|
332
|
+
tabSize?: (string | (string & {}))[] | import("csstype").Property.TabSize<string | number> | NonNullable<import("csstype").Property.TabSize<string | number>>[];
|
|
333
|
+
tableLayout?: import("csstype").Property.TableLayout | NonNullable<import("csstype").Property.TableLayout>[] | import("csstype").Property.TableLayout[];
|
|
334
|
+
textAlign?: import("csstype").Property.TextAlign | NonNullable<import("csstype").Property.TextAlign>[] | import("csstype").Property.TextAlign[];
|
|
335
|
+
textAlignLast?: import("csstype").Property.TextAlignLast | NonNullable<import("csstype").Property.TextAlignLast>[] | import("csstype").Property.TextAlignLast[];
|
|
336
|
+
textCombineUpright?: string[] | import("csstype").Property.TextCombineUpright | import("csstype").Property.TextCombineUpright[];
|
|
337
|
+
textDecorationColor?: string[] | import("csstype").Property.TextDecorationColor | import("csstype").Property.TextDecorationColor[];
|
|
338
|
+
textDecorationLine?: string[] | import("csstype").Property.TextDecorationLine | import("csstype").Property.TextDecorationLine[];
|
|
339
|
+
textDecorationSkip?: string[] | import("csstype").Property.TextDecorationSkip | import("csstype").Property.TextDecorationSkip[];
|
|
340
|
+
textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | NonNullable<import("csstype").Property.TextDecorationSkipInk>[] | import("csstype").Property.TextDecorationSkipInk[];
|
|
341
|
+
textDecorationStyle?: import("csstype").Property.TextDecorationStyle | NonNullable<import("csstype").Property.TextDecorationStyle>[] | import("csstype").Property.TextDecorationStyle[];
|
|
342
|
+
textDecorationThickness?: (string | (string & {}))[] | import("csstype").Property.TextDecorationThickness<string | number> | NonNullable<import("csstype").Property.TextDecorationThickness<string | number>>[];
|
|
343
|
+
textEmphasisColor?: string[] | import("csstype").Property.TextEmphasisColor | import("csstype").Property.TextEmphasisColor[];
|
|
344
|
+
textEmphasisPosition?: string[] | import("csstype").Property.TextEmphasisPosition | import("csstype").Property.TextEmphasisPosition[];
|
|
345
|
+
textEmphasisStyle?: string[] | import("csstype").Property.TextEmphasisStyle | import("csstype").Property.TextEmphasisStyle[];
|
|
346
|
+
textIndent?: (string | (string & {}))[] | import("csstype").Property.TextIndent<string | number> | NonNullable<import("csstype").Property.TextIndent<string | number>>[];
|
|
347
|
+
textJustify?: import("csstype").Property.TextJustify | NonNullable<import("csstype").Property.TextJustify>[] | import("csstype").Property.TextJustify[];
|
|
348
|
+
textOrientation?: import("csstype").Property.TextOrientation | NonNullable<import("csstype").Property.TextOrientation>[] | import("csstype").Property.TextOrientation[];
|
|
349
|
+
textOverflow?: string[] | import("csstype").Property.TextOverflow | import("csstype").Property.TextOverflow[];
|
|
350
|
+
textRendering?: import("csstype").Property.TextRendering | NonNullable<import("csstype").Property.TextRendering>[] | import("csstype").Property.TextRendering[];
|
|
351
|
+
textShadow?: string[] | import("csstype").Property.TextShadow | import("csstype").Property.TextShadow[];
|
|
352
|
+
textSizeAdjust?: string[] | import("csstype").Property.TextSizeAdjust | import("csstype").Property.TextSizeAdjust[];
|
|
353
|
+
textTransform?: import("csstype").Property.TextTransform | NonNullable<import("csstype").Property.TextTransform>[] | import("csstype").Property.TextTransform[];
|
|
354
|
+
textUnderlineOffset?: (string | (string & {}))[] | import("csstype").Property.TextUnderlineOffset<string | number> | NonNullable<import("csstype").Property.TextUnderlineOffset<string | number>>[];
|
|
355
|
+
textUnderlinePosition?: string[] | import("csstype").Property.TextUnderlinePosition | import("csstype").Property.TextUnderlinePosition[];
|
|
356
|
+
top?: (string | (string & {}))[] | import("csstype").Property.Top<string | number> | NonNullable<import("csstype").Property.Top<string | number>>[];
|
|
357
|
+
touchAction?: string[] | import("csstype").Property.TouchAction | import("csstype").Property.TouchAction[];
|
|
358
|
+
transform?: string[] | import("csstype").Property.Transform | import("csstype").Property.Transform[];
|
|
359
|
+
transformBox?: import("csstype").Property.TransformBox | NonNullable<import("csstype").Property.TransformBox>[] | import("csstype").Property.TransformBox[];
|
|
360
|
+
transformOrigin?: (string | (string & {}))[] | import("csstype").Property.TransformOrigin<string | number> | NonNullable<import("csstype").Property.TransformOrigin<string | number>>[];
|
|
361
|
+
transformStyle?: import("csstype").Property.TransformStyle | NonNullable<import("csstype").Property.TransformStyle>[] | import("csstype").Property.TransformStyle[];
|
|
362
|
+
transitionDelay?: string[] | import("csstype").Property.TransitionDelay<string & {}> | import("csstype").Property.TransitionDelay<string & {}>[];
|
|
363
|
+
transitionDuration?: string[] | import("csstype").Property.TransitionDuration<string & {}> | import("csstype").Property.TransitionDuration<string & {}>[];
|
|
364
|
+
transitionProperty?: string[] | import("csstype").Property.TransitionProperty | import("csstype").Property.TransitionProperty[];
|
|
365
|
+
transitionTimingFunction?: string[] | import("csstype").Property.TransitionTimingFunction | import("csstype").Property.TransitionTimingFunction[];
|
|
366
|
+
translate?: (string | (string & {}))[] | import("csstype").Property.Translate<string | number> | NonNullable<import("csstype").Property.Translate<string | number>>[];
|
|
367
|
+
unicodeBidi?: import("csstype").Property.UnicodeBidi | NonNullable<import("csstype").Property.UnicodeBidi>[] | import("csstype").Property.UnicodeBidi[];
|
|
368
|
+
userSelect?: import("csstype").Property.UserSelect | NonNullable<import("csstype").Property.UserSelect>[] | import("csstype").Property.UserSelect[];
|
|
369
|
+
verticalAlign?: (string | (string & {}))[] | import("csstype").Property.VerticalAlign<string | number> | NonNullable<import("csstype").Property.VerticalAlign<string | number>>[];
|
|
370
|
+
visibility?: import("csstype").Property.Visibility | NonNullable<import("csstype").Property.Visibility>[] | import("csstype").Property.Visibility[];
|
|
371
|
+
whiteSpace?: import("csstype").Property.WhiteSpace | NonNullable<import("csstype").Property.WhiteSpace>[] | import("csstype").Property.WhiteSpace[];
|
|
372
|
+
widows?: ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.Widows | NonNullable<import("csstype").Property.Widows>[];
|
|
373
|
+
width?: (string | (string & {}))[] | import("csstype").Property.Width<string | number> | NonNullable<import("csstype").Property.Width<string | number>>[];
|
|
374
|
+
willChange?: string[] | import("csstype").Property.WillChange | import("csstype").Property.WillChange[];
|
|
375
|
+
wordBreak?: import("csstype").Property.WordBreak | NonNullable<import("csstype").Property.WordBreak>[] | import("csstype").Property.WordBreak[];
|
|
376
|
+
wordSpacing?: string[] | import("csstype").Property.WordSpacing<string | number> | NonNullable<import("csstype").Property.WordSpacing<string | number>>[];
|
|
377
|
+
wordWrap?: import("csstype").Property.WordWrap | NonNullable<import("csstype").Property.WordWrap>[] | import("csstype").Property.WordWrap[];
|
|
378
|
+
writingMode?: import("csstype").Property.WritingMode | NonNullable<import("csstype").Property.WritingMode>[] | import("csstype").Property.WritingMode[];
|
|
379
|
+
zIndex?: ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.ZIndex | NonNullable<import("csstype").Property.ZIndex>[];
|
|
380
|
+
zoom?: import("csstype").Property.Zoom | NonNullable<import("csstype").Property.Zoom>[] | ((string & {}) | import("csstype").Globals | "normal" | "reset")[];
|
|
381
|
+
all?: import("csstype").Globals | NonNullable<import("csstype").Globals>[] | import("csstype").Globals[];
|
|
382
|
+
animation?: import("csstype").Property.Animation<string & {}> | NonNullable<import("csstype").Property.Animation<string & {}>>[] | (import("csstype").Globals | import("csstype").DataType.SingleAnimationDirection | import("csstype").DataType.SingleAnimationFillMode | "infinite" | "paused" | "running" | import("csstype").DataType.EasingFunction)[];
|
|
383
|
+
background?: (string | (string & {}))[] | import("csstype").Property.Background<string | number> | NonNullable<import("csstype").Property.Background<string | number>>[];
|
|
384
|
+
backgroundPosition?: (string | (string & {}))[] | import("csstype").Property.BackgroundPosition<string | number> | NonNullable<import("csstype").Property.BackgroundPosition<string | number>>[];
|
|
385
|
+
border?: import("csstype").Property.Border<string | number> | NonNullable<import("csstype").Property.Border<string | number>>[] | (string | (string & {}))[];
|
|
386
|
+
borderBlock?: (string | (string & {}))[] | import("csstype").Property.BorderBlock<string | number> | NonNullable<import("csstype").Property.BorderBlock<string | number>>[];
|
|
387
|
+
borderBlockEnd?: (string | (string & {}))[] | import("csstype").Property.BorderBlockEnd<string | number> | NonNullable<import("csstype").Property.BorderBlockEnd<string | number>>[];
|
|
388
|
+
borderBlockStart?: (string | (string & {}))[] | import("csstype").Property.BorderBlockStart<string | number> | NonNullable<import("csstype").Property.BorderBlockStart<string | number>>[];
|
|
389
|
+
borderBottom?: (string | (string & {}))[] | import("csstype").Property.BorderBottom<string | number> | NonNullable<import("csstype").Property.BorderBottom<string | number>>[];
|
|
390
|
+
borderColor?: string[] | import("csstype").Property.BorderColor | import("csstype").Property.BorderColor[];
|
|
391
|
+
borderImage?: import("csstype").Property.BorderImage | NonNullable<import("csstype").Property.BorderImage>[] | ("repeat" | "none" | (string & {}) | import("csstype").Globals | "stretch" | "round" | "space")[];
|
|
392
|
+
borderInline?: (string | (string & {}))[] | import("csstype").Property.BorderInline<string | number> | NonNullable<import("csstype").Property.BorderInline<string | number>>[];
|
|
393
|
+
borderInlineEnd?: (string | (string & {}))[] | import("csstype").Property.BorderInlineEnd<string | number> | NonNullable<import("csstype").Property.BorderInlineEnd<string | number>>[];
|
|
394
|
+
borderInlineStart?: (string | (string & {}))[] | import("csstype").Property.BorderInlineStart<string | number> | NonNullable<import("csstype").Property.BorderInlineStart<string | number>>[];
|
|
395
|
+
borderLeft?: (string | (string & {}))[] | import("csstype").Property.BorderLeft<string | number> | NonNullable<import("csstype").Property.BorderLeft<string | number>>[];
|
|
396
|
+
borderRadius?: (string | (string & {}))[] | import("csstype").Property.BorderRadius<string | number> | NonNullable<import("csstype").Property.BorderRadius<string | number>>[];
|
|
397
|
+
borderRight?: (string | (string & {}))[] | import("csstype").Property.BorderRight<string | number> | NonNullable<import("csstype").Property.BorderRight<string | number>>[];
|
|
398
|
+
borderStyle?: string[] | import("csstype").Property.BorderStyle | import("csstype").Property.BorderStyle[];
|
|
399
|
+
borderTop?: (string | (string & {}))[] | import("csstype").Property.BorderTop<string | number> | NonNullable<import("csstype").Property.BorderTop<string | number>>[];
|
|
400
|
+
borderWidth?: (string | (string & {}))[] | import("csstype").Property.BorderWidth<string | number> | NonNullable<import("csstype").Property.BorderWidth<string | number>>[];
|
|
401
|
+
columnRule?: (string | (string & {}))[] | import("csstype").Property.ColumnRule<string | number> | NonNullable<import("csstype").Property.ColumnRule<string | number>>[];
|
|
402
|
+
columns?: (string | (string & {}))[] | import("csstype").Property.Columns<string | number> | NonNullable<import("csstype").Property.Columns<string | number>>[];
|
|
403
|
+
flex?: (string | (string & {}))[] | import("csstype").Property.Flex<string | number> | NonNullable<import("csstype").Property.Flex<string | number>>[];
|
|
404
|
+
flexFlow?: string[] | import("csstype").Property.FlexFlow | import("csstype").Property.FlexFlow[];
|
|
405
|
+
font?: string[] | import("csstype").Property.Font | import("csstype").Property.Font[];
|
|
406
|
+
gap?: (string | (string & {}))[] | import("csstype").Property.Gap<string | number> | NonNullable<import("csstype").Property.Gap<string | number>>[];
|
|
407
|
+
grid?: string[] | import("csstype").Property.Grid | import("csstype").Property.Grid[];
|
|
408
|
+
gridArea?: ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.GridArea | NonNullable<import("csstype").Property.GridArea>[];
|
|
409
|
+
gridColumn?: ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.GridColumn | NonNullable<import("csstype").Property.GridColumn>[];
|
|
410
|
+
gridRow?: ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.GridRow | NonNullable<import("csstype").Property.GridRow>[];
|
|
411
|
+
gridTemplate?: string[] | import("csstype").Property.GridTemplate | import("csstype").Property.GridTemplate[];
|
|
412
|
+
lineClamp?: ("none" | (string & {}) | import("csstype").Globals)[] | import("csstype").Property.LineClamp | NonNullable<import("csstype").Property.LineClamp>[];
|
|
413
|
+
listStyle?: string[] | import("csstype").Property.ListStyle | import("csstype").Property.ListStyle[];
|
|
414
|
+
margin?: (string | (string & {}))[] | import("csstype").Property.Margin<string | number> | NonNullable<import("csstype").Property.Margin<string | number>>[];
|
|
415
|
+
mask?: (string | (string & {}))[] | import("csstype").Property.Mask<string | number> | NonNullable<import("csstype").Property.Mask<string | number>>[];
|
|
416
|
+
maskBorder?: import("csstype").Property.MaskBorder | NonNullable<import("csstype").Property.MaskBorder>[] | ("repeat" | "none" | (string & {}) | import("csstype").Globals | "stretch" | "round" | "space" | "alpha" | "luminance")[];
|
|
417
|
+
motion?: (string | (string & {}))[] | import("csstype").Property.Offset<string | number> | NonNullable<import("csstype").Property.Offset<string | number>>[];
|
|
418
|
+
offset?: (string | (string & {}))[] | import("csstype").Property.Offset<string | number> | NonNullable<import("csstype").Property.Offset<string | number>>[];
|
|
419
|
+
outline?: (string | (string & {}))[] | import("csstype").Property.Outline<string | number> | NonNullable<import("csstype").Property.Outline<string | number>>[];
|
|
420
|
+
overflow?: string[] | import("csstype").Property.Overflow | import("csstype").Property.Overflow[];
|
|
421
|
+
overscrollBehavior?: string[] | import("csstype").Property.OverscrollBehavior | import("csstype").Property.OverscrollBehavior[];
|
|
422
|
+
placeItems?: string[] | import("csstype").Property.PlaceItems | import("csstype").Property.PlaceItems[];
|
|
423
|
+
placeSelf?: string[] | import("csstype").Property.PlaceSelf | import("csstype").Property.PlaceSelf[];
|
|
424
|
+
textDecoration?: (string | (string & {}))[] | import("csstype").Property.TextDecoration<string | number> | NonNullable<import("csstype").Property.TextDecoration<string | number>>[];
|
|
425
|
+
textEmphasis?: string[] | import("csstype").Property.TextEmphasis | import("csstype").Property.TextEmphasis[];
|
|
426
|
+
transition?: string[] | import("csstype").Property.Transition<string & {}> | import("csstype").Property.Transition<string & {}>[];
|
|
427
|
+
MozAnimationDelay?: string[] | import("csstype").Property.AnimationDelay<string & {}> | import("csstype").Property.AnimationDelay<string & {}>[];
|
|
428
|
+
MozAnimationDirection?: string[] | import("csstype").Property.AnimationDirection | import("csstype").Property.AnimationDirection[];
|
|
429
|
+
MozAnimationDuration?: string[] | import("csstype").Property.AnimationDuration<string & {}> | import("csstype").Property.AnimationDuration<string & {}>[];
|
|
430
|
+
MozAnimationFillMode?: string[] | import("csstype").Property.AnimationFillMode | import("csstype").Property.AnimationFillMode[];
|
|
431
|
+
MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | NonNullable<import("csstype").Property.AnimationIterationCount>[] | ((string & {}) | import("csstype").Globals | "infinite")[];
|
|
432
|
+
MozAnimationName?: string[] | import("csstype").Property.AnimationName | import("csstype").Property.AnimationName[];
|
|
433
|
+
MozAnimationPlayState?: string[] | import("csstype").Property.AnimationPlayState | import("csstype").Property.AnimationPlayState[];
|
|
434
|
+
MozAnimationTimingFunction?: string[] | import("csstype").Property.AnimationTimingFunction | import("csstype").Property.AnimationTimingFunction[];
|
|
435
|
+
MozAppearance?: import("csstype").Property.MozAppearance | NonNullable<import("csstype").Property.MozAppearance>[] | import("csstype").Property.MozAppearance[];
|
|
436
|
+
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | NonNullable<import("csstype").Property.BackfaceVisibility>[] | import("csstype").Property.BackfaceVisibility[];
|
|
437
|
+
MozBorderBottomColors?: string[] | import("csstype").Property.MozBorderBottomColors | import("csstype").Property.MozBorderBottomColors[];
|
|
438
|
+
MozBorderEndColor?: string[] | import("csstype").Property.BorderInlineEndColor | import("csstype").Property.BorderInlineEndColor[];
|
|
439
|
+
MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | NonNullable<import("csstype").Property.BorderInlineEndStyle>[] | import("csstype").Property.BorderInlineEndStyle[];
|
|
440
|
+
MozBorderEndWidth?: string[] | import("csstype").Property.BorderInlineEndWidth<string | number> | NonNullable<import("csstype").Property.BorderInlineEndWidth<string | number>>[];
|
|
441
|
+
MozBorderLeftColors?: string[] | import("csstype").Property.MozBorderLeftColors | import("csstype").Property.MozBorderLeftColors[];
|
|
442
|
+
MozBorderRightColors?: string[] | import("csstype").Property.MozBorderRightColors | import("csstype").Property.MozBorderRightColors[];
|
|
443
|
+
MozBorderStartColor?: string[] | import("csstype").Property.BorderInlineStartColor | import("csstype").Property.BorderInlineStartColor[];
|
|
444
|
+
MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | NonNullable<import("csstype").Property.BorderInlineStartStyle>[] | import("csstype").Property.BorderInlineStartStyle[];
|
|
445
|
+
MozBorderTopColors?: string[] | import("csstype").Property.MozBorderTopColors | import("csstype").Property.MozBorderTopColors[];
|
|
446
|
+
MozBoxSizing?: import("csstype").Property.BoxSizing | NonNullable<import("csstype").Property.BoxSizing>[] | import("csstype").Property.BoxSizing[];
|
|
447
|
+
MozColumnCount?: ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.ColumnCount | NonNullable<import("csstype").Property.ColumnCount>[];
|
|
448
|
+
MozColumnFill?: import("csstype").Property.ColumnFill | NonNullable<import("csstype").Property.ColumnFill>[] | import("csstype").Property.ColumnFill[];
|
|
449
|
+
MozColumnRuleColor?: string[] | import("csstype").Property.ColumnRuleColor | import("csstype").Property.ColumnRuleColor[];
|
|
450
|
+
MozColumnRuleStyle?: string[] | import("csstype").Property.ColumnRuleStyle | import("csstype").Property.ColumnRuleStyle[];
|
|
451
|
+
MozColumnRuleWidth?: (string | (string & {}))[] | import("csstype").Property.ColumnRuleWidth<string | number> | NonNullable<import("csstype").Property.ColumnRuleWidth<string | number>>[];
|
|
452
|
+
MozColumnWidth?: string[] | import("csstype").Property.ColumnWidth<string | number> | NonNullable<import("csstype").Property.ColumnWidth<string | number>>[];
|
|
453
|
+
MozContextProperties?: string[] | import("csstype").Property.MozContextProperties | import("csstype").Property.MozContextProperties[];
|
|
454
|
+
MozFontFeatureSettings?: string[] | import("csstype").Property.FontFeatureSettings | import("csstype").Property.FontFeatureSettings[];
|
|
455
|
+
MozFontLanguageOverride?: string[] | import("csstype").Property.FontLanguageOverride | import("csstype").Property.FontLanguageOverride[];
|
|
456
|
+
MozHyphens?: import("csstype").Property.Hyphens | NonNullable<import("csstype").Property.Hyphens>[] | import("csstype").Property.Hyphens[];
|
|
457
|
+
MozImageRegion?: string[] | import("csstype").Property.MozImageRegion | import("csstype").Property.MozImageRegion[];
|
|
458
|
+
MozMarginEnd?: (string | (string & {}))[] | import("csstype").Property.MarginInlineEnd<string | number> | NonNullable<import("csstype").Property.MarginInlineEnd<string | number>>[];
|
|
459
|
+
MozMarginStart?: (string | (string & {}))[] | import("csstype").Property.MarginInlineStart<string | number> | NonNullable<import("csstype").Property.MarginInlineStart<string | number>>[];
|
|
460
|
+
MozOrient?: import("csstype").Property.MozOrient | NonNullable<import("csstype").Property.MozOrient>[] | import("csstype").Property.MozOrient[];
|
|
461
|
+
MozOsxFontSmoothing?: string[] | import("csstype").Property.FontSmooth<string | number> | NonNullable<import("csstype").Property.FontSmooth<string | number>>[];
|
|
462
|
+
MozPaddingEnd?: (string | (string & {}))[] | import("csstype").Property.PaddingInlineEnd<string | number> | NonNullable<import("csstype").Property.PaddingInlineEnd<string | number>>[];
|
|
463
|
+
MozPaddingStart?: (string | (string & {}))[] | import("csstype").Property.PaddingInlineStart<string | number> | NonNullable<import("csstype").Property.PaddingInlineStart<string | number>>[];
|
|
464
|
+
MozPerspective?: string[] | import("csstype").Property.Perspective<string | number> | NonNullable<import("csstype").Property.Perspective<string | number>>[];
|
|
465
|
+
MozPerspectiveOrigin?: (string | (string & {}))[] | import("csstype").Property.PerspectiveOrigin<string | number> | NonNullable<import("csstype").Property.PerspectiveOrigin<string | number>>[];
|
|
466
|
+
MozStackSizing?: import("csstype").Property.MozStackSizing | NonNullable<import("csstype").Property.MozStackSizing>[] | import("csstype").Property.MozStackSizing[];
|
|
467
|
+
MozTabSize?: (string | (string & {}))[] | import("csstype").Property.TabSize<string | number> | NonNullable<import("csstype").Property.TabSize<string | number>>[];
|
|
468
|
+
MozTextBlink?: import("csstype").Property.MozTextBlink | NonNullable<import("csstype").Property.MozTextBlink>[] | import("csstype").Property.MozTextBlink[];
|
|
469
|
+
MozTextSizeAdjust?: string[] | import("csstype").Property.TextSizeAdjust | import("csstype").Property.TextSizeAdjust[];
|
|
470
|
+
MozTransformOrigin?: (string | (string & {}))[] | import("csstype").Property.TransformOrigin<string | number> | NonNullable<import("csstype").Property.TransformOrigin<string | number>>[];
|
|
471
|
+
MozTransformStyle?: import("csstype").Property.TransformStyle | NonNullable<import("csstype").Property.TransformStyle>[] | import("csstype").Property.TransformStyle[];
|
|
472
|
+
MozTransitionDelay?: string[] | import("csstype").Property.TransitionDelay<string & {}> | import("csstype").Property.TransitionDelay<string & {}>[];
|
|
473
|
+
MozTransitionDuration?: string[] | import("csstype").Property.TransitionDuration<string & {}> | import("csstype").Property.TransitionDuration<string & {}>[];
|
|
474
|
+
MozTransitionProperty?: string[] | import("csstype").Property.TransitionProperty | import("csstype").Property.TransitionProperty[];
|
|
475
|
+
MozTransitionTimingFunction?: string[] | import("csstype").Property.TransitionTimingFunction | import("csstype").Property.TransitionTimingFunction[];
|
|
476
|
+
MozUserFocus?: import("csstype").Property.MozUserFocus | NonNullable<import("csstype").Property.MozUserFocus>[] | import("csstype").Property.MozUserFocus[];
|
|
477
|
+
MozUserModify?: import("csstype").Property.MozUserModify | NonNullable<import("csstype").Property.MozUserModify>[] | import("csstype").Property.MozUserModify[];
|
|
478
|
+
MozUserSelect?: import("csstype").Property.UserSelect | NonNullable<import("csstype").Property.UserSelect>[] | import("csstype").Property.UserSelect[];
|
|
479
|
+
MozWindowDragging?: import("csstype").Property.MozWindowDragging | NonNullable<import("csstype").Property.MozWindowDragging>[] | import("csstype").Property.MozWindowDragging[];
|
|
480
|
+
MozWindowShadow?: import("csstype").Property.MozWindowShadow | NonNullable<import("csstype").Property.MozWindowShadow>[] | import("csstype").Property.MozWindowShadow[];
|
|
481
|
+
msAccelerator?: import("csstype").Property.MsAccelerator | NonNullable<import("csstype").Property.MsAccelerator>[] | import("csstype").Property.MsAccelerator[];
|
|
482
|
+
msBlockProgression?: import("csstype").Property.MsBlockProgression | NonNullable<import("csstype").Property.MsBlockProgression>[] | import("csstype").Property.MsBlockProgression[];
|
|
483
|
+
msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | NonNullable<import("csstype").Property.MsContentZoomChaining>[] | import("csstype").Property.MsContentZoomChaining[];
|
|
484
|
+
msContentZoomLimitMax?: string[] | import("csstype").Property.MsContentZoomLimitMax | import("csstype").Property.MsContentZoomLimitMax[];
|
|
485
|
+
msContentZoomLimitMin?: string[] | import("csstype").Property.MsContentZoomLimitMin | import("csstype").Property.MsContentZoomLimitMin[];
|
|
486
|
+
msContentZoomSnapPoints?: string[] | import("csstype").Property.MsContentZoomSnapPoints | import("csstype").Property.MsContentZoomSnapPoints[];
|
|
487
|
+
msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | NonNullable<import("csstype").Property.MsContentZoomSnapType>[] | import("csstype").Property.MsContentZoomSnapType[];
|
|
488
|
+
msContentZooming?: import("csstype").Property.MsContentZooming | NonNullable<import("csstype").Property.MsContentZooming>[] | import("csstype").Property.MsContentZooming[];
|
|
489
|
+
msFilter?: string[] | import("csstype").Property.MsFilter | import("csstype").Property.MsFilter[];
|
|
490
|
+
msFlexDirection?: import("csstype").Property.FlexDirection | NonNullable<import("csstype").Property.FlexDirection>[] | import("csstype").Property.FlexDirection[];
|
|
491
|
+
msFlexPositive?: import("csstype").Property.FlexGrow | NonNullable<import("csstype").Property.FlexGrow>[] | ((string & {}) | import("csstype").Globals)[];
|
|
492
|
+
msFlowFrom?: string[] | import("csstype").Property.MsFlowFrom | import("csstype").Property.MsFlowFrom[];
|
|
493
|
+
msFlowInto?: string[] | import("csstype").Property.MsFlowInto | import("csstype").Property.MsFlowInto[];
|
|
494
|
+
msGridColumns?: (string | (string & {}))[] | import("csstype").Property.MsGridColumns<string | number> | NonNullable<import("csstype").Property.MsGridColumns<string | number>>[];
|
|
495
|
+
msGridRows?: (string | (string & {}))[] | import("csstype").Property.MsGridRows<string | number> | NonNullable<import("csstype").Property.MsGridRows<string | number>>[];
|
|
496
|
+
msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | NonNullable<import("csstype").Property.MsHighContrastAdjust>[] | import("csstype").Property.MsHighContrastAdjust[];
|
|
497
|
+
msHyphenateLimitChars?: ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.MsHyphenateLimitChars | NonNullable<import("csstype").Property.MsHyphenateLimitChars>[];
|
|
498
|
+
msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | NonNullable<import("csstype").Property.MsHyphenateLimitLines>[] | ((string & {}) | import("csstype").Globals | "no-limit")[];
|
|
499
|
+
msHyphenateLimitZone?: (string | (string & {}))[] | import("csstype").Property.MsHyphenateLimitZone<string | number> | NonNullable<import("csstype").Property.MsHyphenateLimitZone<string | number>>[];
|
|
500
|
+
msHyphens?: import("csstype").Property.Hyphens | NonNullable<import("csstype").Property.Hyphens>[] | import("csstype").Property.Hyphens[];
|
|
501
|
+
msImeAlign?: import("csstype").Property.MsImeAlign | NonNullable<import("csstype").Property.MsImeAlign>[] | import("csstype").Property.MsImeAlign[];
|
|
502
|
+
msLineBreak?: import("csstype").Property.LineBreak | NonNullable<import("csstype").Property.LineBreak>[] | import("csstype").Property.LineBreak[];
|
|
503
|
+
msOrder?: ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.Order | NonNullable<import("csstype").Property.Order>[];
|
|
504
|
+
msOverflowStyle?: import("csstype").Property.MsOverflowStyle | NonNullable<import("csstype").Property.MsOverflowStyle>[] | import("csstype").Property.MsOverflowStyle[];
|
|
505
|
+
msOverflowX?: import("csstype").Property.OverflowX | NonNullable<import("csstype").Property.OverflowX>[] | import("csstype").Property.OverflowX[];
|
|
506
|
+
msOverflowY?: import("csstype").Property.OverflowY | NonNullable<import("csstype").Property.OverflowY>[] | import("csstype").Property.OverflowY[];
|
|
507
|
+
msScrollChaining?: import("csstype").Property.MsScrollChaining | NonNullable<import("csstype").Property.MsScrollChaining>[] | import("csstype").Property.MsScrollChaining[];
|
|
508
|
+
msScrollLimitXMax?: string[] | import("csstype").Property.MsScrollLimitXMax<string | number> | NonNullable<import("csstype").Property.MsScrollLimitXMax<string | number>>[];
|
|
509
|
+
msScrollLimitXMin?: string[] | import("csstype").Property.MsScrollLimitXMin<string | number> | NonNullable<import("csstype").Property.MsScrollLimitXMin<string | number>>[];
|
|
510
|
+
msScrollLimitYMax?: string[] | import("csstype").Property.MsScrollLimitYMax<string | number> | NonNullable<import("csstype").Property.MsScrollLimitYMax<string | number>>[];
|
|
511
|
+
msScrollLimitYMin?: string[] | import("csstype").Property.MsScrollLimitYMin<string | number> | NonNullable<import("csstype").Property.MsScrollLimitYMin<string | number>>[];
|
|
512
|
+
msScrollRails?: import("csstype").Property.MsScrollRails | NonNullable<import("csstype").Property.MsScrollRails>[] | import("csstype").Property.MsScrollRails[];
|
|
513
|
+
msScrollSnapPointsX?: string[] | import("csstype").Property.MsScrollSnapPointsX | import("csstype").Property.MsScrollSnapPointsX[];
|
|
514
|
+
msScrollSnapPointsY?: string[] | import("csstype").Property.MsScrollSnapPointsY | import("csstype").Property.MsScrollSnapPointsY[];
|
|
515
|
+
msScrollSnapType?: import("csstype").Property.MsScrollSnapType | NonNullable<import("csstype").Property.MsScrollSnapType>[] | import("csstype").Property.MsScrollSnapType[];
|
|
516
|
+
msScrollTranslation?: import("csstype").Property.MsScrollTranslation | NonNullable<import("csstype").Property.MsScrollTranslation>[] | import("csstype").Property.MsScrollTranslation[];
|
|
517
|
+
msScrollbar3dlightColor?: string[] | import("csstype").Property.MsScrollbar3dlightColor | import("csstype").Property.MsScrollbar3dlightColor[];
|
|
518
|
+
msScrollbarArrowColor?: string[] | import("csstype").Property.MsScrollbarArrowColor | import("csstype").Property.MsScrollbarArrowColor[];
|
|
519
|
+
msScrollbarBaseColor?: string[] | import("csstype").Property.MsScrollbarBaseColor | import("csstype").Property.MsScrollbarBaseColor[];
|
|
520
|
+
msScrollbarDarkshadowColor?: string[] | import("csstype").Property.MsScrollbarDarkshadowColor | import("csstype").Property.MsScrollbarDarkshadowColor[];
|
|
521
|
+
msScrollbarFaceColor?: string[] | import("csstype").Property.MsScrollbarFaceColor | import("csstype").Property.MsScrollbarFaceColor[];
|
|
522
|
+
msScrollbarHighlightColor?: string[] | import("csstype").Property.MsScrollbarHighlightColor | import("csstype").Property.MsScrollbarHighlightColor[];
|
|
523
|
+
msScrollbarShadowColor?: string[] | import("csstype").Property.MsScrollbarShadowColor | import("csstype").Property.MsScrollbarShadowColor[];
|
|
524
|
+
msScrollbarTrackColor?: string[] | import("csstype").Property.MsScrollbarTrackColor | import("csstype").Property.MsScrollbarTrackColor[];
|
|
525
|
+
msTextAutospace?: import("csstype").Property.MsTextAutospace | NonNullable<import("csstype").Property.MsTextAutospace>[] | import("csstype").Property.MsTextAutospace[];
|
|
526
|
+
msTextCombineHorizontal?: string[] | import("csstype").Property.TextCombineUpright | import("csstype").Property.TextCombineUpright[];
|
|
527
|
+
msTextOverflow?: string[] | import("csstype").Property.TextOverflow | import("csstype").Property.TextOverflow[];
|
|
528
|
+
msTouchAction?: string[] | import("csstype").Property.TouchAction | import("csstype").Property.TouchAction[];
|
|
529
|
+
msTouchSelect?: import("csstype").Property.MsTouchSelect | NonNullable<import("csstype").Property.MsTouchSelect>[] | import("csstype").Property.MsTouchSelect[];
|
|
530
|
+
msTransform?: string[] | import("csstype").Property.Transform | import("csstype").Property.Transform[];
|
|
531
|
+
msTransformOrigin?: (string | (string & {}))[] | import("csstype").Property.TransformOrigin<string | number> | NonNullable<import("csstype").Property.TransformOrigin<string | number>>[];
|
|
532
|
+
msTransitionDelay?: string[] | import("csstype").Property.TransitionDelay<string & {}> | import("csstype").Property.TransitionDelay<string & {}>[];
|
|
533
|
+
msTransitionDuration?: string[] | import("csstype").Property.TransitionDuration<string & {}> | import("csstype").Property.TransitionDuration<string & {}>[];
|
|
534
|
+
msTransitionProperty?: string[] | import("csstype").Property.TransitionProperty | import("csstype").Property.TransitionProperty[];
|
|
535
|
+
msTransitionTimingFunction?: string[] | import("csstype").Property.TransitionTimingFunction | import("csstype").Property.TransitionTimingFunction[];
|
|
536
|
+
msUserSelect?: import("csstype").Property.MsUserSelect | NonNullable<import("csstype").Property.MsUserSelect>[] | import("csstype").Property.MsUserSelect[];
|
|
537
|
+
msWordBreak?: import("csstype").Property.WordBreak | NonNullable<import("csstype").Property.WordBreak>[] | import("csstype").Property.WordBreak[];
|
|
538
|
+
msWrapFlow?: import("csstype").Property.MsWrapFlow | NonNullable<import("csstype").Property.MsWrapFlow>[] | import("csstype").Property.MsWrapFlow[];
|
|
539
|
+
msWrapMargin?: string[] | import("csstype").Property.MsWrapMargin<string | number> | NonNullable<import("csstype").Property.MsWrapMargin<string | number>>[];
|
|
540
|
+
msWrapThrough?: import("csstype").Property.MsWrapThrough | NonNullable<import("csstype").Property.MsWrapThrough>[] | import("csstype").Property.MsWrapThrough[];
|
|
541
|
+
msWritingMode?: import("csstype").Property.WritingMode | NonNullable<import("csstype").Property.WritingMode>[] | import("csstype").Property.WritingMode[];
|
|
542
|
+
WebkitAlignContent?: string[] | import("csstype").Property.AlignContent | import("csstype").Property.AlignContent[];
|
|
543
|
+
WebkitAlignItems?: string[] | import("csstype").Property.AlignItems | import("csstype").Property.AlignItems[];
|
|
544
|
+
WebkitAlignSelf?: string[] | import("csstype").Property.AlignSelf | import("csstype").Property.AlignSelf[];
|
|
545
|
+
WebkitAnimationDelay?: string[] | import("csstype").Property.AnimationDelay<string & {}> | import("csstype").Property.AnimationDelay<string & {}>[];
|
|
546
|
+
WebkitAnimationDirection?: string[] | import("csstype").Property.AnimationDirection | import("csstype").Property.AnimationDirection[];
|
|
547
|
+
WebkitAnimationDuration?: string[] | import("csstype").Property.AnimationDuration<string & {}> | import("csstype").Property.AnimationDuration<string & {}>[];
|
|
548
|
+
WebkitAnimationFillMode?: string[] | import("csstype").Property.AnimationFillMode | import("csstype").Property.AnimationFillMode[];
|
|
549
|
+
WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | NonNullable<import("csstype").Property.AnimationIterationCount>[] | ((string & {}) | import("csstype").Globals | "infinite")[];
|
|
550
|
+
WebkitAnimationName?: string[] | import("csstype").Property.AnimationName | import("csstype").Property.AnimationName[];
|
|
551
|
+
WebkitAnimationPlayState?: string[] | import("csstype").Property.AnimationPlayState | import("csstype").Property.AnimationPlayState[];
|
|
552
|
+
WebkitAnimationTimingFunction?: string[] | import("csstype").Property.AnimationTimingFunction | import("csstype").Property.AnimationTimingFunction[];
|
|
553
|
+
WebkitAppearance?: import("csstype").Property.WebkitAppearance | NonNullable<import("csstype").Property.WebkitAppearance>[] | import("csstype").Property.WebkitAppearance[];
|
|
554
|
+
WebkitBackdropFilter?: string[] | import("csstype").Property.BackdropFilter | import("csstype").Property.BackdropFilter[];
|
|
555
|
+
WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | NonNullable<import("csstype").Property.BackfaceVisibility>[] | import("csstype").Property.BackfaceVisibility[];
|
|
556
|
+
WebkitBackgroundClip?: string[] | import("csstype").Property.BackgroundClip | import("csstype").Property.BackgroundClip[];
|
|
557
|
+
WebkitBackgroundOrigin?: string[] | import("csstype").Property.BackgroundOrigin | import("csstype").Property.BackgroundOrigin[];
|
|
558
|
+
WebkitBackgroundSize?: (string | (string & {}))[] | import("csstype").Property.BackgroundSize<string | number> | NonNullable<import("csstype").Property.BackgroundSize<string | number>>[];
|
|
559
|
+
WebkitBorderBeforeColor?: string[] | import("csstype").Property.WebkitBorderBeforeColor | import("csstype").Property.WebkitBorderBeforeColor[];
|
|
560
|
+
WebkitBorderBeforeStyle?: string[] | import("csstype").Property.WebkitBorderBeforeStyle | import("csstype").Property.WebkitBorderBeforeStyle[];
|
|
561
|
+
WebkitBorderBeforeWidth?: (string | (string & {}))[] | import("csstype").Property.WebkitBorderBeforeWidth<string | number> | NonNullable<import("csstype").Property.WebkitBorderBeforeWidth<string | number>>[];
|
|
562
|
+
WebkitBorderBottomLeftRadius?: (string | (string & {}))[] | import("csstype").Property.BorderBottomLeftRadius<string | number> | NonNullable<import("csstype").Property.BorderBottomLeftRadius<string | number>>[];
|
|
563
|
+
WebkitBorderBottomRightRadius?: (string | (string & {}))[] | import("csstype").Property.BorderBottomRightRadius<string | number> | NonNullable<import("csstype").Property.BorderBottomRightRadius<string | number>>[];
|
|
564
|
+
WebkitBorderImageSlice?: ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.BorderImageSlice | NonNullable<import("csstype").Property.BorderImageSlice>[];
|
|
565
|
+
WebkitBorderTopLeftRadius?: (string | (string & {}))[] | import("csstype").Property.BorderTopLeftRadius<string | number> | NonNullable<import("csstype").Property.BorderTopLeftRadius<string | number>>[];
|
|
566
|
+
WebkitBorderTopRightRadius?: (string | (string & {}))[] | import("csstype").Property.BorderTopRightRadius<string | number> | NonNullable<import("csstype").Property.BorderTopRightRadius<string | number>>[];
|
|
567
|
+
WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | NonNullable<import("csstype").Property.BoxDecorationBreak>[] | import("csstype").Property.BoxDecorationBreak[];
|
|
568
|
+
WebkitBoxReflect?: (string | (string & {}))[] | import("csstype").Property.WebkitBoxReflect<string | number> | NonNullable<import("csstype").Property.WebkitBoxReflect<string | number>>[];
|
|
569
|
+
WebkitBoxShadow?: string[] | import("csstype").Property.BoxShadow | import("csstype").Property.BoxShadow[];
|
|
570
|
+
WebkitBoxSizing?: import("csstype").Property.BoxSizing | NonNullable<import("csstype").Property.BoxSizing>[] | import("csstype").Property.BoxSizing[];
|
|
571
|
+
WebkitClipPath?: string[] | import("csstype").Property.ClipPath | import("csstype").Property.ClipPath[];
|
|
572
|
+
WebkitColumnCount?: ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.ColumnCount | NonNullable<import("csstype").Property.ColumnCount>[];
|
|
573
|
+
WebkitColumnFill?: import("csstype").Property.ColumnFill | NonNullable<import("csstype").Property.ColumnFill>[] | import("csstype").Property.ColumnFill[];
|
|
574
|
+
WebkitColumnRuleColor?: string[] | import("csstype").Property.ColumnRuleColor | import("csstype").Property.ColumnRuleColor[];
|
|
575
|
+
WebkitColumnRuleStyle?: string[] | import("csstype").Property.ColumnRuleStyle | import("csstype").Property.ColumnRuleStyle[];
|
|
576
|
+
WebkitColumnRuleWidth?: (string | (string & {}))[] | import("csstype").Property.ColumnRuleWidth<string | number> | NonNullable<import("csstype").Property.ColumnRuleWidth<string | number>>[];
|
|
577
|
+
WebkitColumnSpan?: import("csstype").Property.ColumnSpan | NonNullable<import("csstype").Property.ColumnSpan>[] | import("csstype").Property.ColumnSpan[];
|
|
578
|
+
WebkitColumnWidth?: string[] | import("csstype").Property.ColumnWidth<string | number> | NonNullable<import("csstype").Property.ColumnWidth<string | number>>[];
|
|
579
|
+
WebkitFilter?: string[] | import("csstype").Property.Filter | import("csstype").Property.Filter[];
|
|
580
|
+
WebkitFlexBasis?: (string | (string & {}))[] | import("csstype").Property.FlexBasis<string | number> | NonNullable<import("csstype").Property.FlexBasis<string | number>>[];
|
|
581
|
+
WebkitFlexDirection?: import("csstype").Property.FlexDirection | NonNullable<import("csstype").Property.FlexDirection>[] | import("csstype").Property.FlexDirection[];
|
|
582
|
+
WebkitFlexGrow?: import("csstype").Property.FlexGrow | NonNullable<import("csstype").Property.FlexGrow>[] | ((string & {}) | import("csstype").Globals)[];
|
|
583
|
+
WebkitFlexShrink?: ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.FlexShrink | NonNullable<import("csstype").Property.FlexShrink>[];
|
|
584
|
+
WebkitFlexWrap?: import("csstype").Property.FlexWrap | NonNullable<import("csstype").Property.FlexWrap>[] | import("csstype").Property.FlexWrap[];
|
|
585
|
+
WebkitFontFeatureSettings?: string[] | import("csstype").Property.FontFeatureSettings | import("csstype").Property.FontFeatureSettings[];
|
|
586
|
+
WebkitFontKerning?: import("csstype").Property.FontKerning | NonNullable<import("csstype").Property.FontKerning>[] | import("csstype").Property.FontKerning[];
|
|
587
|
+
WebkitFontSmoothing?: string[] | import("csstype").Property.FontSmooth<string | number> | NonNullable<import("csstype").Property.FontSmooth<string | number>>[];
|
|
588
|
+
WebkitFontVariantLigatures?: string[] | import("csstype").Property.FontVariantLigatures | import("csstype").Property.FontVariantLigatures[];
|
|
589
|
+
WebkitHyphenateCharacter?: string[] | import("csstype").Property.HyphenateCharacter | import("csstype").Property.HyphenateCharacter[];
|
|
590
|
+
WebkitHyphens?: import("csstype").Property.Hyphens | NonNullable<import("csstype").Property.Hyphens>[] | import("csstype").Property.Hyphens[];
|
|
591
|
+
WebkitInitialLetter?: import("csstype").Property.InitialLetter | NonNullable<import("csstype").Property.InitialLetter>[] | ((string & {}) | import("csstype").Globals | "normal")[];
|
|
592
|
+
WebkitJustifyContent?: string[] | import("csstype").Property.JustifyContent | import("csstype").Property.JustifyContent[];
|
|
593
|
+
WebkitLineBreak?: import("csstype").Property.LineBreak | NonNullable<import("csstype").Property.LineBreak>[] | import("csstype").Property.LineBreak[];
|
|
594
|
+
WebkitLineClamp?: ("none" | (string & {}) | import("csstype").Globals)[] | import("csstype").Property.WebkitLineClamp | NonNullable<import("csstype").Property.WebkitLineClamp>[];
|
|
595
|
+
WebkitMarginEnd?: (string | (string & {}))[] | import("csstype").Property.MarginInlineEnd<string | number> | NonNullable<import("csstype").Property.MarginInlineEnd<string | number>>[];
|
|
596
|
+
WebkitMarginStart?: (string | (string & {}))[] | import("csstype").Property.MarginInlineStart<string | number> | NonNullable<import("csstype").Property.MarginInlineStart<string | number>>[];
|
|
597
|
+
WebkitMaskAttachment?: string[] | import("csstype").Property.WebkitMaskAttachment | import("csstype").Property.WebkitMaskAttachment[];
|
|
598
|
+
WebkitMaskBoxImageOutset?: (string | (string & {}))[] | import("csstype").Property.MaskBorderOutset<string | number> | NonNullable<import("csstype").Property.MaskBorderOutset<string | number>>[];
|
|
599
|
+
WebkitMaskBoxImageRepeat?: string[] | import("csstype").Property.MaskBorderRepeat | import("csstype").Property.MaskBorderRepeat[];
|
|
600
|
+
WebkitMaskBoxImageSlice?: ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.MaskBorderSlice | NonNullable<import("csstype").Property.MaskBorderSlice>[];
|
|
601
|
+
WebkitMaskBoxImageSource?: string[] | import("csstype").Property.MaskBorderSource | import("csstype").Property.MaskBorderSource[];
|
|
602
|
+
WebkitMaskBoxImageWidth?: (string | (string & {}))[] | import("csstype").Property.MaskBorderWidth<string | number> | NonNullable<import("csstype").Property.MaskBorderWidth<string | number>>[];
|
|
603
|
+
WebkitMaskClip?: string[] | import("csstype").Property.WebkitMaskClip | import("csstype").Property.WebkitMaskClip[];
|
|
604
|
+
WebkitMaskComposite?: string[] | import("csstype").Property.WebkitMaskComposite | import("csstype").Property.WebkitMaskComposite[];
|
|
605
|
+
WebkitMaskImage?: string[] | import("csstype").Property.WebkitMaskImage | import("csstype").Property.WebkitMaskImage[];
|
|
606
|
+
WebkitMaskOrigin?: string[] | import("csstype").Property.WebkitMaskOrigin | import("csstype").Property.WebkitMaskOrigin[];
|
|
607
|
+
WebkitMaskPosition?: (string | (string & {}))[] | import("csstype").Property.WebkitMaskPosition<string | number> | NonNullable<import("csstype").Property.WebkitMaskPosition<string | number>>[];
|
|
608
|
+
WebkitMaskPositionX?: (string | (string & {}))[] | import("csstype").Property.WebkitMaskPositionX<string | number> | NonNullable<import("csstype").Property.WebkitMaskPositionX<string | number>>[];
|
|
609
|
+
WebkitMaskPositionY?: (string | (string & {}))[] | import("csstype").Property.WebkitMaskPositionY<string | number> | NonNullable<import("csstype").Property.WebkitMaskPositionY<string | number>>[];
|
|
610
|
+
WebkitMaskRepeat?: string[] | import("csstype").Property.WebkitMaskRepeat | import("csstype").Property.WebkitMaskRepeat[];
|
|
611
|
+
WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | NonNullable<import("csstype").Property.WebkitMaskRepeatX>[] | import("csstype").Property.WebkitMaskRepeatX[];
|
|
612
|
+
WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | NonNullable<import("csstype").Property.WebkitMaskRepeatY>[] | import("csstype").Property.WebkitMaskRepeatY[];
|
|
613
|
+
WebkitMaskSize?: (string | (string & {}))[] | import("csstype").Property.WebkitMaskSize<string | number> | NonNullable<import("csstype").Property.WebkitMaskSize<string | number>>[];
|
|
614
|
+
WebkitMaxInlineSize?: (string | (string & {}))[] | import("csstype").Property.MaxInlineSize<string | number> | NonNullable<import("csstype").Property.MaxInlineSize<string | number>>[];
|
|
615
|
+
WebkitOrder?: ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.Order | NonNullable<import("csstype").Property.Order>[];
|
|
616
|
+
WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | NonNullable<import("csstype").Property.WebkitOverflowScrolling>[] | import("csstype").Property.WebkitOverflowScrolling[];
|
|
617
|
+
WebkitPaddingEnd?: (string | (string & {}))[] | import("csstype").Property.PaddingInlineEnd<string | number> | NonNullable<import("csstype").Property.PaddingInlineEnd<string | number>>[];
|
|
618
|
+
WebkitPaddingStart?: (string | (string & {}))[] | import("csstype").Property.PaddingInlineStart<string | number> | NonNullable<import("csstype").Property.PaddingInlineStart<string | number>>[];
|
|
619
|
+
WebkitPerspective?: string[] | import("csstype").Property.Perspective<string | number> | NonNullable<import("csstype").Property.Perspective<string | number>>[];
|
|
620
|
+
WebkitPerspectiveOrigin?: (string | (string & {}))[] | import("csstype").Property.PerspectiveOrigin<string | number> | NonNullable<import("csstype").Property.PerspectiveOrigin<string | number>>[];
|
|
621
|
+
WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | NonNullable<import("csstype").Property.PrintColorAdjust>[] | import("csstype").Property.PrintColorAdjust[];
|
|
622
|
+
WebkitRubyPosition?: string[] | import("csstype").Property.RubyPosition | import("csstype").Property.RubyPosition[];
|
|
623
|
+
WebkitScrollSnapType?: string[] | import("csstype").Property.ScrollSnapType | import("csstype").Property.ScrollSnapType[];
|
|
624
|
+
WebkitShapeMargin?: (string | (string & {}))[] | import("csstype").Property.ShapeMargin<string | number> | NonNullable<import("csstype").Property.ShapeMargin<string | number>>[];
|
|
625
|
+
WebkitTapHighlightColor?: string[] | import("csstype").Property.WebkitTapHighlightColor | import("csstype").Property.WebkitTapHighlightColor[];
|
|
626
|
+
WebkitTextCombine?: string[] | import("csstype").Property.TextCombineUpright | import("csstype").Property.TextCombineUpright[];
|
|
627
|
+
WebkitTextDecorationColor?: string[] | import("csstype").Property.TextDecorationColor | import("csstype").Property.TextDecorationColor[];
|
|
628
|
+
WebkitTextDecorationLine?: string[] | import("csstype").Property.TextDecorationLine | import("csstype").Property.TextDecorationLine[];
|
|
629
|
+
WebkitTextDecorationSkip?: string[] | import("csstype").Property.TextDecorationSkip | import("csstype").Property.TextDecorationSkip[];
|
|
630
|
+
WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | NonNullable<import("csstype").Property.TextDecorationStyle>[] | import("csstype").Property.TextDecorationStyle[];
|
|
631
|
+
WebkitTextEmphasisColor?: string[] | import("csstype").Property.TextEmphasisColor | import("csstype").Property.TextEmphasisColor[];
|
|
632
|
+
WebkitTextEmphasisPosition?: string[] | import("csstype").Property.TextEmphasisPosition | import("csstype").Property.TextEmphasisPosition[];
|
|
633
|
+
WebkitTextEmphasisStyle?: string[] | import("csstype").Property.TextEmphasisStyle | import("csstype").Property.TextEmphasisStyle[];
|
|
634
|
+
WebkitTextFillColor?: string[] | import("csstype").Property.WebkitTextFillColor | import("csstype").Property.WebkitTextFillColor[];
|
|
635
|
+
WebkitTextOrientation?: import("csstype").Property.TextOrientation | NonNullable<import("csstype").Property.TextOrientation>[] | import("csstype").Property.TextOrientation[];
|
|
636
|
+
WebkitTextSizeAdjust?: string[] | import("csstype").Property.TextSizeAdjust | import("csstype").Property.TextSizeAdjust[];
|
|
637
|
+
WebkitTextStrokeColor?: string[] | import("csstype").Property.WebkitTextStrokeColor | import("csstype").Property.WebkitTextStrokeColor[];
|
|
638
|
+
WebkitTextStrokeWidth?: string[] | import("csstype").Property.WebkitTextStrokeWidth<string | number> | NonNullable<import("csstype").Property.WebkitTextStrokeWidth<string | number>>[];
|
|
639
|
+
WebkitTextUnderlinePosition?: string[] | import("csstype").Property.TextUnderlinePosition | import("csstype").Property.TextUnderlinePosition[];
|
|
640
|
+
WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | NonNullable<import("csstype").Property.WebkitTouchCallout>[] | import("csstype").Property.WebkitTouchCallout[];
|
|
641
|
+
WebkitTransform?: string[] | import("csstype").Property.Transform | import("csstype").Property.Transform[];
|
|
642
|
+
WebkitTransformOrigin?: (string | (string & {}))[] | import("csstype").Property.TransformOrigin<string | number> | NonNullable<import("csstype").Property.TransformOrigin<string | number>>[];
|
|
643
|
+
WebkitTransformStyle?: import("csstype").Property.TransformStyle | NonNullable<import("csstype").Property.TransformStyle>[] | import("csstype").Property.TransformStyle[];
|
|
644
|
+
WebkitTransitionDelay?: string[] | import("csstype").Property.TransitionDelay<string & {}> | import("csstype").Property.TransitionDelay<string & {}>[];
|
|
645
|
+
WebkitTransitionDuration?: string[] | import("csstype").Property.TransitionDuration<string & {}> | import("csstype").Property.TransitionDuration<string & {}>[];
|
|
646
|
+
WebkitTransitionProperty?: string[] | import("csstype").Property.TransitionProperty | import("csstype").Property.TransitionProperty[];
|
|
647
|
+
WebkitTransitionTimingFunction?: string[] | import("csstype").Property.TransitionTimingFunction | import("csstype").Property.TransitionTimingFunction[];
|
|
648
|
+
WebkitUserModify?: import("csstype").Property.WebkitUserModify | NonNullable<import("csstype").Property.WebkitUserModify>[] | import("csstype").Property.WebkitUserModify[];
|
|
649
|
+
WebkitUserSelect?: import("csstype").Property.UserSelect | NonNullable<import("csstype").Property.UserSelect>[] | import("csstype").Property.UserSelect[];
|
|
650
|
+
WebkitWritingMode?: import("csstype").Property.WritingMode | NonNullable<import("csstype").Property.WritingMode>[] | import("csstype").Property.WritingMode[];
|
|
651
|
+
MozAnimation?: import("csstype").Property.Animation<string & {}> | NonNullable<import("csstype").Property.Animation<string & {}>>[] | (import("csstype").Globals | import("csstype").DataType.SingleAnimationDirection | import("csstype").DataType.SingleAnimationFillMode | "infinite" | "paused" | "running" | import("csstype").DataType.EasingFunction)[];
|
|
652
|
+
MozBorderImage?: import("csstype").Property.BorderImage | NonNullable<import("csstype").Property.BorderImage>[] | ("repeat" | "none" | (string & {}) | import("csstype").Globals | "stretch" | "round" | "space")[];
|
|
653
|
+
MozColumnRule?: (string | (string & {}))[] | import("csstype").Property.ColumnRule<string | number> | NonNullable<import("csstype").Property.ColumnRule<string | number>>[];
|
|
654
|
+
MozColumns?: (string | (string & {}))[] | import("csstype").Property.Columns<string | number> | NonNullable<import("csstype").Property.Columns<string | number>>[];
|
|
655
|
+
MozTransition?: string[] | import("csstype").Property.Transition<string & {}> | import("csstype").Property.Transition<string & {}>[];
|
|
656
|
+
msContentZoomLimit?: string[] | import("csstype").Property.MsContentZoomLimit | import("csstype").Property.MsContentZoomLimit[];
|
|
657
|
+
msContentZoomSnap?: string[] | import("csstype").Property.MsContentZoomSnap | import("csstype").Property.MsContentZoomSnap[];
|
|
658
|
+
msFlex?: (string | (string & {}))[] | import("csstype").Property.Flex<string | number> | NonNullable<import("csstype").Property.Flex<string | number>>[];
|
|
659
|
+
msScrollLimit?: string[] | import("csstype").Property.MsScrollLimit | import("csstype").Property.MsScrollLimit[];
|
|
660
|
+
msScrollSnapX?: string[] | import("csstype").Property.MsScrollSnapX | import("csstype").Property.MsScrollSnapX[];
|
|
661
|
+
msScrollSnapY?: string[] | import("csstype").Property.MsScrollSnapY | import("csstype").Property.MsScrollSnapY[];
|
|
662
|
+
msTransition?: string[] | import("csstype").Property.Transition<string & {}> | import("csstype").Property.Transition<string & {}>[];
|
|
663
|
+
WebkitAnimation?: import("csstype").Property.Animation<string & {}> | NonNullable<import("csstype").Property.Animation<string & {}>>[] | (import("csstype").Globals | import("csstype").DataType.SingleAnimationDirection | import("csstype").DataType.SingleAnimationFillMode | "infinite" | "paused" | "running" | import("csstype").DataType.EasingFunction)[];
|
|
664
|
+
WebkitBorderBefore?: (string | (string & {}))[] | import("csstype").Property.WebkitBorderBefore<string | number> | NonNullable<import("csstype").Property.WebkitBorderBefore<string | number>>[];
|
|
665
|
+
WebkitBorderImage?: import("csstype").Property.BorderImage | NonNullable<import("csstype").Property.BorderImage>[] | ("repeat" | "none" | (string & {}) | import("csstype").Globals | "stretch" | "round" | "space")[];
|
|
666
|
+
WebkitBorderRadius?: (string | (string & {}))[] | import("csstype").Property.BorderRadius<string | number> | NonNullable<import("csstype").Property.BorderRadius<string | number>>[];
|
|
667
|
+
WebkitColumnRule?: (string | (string & {}))[] | import("csstype").Property.ColumnRule<string | number> | NonNullable<import("csstype").Property.ColumnRule<string | number>>[];
|
|
668
|
+
WebkitColumns?: (string | (string & {}))[] | import("csstype").Property.Columns<string | number> | NonNullable<import("csstype").Property.Columns<string | number>>[];
|
|
669
|
+
WebkitFlex?: (string | (string & {}))[] | import("csstype").Property.Flex<string | number> | NonNullable<import("csstype").Property.Flex<string | number>>[];
|
|
670
|
+
WebkitFlexFlow?: string[] | import("csstype").Property.FlexFlow | import("csstype").Property.FlexFlow[];
|
|
671
|
+
WebkitMask?: (string | (string & {}))[] | import("csstype").Property.WebkitMask<string | number> | NonNullable<import("csstype").Property.WebkitMask<string | number>>[];
|
|
672
|
+
WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | NonNullable<import("csstype").Property.MaskBorder>[] | ("repeat" | "none" | (string & {}) | import("csstype").Globals | "stretch" | "round" | "space" | "alpha" | "luminance")[];
|
|
673
|
+
WebkitTextEmphasis?: string[] | import("csstype").Property.TextEmphasis | import("csstype").Property.TextEmphasis[];
|
|
674
|
+
WebkitTextStroke?: (string | (string & {}))[] | import("csstype").Property.WebkitTextStroke<string | number> | NonNullable<import("csstype").Property.WebkitTextStroke<string | number>>[];
|
|
675
|
+
WebkitTransition?: string[] | import("csstype").Property.Transition<string & {}> | import("csstype").Property.Transition<string & {}>[];
|
|
676
|
+
azimuth?: string[] | import("csstype").Property.Azimuth | import("csstype").Property.Azimuth[];
|
|
677
|
+
boxAlign?: import("csstype").Property.BoxAlign | NonNullable<import("csstype").Property.BoxAlign>[] | import("csstype").Property.BoxAlign[];
|
|
678
|
+
boxDirection?: import("csstype").Property.BoxDirection | NonNullable<import("csstype").Property.BoxDirection>[] | import("csstype").Property.BoxDirection[];
|
|
679
|
+
boxFlex?: ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.BoxFlex | NonNullable<import("csstype").Property.BoxFlex>[];
|
|
680
|
+
boxFlexGroup?: ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.BoxFlexGroup | NonNullable<import("csstype").Property.BoxFlexGroup>[];
|
|
681
|
+
boxLines?: import("csstype").Property.BoxLines | NonNullable<import("csstype").Property.BoxLines>[] | import("csstype").Property.BoxLines[];
|
|
682
|
+
boxOrdinalGroup?: ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.BoxOrdinalGroup | NonNullable<import("csstype").Property.BoxOrdinalGroup>[];
|
|
683
|
+
boxOrient?: import("csstype").Property.BoxOrient | NonNullable<import("csstype").Property.BoxOrient>[] | import("csstype").Property.BoxOrient[];
|
|
684
|
+
boxPack?: import("csstype").Property.BoxPack | NonNullable<import("csstype").Property.BoxPack>[] | import("csstype").Property.BoxPack[];
|
|
685
|
+
clip?: string[] | import("csstype").Property.Clip | import("csstype").Property.Clip[];
|
|
686
|
+
gridColumnGap?: (string | (string & {}))[] | import("csstype").Property.GridColumnGap<string | number> | NonNullable<import("csstype").Property.GridColumnGap<string | number>>[];
|
|
687
|
+
gridGap?: (string | (string & {}))[] | import("csstype").Property.GridGap<string | number> | NonNullable<import("csstype").Property.GridGap<string | number>>[];
|
|
688
|
+
gridRowGap?: (string | (string & {}))[] | import("csstype").Property.GridRowGap<string | number> | NonNullable<import("csstype").Property.GridRowGap<string | number>>[];
|
|
689
|
+
imeMode?: import("csstype").Property.ImeMode | NonNullable<import("csstype").Property.ImeMode>[] | import("csstype").Property.ImeMode[];
|
|
690
|
+
offsetBlock?: (string | (string & {}))[] | import("csstype").Property.InsetBlock<string | number> | NonNullable<import("csstype").Property.InsetBlock<string | number>>[];
|
|
691
|
+
offsetBlockEnd?: (string | (string & {}))[] | import("csstype").Property.InsetBlockEnd<string | number> | NonNullable<import("csstype").Property.InsetBlockEnd<string | number>>[];
|
|
692
|
+
offsetBlockStart?: (string | (string & {}))[] | import("csstype").Property.InsetBlockStart<string | number> | NonNullable<import("csstype").Property.InsetBlockStart<string | number>>[];
|
|
693
|
+
offsetInline?: (string | (string & {}))[] | import("csstype").Property.InsetInline<string | number> | NonNullable<import("csstype").Property.InsetInline<string | number>>[];
|
|
694
|
+
offsetInlineEnd?: (string | (string & {}))[] | import("csstype").Property.InsetInlineEnd<string | number> | NonNullable<import("csstype").Property.InsetInlineEnd<string | number>>[];
|
|
695
|
+
offsetInlineStart?: (string | (string & {}))[] | import("csstype").Property.InsetInlineStart<string | number> | NonNullable<import("csstype").Property.InsetInlineStart<string | number>>[];
|
|
696
|
+
scrollSnapCoordinate?: (string | (string & {}))[] | import("csstype").Property.ScrollSnapCoordinate<string | number> | NonNullable<import("csstype").Property.ScrollSnapCoordinate<string | number>>[];
|
|
697
|
+
scrollSnapDestination?: (string | (string & {}))[] | import("csstype").Property.ScrollSnapDestination<string | number> | NonNullable<import("csstype").Property.ScrollSnapDestination<string | number>>[];
|
|
698
|
+
scrollSnapPointsX?: string[] | import("csstype").Property.ScrollSnapPointsX | import("csstype").Property.ScrollSnapPointsX[];
|
|
699
|
+
scrollSnapPointsY?: string[] | import("csstype").Property.ScrollSnapPointsY | import("csstype").Property.ScrollSnapPointsY[];
|
|
700
|
+
scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | NonNullable<import("csstype").Property.ScrollSnapTypeX>[] | import("csstype").Property.ScrollSnapTypeX[];
|
|
701
|
+
scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | NonNullable<import("csstype").Property.ScrollSnapTypeY>[] | import("csstype").Property.ScrollSnapTypeY[];
|
|
702
|
+
KhtmlBoxAlign?: import("csstype").Property.BoxAlign | NonNullable<import("csstype").Property.BoxAlign>[] | import("csstype").Property.BoxAlign[];
|
|
703
|
+
KhtmlBoxDirection?: import("csstype").Property.BoxDirection | NonNullable<import("csstype").Property.BoxDirection>[] | import("csstype").Property.BoxDirection[];
|
|
704
|
+
KhtmlBoxFlex?: ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.BoxFlex | NonNullable<import("csstype").Property.BoxFlex>[];
|
|
705
|
+
KhtmlBoxFlexGroup?: ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.BoxFlexGroup | NonNullable<import("csstype").Property.BoxFlexGroup>[];
|
|
706
|
+
KhtmlBoxLines?: import("csstype").Property.BoxLines | NonNullable<import("csstype").Property.BoxLines>[] | import("csstype").Property.BoxLines[];
|
|
707
|
+
KhtmlBoxOrdinalGroup?: ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.BoxOrdinalGroup | NonNullable<import("csstype").Property.BoxOrdinalGroup>[];
|
|
708
|
+
KhtmlBoxOrient?: import("csstype").Property.BoxOrient | NonNullable<import("csstype").Property.BoxOrient>[] | import("csstype").Property.BoxOrient[];
|
|
709
|
+
KhtmlBoxPack?: import("csstype").Property.BoxPack | NonNullable<import("csstype").Property.BoxPack>[] | import("csstype").Property.BoxPack[];
|
|
710
|
+
KhtmlLineBreak?: import("csstype").Property.LineBreak | NonNullable<import("csstype").Property.LineBreak>[] | import("csstype").Property.LineBreak[];
|
|
711
|
+
KhtmlOpacity?: ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.Opacity | NonNullable<import("csstype").Property.Opacity>[];
|
|
712
|
+
KhtmlUserSelect?: import("csstype").Property.UserSelect | NonNullable<import("csstype").Property.UserSelect>[] | import("csstype").Property.UserSelect[];
|
|
713
|
+
MozBackgroundClip?: string[] | import("csstype").Property.BackgroundClip | import("csstype").Property.BackgroundClip[];
|
|
714
|
+
MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | NonNullable<import("csstype").Property.BoxDecorationBreak>[] | import("csstype").Property.BoxDecorationBreak[];
|
|
715
|
+
MozBackgroundOrigin?: string[] | import("csstype").Property.BackgroundOrigin | import("csstype").Property.BackgroundOrigin[];
|
|
716
|
+
MozBackgroundSize?: (string | (string & {}))[] | import("csstype").Property.BackgroundSize<string | number> | NonNullable<import("csstype").Property.BackgroundSize<string | number>>[];
|
|
717
|
+
MozBinding?: string[] | import("csstype").Property.MozBinding | import("csstype").Property.MozBinding[];
|
|
718
|
+
MozBorderRadius?: (string | (string & {}))[] | import("csstype").Property.BorderRadius<string | number> | NonNullable<import("csstype").Property.BorderRadius<string | number>>[];
|
|
719
|
+
MozBorderRadiusBottomleft?: (string | (string & {}))[] | import("csstype").Property.BorderBottomLeftRadius<string | number> | NonNullable<import("csstype").Property.BorderBottomLeftRadius<string | number>>[];
|
|
720
|
+
MozBorderRadiusBottomright?: (string | (string & {}))[] | import("csstype").Property.BorderBottomRightRadius<string | number> | NonNullable<import("csstype").Property.BorderBottomRightRadius<string | number>>[];
|
|
721
|
+
MozBorderRadiusTopleft?: (string | (string & {}))[] | import("csstype").Property.BorderTopLeftRadius<string | number> | NonNullable<import("csstype").Property.BorderTopLeftRadius<string | number>>[];
|
|
722
|
+
MozBorderRadiusTopright?: (string | (string & {}))[] | import("csstype").Property.BorderTopRightRadius<string | number> | NonNullable<import("csstype").Property.BorderTopRightRadius<string | number>>[];
|
|
723
|
+
MozBoxAlign?: import("csstype").Property.BoxAlign | NonNullable<import("csstype").Property.BoxAlign>[] | import("csstype").Property.BoxAlign[];
|
|
724
|
+
MozBoxDirection?: import("csstype").Property.BoxDirection | NonNullable<import("csstype").Property.BoxDirection>[] | import("csstype").Property.BoxDirection[];
|
|
725
|
+
MozBoxFlex?: ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.BoxFlex | NonNullable<import("csstype").Property.BoxFlex>[];
|
|
726
|
+
MozBoxOrdinalGroup?: ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.BoxOrdinalGroup | NonNullable<import("csstype").Property.BoxOrdinalGroup>[];
|
|
727
|
+
MozBoxOrient?: import("csstype").Property.BoxOrient | NonNullable<import("csstype").Property.BoxOrient>[] | import("csstype").Property.BoxOrient[];
|
|
728
|
+
MozBoxPack?: import("csstype").Property.BoxPack | NonNullable<import("csstype").Property.BoxPack>[] | import("csstype").Property.BoxPack[];
|
|
729
|
+
MozBoxShadow?: string[] | import("csstype").Property.BoxShadow | import("csstype").Property.BoxShadow[];
|
|
730
|
+
MozFloatEdge?: import("csstype").Property.MozFloatEdge | NonNullable<import("csstype").Property.MozFloatEdge>[] | import("csstype").Property.MozFloatEdge[];
|
|
731
|
+
MozForceBrokenImageIcon?: ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.MozForceBrokenImageIcon | NonNullable<import("csstype").Property.MozForceBrokenImageIcon>[];
|
|
732
|
+
MozOpacity?: ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.Opacity | NonNullable<import("csstype").Property.Opacity>[];
|
|
733
|
+
MozOutline?: (string | (string & {}))[] | import("csstype").Property.Outline<string | number> | NonNullable<import("csstype").Property.Outline<string | number>>[];
|
|
734
|
+
MozOutlineColor?: string[] | import("csstype").Property.OutlineColor | import("csstype").Property.OutlineColor[];
|
|
735
|
+
MozOutlineRadius?: (string | (string & {}))[] | import("csstype").Property.MozOutlineRadius<string | number> | NonNullable<import("csstype").Property.MozOutlineRadius<string | number>>[];
|
|
736
|
+
MozOutlineRadiusBottomleft?: (string | (string & {}))[] | import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | NonNullable<import("csstype").Property.MozOutlineRadiusBottomleft<string | number>>[];
|
|
737
|
+
MozOutlineRadiusBottomright?: (string | (string & {}))[] | import("csstype").Property.MozOutlineRadiusBottomright<string | number> | NonNullable<import("csstype").Property.MozOutlineRadiusBottomright<string | number>>[];
|
|
738
|
+
MozOutlineRadiusTopleft?: (string | (string & {}))[] | import("csstype").Property.MozOutlineRadiusTopleft<string | number> | NonNullable<import("csstype").Property.MozOutlineRadiusTopleft<string | number>>[];
|
|
739
|
+
MozOutlineRadiusTopright?: (string | (string & {}))[] | import("csstype").Property.MozOutlineRadiusTopright<string | number> | NonNullable<import("csstype").Property.MozOutlineRadiusTopright<string | number>>[];
|
|
740
|
+
MozOutlineStyle?: string[] | import("csstype").Property.OutlineStyle | import("csstype").Property.OutlineStyle[];
|
|
741
|
+
MozOutlineWidth?: string[] | import("csstype").Property.OutlineWidth<string | number> | NonNullable<import("csstype").Property.OutlineWidth<string | number>>[];
|
|
742
|
+
MozTextAlignLast?: import("csstype").Property.TextAlignLast | NonNullable<import("csstype").Property.TextAlignLast>[] | import("csstype").Property.TextAlignLast[];
|
|
743
|
+
MozTextDecorationColor?: string[] | import("csstype").Property.TextDecorationColor | import("csstype").Property.TextDecorationColor[];
|
|
744
|
+
MozTextDecorationLine?: string[] | import("csstype").Property.TextDecorationLine | import("csstype").Property.TextDecorationLine[];
|
|
745
|
+
MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | NonNullable<import("csstype").Property.TextDecorationStyle>[] | import("csstype").Property.TextDecorationStyle[];
|
|
746
|
+
MozUserInput?: import("csstype").Property.MozUserInput | NonNullable<import("csstype").Property.MozUserInput>[] | import("csstype").Property.MozUserInput[];
|
|
747
|
+
msImeMode?: import("csstype").Property.ImeMode | NonNullable<import("csstype").Property.ImeMode>[] | import("csstype").Property.ImeMode[];
|
|
748
|
+
OAnimation?: import("csstype").Property.Animation<string & {}> | NonNullable<import("csstype").Property.Animation<string & {}>>[] | (import("csstype").Globals | import("csstype").DataType.SingleAnimationDirection | import("csstype").DataType.SingleAnimationFillMode | "infinite" | "paused" | "running" | import("csstype").DataType.EasingFunction)[];
|
|
749
|
+
OAnimationDelay?: string[] | import("csstype").Property.AnimationDelay<string & {}> | import("csstype").Property.AnimationDelay<string & {}>[];
|
|
750
|
+
OAnimationDirection?: string[] | import("csstype").Property.AnimationDirection | import("csstype").Property.AnimationDirection[];
|
|
751
|
+
OAnimationDuration?: string[] | import("csstype").Property.AnimationDuration<string & {}> | import("csstype").Property.AnimationDuration<string & {}>[];
|
|
752
|
+
OAnimationFillMode?: string[] | import("csstype").Property.AnimationFillMode | import("csstype").Property.AnimationFillMode[];
|
|
753
|
+
OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | NonNullable<import("csstype").Property.AnimationIterationCount>[] | ((string & {}) | import("csstype").Globals | "infinite")[];
|
|
754
|
+
OAnimationName?: string[] | import("csstype").Property.AnimationName | import("csstype").Property.AnimationName[];
|
|
755
|
+
OAnimationPlayState?: string[] | import("csstype").Property.AnimationPlayState | import("csstype").Property.AnimationPlayState[];
|
|
756
|
+
OAnimationTimingFunction?: string[] | import("csstype").Property.AnimationTimingFunction | import("csstype").Property.AnimationTimingFunction[];
|
|
757
|
+
OBackgroundSize?: (string | (string & {}))[] | import("csstype").Property.BackgroundSize<string | number> | NonNullable<import("csstype").Property.BackgroundSize<string | number>>[];
|
|
758
|
+
OBorderImage?: import("csstype").Property.BorderImage | NonNullable<import("csstype").Property.BorderImage>[] | ("repeat" | "none" | (string & {}) | import("csstype").Globals | "stretch" | "round" | "space")[];
|
|
759
|
+
OObjectFit?: import("csstype").Property.ObjectFit | NonNullable<import("csstype").Property.ObjectFit>[] | import("csstype").Property.ObjectFit[];
|
|
760
|
+
OObjectPosition?: (string | (string & {}))[] | import("csstype").Property.ObjectPosition<string | number> | NonNullable<import("csstype").Property.ObjectPosition<string | number>>[];
|
|
761
|
+
OTabSize?: (string | (string & {}))[] | import("csstype").Property.TabSize<string | number> | NonNullable<import("csstype").Property.TabSize<string | number>>[];
|
|
762
|
+
OTextOverflow?: string[] | import("csstype").Property.TextOverflow | import("csstype").Property.TextOverflow[];
|
|
763
|
+
OTransform?: string[] | import("csstype").Property.Transform | import("csstype").Property.Transform[];
|
|
764
|
+
OTransformOrigin?: (string | (string & {}))[] | import("csstype").Property.TransformOrigin<string | number> | NonNullable<import("csstype").Property.TransformOrigin<string | number>>[];
|
|
765
|
+
OTransition?: string[] | import("csstype").Property.Transition<string & {}> | import("csstype").Property.Transition<string & {}>[];
|
|
766
|
+
OTransitionDelay?: string[] | import("csstype").Property.TransitionDelay<string & {}> | import("csstype").Property.TransitionDelay<string & {}>[];
|
|
767
|
+
OTransitionDuration?: string[] | import("csstype").Property.TransitionDuration<string & {}> | import("csstype").Property.TransitionDuration<string & {}>[];
|
|
768
|
+
OTransitionProperty?: string[] | import("csstype").Property.TransitionProperty | import("csstype").Property.TransitionProperty[];
|
|
769
|
+
OTransitionTimingFunction?: string[] | import("csstype").Property.TransitionTimingFunction | import("csstype").Property.TransitionTimingFunction[];
|
|
770
|
+
WebkitBoxAlign?: import("csstype").Property.BoxAlign | NonNullable<import("csstype").Property.BoxAlign>[] | import("csstype").Property.BoxAlign[];
|
|
771
|
+
WebkitBoxDirection?: import("csstype").Property.BoxDirection | NonNullable<import("csstype").Property.BoxDirection>[] | import("csstype").Property.BoxDirection[];
|
|
772
|
+
WebkitBoxFlex?: ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.BoxFlex | NonNullable<import("csstype").Property.BoxFlex>[];
|
|
773
|
+
WebkitBoxFlexGroup?: ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.BoxFlexGroup | NonNullable<import("csstype").Property.BoxFlexGroup>[];
|
|
774
|
+
WebkitBoxLines?: import("csstype").Property.BoxLines | NonNullable<import("csstype").Property.BoxLines>[] | import("csstype").Property.BoxLines[];
|
|
775
|
+
WebkitBoxOrdinalGroup?: ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.BoxOrdinalGroup | NonNullable<import("csstype").Property.BoxOrdinalGroup>[];
|
|
776
|
+
WebkitBoxOrient?: import("csstype").Property.BoxOrient | NonNullable<import("csstype").Property.BoxOrient>[] | import("csstype").Property.BoxOrient[];
|
|
777
|
+
WebkitBoxPack?: import("csstype").Property.BoxPack | NonNullable<import("csstype").Property.BoxPack>[] | import("csstype").Property.BoxPack[];
|
|
778
|
+
WebkitScrollSnapPointsX?: string[] | import("csstype").Property.ScrollSnapPointsX | import("csstype").Property.ScrollSnapPointsX[];
|
|
779
|
+
WebkitScrollSnapPointsY?: string[] | import("csstype").Property.ScrollSnapPointsY | import("csstype").Property.ScrollSnapPointsY[];
|
|
780
|
+
alignmentBaseline?: import("csstype").Property.AlignmentBaseline | NonNullable<import("csstype").Property.AlignmentBaseline>[] | import("csstype").Property.AlignmentBaseline[];
|
|
781
|
+
baselineShift?: (string | (string & {}))[] | import("csstype").Property.BaselineShift<string | number> | NonNullable<import("csstype").Property.BaselineShift<string | number>>[];
|
|
782
|
+
clipRule?: import("csstype").Property.ClipRule | NonNullable<import("csstype").Property.ClipRule>[] | import("csstype").Property.ClipRule[];
|
|
783
|
+
colorInterpolation?: import("csstype").Property.ColorInterpolation | NonNullable<import("csstype").Property.ColorInterpolation>[] | import("csstype").Property.ColorInterpolation[];
|
|
784
|
+
colorRendering?: import("csstype").Property.ColorRendering | NonNullable<import("csstype").Property.ColorRendering>[] | import("csstype").Property.ColorRendering[];
|
|
785
|
+
dominantBaseline?: import("csstype").Property.DominantBaseline | NonNullable<import("csstype").Property.DominantBaseline>[] | import("csstype").Property.DominantBaseline[];
|
|
786
|
+
fill?: string[] | import("csstype").Property.Fill | import("csstype").Property.Fill[];
|
|
787
|
+
fillOpacity?: ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.FillOpacity | NonNullable<import("csstype").Property.FillOpacity>[];
|
|
788
|
+
fillRule?: import("csstype").Property.FillRule | NonNullable<import("csstype").Property.FillRule>[] | import("csstype").Property.FillRule[];
|
|
789
|
+
floodColor?: string[] | import("csstype").Property.FloodColor | import("csstype").Property.FloodColor[];
|
|
790
|
+
floodOpacity?: ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.FloodOpacity | NonNullable<import("csstype").Property.FloodOpacity>[];
|
|
791
|
+
glyphOrientationVertical?: ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.GlyphOrientationVertical | NonNullable<import("csstype").Property.GlyphOrientationVertical>[];
|
|
792
|
+
lightingColor?: string[] | import("csstype").Property.LightingColor | import("csstype").Property.LightingColor[];
|
|
793
|
+
marker?: string[] | import("csstype").Property.Marker | import("csstype").Property.Marker[];
|
|
794
|
+
markerEnd?: string[] | import("csstype").Property.MarkerEnd | import("csstype").Property.MarkerEnd[];
|
|
795
|
+
markerMid?: string[] | import("csstype").Property.MarkerMid | import("csstype").Property.MarkerMid[];
|
|
796
|
+
markerStart?: string[] | import("csstype").Property.MarkerStart | import("csstype").Property.MarkerStart[];
|
|
797
|
+
shapeRendering?: import("csstype").Property.ShapeRendering | NonNullable<import("csstype").Property.ShapeRendering>[] | import("csstype").Property.ShapeRendering[];
|
|
798
|
+
stopColor?: string[] | import("csstype").Property.StopColor | import("csstype").Property.StopColor[];
|
|
799
|
+
stopOpacity?: ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.StopOpacity | NonNullable<import("csstype").Property.StopOpacity>[];
|
|
800
|
+
stroke?: string[] | import("csstype").Property.Stroke | import("csstype").Property.Stroke[];
|
|
801
|
+
strokeDasharray?: (string | (string & {}))[] | import("csstype").Property.StrokeDasharray<string | number> | NonNullable<import("csstype").Property.StrokeDasharray<string | number>>[];
|
|
802
|
+
strokeDashoffset?: (string | (string & {}))[] | import("csstype").Property.StrokeDashoffset<string | number> | NonNullable<import("csstype").Property.StrokeDashoffset<string | number>>[];
|
|
803
|
+
strokeLinecap?: import("csstype").Property.StrokeLinecap | NonNullable<import("csstype").Property.StrokeLinecap>[] | import("csstype").Property.StrokeLinecap[];
|
|
804
|
+
strokeLinejoin?: import("csstype").Property.StrokeLinejoin | NonNullable<import("csstype").Property.StrokeLinejoin>[] | import("csstype").Property.StrokeLinejoin[];
|
|
805
|
+
strokeMiterlimit?: ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.StrokeMiterlimit | NonNullable<import("csstype").Property.StrokeMiterlimit>[];
|
|
806
|
+
strokeOpacity?: ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.StrokeOpacity | NonNullable<import("csstype").Property.StrokeOpacity>[];
|
|
807
|
+
strokeWidth?: (string | (string & {}))[] | import("csstype").Property.StrokeWidth<string | number> | NonNullable<import("csstype").Property.StrokeWidth<string | number>>[];
|
|
808
|
+
textAnchor?: import("csstype").Property.TextAnchor | NonNullable<import("csstype").Property.TextAnchor>[] | import("csstype").Property.TextAnchor[];
|
|
809
|
+
vectorEffect?: import("csstype").Property.VectorEffect | NonNullable<import("csstype").Property.VectorEffect>[] | import("csstype").Property.VectorEffect[];
|
|
798
810
|
":-moz-any()"?: import("@emotion/serialize").CSSObject;
|
|
799
811
|
":-moz-dir"?: import("@emotion/serialize").CSSObject;
|
|
800
812
|
":-webkit-any()"?: import("@emotion/serialize").CSSObject;
|
|
@@ -822,6 +834,8 @@ export declare const customStyles: (theme: Theme, markInvalid?: boolean) => {
|
|
|
822
834
|
":-moz-placeholder"?: import("@emotion/serialize").CSSObject;
|
|
823
835
|
":-moz-read-only"?: import("@emotion/serialize").CSSObject;
|
|
824
836
|
":-moz-read-write"?: import("@emotion/serialize").CSSObject;
|
|
837
|
+
":-moz-ui-invalid"?: import("@emotion/serialize").CSSObject;
|
|
838
|
+
":-moz-ui-valid"?: import("@emotion/serialize").CSSObject;
|
|
825
839
|
":-ms-fullscreen"?: import("@emotion/serialize").CSSObject;
|
|
826
840
|
":-ms-input-placeholder"?: import("@emotion/serialize").CSSObject;
|
|
827
841
|
":-webkit-any-link"?: import("@emotion/serialize").CSSObject;
|
|
@@ -836,6 +850,7 @@ export declare const customStyles: (theme: Theme, markInvalid?: boolean) => {
|
|
|
836
850
|
"::-ms-browse"?: import("@emotion/serialize").CSSObject;
|
|
837
851
|
"::-ms-check"?: import("@emotion/serialize").CSSObject;
|
|
838
852
|
"::-ms-clear"?: import("@emotion/serialize").CSSObject;
|
|
853
|
+
"::-ms-expand"?: import("@emotion/serialize").CSSObject;
|
|
839
854
|
"::-ms-fill"?: import("@emotion/serialize").CSSObject;
|
|
840
855
|
"::-ms-fill-lower"?: import("@emotion/serialize").CSSObject;
|
|
841
856
|
"::-ms-fill-upper"?: import("@emotion/serialize").CSSObject;
|
|
@@ -864,12 +879,14 @@ export declare const customStyles: (theme: Theme, markInvalid?: boolean) => {
|
|
|
864
879
|
"::placeholder"?: import("@emotion/serialize").CSSObject;
|
|
865
880
|
"::selection"?: import("@emotion/serialize").CSSObject;
|
|
866
881
|
"::spelling-error"?: import("@emotion/serialize").CSSObject;
|
|
882
|
+
"::target-text"?: import("@emotion/serialize").CSSObject;
|
|
867
883
|
":active"?: import("@emotion/serialize").CSSObject;
|
|
868
884
|
":after"?: import("@emotion/serialize").CSSObject;
|
|
869
885
|
":any-link"?: import("@emotion/serialize").CSSObject;
|
|
870
886
|
":before"?: import("@emotion/serialize").CSSObject;
|
|
871
887
|
":blank"?: import("@emotion/serialize").CSSObject;
|
|
872
888
|
":checked"?: import("@emotion/serialize").CSSObject;
|
|
889
|
+
":current"?: import("@emotion/serialize").CSSObject;
|
|
873
890
|
":default"?: import("@emotion/serialize").CSSObject;
|
|
874
891
|
":defined"?: import("@emotion/serialize").CSSObject;
|
|
875
892
|
":disabled"?: import("@emotion/serialize").CSSObject;
|
|
@@ -884,6 +901,7 @@ export declare const customStyles: (theme: Theme, markInvalid?: boolean) => {
|
|
|
884
901
|
":focus-visible"?: import("@emotion/serialize").CSSObject;
|
|
885
902
|
":focus-within"?: import("@emotion/serialize").CSSObject;
|
|
886
903
|
":fullscreen"?: import("@emotion/serialize").CSSObject;
|
|
904
|
+
":future"?: import("@emotion/serialize").CSSObject;
|
|
887
905
|
":hover"?: import("@emotion/serialize").CSSObject;
|
|
888
906
|
":in-range"?: import("@emotion/serialize").CSSObject;
|
|
889
907
|
":indeterminate"?: import("@emotion/serialize").CSSObject;
|
|
@@ -892,11 +910,18 @@ export declare const customStyles: (theme: Theme, markInvalid?: boolean) => {
|
|
|
892
910
|
":last-of-type"?: import("@emotion/serialize").CSSObject;
|
|
893
911
|
":left"?: import("@emotion/serialize").CSSObject;
|
|
894
912
|
":link"?: import("@emotion/serialize").CSSObject;
|
|
913
|
+
":local-link"?: import("@emotion/serialize").CSSObject;
|
|
914
|
+
":nth-col"?: import("@emotion/serialize").CSSObject;
|
|
915
|
+
":nth-last-col"?: import("@emotion/serialize").CSSObject;
|
|
895
916
|
":only-child"?: import("@emotion/serialize").CSSObject;
|
|
896
917
|
":only-of-type"?: import("@emotion/serialize").CSSObject;
|
|
897
918
|
":optional"?: import("@emotion/serialize").CSSObject;
|
|
898
919
|
":out-of-range"?: import("@emotion/serialize").CSSObject;
|
|
920
|
+
":past"?: import("@emotion/serialize").CSSObject;
|
|
921
|
+
":paused"?: import("@emotion/serialize").CSSObject;
|
|
922
|
+
":picture-in-picture"?: import("@emotion/serialize").CSSObject;
|
|
899
923
|
":placeholder-shown"?: import("@emotion/serialize").CSSObject;
|
|
924
|
+
":playing"?: import("@emotion/serialize").CSSObject;
|
|
900
925
|
":read-only"?: import("@emotion/serialize").CSSObject;
|
|
901
926
|
":read-write"?: import("@emotion/serialize").CSSObject;
|
|
902
927
|
":required"?: import("@emotion/serialize").CSSObject;
|
|
@@ -904,6 +929,9 @@ export declare const customStyles: (theme: Theme, markInvalid?: boolean) => {
|
|
|
904
929
|
":root"?: import("@emotion/serialize").CSSObject;
|
|
905
930
|
":scope"?: import("@emotion/serialize").CSSObject;
|
|
906
931
|
":target"?: import("@emotion/serialize").CSSObject;
|
|
932
|
+
":target-within"?: import("@emotion/serialize").CSSObject;
|
|
933
|
+
":user-invalid"?: import("@emotion/serialize").CSSObject;
|
|
934
|
+
":user-valid"?: import("@emotion/serialize").CSSObject;
|
|
907
935
|
":valid"?: import("@emotion/serialize").CSSObject;
|
|
908
936
|
":visited"?: import("@emotion/serialize").CSSObject;
|
|
909
937
|
};
|