@gem-sdk/core 2.0.0 → 2.0.1

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.
@@ -35323,1528 +35323,7 @@ declare const removeAttrInStyle: (style?: React.CSSProperties, filterKeys?: stri
35323
35323
  textAnchor?: csstype.Property.TextAnchor | undefined;
35324
35324
  vectorEffect?: csstype.Property.VectorEffect | undefined;
35325
35325
  };
35326
- declare const filterCornerInStyle: (style?: React.CSSProperties) => {
35327
- [x: string]: any;
35328
- '--ai'?: csstype.Property.AlignItems | undefined;
35329
- '--hvr-ai'?: csstype.Property.AlignItems | undefined;
35330
- '--focus-ai'?: csstype.Property.AlignItems | undefined;
35331
- '--ai-tablet'?: csstype.Property.AlignItems | undefined;
35332
- '--hvr-ai-tablet'?: csstype.Property.AlignItems | undefined;
35333
- '--focus-ai-tablet'?: csstype.Property.AlignItems | undefined;
35334
- '--ai-mobile'?: csstype.Property.AlignItems | undefined;
35335
- '--hvr-ai-mobile'?: csstype.Property.AlignItems | undefined;
35336
- '--focus-ai-mobile'?: csstype.Property.AlignItems | undefined;
35337
- '--aspect'?: csstype.Property.AspectRatio | undefined;
35338
- '--hvr-aspect'?: csstype.Property.AspectRatio | undefined;
35339
- '--focus-aspect'?: csstype.Property.AspectRatio | undefined;
35340
- '--aspect-tablet'?: csstype.Property.AspectRatio | undefined;
35341
- '--hvr-aspect-tablet'?: csstype.Property.AspectRatio | undefined;
35342
- '--focus-aspect-tablet'?: csstype.Property.AspectRatio | undefined;
35343
- '--aspect-mobile'?: csstype.Property.AspectRatio | undefined;
35344
- '--hvr-aspect-mobile'?: csstype.Property.AspectRatio | undefined;
35345
- '--focus-aspect-mobile'?: csstype.Property.AspectRatio | undefined;
35346
- '--bg'?: csstype.Property.Background<string | number> | undefined;
35347
- '--hvr-bg'?: csstype.Property.Background<string | number> | undefined;
35348
- '--focus-bg'?: csstype.Property.Background<string | number> | undefined;
35349
- '--bg-tablet'?: csstype.Property.Background<string | number> | undefined;
35350
- '--hvr-bg-tablet'?: csstype.Property.Background<string | number> | undefined;
35351
- '--focus-bg-tablet'?: csstype.Property.Background<string | number> | undefined;
35352
- '--bg-mobile'?: csstype.Property.Background<string | number> | undefined;
35353
- '--hvr-bg-mobile'?: csstype.Property.Background<string | number> | undefined;
35354
- '--focus-bg-mobile'?: csstype.Property.Background<string | number> | undefined;
35355
- '--bga'?: csstype.Property.BackgroundAttachment | undefined;
35356
- '--hvr-bga'?: csstype.Property.BackgroundAttachment | undefined;
35357
- '--focus-bga'?: csstype.Property.BackgroundAttachment | undefined;
35358
- '--bga-tablet'?: csstype.Property.BackgroundAttachment | undefined;
35359
- '--hvr-bga-tablet'?: csstype.Property.BackgroundAttachment | undefined;
35360
- '--focus-bga-tablet'?: csstype.Property.BackgroundAttachment | undefined;
35361
- '--bga-mobile'?: csstype.Property.BackgroundAttachment | undefined;
35362
- '--hvr-bga-mobile'?: csstype.Property.BackgroundAttachment | undefined;
35363
- '--focus-bga-mobile'?: csstype.Property.BackgroundAttachment | undefined;
35364
- '--bgc'?: csstype.Property.BackgroundColor | undefined;
35365
- '--hvr-bgc'?: csstype.Property.BackgroundColor | undefined;
35366
- '--focus-bgc'?: csstype.Property.BackgroundColor | undefined;
35367
- '--bgc-tablet'?: csstype.Property.BackgroundColor | undefined;
35368
- '--hvr-bgc-tablet'?: csstype.Property.BackgroundColor | undefined;
35369
- '--focus-bgc-tablet'?: csstype.Property.BackgroundColor | undefined;
35370
- '--bgc-mobile'?: csstype.Property.BackgroundColor | undefined;
35371
- '--hvr-bgc-mobile'?: csstype.Property.BackgroundColor | undefined;
35372
- '--focus-bgc-mobile'?: csstype.Property.BackgroundColor | undefined;
35373
- '--bgi'?: csstype.Property.BackgroundImage | undefined;
35374
- '--hvr-bgi'?: csstype.Property.BackgroundImage | undefined;
35375
- '--focus-bgi'?: csstype.Property.BackgroundImage | undefined;
35376
- '--bgi-tablet'?: csstype.Property.BackgroundImage | undefined;
35377
- '--hvr-bgi-tablet'?: csstype.Property.BackgroundImage | undefined;
35378
- '--focus-bgi-tablet'?: csstype.Property.BackgroundImage | undefined;
35379
- '--bgi-mobile'?: csstype.Property.BackgroundImage | undefined;
35380
- '--hvr-bgi-mobile'?: csstype.Property.BackgroundImage | undefined;
35381
- '--focus-bgi-mobile'?: csstype.Property.BackgroundImage | undefined;
35382
- '--bgp'?: csstype.Property.BackgroundPosition<string | number> | undefined;
35383
- '--hvr-bgp'?: csstype.Property.BackgroundPosition<string | number> | undefined;
35384
- '--focus-bgp'?: csstype.Property.BackgroundPosition<string | number> | undefined;
35385
- '--bgp-tablet'?: csstype.Property.BackgroundPosition<string | number> | undefined;
35386
- '--hvr-bgp-tablet'?: csstype.Property.BackgroundPosition<string | number> | undefined;
35387
- '--focus-bgp-tablet'?: csstype.Property.BackgroundPosition<string | number> | undefined;
35388
- '--bgp-mobile'?: csstype.Property.BackgroundPosition<string | number> | undefined;
35389
- '--hvr-bgp-mobile'?: csstype.Property.BackgroundPosition<string | number> | undefined;
35390
- '--focus-bgp-mobile'?: csstype.Property.BackgroundPosition<string | number> | undefined;
35391
- '--bgr'?: csstype.Property.BackgroundRepeat | undefined;
35392
- '--hvr-bgr'?: csstype.Property.BackgroundRepeat | undefined;
35393
- '--focus-bgr'?: csstype.Property.BackgroundRepeat | undefined;
35394
- '--bgr-tablet'?: csstype.Property.BackgroundRepeat | undefined;
35395
- '--hvr-bgr-tablet'?: csstype.Property.BackgroundRepeat | undefined;
35396
- '--focus-bgr-tablet'?: csstype.Property.BackgroundRepeat | undefined;
35397
- '--bgr-mobile'?: csstype.Property.BackgroundRepeat | undefined;
35398
- '--hvr-bgr-mobile'?: csstype.Property.BackgroundRepeat | undefined;
35399
- '--focus-bgr-mobile'?: csstype.Property.BackgroundRepeat | undefined;
35400
- '--bgs'?: csstype.Property.BackgroundSize<string | number> | undefined;
35401
- '--hvr-bgs'?: csstype.Property.BackgroundSize<string | number> | undefined;
35402
- '--focus-bgs'?: csstype.Property.BackgroundSize<string | number> | undefined;
35403
- '--bgs-tablet'?: csstype.Property.BackgroundSize<string | number> | undefined;
35404
- '--hvr-bgs-tablet'?: csstype.Property.BackgroundSize<string | number> | undefined;
35405
- '--focus-bgs-tablet'?: csstype.Property.BackgroundSize<string | number> | undefined;
35406
- '--bgs-mobile'?: csstype.Property.BackgroundSize<string | number> | undefined;
35407
- '--hvr-bgs-mobile'?: csstype.Property.BackgroundSize<string | number> | undefined;
35408
- '--focus-bgs-mobile'?: csstype.Property.BackgroundSize<string | number> | undefined;
35409
- '--b'?: csstype.Property.Border<string | number> | undefined;
35410
- '--hvr-b'?: csstype.Property.Border<string | number> | undefined;
35411
- '--focus-b'?: csstype.Property.Border<string | number> | undefined;
35412
- '--b-tablet'?: csstype.Property.Border<string | number> | undefined;
35413
- '--hvr-b-tablet'?: csstype.Property.Border<string | number> | undefined;
35414
- '--focus-b-tablet'?: csstype.Property.Border<string | number> | undefined;
35415
- '--b-mobile'?: csstype.Property.Border<string | number> | undefined;
35416
- '--hvr-b-mobile'?: csstype.Property.Border<string | number> | undefined;
35417
- '--focus-b-mobile'?: csstype.Property.Border<string | number> | undefined;
35418
- '--bb'?: csstype.Property.BorderBottom<string | number> | undefined;
35419
- '--hvr-bb'?: csstype.Property.BorderBottom<string | number> | undefined;
35420
- '--focus-bb'?: csstype.Property.BorderBottom<string | number> | undefined;
35421
- '--bb-tablet'?: csstype.Property.BorderBottom<string | number> | undefined;
35422
- '--hvr-bb-tablet'?: csstype.Property.BorderBottom<string | number> | undefined;
35423
- '--focus-bb-tablet'?: csstype.Property.BorderBottom<string | number> | undefined;
35424
- '--bb-mobile'?: csstype.Property.BorderBottom<string | number> | undefined;
35425
- '--hvr-bb-mobile'?: csstype.Property.BorderBottom<string | number> | undefined;
35426
- '--focus-bb-mobile'?: csstype.Property.BorderBottom<string | number> | undefined;
35427
- '--bbw'?: csstype.Property.BorderBottomWidth<string | number> | undefined;
35428
- '--hvr-bbw'?: csstype.Property.BorderBottomWidth<string | number> | undefined;
35429
- '--focus-bbw'?: csstype.Property.BorderBottomWidth<string | number> | undefined;
35430
- '--bbw-tablet'?: csstype.Property.BorderBottomWidth<string | number> | undefined;
35431
- '--hvr-bbw-tablet'?: csstype.Property.BorderBottomWidth<string | number> | undefined;
35432
- '--focus-bbw-tablet'?: csstype.Property.BorderBottomWidth<string | number> | undefined;
35433
- '--bbw-mobile'?: csstype.Property.BorderBottomWidth<string | number> | undefined;
35434
- '--hvr-bbw-mobile'?: csstype.Property.BorderBottomWidth<string | number> | undefined;
35435
- '--focus-bbw-mobile'?: csstype.Property.BorderBottomWidth<string | number> | undefined;
35436
- '--bbc'?: csstype.Property.BorderBottomColor | undefined;
35437
- '--hvr-bbc'?: csstype.Property.BorderBottomColor | undefined;
35438
- '--focus-bbc'?: csstype.Property.BorderBottomColor | undefined;
35439
- '--bbc-tablet'?: csstype.Property.BorderBottomColor | undefined;
35440
- '--hvr-bbc-tablet'?: csstype.Property.BorderBottomColor | undefined;
35441
- '--focus-bbc-tablet'?: csstype.Property.BorderBottomColor | undefined;
35442
- '--bbc-mobile'?: csstype.Property.BorderBottomColor | undefined;
35443
- '--hvr-bbc-mobile'?: csstype.Property.BorderBottomColor | undefined;
35444
- '--focus-bbc-mobile'?: csstype.Property.BorderBottomColor | undefined;
35445
- '--bc'?: csstype.Property.BorderColor | undefined;
35446
- '--hvr-bc'?: csstype.Property.BorderColor | undefined;
35447
- '--focus-bc'?: csstype.Property.BorderColor | undefined;
35448
- '--bc-tablet'?: csstype.Property.BorderColor | undefined;
35449
- '--hvr-bc-tablet'?: csstype.Property.BorderColor | undefined;
35450
- '--focus-bc-tablet'?: csstype.Property.BorderColor | undefined;
35451
- '--bc-mobile'?: csstype.Property.BorderColor | undefined;
35452
- '--hvr-bc-mobile'?: csstype.Property.BorderColor | undefined;
35453
- '--focus-bc-mobile'?: csstype.Property.BorderColor | undefined;
35454
- '--bblr'?: csstype.Property.BorderBottomLeftRadius<string | number> | undefined;
35455
- '--hvr-bblr'?: csstype.Property.BorderBottomLeftRadius<string | number> | undefined;
35456
- '--focus-bblr'?: csstype.Property.BorderBottomLeftRadius<string | number> | undefined;
35457
- '--bblr-tablet'?: csstype.Property.BorderBottomLeftRadius<string | number> | undefined;
35458
- '--hvr-bblr-tablet'?: csstype.Property.BorderBottomLeftRadius<string | number> | undefined;
35459
- '--focus-bblr-tablet'?: csstype.Property.BorderBottomLeftRadius<string | number> | undefined;
35460
- '--bblr-mobile'?: csstype.Property.BorderBottomLeftRadius<string | number> | undefined;
35461
- '--hvr-bblr-mobile'?: csstype.Property.BorderBottomLeftRadius<string | number> | undefined;
35462
- '--focus-bblr-mobile'?: csstype.Property.BorderBottomLeftRadius<string | number> | undefined;
35463
- '--bbrr'?: csstype.Property.BorderBottomRightRadius<string | number> | undefined;
35464
- '--hvr-bbrr'?: csstype.Property.BorderBottomRightRadius<string | number> | undefined;
35465
- '--focus-bbrr'?: csstype.Property.BorderBottomRightRadius<string | number> | undefined;
35466
- '--bbrr-tablet'?: csstype.Property.BorderBottomRightRadius<string | number> | undefined;
35467
- '--hvr-bbrr-tablet'?: csstype.Property.BorderBottomRightRadius<string | number> | undefined;
35468
- '--focus-bbrr-tablet'?: csstype.Property.BorderBottomRightRadius<string | number> | undefined;
35469
- '--bbrr-mobile'?: csstype.Property.BorderBottomRightRadius<string | number> | undefined;
35470
- '--hvr-bbrr-mobile'?: csstype.Property.BorderBottomRightRadius<string | number> | undefined;
35471
- '--focus-bbrr-mobile'?: csstype.Property.BorderBottomRightRadius<string | number> | undefined;
35472
- '--bl'?: csstype.Property.BorderLeft<string | number> | undefined;
35473
- '--hvr-bl'?: csstype.Property.BorderLeft<string | number> | undefined;
35474
- '--focus-bl'?: csstype.Property.BorderLeft<string | number> | undefined;
35475
- '--bl-tablet'?: csstype.Property.BorderLeft<string | number> | undefined;
35476
- '--hvr-bl-tablet'?: csstype.Property.BorderLeft<string | number> | undefined;
35477
- '--focus-bl-tablet'?: csstype.Property.BorderLeft<string | number> | undefined;
35478
- '--bl-mobile'?: csstype.Property.BorderLeft<string | number> | undefined;
35479
- '--hvr-bl-mobile'?: csstype.Property.BorderLeft<string | number> | undefined;
35480
- '--focus-bl-mobile'?: csstype.Property.BorderLeft<string | number> | undefined;
35481
- '--radius'?: csstype.Property.BorderRadius<string | number> | undefined;
35482
- '--hvr-radius'?: csstype.Property.BorderRadius<string | number> | undefined;
35483
- '--focus-radius'?: csstype.Property.BorderRadius<string | number> | undefined;
35484
- '--radius-tablet'?: csstype.Property.BorderRadius<string | number> | undefined;
35485
- '--hvr-radius-tablet'?: csstype.Property.BorderRadius<string | number> | undefined;
35486
- '--focus-radius-tablet'?: csstype.Property.BorderRadius<string | number> | undefined;
35487
- '--radius-mobile'?: csstype.Property.BorderRadius<string | number> | undefined;
35488
- '--hvr-radius-mobile'?: csstype.Property.BorderRadius<string | number> | undefined;
35489
- '--focus-radius-mobile'?: csstype.Property.BorderRadius<string | number> | undefined;
35490
- '--br'?: csstype.Property.BorderRight<string | number> | undefined;
35491
- '--hvr-br'?: csstype.Property.BorderRight<string | number> | undefined;
35492
- '--focus-br'?: csstype.Property.BorderRight<string | number> | undefined;
35493
- '--br-tablet'?: csstype.Property.BorderRight<string | number> | undefined;
35494
- '--hvr-br-tablet'?: csstype.Property.BorderRight<string | number> | undefined;
35495
- '--focus-br-tablet'?: csstype.Property.BorderRight<string | number> | undefined;
35496
- '--br-mobile'?: csstype.Property.BorderRight<string | number> | undefined;
35497
- '--hvr-br-mobile'?: csstype.Property.BorderRight<string | number> | undefined;
35498
- '--focus-br-mobile'?: csstype.Property.BorderRight<string | number> | undefined;
35499
- '--bs'?: csstype.Property.BorderStyle | undefined;
35500
- '--hvr-bs'?: csstype.Property.BorderStyle | undefined;
35501
- '--focus-bs'?: csstype.Property.BorderStyle | undefined;
35502
- '--bs-tablet'?: csstype.Property.BorderStyle | undefined;
35503
- '--hvr-bs-tablet'?: csstype.Property.BorderStyle | undefined;
35504
- '--focus-bs-tablet'?: csstype.Property.BorderStyle | undefined;
35505
- '--bs-mobile'?: csstype.Property.BorderStyle | undefined;
35506
- '--hvr-bs-mobile'?: csstype.Property.BorderStyle | undefined;
35507
- '--focus-bs-mobile'?: csstype.Property.BorderStyle | undefined;
35508
- '--bt'?: csstype.Property.BorderTop<string | number> | undefined;
35509
- '--hvr-bt'?: csstype.Property.BorderTop<string | number> | undefined;
35510
- '--focus-bt'?: csstype.Property.BorderTop<string | number> | undefined;
35511
- '--bt-tablet'?: csstype.Property.BorderTop<string | number> | undefined;
35512
- '--hvr-bt-tablet'?: csstype.Property.BorderTop<string | number> | undefined;
35513
- '--focus-bt-tablet'?: csstype.Property.BorderTop<string | number> | undefined;
35514
- '--bt-mobile'?: csstype.Property.BorderTop<string | number> | undefined;
35515
- '--hvr-bt-mobile'?: csstype.Property.BorderTop<string | number> | undefined;
35516
- '--focus-bt-mobile'?: csstype.Property.BorderTop<string | number> | undefined;
35517
- '--btlr'?: csstype.Property.BorderTopLeftRadius<string | number> | undefined;
35518
- '--hvr-btlr'?: csstype.Property.BorderTopLeftRadius<string | number> | undefined;
35519
- '--focus-btlr'?: csstype.Property.BorderTopLeftRadius<string | number> | undefined;
35520
- '--btlr-tablet'?: csstype.Property.BorderTopLeftRadius<string | number> | undefined;
35521
- '--hvr-btlr-tablet'?: csstype.Property.BorderTopLeftRadius<string | number> | undefined;
35522
- '--focus-btlr-tablet'?: csstype.Property.BorderTopLeftRadius<string | number> | undefined;
35523
- '--btlr-mobile'?: csstype.Property.BorderTopLeftRadius<string | number> | undefined;
35524
- '--hvr-btlr-mobile'?: csstype.Property.BorderTopLeftRadius<string | number> | undefined;
35525
- '--focus-btlr-mobile'?: csstype.Property.BorderTopLeftRadius<string | number> | undefined;
35526
- '--btrr'?: csstype.Property.BorderTopRightRadius<string | number> | undefined;
35527
- '--hvr-btrr'?: csstype.Property.BorderTopRightRadius<string | number> | undefined;
35528
- '--focus-btrr'?: csstype.Property.BorderTopRightRadius<string | number> | undefined;
35529
- '--btrr-tablet'?: csstype.Property.BorderTopRightRadius<string | number> | undefined;
35530
- '--hvr-btrr-tablet'?: csstype.Property.BorderTopRightRadius<string | number> | undefined;
35531
- '--focus-btrr-tablet'?: csstype.Property.BorderTopRightRadius<string | number> | undefined;
35532
- '--btrr-mobile'?: csstype.Property.BorderTopRightRadius<string | number> | undefined;
35533
- '--hvr-btrr-mobile'?: csstype.Property.BorderTopRightRadius<string | number> | undefined;
35534
- '--focus-btrr-mobile'?: csstype.Property.BorderTopRightRadius<string | number> | undefined;
35535
- '--bw'?: csstype.Property.BorderWidth<string | number> | undefined;
35536
- '--hvr-bw'?: csstype.Property.BorderWidth<string | number> | undefined;
35537
- '--focus-bw'?: csstype.Property.BorderWidth<string | number> | undefined;
35538
- '--bw-tablet'?: csstype.Property.BorderWidth<string | number> | undefined;
35539
- '--hvr-bw-tablet'?: csstype.Property.BorderWidth<string | number> | undefined;
35540
- '--focus-bw-tablet'?: csstype.Property.BorderWidth<string | number> | undefined;
35541
- '--bw-mobile'?: csstype.Property.BorderWidth<string | number> | undefined;
35542
- '--hvr-bw-mobile'?: csstype.Property.BorderWidth<string | number> | undefined;
35543
- '--focus-bw-mobile'?: csstype.Property.BorderWidth<string | number> | undefined;
35544
- '--bottom'?: csstype.Property.Bottom<string | number> | undefined;
35545
- '--hvr-bottom'?: csstype.Property.Bottom<string | number> | undefined;
35546
- '--focus-bottom'?: csstype.Property.Bottom<string | number> | undefined;
35547
- '--bottom-tablet'?: csstype.Property.Bottom<string | number> | undefined;
35548
- '--hvr-bottom-tablet'?: csstype.Property.Bottom<string | number> | undefined;
35549
- '--focus-bottom-tablet'?: csstype.Property.Bottom<string | number> | undefined;
35550
- '--bottom-mobile'?: csstype.Property.Bottom<string | number> | undefined;
35551
- '--hvr-bottom-mobile'?: csstype.Property.Bottom<string | number> | undefined;
35552
- '--focus-bottom-mobile'?: csstype.Property.Bottom<string | number> | undefined;
35553
- '--shadow'?: csstype.Property.BoxShadow | undefined;
35554
- '--hvr-shadow'?: csstype.Property.BoxShadow | undefined;
35555
- '--focus-shadow'?: csstype.Property.BoxShadow | undefined;
35556
- '--shadow-tablet'?: csstype.Property.BoxShadow | undefined;
35557
- '--hvr-shadow-tablet'?: csstype.Property.BoxShadow | undefined;
35558
- '--focus-shadow-tablet'?: csstype.Property.BoxShadow | undefined;
35559
- '--shadow-mobile'?: csstype.Property.BoxShadow | undefined;
35560
- '--hvr-shadow-mobile'?: csstype.Property.BoxShadow | undefined;
35561
- '--focus-shadow-mobile'?: csstype.Property.BoxShadow | undefined;
35562
- '--c'?: csstype.Property.Color | undefined;
35563
- '--hvr-c'?: csstype.Property.Color | undefined;
35564
- '--focus-c'?: csstype.Property.Color | undefined;
35565
- '--c-tablet'?: csstype.Property.Color | undefined;
35566
- '--hvr-c-tablet'?: csstype.Property.Color | undefined;
35567
- '--focus-c-tablet'?: csstype.Property.Color | undefined;
35568
- '--c-mobile'?: csstype.Property.Color | undefined;
35569
- '--hvr-c-mobile'?: csstype.Property.Color | undefined;
35570
- '--focus-c-mobile'?: csstype.Property.Color | undefined;
35571
- '--cg'?: csstype.Property.ColumnGap<string | number> | undefined;
35572
- '--hvr-cg'?: csstype.Property.ColumnGap<string | number> | undefined;
35573
- '--focus-cg'?: csstype.Property.ColumnGap<string | number> | undefined;
35574
- '--cg-tablet'?: csstype.Property.ColumnGap<string | number> | undefined;
35575
- '--hvr-cg-tablet'?: csstype.Property.ColumnGap<string | number> | undefined;
35576
- '--focus-cg-tablet'?: csstype.Property.ColumnGap<string | number> | undefined;
35577
- '--cg-mobile'?: csstype.Property.ColumnGap<string | number> | undefined;
35578
- '--hvr-cg-mobile'?: csstype.Property.ColumnGap<string | number> | undefined;
35579
- '--focus-cg-mobile'?: csstype.Property.ColumnGap<string | number> | undefined;
35580
- '--d'?: csstype.Property.Display | undefined;
35581
- '--hvr-d'?: csstype.Property.Display | undefined;
35582
- '--focus-d'?: csstype.Property.Display | undefined;
35583
- '--d-tablet'?: csstype.Property.Display | undefined;
35584
- '--hvr-d-tablet'?: csstype.Property.Display | undefined;
35585
- '--focus-d-tablet'?: csstype.Property.Display | undefined;
35586
- '--d-mobile'?: csstype.Property.Display | undefined;
35587
- '--hvr-d-mobile'?: csstype.Property.Display | undefined;
35588
- '--focus-d-mobile'?: csstype.Property.Display | undefined;
35589
- '--fd'?: csstype.Property.FlexDirection | undefined;
35590
- '--hvr-fd'?: csstype.Property.FlexDirection | undefined;
35591
- '--focus-fd'?: csstype.Property.FlexDirection | undefined;
35592
- '--fd-tablet'?: csstype.Property.FlexDirection | undefined;
35593
- '--hvr-fd-tablet'?: csstype.Property.FlexDirection | undefined;
35594
- '--focus-fd-tablet'?: csstype.Property.FlexDirection | undefined;
35595
- '--fd-mobile'?: csstype.Property.FlexDirection | undefined;
35596
- '--hvr-fd-mobile'?: csstype.Property.FlexDirection | undefined;
35597
- '--focus-fd-mobile'?: csstype.Property.FlexDirection | undefined;
35598
- '--ff'?: csstype.Property.FontFamily | undefined;
35599
- '--hvr-ff'?: csstype.Property.FontFamily | undefined;
35600
- '--focus-ff'?: csstype.Property.FontFamily | undefined;
35601
- '--ff-tablet'?: csstype.Property.FontFamily | undefined;
35602
- '--hvr-ff-tablet'?: csstype.Property.FontFamily | undefined;
35603
- '--focus-ff-tablet'?: csstype.Property.FontFamily | undefined;
35604
- '--ff-mobile'?: csstype.Property.FontFamily | undefined;
35605
- '--hvr-ff-mobile'?: csstype.Property.FontFamily | undefined;
35606
- '--focus-ff-mobile'?: csstype.Property.FontFamily | undefined;
35607
- '--size'?: csstype.Property.FontSize<string | number> | undefined;
35608
- '--hvr-size'?: csstype.Property.FontSize<string | number> | undefined;
35609
- '--focus-size'?: csstype.Property.FontSize<string | number> | undefined;
35610
- '--size-tablet'?: csstype.Property.FontSize<string | number> | undefined;
35611
- '--hvr-size-tablet'?: csstype.Property.FontSize<string | number> | undefined;
35612
- '--focus-size-tablet'?: csstype.Property.FontSize<string | number> | undefined;
35613
- '--size-mobile'?: csstype.Property.FontSize<string | number> | undefined;
35614
- '--hvr-size-mobile'?: csstype.Property.FontSize<string | number> | undefined;
35615
- '--focus-size-mobile'?: csstype.Property.FontSize<string | number> | undefined;
35616
- '--weight'?: csstype.Property.FontWeight | undefined;
35617
- '--hvr-weight'?: csstype.Property.FontWeight | undefined;
35618
- '--focus-weight'?: csstype.Property.FontWeight | undefined;
35619
- '--weight-tablet'?: csstype.Property.FontWeight | undefined;
35620
- '--hvr-weight-tablet'?: csstype.Property.FontWeight | undefined;
35621
- '--focus-weight-tablet'?: csstype.Property.FontWeight | undefined;
35622
- '--weight-mobile'?: csstype.Property.FontWeight | undefined;
35623
- '--hvr-weight-mobile'?: csstype.Property.FontWeight | undefined;
35624
- '--focus-weight-mobile'?: csstype.Property.FontWeight | undefined;
35625
- '--fs'?: csstype.Property.FontStyle | undefined;
35626
- '--hvr-fs'?: csstype.Property.FontStyle | undefined;
35627
- '--focus-fs'?: csstype.Property.FontStyle | undefined;
35628
- '--fs-tablet'?: csstype.Property.FontStyle | undefined;
35629
- '--hvr-fs-tablet'?: csstype.Property.FontStyle | undefined;
35630
- '--focus-fs-tablet'?: csstype.Property.FontStyle | undefined;
35631
- '--fs-mobile'?: csstype.Property.FontStyle | undefined;
35632
- '--hvr-fs-mobile'?: csstype.Property.FontStyle | undefined;
35633
- '--focus-fs-mobile'?: csstype.Property.FontStyle | undefined;
35634
- '--gg'?: csstype.Property.GridGap<string | number> | undefined;
35635
- '--hvr-gg'?: csstype.Property.GridGap<string | number> | undefined;
35636
- '--focus-gg'?: csstype.Property.GridGap<string | number> | undefined;
35637
- '--gg-tablet'?: csstype.Property.GridGap<string | number> | undefined;
35638
- '--hvr-gg-tablet'?: csstype.Property.GridGap<string | number> | undefined;
35639
- '--focus-gg-tablet'?: csstype.Property.GridGap<string | number> | undefined;
35640
- '--gg-mobile'?: csstype.Property.GridGap<string | number> | undefined;
35641
- '--hvr-gg-mobile'?: csstype.Property.GridGap<string | number> | undefined;
35642
- '--focus-gg-mobile'?: csstype.Property.GridGap<string | number> | undefined;
35643
- '--gr'?: csstype.Property.GridRow | undefined;
35644
- '--hvr-gr'?: csstype.Property.GridRow | undefined;
35645
- '--focus-gr'?: csstype.Property.GridRow | undefined;
35646
- '--gr-tablet'?: csstype.Property.GridRow | undefined;
35647
- '--hvr-gr-tablet'?: csstype.Property.GridRow | undefined;
35648
- '--focus-gr-tablet'?: csstype.Property.GridRow | undefined;
35649
- '--gr-mobile'?: csstype.Property.GridRow | undefined;
35650
- '--hvr-gr-mobile'?: csstype.Property.GridRow | undefined;
35651
- '--focus-gr-mobile'?: csstype.Property.GridRow | undefined;
35652
- '--gtc'?: csstype.Property.GridTemplateColumns<string | number> | undefined;
35653
- '--hvr-gtc'?: csstype.Property.GridTemplateColumns<string | number> | undefined;
35654
- '--focus-gtc'?: csstype.Property.GridTemplateColumns<string | number> | undefined;
35655
- '--gtc-tablet'?: csstype.Property.GridTemplateColumns<string | number> | undefined;
35656
- '--hvr-gtc-tablet'?: csstype.Property.GridTemplateColumns<string | number> | undefined;
35657
- '--focus-gtc-tablet'?: csstype.Property.GridTemplateColumns<string | number> | undefined;
35658
- '--gtc-mobile'?: csstype.Property.GridTemplateColumns<string | number> | undefined;
35659
- '--hvr-gtc-mobile'?: csstype.Property.GridTemplateColumns<string | number> | undefined;
35660
- '--focus-gtc-mobile'?: csstype.Property.GridTemplateColumns<string | number> | undefined;
35661
- '--gtr'?: csstype.Property.GridTemplateRows<string | number> | undefined;
35662
- '--hvr-gtr'?: csstype.Property.GridTemplateRows<string | number> | undefined;
35663
- '--focus-gtr'?: csstype.Property.GridTemplateRows<string | number> | undefined;
35664
- '--gtr-tablet'?: csstype.Property.GridTemplateRows<string | number> | undefined;
35665
- '--hvr-gtr-tablet'?: csstype.Property.GridTemplateRows<string | number> | undefined;
35666
- '--focus-gtr-tablet'?: csstype.Property.GridTemplateRows<string | number> | undefined;
35667
- '--gtr-mobile'?: csstype.Property.GridTemplateRows<string | number> | undefined;
35668
- '--hvr-gtr-mobile'?: csstype.Property.GridTemplateRows<string | number> | undefined;
35669
- '--focus-gtr-mobile'?: csstype.Property.GridTemplateRows<string | number> | undefined;
35670
- '--h'?: csstype.Property.Height<string | number> | undefined;
35671
- '--hvr-h'?: csstype.Property.Height<string | number> | undefined;
35672
- '--focus-h'?: csstype.Property.Height<string | number> | undefined;
35673
- '--h-tablet'?: csstype.Property.Height<string | number> | undefined;
35674
- '--hvr-h-tablet'?: csstype.Property.Height<string | number> | undefined;
35675
- '--focus-h-tablet'?: csstype.Property.Height<string | number> | undefined;
35676
- '--h-mobile'?: csstype.Property.Height<string | number> | undefined;
35677
- '--hvr-h-mobile'?: csstype.Property.Height<string | number> | undefined;
35678
- '--focus-h-mobile'?: csstype.Property.Height<string | number> | undefined;
35679
- '--jc'?: csstype.Property.JustifyContent | undefined;
35680
- '--hvr-jc'?: csstype.Property.JustifyContent | undefined;
35681
- '--focus-jc'?: csstype.Property.JustifyContent | undefined;
35682
- '--jc-tablet'?: csstype.Property.JustifyContent | undefined;
35683
- '--hvr-jc-tablet'?: csstype.Property.JustifyContent | undefined;
35684
- '--focus-jc-tablet'?: csstype.Property.JustifyContent | undefined;
35685
- '--jc-mobile'?: csstype.Property.JustifyContent | undefined;
35686
- '--hvr-jc-mobile'?: csstype.Property.JustifyContent | undefined;
35687
- '--focus-jc-mobile'?: csstype.Property.JustifyContent | undefined;
35688
- '--left'?: csstype.Property.Left<string | number> | undefined;
35689
- '--hvr-left'?: csstype.Property.Left<string | number> | undefined;
35690
- '--focus-left'?: csstype.Property.Left<string | number> | undefined;
35691
- '--left-tablet'?: csstype.Property.Left<string | number> | undefined;
35692
- '--hvr-left-tablet'?: csstype.Property.Left<string | number> | undefined;
35693
- '--focus-left-tablet'?: csstype.Property.Left<string | number> | undefined;
35694
- '--left-mobile'?: csstype.Property.Left<string | number> | undefined;
35695
- '--hvr-left-mobile'?: csstype.Property.Left<string | number> | undefined;
35696
- '--focus-left-mobile'?: csstype.Property.Left<string | number> | undefined;
35697
- '--ls'?: csstype.Property.LetterSpacing<string | number> | undefined;
35698
- '--hvr-ls'?: csstype.Property.LetterSpacing<string | number> | undefined;
35699
- '--focus-ls'?: csstype.Property.LetterSpacing<string | number> | undefined;
35700
- '--ls-tablet'?: csstype.Property.LetterSpacing<string | number> | undefined;
35701
- '--hvr-ls-tablet'?: csstype.Property.LetterSpacing<string | number> | undefined;
35702
- '--focus-ls-tablet'?: csstype.Property.LetterSpacing<string | number> | undefined;
35703
- '--ls-mobile'?: csstype.Property.LetterSpacing<string | number> | undefined;
35704
- '--hvr-ls-mobile'?: csstype.Property.LetterSpacing<string | number> | undefined;
35705
- '--focus-ls-mobile'?: csstype.Property.LetterSpacing<string | number> | undefined;
35706
- '--line-clamp'?: any;
35707
- '--hvr-line-clamp'?: any;
35708
- '--focus-line-clamp'?: any;
35709
- '--line-clamp-tablet'?: any;
35710
- '--hvr-line-clamp-tablet'?: any;
35711
- '--focus-line-clamp-tablet'?: any;
35712
- '--line-clamp-mobile'?: any;
35713
- '--hvr-line-clamp-mobile'?: any;
35714
- '--focus-line-clamp-mobile'?: any;
35715
- '--lh'?: csstype.Property.LineHeight<string | number> | undefined;
35716
- '--hvr-lh'?: csstype.Property.LineHeight<string | number> | undefined;
35717
- '--focus-lh'?: csstype.Property.LineHeight<string | number> | undefined;
35718
- '--lh-tablet'?: csstype.Property.LineHeight<string | number> | undefined;
35719
- '--hvr-lh-tablet'?: csstype.Property.LineHeight<string | number> | undefined;
35720
- '--focus-lh-tablet'?: csstype.Property.LineHeight<string | number> | undefined;
35721
- '--lh-mobile'?: csstype.Property.LineHeight<string | number> | undefined;
35722
- '--hvr-lh-mobile'?: csstype.Property.LineHeight<string | number> | undefined;
35723
- '--focus-lh-mobile'?: csstype.Property.LineHeight<string | number> | undefined;
35724
- '--tdt'?: csstype.Property.TextDecorationThickness<string | number> | undefined;
35725
- '--hvr-tdt'?: csstype.Property.TextDecorationThickness<string | number> | undefined;
35726
- '--focus-tdt'?: csstype.Property.TextDecorationThickness<string | number> | undefined;
35727
- '--tdt-tablet'?: csstype.Property.TextDecorationThickness<string | number> | undefined;
35728
- '--hvr-tdt-tablet'?: csstype.Property.TextDecorationThickness<string | number> | undefined;
35729
- '--focus-tdt-tablet'?: csstype.Property.TextDecorationThickness<string | number> | undefined;
35730
- '--tdt-mobile'?: csstype.Property.TextDecorationThickness<string | number> | undefined;
35731
- '--hvr-tdt-mobile'?: csstype.Property.TextDecorationThickness<string | number> | undefined;
35732
- '--focus-tdt-mobile'?: csstype.Property.TextDecorationThickness<string | number> | undefined;
35733
- '--tdc'?: csstype.Property.TextDecorationColor | undefined;
35734
- '--hvr-tdc'?: csstype.Property.TextDecorationColor | undefined;
35735
- '--focus-tdc'?: csstype.Property.TextDecorationColor | undefined;
35736
- '--tdc-tablet'?: csstype.Property.TextDecorationColor | undefined;
35737
- '--hvr-tdc-tablet'?: csstype.Property.TextDecorationColor | undefined;
35738
- '--focus-tdc-tablet'?: csstype.Property.TextDecorationColor | undefined;
35739
- '--tdc-mobile'?: csstype.Property.TextDecorationColor | undefined;
35740
- '--hvr-tdc-mobile'?: csstype.Property.TextDecorationColor | undefined;
35741
- '--focus-tdc-mobile'?: csstype.Property.TextDecorationColor | undefined;
35742
- '--tdl'?: csstype.Property.TextDecorationLine | undefined;
35743
- '--hvr-tdl'?: csstype.Property.TextDecorationLine | undefined;
35744
- '--focus-tdl'?: csstype.Property.TextDecorationLine | undefined;
35745
- '--tdl-tablet'?: csstype.Property.TextDecorationLine | undefined;
35746
- '--hvr-tdl-tablet'?: csstype.Property.TextDecorationLine | undefined;
35747
- '--focus-tdl-tablet'?: csstype.Property.TextDecorationLine | undefined;
35748
- '--tdl-mobile'?: csstype.Property.TextDecorationLine | undefined;
35749
- '--hvr-tdl-mobile'?: csstype.Property.TextDecorationLine | undefined;
35750
- '--focus-tdl-mobile'?: csstype.Property.TextDecorationLine | undefined;
35751
- '--m'?: csstype.Property.Margin<string | number> | undefined;
35752
- '--hvr-m'?: csstype.Property.Margin<string | number> | undefined;
35753
- '--focus-m'?: csstype.Property.Margin<string | number> | undefined;
35754
- '--m-tablet'?: csstype.Property.Margin<string | number> | undefined;
35755
- '--hvr-m-tablet'?: csstype.Property.Margin<string | number> | undefined;
35756
- '--focus-m-tablet'?: csstype.Property.Margin<string | number> | undefined;
35757
- '--m-mobile'?: csstype.Property.Margin<string | number> | undefined;
35758
- '--hvr-m-mobile'?: csstype.Property.Margin<string | number> | undefined;
35759
- '--focus-m-mobile'?: csstype.Property.Margin<string | number> | undefined;
35760
- '--mb'?: csstype.Property.MarginBottom<string | number> | undefined;
35761
- '--hvr-mb'?: csstype.Property.MarginBottom<string | number> | undefined;
35762
- '--focus-mb'?: csstype.Property.MarginBottom<string | number> | undefined;
35763
- '--mb-tablet'?: csstype.Property.MarginBottom<string | number> | undefined;
35764
- '--hvr-mb-tablet'?: csstype.Property.MarginBottom<string | number> | undefined;
35765
- '--focus-mb-tablet'?: csstype.Property.MarginBottom<string | number> | undefined;
35766
- '--mb-mobile'?: csstype.Property.MarginBottom<string | number> | undefined;
35767
- '--hvr-mb-mobile'?: csstype.Property.MarginBottom<string | number> | undefined;
35768
- '--focus-mb-mobile'?: csstype.Property.MarginBottom<string | number> | undefined;
35769
- '--ml'?: csstype.Property.MarginLeft<string | number> | undefined;
35770
- '--hvr-ml'?: csstype.Property.MarginLeft<string | number> | undefined;
35771
- '--focus-ml'?: csstype.Property.MarginLeft<string | number> | undefined;
35772
- '--ml-tablet'?: csstype.Property.MarginLeft<string | number> | undefined;
35773
- '--hvr-ml-tablet'?: csstype.Property.MarginLeft<string | number> | undefined;
35774
- '--focus-ml-tablet'?: csstype.Property.MarginLeft<string | number> | undefined;
35775
- '--ml-mobile'?: csstype.Property.MarginLeft<string | number> | undefined;
35776
- '--hvr-ml-mobile'?: csstype.Property.MarginLeft<string | number> | undefined;
35777
- '--focus-ml-mobile'?: csstype.Property.MarginLeft<string | number> | undefined;
35778
- '--mr'?: csstype.Property.MarginRight<string | number> | undefined;
35779
- '--hvr-mr'?: csstype.Property.MarginRight<string | number> | undefined;
35780
- '--focus-mr'?: csstype.Property.MarginRight<string | number> | undefined;
35781
- '--mr-tablet'?: csstype.Property.MarginRight<string | number> | undefined;
35782
- '--hvr-mr-tablet'?: csstype.Property.MarginRight<string | number> | undefined;
35783
- '--focus-mr-tablet'?: csstype.Property.MarginRight<string | number> | undefined;
35784
- '--mr-mobile'?: csstype.Property.MarginRight<string | number> | undefined;
35785
- '--hvr-mr-mobile'?: csstype.Property.MarginRight<string | number> | undefined;
35786
- '--focus-mr-mobile'?: csstype.Property.MarginRight<string | number> | undefined;
35787
- '--mt'?: csstype.Property.MarginTop<string | number> | undefined;
35788
- '--hvr-mt'?: csstype.Property.MarginTop<string | number> | undefined;
35789
- '--focus-mt'?: csstype.Property.MarginTop<string | number> | undefined;
35790
- '--mt-tablet'?: csstype.Property.MarginTop<string | number> | undefined;
35791
- '--hvr-mt-tablet'?: csstype.Property.MarginTop<string | number> | undefined;
35792
- '--focus-mt-tablet'?: csstype.Property.MarginTop<string | number> | undefined;
35793
- '--mt-mobile'?: csstype.Property.MarginTop<string | number> | undefined;
35794
- '--hvr-mt-mobile'?: csstype.Property.MarginTop<string | number> | undefined;
35795
- '--focus-mt-mobile'?: csstype.Property.MarginTop<string | number> | undefined;
35796
- '--maxh'?: csstype.Property.MaxHeight<string | number> | undefined;
35797
- '--hvr-maxh'?: csstype.Property.MaxHeight<string | number> | undefined;
35798
- '--focus-maxh'?: csstype.Property.MaxHeight<string | number> | undefined;
35799
- '--maxh-tablet'?: csstype.Property.MaxHeight<string | number> | undefined;
35800
- '--hvr-maxh-tablet'?: csstype.Property.MaxHeight<string | number> | undefined;
35801
- '--focus-maxh-tablet'?: csstype.Property.MaxHeight<string | number> | undefined;
35802
- '--maxh-mobile'?: csstype.Property.MaxHeight<string | number> | undefined;
35803
- '--hvr-maxh-mobile'?: csstype.Property.MaxHeight<string | number> | undefined;
35804
- '--focus-maxh-mobile'?: csstype.Property.MaxHeight<string | number> | undefined;
35805
- '--maxw'?: csstype.Property.MaxWidth<string | number> | undefined;
35806
- '--hvr-maxw'?: csstype.Property.MaxWidth<string | number> | undefined;
35807
- '--focus-maxw'?: csstype.Property.MaxWidth<string | number> | undefined;
35808
- '--maxw-tablet'?: csstype.Property.MaxWidth<string | number> | undefined;
35809
- '--hvr-maxw-tablet'?: csstype.Property.MaxWidth<string | number> | undefined;
35810
- '--focus-maxw-tablet'?: csstype.Property.MaxWidth<string | number> | undefined;
35811
- '--maxw-mobile'?: csstype.Property.MaxWidth<string | number> | undefined;
35812
- '--hvr-maxw-mobile'?: csstype.Property.MaxWidth<string | number> | undefined;
35813
- '--focus-maxw-mobile'?: csstype.Property.MaxWidth<string | number> | undefined;
35814
- '--minh'?: csstype.Property.MinHeight<string | number> | undefined;
35815
- '--hvr-minh'?: csstype.Property.MinHeight<string | number> | undefined;
35816
- '--focus-minh'?: csstype.Property.MinHeight<string | number> | undefined;
35817
- '--minh-tablet'?: csstype.Property.MinHeight<string | number> | undefined;
35818
- '--hvr-minh-tablet'?: csstype.Property.MinHeight<string | number> | undefined;
35819
- '--focus-minh-tablet'?: csstype.Property.MinHeight<string | number> | undefined;
35820
- '--minh-mobile'?: csstype.Property.MinHeight<string | number> | undefined;
35821
- '--hvr-minh-mobile'?: csstype.Property.MinHeight<string | number> | undefined;
35822
- '--focus-minh-mobile'?: csstype.Property.MinHeight<string | number> | undefined;
35823
- '--minw'?: csstype.Property.MinWidth<string | number> | undefined;
35824
- '--hvr-minw'?: csstype.Property.MinWidth<string | number> | undefined;
35825
- '--focus-minw'?: csstype.Property.MinWidth<string | number> | undefined;
35826
- '--minw-tablet'?: csstype.Property.MinWidth<string | number> | undefined;
35827
- '--hvr-minw-tablet'?: csstype.Property.MinWidth<string | number> | undefined;
35828
- '--focus-minw-tablet'?: csstype.Property.MinWidth<string | number> | undefined;
35829
- '--minw-mobile'?: csstype.Property.MinWidth<string | number> | undefined;
35830
- '--hvr-minw-mobile'?: csstype.Property.MinWidth<string | number> | undefined;
35831
- '--focus-minw-mobile'?: csstype.Property.MinWidth<string | number> | undefined;
35832
- '--objf'?: csstype.Property.ObjectFit | undefined;
35833
- '--hvr-objf'?: csstype.Property.ObjectFit | undefined;
35834
- '--focus-objf'?: csstype.Property.ObjectFit | undefined;
35835
- '--objf-tablet'?: csstype.Property.ObjectFit | undefined;
35836
- '--hvr-objf-tablet'?: csstype.Property.ObjectFit | undefined;
35837
- '--focus-objf-tablet'?: csstype.Property.ObjectFit | undefined;
35838
- '--objf-mobile'?: csstype.Property.ObjectFit | undefined;
35839
- '--hvr-objf-mobile'?: csstype.Property.ObjectFit | undefined;
35840
- '--focus-objf-mobile'?: csstype.Property.ObjectFit | undefined;
35841
- '--op'?: csstype.Property.Opacity | undefined;
35842
- '--hvr-op'?: csstype.Property.Opacity | undefined;
35843
- '--focus-op'?: csstype.Property.Opacity | undefined;
35844
- '--op-tablet'?: csstype.Property.Opacity | undefined;
35845
- '--hvr-op-tablet'?: csstype.Property.Opacity | undefined;
35846
- '--focus-op-tablet'?: csstype.Property.Opacity | undefined;
35847
- '--op-mobile'?: csstype.Property.Opacity | undefined;
35848
- '--hvr-op-mobile'?: csstype.Property.Opacity | undefined;
35849
- '--focus-op-mobile'?: csstype.Property.Opacity | undefined;
35850
- '--o'?: csstype.Property.Order | undefined;
35851
- '--hvr-o'?: csstype.Property.Order | undefined;
35852
- '--focus-o'?: csstype.Property.Order | undefined;
35853
- '--o-tablet'?: csstype.Property.Order | undefined;
35854
- '--hvr-o-tablet'?: csstype.Property.Order | undefined;
35855
- '--focus-o-tablet'?: csstype.Property.Order | undefined;
35856
- '--o-mobile'?: csstype.Property.Order | undefined;
35857
- '--hvr-o-mobile'?: csstype.Property.Order | undefined;
35858
- '--focus-o-mobile'?: csstype.Property.Order | undefined;
35859
- '--pc'?: csstype.Property.PlaceContent | undefined;
35860
- '--hvr-pc'?: csstype.Property.PlaceContent | undefined;
35861
- '--focus-pc'?: csstype.Property.PlaceContent | undefined;
35862
- '--pc-tablet'?: csstype.Property.PlaceContent | undefined;
35863
- '--hvr-pc-tablet'?: csstype.Property.PlaceContent | undefined;
35864
- '--focus-pc-tablet'?: csstype.Property.PlaceContent | undefined;
35865
- '--pc-mobile'?: csstype.Property.PlaceContent | undefined;
35866
- '--hvr-pc-mobile'?: csstype.Property.PlaceContent | undefined;
35867
- '--focus-pc-mobile'?: csstype.Property.PlaceContent | undefined;
35868
- '--p'?: csstype.Property.Padding<string | number> | undefined;
35869
- '--hvr-p'?: csstype.Property.Padding<string | number> | undefined;
35870
- '--focus-p'?: csstype.Property.Padding<string | number> | undefined;
35871
- '--p-tablet'?: csstype.Property.Padding<string | number> | undefined;
35872
- '--hvr-p-tablet'?: csstype.Property.Padding<string | number> | undefined;
35873
- '--focus-p-tablet'?: csstype.Property.Padding<string | number> | undefined;
35874
- '--p-mobile'?: csstype.Property.Padding<string | number> | undefined;
35875
- '--hvr-p-mobile'?: csstype.Property.Padding<string | number> | undefined;
35876
- '--focus-p-mobile'?: csstype.Property.Padding<string | number> | undefined;
35877
- '--pb'?: csstype.Property.PaddingBottom<string | number> | undefined;
35878
- '--hvr-pb'?: csstype.Property.PaddingBottom<string | number> | undefined;
35879
- '--focus-pb'?: csstype.Property.PaddingBottom<string | number> | undefined;
35880
- '--pb-tablet'?: csstype.Property.PaddingBottom<string | number> | undefined;
35881
- '--hvr-pb-tablet'?: csstype.Property.PaddingBottom<string | number> | undefined;
35882
- '--focus-pb-tablet'?: csstype.Property.PaddingBottom<string | number> | undefined;
35883
- '--pb-mobile'?: csstype.Property.PaddingBottom<string | number> | undefined;
35884
- '--hvr-pb-mobile'?: csstype.Property.PaddingBottom<string | number> | undefined;
35885
- '--focus-pb-mobile'?: csstype.Property.PaddingBottom<string | number> | undefined;
35886
- '--pl'?: csstype.Property.PaddingLeft<string | number> | undefined;
35887
- '--hvr-pl'?: csstype.Property.PaddingLeft<string | number> | undefined;
35888
- '--focus-pl'?: csstype.Property.PaddingLeft<string | number> | undefined;
35889
- '--pl-tablet'?: csstype.Property.PaddingLeft<string | number> | undefined;
35890
- '--hvr-pl-tablet'?: csstype.Property.PaddingLeft<string | number> | undefined;
35891
- '--focus-pl-tablet'?: csstype.Property.PaddingLeft<string | number> | undefined;
35892
- '--pl-mobile'?: csstype.Property.PaddingLeft<string | number> | undefined;
35893
- '--hvr-pl-mobile'?: csstype.Property.PaddingLeft<string | number> | undefined;
35894
- '--focus-pl-mobile'?: csstype.Property.PaddingLeft<string | number> | undefined;
35895
- '--pr'?: csstype.Property.PaddingRight<string | number> | undefined;
35896
- '--hvr-pr'?: csstype.Property.PaddingRight<string | number> | undefined;
35897
- '--focus-pr'?: csstype.Property.PaddingRight<string | number> | undefined;
35898
- '--pr-tablet'?: csstype.Property.PaddingRight<string | number> | undefined;
35899
- '--hvr-pr-tablet'?: csstype.Property.PaddingRight<string | number> | undefined;
35900
- '--focus-pr-tablet'?: csstype.Property.PaddingRight<string | number> | undefined;
35901
- '--pr-mobile'?: csstype.Property.PaddingRight<string | number> | undefined;
35902
- '--hvr-pr-mobile'?: csstype.Property.PaddingRight<string | number> | undefined;
35903
- '--focus-pr-mobile'?: csstype.Property.PaddingRight<string | number> | undefined;
35904
- '--pt'?: csstype.Property.PaddingTop<string | number> | undefined;
35905
- '--hvr-pt'?: csstype.Property.PaddingTop<string | number> | undefined;
35906
- '--focus-pt'?: csstype.Property.PaddingTop<string | number> | undefined;
35907
- '--pt-tablet'?: csstype.Property.PaddingTop<string | number> | undefined;
35908
- '--hvr-pt-tablet'?: csstype.Property.PaddingTop<string | number> | undefined;
35909
- '--focus-pt-tablet'?: csstype.Property.PaddingTop<string | number> | undefined;
35910
- '--pt-mobile'?: csstype.Property.PaddingTop<string | number> | undefined;
35911
- '--hvr-pt-mobile'?: csstype.Property.PaddingTop<string | number> | undefined;
35912
- '--focus-pt-mobile'?: csstype.Property.PaddingTop<string | number> | undefined;
35913
- '--pe'?: csstype.Property.PointerEvents | undefined;
35914
- '--hvr-pe'?: csstype.Property.PointerEvents | undefined;
35915
- '--focus-pe'?: csstype.Property.PointerEvents | undefined;
35916
- '--pe-tablet'?: csstype.Property.PointerEvents | undefined;
35917
- '--hvr-pe-tablet'?: csstype.Property.PointerEvents | undefined;
35918
- '--focus-pe-tablet'?: csstype.Property.PointerEvents | undefined;
35919
- '--pe-mobile'?: csstype.Property.PointerEvents | undefined;
35920
- '--hvr-pe-mobile'?: csstype.Property.PointerEvents | undefined;
35921
- '--focus-pe-mobile'?: csstype.Property.PointerEvents | undefined;
35922
- '--pos'?: csstype.Property.Position | undefined;
35923
- '--hvr-pos'?: csstype.Property.Position | undefined;
35924
- '--focus-pos'?: csstype.Property.Position | undefined;
35925
- '--pos-tablet'?: csstype.Property.Position | undefined;
35926
- '--hvr-pos-tablet'?: csstype.Property.Position | undefined;
35927
- '--focus-pos-tablet'?: csstype.Property.Position | undefined;
35928
- '--pos-mobile'?: csstype.Property.Position | undefined;
35929
- '--hvr-pos-mobile'?: csstype.Property.Position | undefined;
35930
- '--focus-pos-mobile'?: csstype.Property.Position | undefined;
35931
- '--right'?: csstype.Property.Right<string | number> | undefined;
35932
- '--hvr-right'?: csstype.Property.Right<string | number> | undefined;
35933
- '--focus-right'?: csstype.Property.Right<string | number> | undefined;
35934
- '--right-tablet'?: csstype.Property.Right<string | number> | undefined;
35935
- '--hvr-right-tablet'?: csstype.Property.Right<string | number> | undefined;
35936
- '--focus-right-tablet'?: csstype.Property.Right<string | number> | undefined;
35937
- '--right-mobile'?: csstype.Property.Right<string | number> | undefined;
35938
- '--hvr-right-mobile'?: csstype.Property.Right<string | number> | undefined;
35939
- '--focus-right-mobile'?: csstype.Property.Right<string | number> | undefined;
35940
- '--rg'?: csstype.Property.RowGap<string | number> | undefined;
35941
- '--hvr-rg'?: csstype.Property.RowGap<string | number> | undefined;
35942
- '--focus-rg'?: csstype.Property.RowGap<string | number> | undefined;
35943
- '--rg-tablet'?: csstype.Property.RowGap<string | number> | undefined;
35944
- '--hvr-rg-tablet'?: csstype.Property.RowGap<string | number> | undefined;
35945
- '--focus-rg-tablet'?: csstype.Property.RowGap<string | number> | undefined;
35946
- '--rg-mobile'?: csstype.Property.RowGap<string | number> | undefined;
35947
- '--hvr-rg-mobile'?: csstype.Property.RowGap<string | number> | undefined;
35948
- '--focus-rg-mobile'?: csstype.Property.RowGap<string | number> | undefined;
35949
- '--ta'?: csstype.Property.TextAlign | undefined;
35950
- '--hvr-ta'?: csstype.Property.TextAlign | undefined;
35951
- '--focus-ta'?: csstype.Property.TextAlign | undefined;
35952
- '--ta-tablet'?: csstype.Property.TextAlign | undefined;
35953
- '--hvr-ta-tablet'?: csstype.Property.TextAlign | undefined;
35954
- '--focus-ta-tablet'?: csstype.Property.TextAlign | undefined;
35955
- '--ta-mobile'?: csstype.Property.TextAlign | undefined;
35956
- '--hvr-ta-mobile'?: csstype.Property.TextAlign | undefined;
35957
- '--focus-ta-mobile'?: csstype.Property.TextAlign | undefined;
35958
- '--ts'?: csstype.Property.TextShadow | undefined;
35959
- '--hvr-ts'?: csstype.Property.TextShadow | undefined;
35960
- '--focus-ts'?: csstype.Property.TextShadow | undefined;
35961
- '--ts-tablet'?: csstype.Property.TextShadow | undefined;
35962
- '--hvr-ts-tablet'?: csstype.Property.TextShadow | undefined;
35963
- '--focus-ts-tablet'?: csstype.Property.TextShadow | undefined;
35964
- '--ts-mobile'?: csstype.Property.TextShadow | undefined;
35965
- '--hvr-ts-mobile'?: csstype.Property.TextShadow | undefined;
35966
- '--focus-ts-mobile'?: csstype.Property.TextShadow | undefined;
35967
- '--tt'?: csstype.Property.TextTransform | undefined;
35968
- '--hvr-tt'?: csstype.Property.TextTransform | undefined;
35969
- '--focus-tt'?: csstype.Property.TextTransform | undefined;
35970
- '--tt-tablet'?: csstype.Property.TextTransform | undefined;
35971
- '--hvr-tt-tablet'?: csstype.Property.TextTransform | undefined;
35972
- '--focus-tt-tablet'?: csstype.Property.TextTransform | undefined;
35973
- '--tt-mobile'?: csstype.Property.TextTransform | undefined;
35974
- '--hvr-tt-mobile'?: csstype.Property.TextTransform | undefined;
35975
- '--focus-tt-mobile'?: csstype.Property.TextTransform | undefined;
35976
- '--top'?: csstype.Property.Top<string | number> | undefined;
35977
- '--hvr-top'?: csstype.Property.Top<string | number> | undefined;
35978
- '--focus-top'?: csstype.Property.Top<string | number> | undefined;
35979
- '--top-tablet'?: csstype.Property.Top<string | number> | undefined;
35980
- '--hvr-top-tablet'?: csstype.Property.Top<string | number> | undefined;
35981
- '--focus-top-tablet'?: csstype.Property.Top<string | number> | undefined;
35982
- '--top-mobile'?: csstype.Property.Top<string | number> | undefined;
35983
- '--hvr-top-mobile'?: csstype.Property.Top<string | number> | undefined;
35984
- '--focus-top-mobile'?: csstype.Property.Top<string | number> | undefined;
35985
- '--t'?: csstype.Property.Transform | undefined;
35986
- '--hvr-t'?: csstype.Property.Transform | undefined;
35987
- '--focus-t'?: csstype.Property.Transform | undefined;
35988
- '--t-tablet'?: csstype.Property.Transform | undefined;
35989
- '--hvr-t-tablet'?: csstype.Property.Transform | undefined;
35990
- '--focus-t-tablet'?: csstype.Property.Transform | undefined;
35991
- '--t-mobile'?: csstype.Property.Transform | undefined;
35992
- '--hvr-t-mobile'?: csstype.Property.Transform | undefined;
35993
- '--focus-t-mobile'?: csstype.Property.Transform | undefined;
35994
- '--v'?: csstype.Property.Visibility | undefined;
35995
- '--hvr-v'?: csstype.Property.Visibility | undefined;
35996
- '--focus-v'?: csstype.Property.Visibility | undefined;
35997
- '--v-tablet'?: csstype.Property.Visibility | undefined;
35998
- '--hvr-v-tablet'?: csstype.Property.Visibility | undefined;
35999
- '--focus-v-tablet'?: csstype.Property.Visibility | undefined;
36000
- '--v-mobile'?: csstype.Property.Visibility | undefined;
36001
- '--hvr-v-mobile'?: csstype.Property.Visibility | undefined;
36002
- '--focus-v-mobile'?: csstype.Property.Visibility | undefined;
36003
- '--ws'?: csstype.Property.WhiteSpace | undefined;
36004
- '--hvr-ws'?: csstype.Property.WhiteSpace | undefined;
36005
- '--focus-ws'?: csstype.Property.WhiteSpace | undefined;
36006
- '--ws-tablet'?: csstype.Property.WhiteSpace | undefined;
36007
- '--hvr-ws-tablet'?: csstype.Property.WhiteSpace | undefined;
36008
- '--focus-ws-tablet'?: csstype.Property.WhiteSpace | undefined;
36009
- '--ws-mobile'?: csstype.Property.WhiteSpace | undefined;
36010
- '--hvr-ws-mobile'?: csstype.Property.WhiteSpace | undefined;
36011
- '--focus-ws-mobile'?: csstype.Property.WhiteSpace | undefined;
36012
- '--w'?: csstype.Property.Width<string | number> | undefined;
36013
- '--hvr-w'?: csstype.Property.Width<string | number> | undefined;
36014
- '--focus-w'?: csstype.Property.Width<string | number> | undefined;
36015
- '--w-tablet'?: csstype.Property.Width<string | number> | undefined;
36016
- '--hvr-w-tablet'?: csstype.Property.Width<string | number> | undefined;
36017
- '--focus-w-tablet'?: csstype.Property.Width<string | number> | undefined;
36018
- '--w-mobile'?: csstype.Property.Width<string | number> | undefined;
36019
- '--hvr-w-mobile'?: csstype.Property.Width<string | number> | undefined;
36020
- '--focus-w-mobile'?: csstype.Property.Width<string | number> | undefined;
36021
- '--z'?: csstype.Property.ZIndex | undefined;
36022
- '--hvr-z'?: csstype.Property.ZIndex | undefined;
36023
- '--focus-z'?: csstype.Property.ZIndex | undefined;
36024
- '--z-tablet'?: csstype.Property.ZIndex | undefined;
36025
- '--hvr-z-tablet'?: csstype.Property.ZIndex | undefined;
36026
- '--focus-z-tablet'?: csstype.Property.ZIndex | undefined;
36027
- '--z-mobile'?: csstype.Property.ZIndex | undefined;
36028
- '--hvr-z-mobile'?: csstype.Property.ZIndex | undefined;
36029
- '--focus-z-mobile'?: csstype.Property.ZIndex | undefined;
36030
- '--wm'?: csstype.Property.WritingMode | undefined;
36031
- '--hvr-wm'?: csstype.Property.WritingMode | undefined;
36032
- '--focus-wm'?: csstype.Property.WritingMode | undefined;
36033
- '--wm-tablet'?: csstype.Property.WritingMode | undefined;
36034
- '--hvr-wm-tablet'?: csstype.Property.WritingMode | undefined;
36035
- '--focus-wm-tablet'?: csstype.Property.WritingMode | undefined;
36036
- '--wm-mobile'?: csstype.Property.WritingMode | undefined;
36037
- '--hvr-wm-mobile'?: csstype.Property.WritingMode | undefined;
36038
- '--focus-wm-mobile'?: csstype.Property.WritingMode | undefined;
36039
- accentColor?: csstype.Property.AccentColor | undefined;
36040
- alignContent?: csstype.Property.AlignContent | undefined;
36041
- alignItems?: csstype.Property.AlignItems | undefined;
36042
- alignSelf?: csstype.Property.AlignSelf | undefined;
36043
- alignTracks?: csstype.Property.AlignTracks | undefined;
36044
- animationComposition?: csstype.Property.AnimationComposition | undefined;
36045
- animationDelay?: csstype.Property.AnimationDelay<string & {}> | undefined;
36046
- animationDirection?: csstype.Property.AnimationDirection | undefined;
36047
- animationDuration?: csstype.Property.AnimationDuration<string & {}> | undefined;
36048
- animationFillMode?: csstype.Property.AnimationFillMode | undefined;
36049
- animationIterationCount?: csstype.Property.AnimationIterationCount | undefined;
36050
- animationName?: csstype.Property.AnimationName | undefined;
36051
- animationPlayState?: csstype.Property.AnimationPlayState | undefined;
36052
- animationTimeline?: csstype.Property.AnimationTimeline | undefined;
36053
- animationTimingFunction?: csstype.Property.AnimationTimingFunction | undefined;
36054
- appearance?: csstype.Property.Appearance | undefined;
36055
- aspectRatio?: csstype.Property.AspectRatio | undefined;
36056
- backdropFilter?: csstype.Property.BackdropFilter | undefined;
36057
- backfaceVisibility?: csstype.Property.BackfaceVisibility | undefined;
36058
- backgroundAttachment?: csstype.Property.BackgroundAttachment | undefined;
36059
- backgroundBlendMode?: csstype.Property.BackgroundBlendMode | undefined;
36060
- backgroundClip?: csstype.Property.BackgroundClip | undefined;
36061
- backgroundColor?: csstype.Property.BackgroundColor | undefined;
36062
- backgroundImage?: csstype.Property.BackgroundImage | undefined;
36063
- backgroundOrigin?: csstype.Property.BackgroundOrigin | undefined;
36064
- backgroundPositionX?: csstype.Property.BackgroundPositionX<string | number> | undefined;
36065
- backgroundPositionY?: csstype.Property.BackgroundPositionY<string | number> | undefined;
36066
- backgroundRepeat?: csstype.Property.BackgroundRepeat | undefined;
36067
- backgroundSize?: csstype.Property.BackgroundSize<string | number> | undefined;
36068
- blockOverflow?: csstype.Property.BlockOverflow | undefined;
36069
- blockSize?: csstype.Property.BlockSize<string | number> | undefined;
36070
- borderBlockColor?: csstype.Property.BorderBlockColor | undefined;
36071
- borderBlockEndColor?: csstype.Property.BorderBlockEndColor | undefined;
36072
- borderBlockEndStyle?: csstype.Property.BorderBlockEndStyle | undefined;
36073
- borderBlockEndWidth?: csstype.Property.BorderBlockEndWidth<string | number> | undefined;
36074
- borderBlockStartColor?: csstype.Property.BorderBlockStartColor | undefined;
36075
- borderBlockStartStyle?: csstype.Property.BorderBlockStartStyle | undefined;
36076
- borderBlockStartWidth?: csstype.Property.BorderBlockStartWidth<string | number> | undefined;
36077
- borderBlockStyle?: csstype.Property.BorderBlockStyle | undefined;
36078
- borderBlockWidth?: csstype.Property.BorderBlockWidth<string | number> | undefined;
36079
- borderBottomColor?: csstype.Property.BorderBottomColor | undefined;
36080
- borderBottomLeftRadius?: csstype.Property.BorderBottomLeftRadius<string | number> | undefined;
36081
- borderBottomRightRadius?: csstype.Property.BorderBottomRightRadius<string | number> | undefined;
36082
- borderBottomStyle?: csstype.Property.BorderBottomStyle | undefined;
36083
- borderBottomWidth?: csstype.Property.BorderBottomWidth<string | number> | undefined;
36084
- borderCollapse?: csstype.Property.BorderCollapse | undefined;
36085
- borderEndEndRadius?: csstype.Property.BorderEndEndRadius<string | number> | undefined;
36086
- borderEndStartRadius?: csstype.Property.BorderEndStartRadius<string | number> | undefined;
36087
- borderImageOutset?: csstype.Property.BorderImageOutset<string | number> | undefined;
36088
- borderImageRepeat?: csstype.Property.BorderImageRepeat | undefined;
36089
- borderImageSlice?: csstype.Property.BorderImageSlice | undefined;
36090
- borderImageSource?: csstype.Property.BorderImageSource | undefined;
36091
- borderImageWidth?: csstype.Property.BorderImageWidth<string | number> | undefined;
36092
- borderInlineColor?: csstype.Property.BorderInlineColor | undefined;
36093
- borderInlineEndColor?: csstype.Property.BorderInlineEndColor | undefined;
36094
- borderInlineEndStyle?: csstype.Property.BorderInlineEndStyle | undefined;
36095
- borderInlineEndWidth?: csstype.Property.BorderInlineEndWidth<string | number> | undefined;
36096
- borderInlineStartColor?: csstype.Property.BorderInlineStartColor | undefined;
36097
- borderInlineStartStyle?: csstype.Property.BorderInlineStartStyle | undefined;
36098
- borderInlineStartWidth?: csstype.Property.BorderInlineStartWidth<string | number> | undefined;
36099
- borderInlineStyle?: csstype.Property.BorderInlineStyle | undefined;
36100
- borderInlineWidth?: csstype.Property.BorderInlineWidth<string | number> | undefined;
36101
- borderLeftColor?: csstype.Property.BorderLeftColor | undefined;
36102
- borderLeftStyle?: csstype.Property.BorderLeftStyle | undefined;
36103
- borderLeftWidth?: csstype.Property.BorderLeftWidth<string | number> | undefined;
36104
- borderRightColor?: csstype.Property.BorderRightColor | undefined;
36105
- borderRightStyle?: csstype.Property.BorderRightStyle | undefined;
36106
- borderRightWidth?: csstype.Property.BorderRightWidth<string | number> | undefined;
36107
- borderSpacing?: csstype.Property.BorderSpacing<string | number> | undefined;
36108
- borderStartEndRadius?: csstype.Property.BorderStartEndRadius<string | number> | undefined;
36109
- borderStartStartRadius?: csstype.Property.BorderStartStartRadius<string | number> | undefined;
36110
- borderTopColor?: csstype.Property.BorderTopColor | undefined;
36111
- borderTopLeftRadius?: csstype.Property.BorderTopLeftRadius<string | number> | undefined;
36112
- borderTopRightRadius?: csstype.Property.BorderTopRightRadius<string | number> | undefined;
36113
- borderTopStyle?: csstype.Property.BorderTopStyle | undefined;
36114
- borderTopWidth?: csstype.Property.BorderTopWidth<string | number> | undefined;
36115
- bottom?: csstype.Property.Bottom<string | number> | undefined;
36116
- boxDecorationBreak?: csstype.Property.BoxDecorationBreak | undefined;
36117
- boxShadow?: csstype.Property.BoxShadow | undefined;
36118
- boxSizing?: csstype.Property.BoxSizing | undefined;
36119
- breakAfter?: csstype.Property.BreakAfter | undefined;
36120
- breakBefore?: csstype.Property.BreakBefore | undefined;
36121
- breakInside?: csstype.Property.BreakInside | undefined;
36122
- captionSide?: csstype.Property.CaptionSide | undefined;
36123
- caretColor?: csstype.Property.CaretColor | undefined;
36124
- caretShape?: csstype.Property.CaretShape | undefined;
36125
- clear?: csstype.Property.Clear | undefined;
36126
- clipPath?: csstype.Property.ClipPath | undefined;
36127
- color?: csstype.Property.Color | undefined;
36128
- colorAdjust?: csstype.Property.PrintColorAdjust | undefined;
36129
- colorScheme?: csstype.Property.ColorScheme | undefined;
36130
- columnCount?: csstype.Property.ColumnCount | undefined;
36131
- columnFill?: csstype.Property.ColumnFill | undefined;
36132
- columnGap?: csstype.Property.ColumnGap<string | number> | undefined;
36133
- columnRuleColor?: csstype.Property.ColumnRuleColor | undefined;
36134
- columnRuleStyle?: csstype.Property.ColumnRuleStyle | undefined;
36135
- columnRuleWidth?: csstype.Property.ColumnRuleWidth<string | number> | undefined;
36136
- columnSpan?: csstype.Property.ColumnSpan | undefined;
36137
- columnWidth?: csstype.Property.ColumnWidth<string | number> | undefined;
36138
- contain?: csstype.Property.Contain | undefined;
36139
- containIntrinsicBlockSize?: csstype.Property.ContainIntrinsicBlockSize<string | number> | undefined;
36140
- containIntrinsicHeight?: csstype.Property.ContainIntrinsicHeight<string | number> | undefined;
36141
- containIntrinsicInlineSize?: csstype.Property.ContainIntrinsicInlineSize<string | number> | undefined;
36142
- containIntrinsicWidth?: csstype.Property.ContainIntrinsicWidth<string | number> | undefined;
36143
- containerName?: csstype.Property.ContainerName | undefined;
36144
- containerType?: csstype.Property.ContainerType | undefined;
36145
- content?: csstype.Property.Content | undefined;
36146
- contentVisibility?: csstype.Property.ContentVisibility | undefined;
36147
- counterIncrement?: csstype.Property.CounterIncrement | undefined;
36148
- counterReset?: csstype.Property.CounterReset | undefined;
36149
- counterSet?: csstype.Property.CounterSet | undefined;
36150
- cursor?: csstype.Property.Cursor | undefined;
36151
- direction?: csstype.Property.Direction | undefined;
36152
- display?: csstype.Property.Display | undefined;
36153
- emptyCells?: csstype.Property.EmptyCells | undefined;
36154
- filter?: csstype.Property.Filter | undefined;
36155
- flexBasis?: csstype.Property.FlexBasis<string | number> | undefined;
36156
- flexDirection?: csstype.Property.FlexDirection | undefined;
36157
- flexGrow?: csstype.Property.FlexGrow | undefined;
36158
- flexShrink?: csstype.Property.FlexShrink | undefined;
36159
- flexWrap?: csstype.Property.FlexWrap | undefined;
36160
- float?: csstype.Property.Float | undefined;
36161
- fontFamily?: csstype.Property.FontFamily | undefined;
36162
- fontFeatureSettings?: csstype.Property.FontFeatureSettings | undefined;
36163
- fontKerning?: csstype.Property.FontKerning | undefined;
36164
- fontLanguageOverride?: csstype.Property.FontLanguageOverride | undefined;
36165
- fontOpticalSizing?: csstype.Property.FontOpticalSizing | undefined;
36166
- fontPalette?: csstype.Property.FontPalette | undefined;
36167
- fontSize?: csstype.Property.FontSize<string | number> | undefined;
36168
- fontSizeAdjust?: csstype.Property.FontSizeAdjust | undefined;
36169
- fontSmooth?: csstype.Property.FontSmooth<string | number> | undefined;
36170
- fontStretch?: csstype.Property.FontStretch | undefined;
36171
- fontStyle?: csstype.Property.FontStyle | undefined;
36172
- fontSynthesis?: csstype.Property.FontSynthesis | undefined;
36173
- fontVariant?: csstype.Property.FontVariant | undefined;
36174
- fontVariantAlternates?: csstype.Property.FontVariantAlternates | undefined;
36175
- fontVariantCaps?: csstype.Property.FontVariantCaps | undefined;
36176
- fontVariantEastAsian?: csstype.Property.FontVariantEastAsian | undefined;
36177
- fontVariantEmoji?: csstype.Property.FontVariantEmoji | undefined;
36178
- fontVariantLigatures?: csstype.Property.FontVariantLigatures | undefined;
36179
- fontVariantNumeric?: csstype.Property.FontVariantNumeric | undefined;
36180
- fontVariantPosition?: csstype.Property.FontVariantPosition | undefined;
36181
- fontVariationSettings?: csstype.Property.FontVariationSettings | undefined;
36182
- fontWeight?: csstype.Property.FontWeight | undefined;
36183
- forcedColorAdjust?: csstype.Property.ForcedColorAdjust | undefined;
36184
- gridAutoColumns?: csstype.Property.GridAutoColumns<string | number> | undefined;
36185
- gridAutoFlow?: csstype.Property.GridAutoFlow | undefined;
36186
- gridAutoRows?: csstype.Property.GridAutoRows<string | number> | undefined;
36187
- gridColumnEnd?: csstype.Property.GridColumnEnd | undefined;
36188
- gridColumnStart?: csstype.Property.GridColumnStart | undefined;
36189
- gridRowEnd?: csstype.Property.GridRowEnd | undefined;
36190
- gridRowStart?: csstype.Property.GridRowStart | undefined;
36191
- gridTemplateAreas?: csstype.Property.GridTemplateAreas | undefined;
36192
- gridTemplateColumns?: csstype.Property.GridTemplateColumns<string | number> | undefined;
36193
- gridTemplateRows?: csstype.Property.GridTemplateRows<string | number> | undefined;
36194
- hangingPunctuation?: csstype.Property.HangingPunctuation | undefined;
36195
- height?: csstype.Property.Height<string | number> | undefined;
36196
- hyphenateCharacter?: csstype.Property.HyphenateCharacter | undefined;
36197
- hyphenateLimitChars?: csstype.Property.HyphenateLimitChars | undefined;
36198
- hyphens?: csstype.Property.Hyphens | undefined;
36199
- imageOrientation?: csstype.Property.ImageOrientation | undefined;
36200
- imageRendering?: csstype.Property.ImageRendering | undefined;
36201
- imageResolution?: csstype.Property.ImageResolution | undefined;
36202
- initialLetter?: csstype.Property.InitialLetter | undefined;
36203
- inlineSize?: csstype.Property.InlineSize<string | number> | undefined;
36204
- inputSecurity?: csstype.Property.InputSecurity | undefined;
36205
- insetBlockEnd?: csstype.Property.InsetBlockEnd<string | number> | undefined;
36206
- insetBlockStart?: csstype.Property.InsetBlockStart<string | number> | undefined;
36207
- insetInlineEnd?: csstype.Property.InsetInlineEnd<string | number> | undefined;
36208
- insetInlineStart?: csstype.Property.InsetInlineStart<string | number> | undefined;
36209
- isolation?: csstype.Property.Isolation | undefined;
36210
- justifyContent?: csstype.Property.JustifyContent | undefined;
36211
- justifyItems?: csstype.Property.JustifyItems | undefined;
36212
- justifySelf?: csstype.Property.JustifySelf | undefined;
36213
- justifyTracks?: csstype.Property.JustifyTracks | undefined;
36214
- left?: csstype.Property.Left<string | number> | undefined;
36215
- letterSpacing?: csstype.Property.LetterSpacing<string | number> | undefined;
36216
- lineBreak?: csstype.Property.LineBreak | undefined;
36217
- lineHeight?: csstype.Property.LineHeight<string | number> | undefined;
36218
- lineHeightStep?: csstype.Property.LineHeightStep<string | number> | undefined;
36219
- listStyleImage?: csstype.Property.ListStyleImage | undefined;
36220
- listStylePosition?: csstype.Property.ListStylePosition | undefined;
36221
- listStyleType?: csstype.Property.ListStyleType | undefined;
36222
- marginBlockEnd?: csstype.Property.MarginBlockEnd<string | number> | undefined;
36223
- marginBlockStart?: csstype.Property.MarginBlockStart<string | number> | undefined;
36224
- marginBottom?: csstype.Property.MarginBottom<string | number> | undefined;
36225
- marginInlineEnd?: csstype.Property.MarginInlineEnd<string | number> | undefined;
36226
- marginInlineStart?: csstype.Property.MarginInlineStart<string | number> | undefined;
36227
- marginLeft?: csstype.Property.MarginLeft<string | number> | undefined;
36228
- marginRight?: csstype.Property.MarginRight<string | number> | undefined;
36229
- marginTop?: csstype.Property.MarginTop<string | number> | undefined;
36230
- marginTrim?: csstype.Property.MarginTrim | undefined;
36231
- maskBorderMode?: csstype.Property.MaskBorderMode | undefined;
36232
- maskBorderOutset?: csstype.Property.MaskBorderOutset<string | number> | undefined;
36233
- maskBorderRepeat?: csstype.Property.MaskBorderRepeat | undefined;
36234
- maskBorderSlice?: csstype.Property.MaskBorderSlice | undefined;
36235
- maskBorderSource?: csstype.Property.MaskBorderSource | undefined;
36236
- maskBorderWidth?: csstype.Property.MaskBorderWidth<string | number> | undefined;
36237
- maskClip?: csstype.Property.MaskClip | undefined;
36238
- maskComposite?: csstype.Property.MaskComposite | undefined;
36239
- maskImage?: csstype.Property.MaskImage | undefined;
36240
- maskMode?: csstype.Property.MaskMode | undefined;
36241
- maskOrigin?: csstype.Property.MaskOrigin | undefined;
36242
- maskPosition?: csstype.Property.MaskPosition<string | number> | undefined;
36243
- maskRepeat?: csstype.Property.MaskRepeat | undefined;
36244
- maskSize?: csstype.Property.MaskSize<string | number> | undefined;
36245
- maskType?: csstype.Property.MaskType | undefined;
36246
- mathDepth?: csstype.Property.MathDepth | undefined;
36247
- mathShift?: csstype.Property.MathShift | undefined;
36248
- mathStyle?: csstype.Property.MathStyle | undefined;
36249
- maxBlockSize?: csstype.Property.MaxBlockSize<string | number> | undefined;
36250
- maxHeight?: csstype.Property.MaxHeight<string | number> | undefined;
36251
- maxInlineSize?: csstype.Property.MaxInlineSize<string | number> | undefined;
36252
- maxLines?: csstype.Property.MaxLines | undefined;
36253
- maxWidth?: csstype.Property.MaxWidth<string | number> | undefined;
36254
- minBlockSize?: csstype.Property.MinBlockSize<string | number> | undefined;
36255
- minHeight?: csstype.Property.MinHeight<string | number> | undefined;
36256
- minInlineSize?: csstype.Property.MinInlineSize<string | number> | undefined;
36257
- minWidth?: csstype.Property.MinWidth<string | number> | undefined;
36258
- mixBlendMode?: csstype.Property.MixBlendMode | undefined;
36259
- motionDistance?: csstype.Property.OffsetDistance<string | number> | undefined;
36260
- motionPath?: csstype.Property.OffsetPath | undefined;
36261
- motionRotation?: csstype.Property.OffsetRotate | undefined;
36262
- objectFit?: csstype.Property.ObjectFit | undefined;
36263
- objectPosition?: csstype.Property.ObjectPosition<string | number> | undefined;
36264
- offsetAnchor?: csstype.Property.OffsetAnchor<string | number> | undefined;
36265
- offsetDistance?: csstype.Property.OffsetDistance<string | number> | undefined;
36266
- offsetPath?: csstype.Property.OffsetPath | undefined;
36267
- offsetPosition?: csstype.Property.OffsetPosition<string | number> | undefined;
36268
- offsetRotate?: csstype.Property.OffsetRotate | undefined;
36269
- offsetRotation?: csstype.Property.OffsetRotate | undefined;
36270
- opacity?: csstype.Property.Opacity | undefined;
36271
- order?: csstype.Property.Order | undefined;
36272
- orphans?: csstype.Property.Orphans | undefined;
36273
- outlineColor?: csstype.Property.OutlineColor | undefined;
36274
- outlineOffset?: csstype.Property.OutlineOffset<string | number> | undefined;
36275
- outlineStyle?: csstype.Property.OutlineStyle | undefined;
36276
- outlineWidth?: csstype.Property.OutlineWidth<string | number> | undefined;
36277
- overflowAnchor?: csstype.Property.OverflowAnchor | undefined;
36278
- overflowBlock?: csstype.Property.OverflowBlock | undefined;
36279
- overflowClipBox?: csstype.Property.OverflowClipBox | undefined;
36280
- overflowClipMargin?: csstype.Property.OverflowClipMargin<string | number> | undefined;
36281
- overflowInline?: csstype.Property.OverflowInline | undefined;
36282
- overflowWrap?: csstype.Property.OverflowWrap | undefined;
36283
- overflowX?: csstype.Property.OverflowX | undefined;
36284
- overflowY?: csstype.Property.OverflowY | undefined;
36285
- overscrollBehaviorBlock?: csstype.Property.OverscrollBehaviorBlock | undefined;
36286
- overscrollBehaviorInline?: csstype.Property.OverscrollBehaviorInline | undefined;
36287
- overscrollBehaviorX?: csstype.Property.OverscrollBehaviorX | undefined;
36288
- overscrollBehaviorY?: csstype.Property.OverscrollBehaviorY | undefined;
36289
- paddingBlockEnd?: csstype.Property.PaddingBlockEnd<string | number> | undefined;
36290
- paddingBlockStart?: csstype.Property.PaddingBlockStart<string | number> | undefined;
36291
- paddingBottom?: csstype.Property.PaddingBottom<string | number> | undefined;
36292
- paddingInlineEnd?: csstype.Property.PaddingInlineEnd<string | number> | undefined;
36293
- paddingInlineStart?: csstype.Property.PaddingInlineStart<string | number> | undefined;
36294
- paddingLeft?: csstype.Property.PaddingLeft<string | number> | undefined;
36295
- paddingRight?: csstype.Property.PaddingRight<string | number> | undefined;
36296
- paddingTop?: csstype.Property.PaddingTop<string | number> | undefined;
36297
- page?: csstype.Property.Page | undefined;
36298
- pageBreakAfter?: csstype.Property.PageBreakAfter | undefined;
36299
- pageBreakBefore?: csstype.Property.PageBreakBefore | undefined;
36300
- pageBreakInside?: csstype.Property.PageBreakInside | undefined;
36301
- paintOrder?: csstype.Property.PaintOrder | undefined;
36302
- perspective?: csstype.Property.Perspective<string | number> | undefined;
36303
- perspectiveOrigin?: csstype.Property.PerspectiveOrigin<string | number> | undefined;
36304
- pointerEvents?: csstype.Property.PointerEvents | undefined;
36305
- position?: csstype.Property.Position | undefined;
36306
- printColorAdjust?: csstype.Property.PrintColorAdjust | undefined;
36307
- quotes?: csstype.Property.Quotes | undefined;
36308
- resize?: csstype.Property.Resize | undefined;
36309
- right?: csstype.Property.Right<string | number> | undefined;
36310
- rotate?: csstype.Property.Rotate | undefined;
36311
- rowGap?: csstype.Property.RowGap<string | number> | undefined;
36312
- rubyAlign?: csstype.Property.RubyAlign | undefined;
36313
- rubyMerge?: csstype.Property.RubyMerge | undefined;
36314
- rubyPosition?: csstype.Property.RubyPosition | undefined;
36315
- scale?: csstype.Property.Scale | undefined;
36316
- scrollBehavior?: csstype.Property.ScrollBehavior | undefined;
36317
- scrollMarginBlockEnd?: csstype.Property.ScrollMarginBlockEnd<string | number> | undefined;
36318
- scrollMarginBlockStart?: csstype.Property.ScrollMarginBlockStart<string | number> | undefined;
36319
- scrollMarginBottom?: csstype.Property.ScrollMarginBottom<string | number> | undefined;
36320
- scrollMarginInlineEnd?: csstype.Property.ScrollMarginInlineEnd<string | number> | undefined;
36321
- scrollMarginInlineStart?: csstype.Property.ScrollMarginInlineStart<string | number> | undefined;
36322
- scrollMarginLeft?: csstype.Property.ScrollMarginLeft<string | number> | undefined;
36323
- scrollMarginRight?: csstype.Property.ScrollMarginRight<string | number> | undefined;
36324
- scrollMarginTop?: csstype.Property.ScrollMarginTop<string | number> | undefined;
36325
- scrollPaddingBlockEnd?: csstype.Property.ScrollPaddingBlockEnd<string | number> | undefined;
36326
- scrollPaddingBlockStart?: csstype.Property.ScrollPaddingBlockStart<string | number> | undefined;
36327
- scrollPaddingBottom?: csstype.Property.ScrollPaddingBottom<string | number> | undefined;
36328
- scrollPaddingInlineEnd?: csstype.Property.ScrollPaddingInlineEnd<string | number> | undefined;
36329
- scrollPaddingInlineStart?: csstype.Property.ScrollPaddingInlineStart<string | number> | undefined;
36330
- scrollPaddingLeft?: csstype.Property.ScrollPaddingLeft<string | number> | undefined;
36331
- scrollPaddingRight?: csstype.Property.ScrollPaddingRight<string | number> | undefined;
36332
- scrollPaddingTop?: csstype.Property.ScrollPaddingTop<string | number> | undefined;
36333
- scrollSnapAlign?: csstype.Property.ScrollSnapAlign | undefined;
36334
- scrollSnapMarginBottom?: csstype.Property.ScrollMarginBottom<string | number> | undefined;
36335
- scrollSnapMarginLeft?: csstype.Property.ScrollMarginLeft<string | number> | undefined;
36336
- scrollSnapMarginRight?: csstype.Property.ScrollMarginRight<string | number> | undefined;
36337
- scrollSnapMarginTop?: csstype.Property.ScrollMarginTop<string | number> | undefined;
36338
- scrollSnapStop?: csstype.Property.ScrollSnapStop | undefined;
36339
- scrollSnapType?: csstype.Property.ScrollSnapType | undefined;
36340
- scrollTimelineAxis?: csstype.Property.ScrollTimelineAxis | undefined;
36341
- scrollTimelineName?: csstype.Property.ScrollTimelineName | undefined;
36342
- scrollbarColor?: csstype.Property.ScrollbarColor | undefined;
36343
- scrollbarGutter?: csstype.Property.ScrollbarGutter | undefined;
36344
- scrollbarWidth?: csstype.Property.ScrollbarWidth | undefined;
36345
- shapeImageThreshold?: csstype.Property.ShapeImageThreshold | undefined;
36346
- shapeMargin?: csstype.Property.ShapeMargin<string | number> | undefined;
36347
- shapeOutside?: csstype.Property.ShapeOutside | undefined;
36348
- tabSize?: csstype.Property.TabSize<string | number> | undefined;
36349
- tableLayout?: csstype.Property.TableLayout | undefined;
36350
- textAlign?: csstype.Property.TextAlign | undefined;
36351
- textAlignLast?: csstype.Property.TextAlignLast | undefined;
36352
- textCombineUpright?: csstype.Property.TextCombineUpright | undefined;
36353
- textDecorationColor?: csstype.Property.TextDecorationColor | undefined;
36354
- textDecorationLine?: csstype.Property.TextDecorationLine | undefined;
36355
- textDecorationSkip?: csstype.Property.TextDecorationSkip | undefined;
36356
- textDecorationSkipInk?: csstype.Property.TextDecorationSkipInk | undefined;
36357
- textDecorationStyle?: csstype.Property.TextDecorationStyle | undefined;
36358
- textDecorationThickness?: csstype.Property.TextDecorationThickness<string | number> | undefined;
36359
- textEmphasisColor?: csstype.Property.TextEmphasisColor | undefined;
36360
- textEmphasisPosition?: csstype.Property.TextEmphasisPosition | undefined;
36361
- textEmphasisStyle?: csstype.Property.TextEmphasisStyle | undefined;
36362
- textIndent?: csstype.Property.TextIndent<string | number> | undefined;
36363
- textJustify?: csstype.Property.TextJustify | undefined;
36364
- textOrientation?: csstype.Property.TextOrientation | undefined;
36365
- textOverflow?: csstype.Property.TextOverflow | undefined;
36366
- textRendering?: csstype.Property.TextRendering | undefined;
36367
- textShadow?: csstype.Property.TextShadow | undefined;
36368
- textSizeAdjust?: csstype.Property.TextSizeAdjust | undefined;
36369
- textTransform?: csstype.Property.TextTransform | undefined;
36370
- textUnderlineOffset?: csstype.Property.TextUnderlineOffset<string | number> | undefined;
36371
- textUnderlinePosition?: csstype.Property.TextUnderlinePosition | undefined;
36372
- top?: csstype.Property.Top<string | number> | undefined;
36373
- touchAction?: csstype.Property.TouchAction | undefined;
36374
- transform?: csstype.Property.Transform | undefined;
36375
- transformBox?: csstype.Property.TransformBox | undefined;
36376
- transformOrigin?: csstype.Property.TransformOrigin<string | number> | undefined;
36377
- transformStyle?: csstype.Property.TransformStyle | undefined;
36378
- transitionDelay?: csstype.Property.TransitionDelay<string & {}> | undefined;
36379
- transitionDuration?: csstype.Property.TransitionDuration<string & {}> | undefined;
36380
- transitionProperty?: csstype.Property.TransitionProperty | undefined;
36381
- transitionTimingFunction?: csstype.Property.TransitionTimingFunction | undefined;
36382
- translate?: csstype.Property.Translate<string | number> | undefined;
36383
- unicodeBidi?: csstype.Property.UnicodeBidi | undefined;
36384
- userSelect?: csstype.Property.UserSelect | undefined;
36385
- verticalAlign?: csstype.Property.VerticalAlign<string | number> | undefined;
36386
- viewTransitionName?: csstype.Property.ViewTransitionName | undefined;
36387
- visibility?: csstype.Property.Visibility | undefined;
36388
- whiteSpace?: csstype.Property.WhiteSpace | undefined;
36389
- widows?: csstype.Property.Widows | undefined;
36390
- width?: csstype.Property.Width<string | number> | undefined;
36391
- willChange?: csstype.Property.WillChange | undefined;
36392
- wordBreak?: csstype.Property.WordBreak | undefined;
36393
- wordSpacing?: csstype.Property.WordSpacing<string | number> | undefined;
36394
- wordWrap?: csstype.Property.WordWrap | undefined;
36395
- writingMode?: csstype.Property.WritingMode | undefined;
36396
- zIndex?: csstype.Property.ZIndex | undefined;
36397
- zoom?: csstype.Property.Zoom | undefined;
36398
- all?: csstype.Globals | undefined;
36399
- animation?: csstype.Property.Animation<string & {}> | undefined;
36400
- background?: csstype.Property.Background<string | number> | undefined;
36401
- backgroundPosition?: csstype.Property.BackgroundPosition<string | number> | undefined;
36402
- border?: csstype.Property.Border<string | number> | undefined;
36403
- borderBlock?: csstype.Property.BorderBlock<string | number> | undefined;
36404
- borderBlockEnd?: csstype.Property.BorderBlockEnd<string | number> | undefined;
36405
- borderBlockStart?: csstype.Property.BorderBlockStart<string | number> | undefined;
36406
- borderBottom?: csstype.Property.BorderBottom<string | number> | undefined;
36407
- borderColor?: csstype.Property.BorderColor | undefined;
36408
- borderImage?: csstype.Property.BorderImage | undefined;
36409
- borderInline?: csstype.Property.BorderInline<string | number> | undefined;
36410
- borderInlineEnd?: csstype.Property.BorderInlineEnd<string | number> | undefined;
36411
- borderInlineStart?: csstype.Property.BorderInlineStart<string | number> | undefined;
36412
- borderLeft?: csstype.Property.BorderLeft<string | number> | undefined;
36413
- borderRadius?: csstype.Property.BorderRadius<string | number> | undefined;
36414
- borderRight?: csstype.Property.BorderRight<string | number> | undefined;
36415
- borderStyle?: csstype.Property.BorderStyle | undefined;
36416
- borderTop?: csstype.Property.BorderTop<string | number> | undefined;
36417
- borderWidth?: csstype.Property.BorderWidth<string | number> | undefined;
36418
- caret?: csstype.Property.Caret | undefined;
36419
- columnRule?: csstype.Property.ColumnRule<string | number> | undefined;
36420
- columns?: csstype.Property.Columns<string | number> | undefined;
36421
- containIntrinsicSize?: csstype.Property.ContainIntrinsicSize<string | number> | undefined;
36422
- container?: csstype.Property.Container | undefined;
36423
- flex?: csstype.Property.Flex<string | number> | undefined;
36424
- flexFlow?: csstype.Property.FlexFlow | undefined;
36425
- font?: csstype.Property.Font | undefined;
36426
- gap?: csstype.Property.Gap<string | number> | undefined;
36427
- grid?: csstype.Property.Grid | undefined;
36428
- gridArea?: csstype.Property.GridArea | undefined;
36429
- gridColumn?: csstype.Property.GridColumn | undefined;
36430
- gridRow?: csstype.Property.GridRow | undefined;
36431
- gridTemplate?: csstype.Property.GridTemplate | undefined;
36432
- inset?: csstype.Property.Inset<string | number> | undefined;
36433
- insetBlock?: csstype.Property.InsetBlock<string | number> | undefined;
36434
- insetInline?: csstype.Property.InsetInline<string | number> | undefined;
36435
- lineClamp?: csstype.Property.LineClamp | undefined;
36436
- listStyle?: csstype.Property.ListStyle | undefined;
36437
- margin?: csstype.Property.Margin<string | number> | undefined;
36438
- marginBlock?: csstype.Property.MarginBlock<string | number> | undefined;
36439
- marginInline?: csstype.Property.MarginInline<string | number> | undefined;
36440
- mask?: csstype.Property.Mask<string | number> | undefined;
36441
- maskBorder?: csstype.Property.MaskBorder | undefined;
36442
- motion?: csstype.Property.Offset<string | number> | undefined;
36443
- offset?: csstype.Property.Offset<string | number> | undefined;
36444
- outline?: csstype.Property.Outline<string | number> | undefined;
36445
- overflow?: csstype.Property.Overflow | undefined;
36446
- overscrollBehavior?: csstype.Property.OverscrollBehavior | undefined;
36447
- padding?: csstype.Property.Padding<string | number> | undefined;
36448
- paddingBlock?: csstype.Property.PaddingBlock<string | number> | undefined;
36449
- paddingInline?: csstype.Property.PaddingInline<string | number> | undefined;
36450
- placeContent?: csstype.Property.PlaceContent | undefined;
36451
- placeItems?: csstype.Property.PlaceItems | undefined;
36452
- placeSelf?: csstype.Property.PlaceSelf | undefined;
36453
- scrollMargin?: csstype.Property.ScrollMargin<string | number> | undefined;
36454
- scrollMarginBlock?: csstype.Property.ScrollMarginBlock<string | number> | undefined;
36455
- scrollMarginInline?: csstype.Property.ScrollMarginInline<string | number> | undefined;
36456
- scrollPadding?: csstype.Property.ScrollPadding<string | number> | undefined;
36457
- scrollPaddingBlock?: csstype.Property.ScrollPaddingBlock<string | number> | undefined;
36458
- scrollPaddingInline?: csstype.Property.ScrollPaddingInline<string | number> | undefined;
36459
- scrollSnapMargin?: csstype.Property.ScrollMargin<string | number> | undefined;
36460
- scrollTimeline?: csstype.Property.ScrollTimeline | undefined;
36461
- textDecoration?: csstype.Property.TextDecoration<string | number> | undefined;
36462
- textEmphasis?: csstype.Property.TextEmphasis | undefined;
36463
- transition?: csstype.Property.Transition<string & {}> | undefined;
36464
- MozAnimationDelay?: csstype.Property.AnimationDelay<string & {}> | undefined;
36465
- MozAnimationDirection?: csstype.Property.AnimationDirection | undefined;
36466
- MozAnimationDuration?: csstype.Property.AnimationDuration<string & {}> | undefined;
36467
- MozAnimationFillMode?: csstype.Property.AnimationFillMode | undefined;
36468
- MozAnimationIterationCount?: csstype.Property.AnimationIterationCount | undefined;
36469
- MozAnimationName?: csstype.Property.AnimationName | undefined;
36470
- MozAnimationPlayState?: csstype.Property.AnimationPlayState | undefined;
36471
- MozAnimationTimingFunction?: csstype.Property.AnimationTimingFunction | undefined;
36472
- MozAppearance?: csstype.Property.MozAppearance | undefined;
36473
- MozBackfaceVisibility?: csstype.Property.BackfaceVisibility | undefined;
36474
- MozBinding?: csstype.Property.MozBinding | undefined;
36475
- MozBorderBottomColors?: csstype.Property.MozBorderBottomColors | undefined;
36476
- MozBorderEndColor?: csstype.Property.BorderInlineEndColor | undefined;
36477
- MozBorderEndStyle?: csstype.Property.BorderInlineEndStyle | undefined;
36478
- MozBorderEndWidth?: csstype.Property.BorderInlineEndWidth<string | number> | undefined;
36479
- MozBorderLeftColors?: csstype.Property.MozBorderLeftColors | undefined;
36480
- MozBorderRightColors?: csstype.Property.MozBorderRightColors | undefined;
36481
- MozBorderStartColor?: csstype.Property.BorderInlineStartColor | undefined;
36482
- MozBorderStartStyle?: csstype.Property.BorderInlineStartStyle | undefined;
36483
- MozBorderTopColors?: csstype.Property.MozBorderTopColors | undefined;
36484
- MozBoxSizing?: csstype.Property.BoxSizing | undefined;
36485
- MozColumnCount?: csstype.Property.ColumnCount | undefined;
36486
- MozColumnFill?: csstype.Property.ColumnFill | undefined;
36487
- MozColumnRuleColor?: csstype.Property.ColumnRuleColor | undefined;
36488
- MozColumnRuleStyle?: csstype.Property.ColumnRuleStyle | undefined;
36489
- MozColumnRuleWidth?: csstype.Property.ColumnRuleWidth<string | number> | undefined;
36490
- MozColumnWidth?: csstype.Property.ColumnWidth<string | number> | undefined;
36491
- MozContextProperties?: csstype.Property.MozContextProperties | undefined;
36492
- MozFontFeatureSettings?: csstype.Property.FontFeatureSettings | undefined;
36493
- MozFontLanguageOverride?: csstype.Property.FontLanguageOverride | undefined;
36494
- MozHyphens?: csstype.Property.Hyphens | undefined;
36495
- MozImageRegion?: csstype.Property.MozImageRegion | undefined;
36496
- MozMarginEnd?: csstype.Property.MarginInlineEnd<string | number> | undefined;
36497
- MozMarginStart?: csstype.Property.MarginInlineStart<string | number> | undefined;
36498
- MozOrient?: csstype.Property.MozOrient | undefined;
36499
- MozOsxFontSmoothing?: csstype.Property.FontSmooth<string | number> | undefined;
36500
- MozPaddingEnd?: csstype.Property.PaddingInlineEnd<string | number> | undefined;
36501
- MozPaddingStart?: csstype.Property.PaddingInlineStart<string | number> | undefined;
36502
- MozPerspective?: csstype.Property.Perspective<string | number> | undefined;
36503
- MozPerspectiveOrigin?: csstype.Property.PerspectiveOrigin<string | number> | undefined;
36504
- MozStackSizing?: csstype.Property.MozStackSizing | undefined;
36505
- MozTabSize?: csstype.Property.TabSize<string | number> | undefined;
36506
- MozTextBlink?: csstype.Property.MozTextBlink | undefined;
36507
- MozTextSizeAdjust?: csstype.Property.TextSizeAdjust | undefined;
36508
- MozTransformOrigin?: csstype.Property.TransformOrigin<string | number> | undefined;
36509
- MozTransformStyle?: csstype.Property.TransformStyle | undefined;
36510
- MozTransitionDelay?: csstype.Property.TransitionDelay<string & {}> | undefined;
36511
- MozTransitionDuration?: csstype.Property.TransitionDuration<string & {}> | undefined;
36512
- MozTransitionProperty?: csstype.Property.TransitionProperty | undefined;
36513
- MozTransitionTimingFunction?: csstype.Property.TransitionTimingFunction | undefined;
36514
- MozUserFocus?: csstype.Property.MozUserFocus | undefined;
36515
- MozUserModify?: csstype.Property.MozUserModify | undefined;
36516
- MozUserSelect?: csstype.Property.UserSelect | undefined;
36517
- MozWindowDragging?: csstype.Property.MozWindowDragging | undefined;
36518
- MozWindowShadow?: csstype.Property.MozWindowShadow | undefined;
36519
- msAccelerator?: csstype.Property.MsAccelerator | undefined;
36520
- msBlockProgression?: csstype.Property.MsBlockProgression | undefined;
36521
- msContentZoomChaining?: csstype.Property.MsContentZoomChaining | undefined;
36522
- msContentZoomLimitMax?: csstype.Property.MsContentZoomLimitMax | undefined;
36523
- msContentZoomLimitMin?: csstype.Property.MsContentZoomLimitMin | undefined;
36524
- msContentZoomSnapPoints?: csstype.Property.MsContentZoomSnapPoints | undefined;
36525
- msContentZoomSnapType?: csstype.Property.MsContentZoomSnapType | undefined;
36526
- msContentZooming?: csstype.Property.MsContentZooming | undefined;
36527
- msFilter?: csstype.Property.MsFilter | undefined;
36528
- msFlexDirection?: csstype.Property.FlexDirection | undefined;
36529
- msFlexPositive?: csstype.Property.FlexGrow | undefined;
36530
- msFlowFrom?: csstype.Property.MsFlowFrom | undefined;
36531
- msFlowInto?: csstype.Property.MsFlowInto | undefined;
36532
- msGridColumns?: csstype.Property.MsGridColumns<string | number> | undefined;
36533
- msGridRows?: csstype.Property.MsGridRows<string | number> | undefined;
36534
- msHighContrastAdjust?: csstype.Property.MsHighContrastAdjust | undefined;
36535
- msHyphenateLimitChars?: csstype.Property.MsHyphenateLimitChars | undefined;
36536
- msHyphenateLimitLines?: csstype.Property.MsHyphenateLimitLines | undefined;
36537
- msHyphenateLimitZone?: csstype.Property.MsHyphenateLimitZone<string | number> | undefined;
36538
- msHyphens?: csstype.Property.Hyphens | undefined;
36539
- msImeAlign?: csstype.Property.MsImeAlign | undefined;
36540
- msLineBreak?: csstype.Property.LineBreak | undefined;
36541
- msOrder?: csstype.Property.Order | undefined;
36542
- msOverflowStyle?: csstype.Property.MsOverflowStyle | undefined;
36543
- msOverflowX?: csstype.Property.OverflowX | undefined;
36544
- msOverflowY?: csstype.Property.OverflowY | undefined;
36545
- msScrollChaining?: csstype.Property.MsScrollChaining | undefined;
36546
- msScrollLimitXMax?: csstype.Property.MsScrollLimitXMax<string | number> | undefined;
36547
- msScrollLimitXMin?: csstype.Property.MsScrollLimitXMin<string | number> | undefined;
36548
- msScrollLimitYMax?: csstype.Property.MsScrollLimitYMax<string | number> | undefined;
36549
- msScrollLimitYMin?: csstype.Property.MsScrollLimitYMin<string | number> | undefined;
36550
- msScrollRails?: csstype.Property.MsScrollRails | undefined;
36551
- msScrollSnapPointsX?: csstype.Property.MsScrollSnapPointsX | undefined;
36552
- msScrollSnapPointsY?: csstype.Property.MsScrollSnapPointsY | undefined;
36553
- msScrollSnapType?: csstype.Property.MsScrollSnapType | undefined;
36554
- msScrollTranslation?: csstype.Property.MsScrollTranslation | undefined;
36555
- msScrollbar3dlightColor?: csstype.Property.MsScrollbar3dlightColor | undefined;
36556
- msScrollbarArrowColor?: csstype.Property.MsScrollbarArrowColor | undefined;
36557
- msScrollbarBaseColor?: csstype.Property.MsScrollbarBaseColor | undefined;
36558
- msScrollbarDarkshadowColor?: csstype.Property.MsScrollbarDarkshadowColor | undefined;
36559
- msScrollbarFaceColor?: csstype.Property.MsScrollbarFaceColor | undefined;
36560
- msScrollbarHighlightColor?: csstype.Property.MsScrollbarHighlightColor | undefined;
36561
- msScrollbarShadowColor?: csstype.Property.MsScrollbarShadowColor | undefined;
36562
- msScrollbarTrackColor?: csstype.Property.MsScrollbarTrackColor | undefined;
36563
- msTextAutospace?: csstype.Property.MsTextAutospace | undefined;
36564
- msTextCombineHorizontal?: csstype.Property.TextCombineUpright | undefined;
36565
- msTextOverflow?: csstype.Property.TextOverflow | undefined;
36566
- msTouchAction?: csstype.Property.TouchAction | undefined;
36567
- msTouchSelect?: csstype.Property.MsTouchSelect | undefined;
36568
- msTransform?: csstype.Property.Transform | undefined;
36569
- msTransformOrigin?: csstype.Property.TransformOrigin<string | number> | undefined;
36570
- msTransitionDelay?: csstype.Property.TransitionDelay<string & {}> | undefined;
36571
- msTransitionDuration?: csstype.Property.TransitionDuration<string & {}> | undefined;
36572
- msTransitionProperty?: csstype.Property.TransitionProperty | undefined;
36573
- msTransitionTimingFunction?: csstype.Property.TransitionTimingFunction | undefined;
36574
- msUserSelect?: csstype.Property.MsUserSelect | undefined;
36575
- msWordBreak?: csstype.Property.WordBreak | undefined;
36576
- msWrapFlow?: csstype.Property.MsWrapFlow | undefined;
36577
- msWrapMargin?: csstype.Property.MsWrapMargin<string | number> | undefined;
36578
- msWrapThrough?: csstype.Property.MsWrapThrough | undefined;
36579
- msWritingMode?: csstype.Property.WritingMode | undefined;
36580
- WebkitAlignContent?: csstype.Property.AlignContent | undefined;
36581
- WebkitAlignItems?: csstype.Property.AlignItems | undefined;
36582
- WebkitAlignSelf?: csstype.Property.AlignSelf | undefined;
36583
- WebkitAnimationDelay?: csstype.Property.AnimationDelay<string & {}> | undefined;
36584
- WebkitAnimationDirection?: csstype.Property.AnimationDirection | undefined;
36585
- WebkitAnimationDuration?: csstype.Property.AnimationDuration<string & {}> | undefined;
36586
- WebkitAnimationFillMode?: csstype.Property.AnimationFillMode | undefined;
36587
- WebkitAnimationIterationCount?: csstype.Property.AnimationIterationCount | undefined;
36588
- WebkitAnimationName?: csstype.Property.AnimationName | undefined;
36589
- WebkitAnimationPlayState?: csstype.Property.AnimationPlayState | undefined;
36590
- WebkitAnimationTimingFunction?: csstype.Property.AnimationTimingFunction | undefined;
36591
- WebkitAppearance?: csstype.Property.WebkitAppearance | undefined;
36592
- WebkitBackdropFilter?: csstype.Property.BackdropFilter | undefined;
36593
- WebkitBackfaceVisibility?: csstype.Property.BackfaceVisibility | undefined;
36594
- WebkitBackgroundClip?: csstype.Property.BackgroundClip | undefined;
36595
- WebkitBackgroundOrigin?: csstype.Property.BackgroundOrigin | undefined;
36596
- WebkitBackgroundSize?: csstype.Property.BackgroundSize<string | number> | undefined;
36597
- WebkitBorderBeforeColor?: csstype.Property.WebkitBorderBeforeColor | undefined;
36598
- WebkitBorderBeforeStyle?: csstype.Property.WebkitBorderBeforeStyle | undefined;
36599
- WebkitBorderBeforeWidth?: csstype.Property.WebkitBorderBeforeWidth<string | number> | undefined;
36600
- WebkitBorderBottomLeftRadius?: csstype.Property.BorderBottomLeftRadius<string | number> | undefined;
36601
- WebkitBorderBottomRightRadius?: csstype.Property.BorderBottomRightRadius<string | number> | undefined;
36602
- WebkitBorderImageSlice?: csstype.Property.BorderImageSlice | undefined;
36603
- WebkitBorderTopLeftRadius?: csstype.Property.BorderTopLeftRadius<string | number> | undefined;
36604
- WebkitBorderTopRightRadius?: csstype.Property.BorderTopRightRadius<string | number> | undefined;
36605
- WebkitBoxDecorationBreak?: csstype.Property.BoxDecorationBreak | undefined;
36606
- WebkitBoxReflect?: csstype.Property.WebkitBoxReflect<string | number> | undefined;
36607
- WebkitBoxShadow?: csstype.Property.BoxShadow | undefined;
36608
- WebkitBoxSizing?: csstype.Property.BoxSizing | undefined;
36609
- WebkitClipPath?: csstype.Property.ClipPath | undefined;
36610
- WebkitColumnCount?: csstype.Property.ColumnCount | undefined;
36611
- WebkitColumnFill?: csstype.Property.ColumnFill | undefined;
36612
- WebkitColumnRuleColor?: csstype.Property.ColumnRuleColor | undefined;
36613
- WebkitColumnRuleStyle?: csstype.Property.ColumnRuleStyle | undefined;
36614
- WebkitColumnRuleWidth?: csstype.Property.ColumnRuleWidth<string | number> | undefined;
36615
- WebkitColumnSpan?: csstype.Property.ColumnSpan | undefined;
36616
- WebkitColumnWidth?: csstype.Property.ColumnWidth<string | number> | undefined;
36617
- WebkitFilter?: csstype.Property.Filter | undefined;
36618
- WebkitFlexBasis?: csstype.Property.FlexBasis<string | number> | undefined;
36619
- WebkitFlexDirection?: csstype.Property.FlexDirection | undefined;
36620
- WebkitFlexGrow?: csstype.Property.FlexGrow | undefined;
36621
- WebkitFlexShrink?: csstype.Property.FlexShrink | undefined;
36622
- WebkitFlexWrap?: csstype.Property.FlexWrap | undefined;
36623
- WebkitFontFeatureSettings?: csstype.Property.FontFeatureSettings | undefined;
36624
- WebkitFontKerning?: csstype.Property.FontKerning | undefined;
36625
- WebkitFontSmoothing?: csstype.Property.FontSmooth<string | number> | undefined;
36626
- WebkitFontVariantLigatures?: csstype.Property.FontVariantLigatures | undefined;
36627
- WebkitHyphenateCharacter?: csstype.Property.HyphenateCharacter | undefined;
36628
- WebkitHyphens?: csstype.Property.Hyphens | undefined;
36629
- WebkitInitialLetter?: csstype.Property.InitialLetter | undefined;
36630
- WebkitJustifyContent?: csstype.Property.JustifyContent | undefined;
36631
- WebkitLineBreak?: csstype.Property.LineBreak | undefined;
36632
- WebkitLineClamp?: csstype.Property.WebkitLineClamp | undefined;
36633
- WebkitMarginEnd?: csstype.Property.MarginInlineEnd<string | number> | undefined;
36634
- WebkitMarginStart?: csstype.Property.MarginInlineStart<string | number> | undefined;
36635
- WebkitMaskAttachment?: csstype.Property.WebkitMaskAttachment | undefined;
36636
- WebkitMaskBoxImageOutset?: csstype.Property.MaskBorderOutset<string | number> | undefined;
36637
- WebkitMaskBoxImageRepeat?: csstype.Property.MaskBorderRepeat | undefined;
36638
- WebkitMaskBoxImageSlice?: csstype.Property.MaskBorderSlice | undefined;
36639
- WebkitMaskBoxImageSource?: csstype.Property.MaskBorderSource | undefined;
36640
- WebkitMaskBoxImageWidth?: csstype.Property.MaskBorderWidth<string | number> | undefined;
36641
- WebkitMaskClip?: csstype.Property.WebkitMaskClip | undefined;
36642
- WebkitMaskComposite?: csstype.Property.WebkitMaskComposite | undefined;
36643
- WebkitMaskImage?: csstype.Property.WebkitMaskImage | undefined;
36644
- WebkitMaskOrigin?: csstype.Property.WebkitMaskOrigin | undefined;
36645
- WebkitMaskPosition?: csstype.Property.WebkitMaskPosition<string | number> | undefined;
36646
- WebkitMaskPositionX?: csstype.Property.WebkitMaskPositionX<string | number> | undefined;
36647
- WebkitMaskPositionY?: csstype.Property.WebkitMaskPositionY<string | number> | undefined;
36648
- WebkitMaskRepeat?: csstype.Property.WebkitMaskRepeat | undefined;
36649
- WebkitMaskRepeatX?: csstype.Property.WebkitMaskRepeatX | undefined;
36650
- WebkitMaskRepeatY?: csstype.Property.WebkitMaskRepeatY | undefined;
36651
- WebkitMaskSize?: csstype.Property.WebkitMaskSize<string | number> | undefined;
36652
- WebkitMaxInlineSize?: csstype.Property.MaxInlineSize<string | number> | undefined;
36653
- WebkitOrder?: csstype.Property.Order | undefined;
36654
- WebkitOverflowScrolling?: csstype.Property.WebkitOverflowScrolling | undefined;
36655
- WebkitPaddingEnd?: csstype.Property.PaddingInlineEnd<string | number> | undefined;
36656
- WebkitPaddingStart?: csstype.Property.PaddingInlineStart<string | number> | undefined;
36657
- WebkitPerspective?: csstype.Property.Perspective<string | number> | undefined;
36658
- WebkitPerspectiveOrigin?: csstype.Property.PerspectiveOrigin<string | number> | undefined;
36659
- WebkitPrintColorAdjust?: csstype.Property.PrintColorAdjust | undefined;
36660
- WebkitRubyPosition?: csstype.Property.RubyPosition | undefined;
36661
- WebkitScrollSnapType?: csstype.Property.ScrollSnapType | undefined;
36662
- WebkitShapeMargin?: csstype.Property.ShapeMargin<string | number> | undefined;
36663
- WebkitTapHighlightColor?: csstype.Property.WebkitTapHighlightColor | undefined;
36664
- WebkitTextCombine?: csstype.Property.TextCombineUpright | undefined;
36665
- WebkitTextDecorationColor?: csstype.Property.TextDecorationColor | undefined;
36666
- WebkitTextDecorationLine?: csstype.Property.TextDecorationLine | undefined;
36667
- WebkitTextDecorationSkip?: csstype.Property.TextDecorationSkip | undefined;
36668
- WebkitTextDecorationStyle?: csstype.Property.TextDecorationStyle | undefined;
36669
- WebkitTextEmphasisColor?: csstype.Property.TextEmphasisColor | undefined;
36670
- WebkitTextEmphasisPosition?: csstype.Property.TextEmphasisPosition | undefined;
36671
- WebkitTextEmphasisStyle?: csstype.Property.TextEmphasisStyle | undefined;
36672
- WebkitTextFillColor?: csstype.Property.WebkitTextFillColor | undefined;
36673
- WebkitTextOrientation?: csstype.Property.TextOrientation | undefined;
36674
- WebkitTextSizeAdjust?: csstype.Property.TextSizeAdjust | undefined;
36675
- WebkitTextStrokeColor?: csstype.Property.WebkitTextStrokeColor | undefined;
36676
- WebkitTextStrokeWidth?: csstype.Property.WebkitTextStrokeWidth<string | number> | undefined;
36677
- WebkitTextUnderlinePosition?: csstype.Property.TextUnderlinePosition | undefined;
36678
- WebkitTouchCallout?: csstype.Property.WebkitTouchCallout | undefined;
36679
- WebkitTransform?: csstype.Property.Transform | undefined;
36680
- WebkitTransformOrigin?: csstype.Property.TransformOrigin<string | number> | undefined;
36681
- WebkitTransformStyle?: csstype.Property.TransformStyle | undefined;
36682
- WebkitTransitionDelay?: csstype.Property.TransitionDelay<string & {}> | undefined;
36683
- WebkitTransitionDuration?: csstype.Property.TransitionDuration<string & {}> | undefined;
36684
- WebkitTransitionProperty?: csstype.Property.TransitionProperty | undefined;
36685
- WebkitTransitionTimingFunction?: csstype.Property.TransitionTimingFunction | undefined;
36686
- WebkitUserModify?: csstype.Property.WebkitUserModify | undefined;
36687
- WebkitUserSelect?: csstype.Property.UserSelect | undefined;
36688
- WebkitWritingMode?: csstype.Property.WritingMode | undefined;
36689
- MozAnimation?: csstype.Property.Animation<string & {}> | undefined;
36690
- MozBorderImage?: csstype.Property.BorderImage | undefined;
36691
- MozColumnRule?: csstype.Property.ColumnRule<string | number> | undefined;
36692
- MozColumns?: csstype.Property.Columns<string | number> | undefined;
36693
- MozTransition?: csstype.Property.Transition<string & {}> | undefined;
36694
- msContentZoomLimit?: csstype.Property.MsContentZoomLimit | undefined;
36695
- msContentZoomSnap?: csstype.Property.MsContentZoomSnap | undefined;
36696
- msFlex?: csstype.Property.Flex<string | number> | undefined;
36697
- msScrollLimit?: csstype.Property.MsScrollLimit | undefined;
36698
- msScrollSnapX?: csstype.Property.MsScrollSnapX | undefined;
36699
- msScrollSnapY?: csstype.Property.MsScrollSnapY | undefined;
36700
- msTransition?: csstype.Property.Transition<string & {}> | undefined;
36701
- WebkitAnimation?: csstype.Property.Animation<string & {}> | undefined;
36702
- WebkitBorderBefore?: csstype.Property.WebkitBorderBefore<string | number> | undefined;
36703
- WebkitBorderImage?: csstype.Property.BorderImage | undefined;
36704
- WebkitBorderRadius?: csstype.Property.BorderRadius<string | number> | undefined;
36705
- WebkitColumnRule?: csstype.Property.ColumnRule<string | number> | undefined;
36706
- WebkitColumns?: csstype.Property.Columns<string | number> | undefined;
36707
- WebkitFlex?: csstype.Property.Flex<string | number> | undefined;
36708
- WebkitFlexFlow?: csstype.Property.FlexFlow | undefined;
36709
- WebkitMask?: csstype.Property.WebkitMask<string | number> | undefined;
36710
- WebkitMaskBoxImage?: csstype.Property.MaskBorder | undefined;
36711
- WebkitTextEmphasis?: csstype.Property.TextEmphasis | undefined;
36712
- WebkitTextStroke?: csstype.Property.WebkitTextStroke<string | number> | undefined;
36713
- WebkitTransition?: csstype.Property.Transition<string & {}> | undefined;
36714
- azimuth?: csstype.Property.Azimuth | undefined;
36715
- boxAlign?: csstype.Property.BoxAlign | undefined;
36716
- boxDirection?: csstype.Property.BoxDirection | undefined;
36717
- boxFlex?: csstype.Property.BoxFlex | undefined;
36718
- boxFlexGroup?: csstype.Property.BoxFlexGroup | undefined;
36719
- boxLines?: csstype.Property.BoxLines | undefined;
36720
- boxOrdinalGroup?: csstype.Property.BoxOrdinalGroup | undefined;
36721
- boxOrient?: csstype.Property.BoxOrient | undefined;
36722
- boxPack?: csstype.Property.BoxPack | undefined;
36723
- clip?: csstype.Property.Clip | undefined;
36724
- gridColumnGap?: csstype.Property.GridColumnGap<string | number> | undefined;
36725
- gridGap?: csstype.Property.GridGap<string | number> | undefined;
36726
- gridRowGap?: csstype.Property.GridRowGap<string | number> | undefined;
36727
- imeMode?: csstype.Property.ImeMode | undefined;
36728
- offsetBlock?: csstype.Property.InsetBlock<string | number> | undefined;
36729
- offsetBlockEnd?: csstype.Property.InsetBlockEnd<string | number> | undefined;
36730
- offsetBlockStart?: csstype.Property.InsetBlockStart<string | number> | undefined;
36731
- offsetInline?: csstype.Property.InsetInline<string | number> | undefined;
36732
- offsetInlineEnd?: csstype.Property.InsetInlineEnd<string | number> | undefined;
36733
- offsetInlineStart?: csstype.Property.InsetInlineStart<string | number> | undefined;
36734
- scrollSnapCoordinate?: csstype.Property.ScrollSnapCoordinate<string | number> | undefined;
36735
- scrollSnapDestination?: csstype.Property.ScrollSnapDestination<string | number> | undefined;
36736
- scrollSnapPointsX?: csstype.Property.ScrollSnapPointsX | undefined;
36737
- scrollSnapPointsY?: csstype.Property.ScrollSnapPointsY | undefined;
36738
- scrollSnapTypeX?: csstype.Property.ScrollSnapTypeX | undefined;
36739
- scrollSnapTypeY?: csstype.Property.ScrollSnapTypeY | undefined;
36740
- KhtmlBoxAlign?: csstype.Property.BoxAlign | undefined;
36741
- KhtmlBoxDirection?: csstype.Property.BoxDirection | undefined;
36742
- KhtmlBoxFlex?: csstype.Property.BoxFlex | undefined;
36743
- KhtmlBoxFlexGroup?: csstype.Property.BoxFlexGroup | undefined;
36744
- KhtmlBoxLines?: csstype.Property.BoxLines | undefined;
36745
- KhtmlBoxOrdinalGroup?: csstype.Property.BoxOrdinalGroup | undefined;
36746
- KhtmlBoxOrient?: csstype.Property.BoxOrient | undefined;
36747
- KhtmlBoxPack?: csstype.Property.BoxPack | undefined;
36748
- KhtmlLineBreak?: csstype.Property.LineBreak | undefined;
36749
- KhtmlOpacity?: csstype.Property.Opacity | undefined;
36750
- KhtmlUserSelect?: csstype.Property.UserSelect | undefined;
36751
- MozBackgroundClip?: csstype.Property.BackgroundClip | undefined;
36752
- MozBackgroundInlinePolicy?: csstype.Property.BoxDecorationBreak | undefined;
36753
- MozBackgroundOrigin?: csstype.Property.BackgroundOrigin | undefined;
36754
- MozBackgroundSize?: csstype.Property.BackgroundSize<string | number> | undefined;
36755
- MozBorderRadius?: csstype.Property.BorderRadius<string | number> | undefined;
36756
- MozBorderRadiusBottomleft?: csstype.Property.BorderBottomLeftRadius<string | number> | undefined;
36757
- MozBorderRadiusBottomright?: csstype.Property.BorderBottomRightRadius<string | number> | undefined;
36758
- MozBorderRadiusTopleft?: csstype.Property.BorderTopLeftRadius<string | number> | undefined;
36759
- MozBorderRadiusTopright?: csstype.Property.BorderTopRightRadius<string | number> | undefined;
36760
- MozBoxAlign?: csstype.Property.BoxAlign | undefined;
36761
- MozBoxDirection?: csstype.Property.BoxDirection | undefined;
36762
- MozBoxFlex?: csstype.Property.BoxFlex | undefined;
36763
- MozBoxOrdinalGroup?: csstype.Property.BoxOrdinalGroup | undefined;
36764
- MozBoxOrient?: csstype.Property.BoxOrient | undefined;
36765
- MozBoxPack?: csstype.Property.BoxPack | undefined;
36766
- MozBoxShadow?: csstype.Property.BoxShadow | undefined;
36767
- MozFloatEdge?: csstype.Property.MozFloatEdge | undefined;
36768
- MozForceBrokenImageIcon?: csstype.Property.MozForceBrokenImageIcon | undefined;
36769
- MozOpacity?: csstype.Property.Opacity | undefined;
36770
- MozOutline?: csstype.Property.Outline<string | number> | undefined;
36771
- MozOutlineColor?: csstype.Property.OutlineColor | undefined;
36772
- MozOutlineRadius?: csstype.Property.MozOutlineRadius<string | number> | undefined;
36773
- MozOutlineRadiusBottomleft?: csstype.Property.MozOutlineRadiusBottomleft<string | number> | undefined;
36774
- MozOutlineRadiusBottomright?: csstype.Property.MozOutlineRadiusBottomright<string | number> | undefined;
36775
- MozOutlineRadiusTopleft?: csstype.Property.MozOutlineRadiusTopleft<string | number> | undefined;
36776
- MozOutlineRadiusTopright?: csstype.Property.MozOutlineRadiusTopright<string | number> | undefined;
36777
- MozOutlineStyle?: csstype.Property.OutlineStyle | undefined;
36778
- MozOutlineWidth?: csstype.Property.OutlineWidth<string | number> | undefined;
36779
- MozTextAlignLast?: csstype.Property.TextAlignLast | undefined;
36780
- MozTextDecorationColor?: csstype.Property.TextDecorationColor | undefined;
36781
- MozTextDecorationLine?: csstype.Property.TextDecorationLine | undefined;
36782
- MozTextDecorationStyle?: csstype.Property.TextDecorationStyle | undefined;
36783
- MozUserInput?: csstype.Property.MozUserInput | undefined;
36784
- msImeMode?: csstype.Property.ImeMode | undefined;
36785
- OAnimation?: csstype.Property.Animation<string & {}> | undefined;
36786
- OAnimationDelay?: csstype.Property.AnimationDelay<string & {}> | undefined;
36787
- OAnimationDirection?: csstype.Property.AnimationDirection | undefined;
36788
- OAnimationDuration?: csstype.Property.AnimationDuration<string & {}> | undefined;
36789
- OAnimationFillMode?: csstype.Property.AnimationFillMode | undefined;
36790
- OAnimationIterationCount?: csstype.Property.AnimationIterationCount | undefined;
36791
- OAnimationName?: csstype.Property.AnimationName | undefined;
36792
- OAnimationPlayState?: csstype.Property.AnimationPlayState | undefined;
36793
- OAnimationTimingFunction?: csstype.Property.AnimationTimingFunction | undefined;
36794
- OBackgroundSize?: csstype.Property.BackgroundSize<string | number> | undefined;
36795
- OBorderImage?: csstype.Property.BorderImage | undefined;
36796
- OObjectFit?: csstype.Property.ObjectFit | undefined;
36797
- OObjectPosition?: csstype.Property.ObjectPosition<string | number> | undefined;
36798
- OTabSize?: csstype.Property.TabSize<string | number> | undefined;
36799
- OTextOverflow?: csstype.Property.TextOverflow | undefined;
36800
- OTransform?: csstype.Property.Transform | undefined;
36801
- OTransformOrigin?: csstype.Property.TransformOrigin<string | number> | undefined;
36802
- OTransition?: csstype.Property.Transition<string & {}> | undefined;
36803
- OTransitionDelay?: csstype.Property.TransitionDelay<string & {}> | undefined;
36804
- OTransitionDuration?: csstype.Property.TransitionDuration<string & {}> | undefined;
36805
- OTransitionProperty?: csstype.Property.TransitionProperty | undefined;
36806
- OTransitionTimingFunction?: csstype.Property.TransitionTimingFunction | undefined;
36807
- WebkitBoxAlign?: csstype.Property.BoxAlign | undefined;
36808
- WebkitBoxDirection?: csstype.Property.BoxDirection | undefined;
36809
- WebkitBoxFlex?: csstype.Property.BoxFlex | undefined;
36810
- WebkitBoxFlexGroup?: csstype.Property.BoxFlexGroup | undefined;
36811
- WebkitBoxLines?: csstype.Property.BoxLines | undefined;
36812
- WebkitBoxOrdinalGroup?: csstype.Property.BoxOrdinalGroup | undefined;
36813
- WebkitBoxOrient?: csstype.Property.BoxOrient | undefined;
36814
- WebkitBoxPack?: csstype.Property.BoxPack | undefined;
36815
- WebkitScrollSnapPointsX?: csstype.Property.ScrollSnapPointsX | undefined;
36816
- WebkitScrollSnapPointsY?: csstype.Property.ScrollSnapPointsY | undefined;
36817
- alignmentBaseline?: csstype.Property.AlignmentBaseline | undefined;
36818
- baselineShift?: csstype.Property.BaselineShift<string | number> | undefined;
36819
- clipRule?: csstype.Property.ClipRule | undefined;
36820
- colorInterpolation?: csstype.Property.ColorInterpolation | undefined;
36821
- colorRendering?: csstype.Property.ColorRendering | undefined;
36822
- dominantBaseline?: csstype.Property.DominantBaseline | undefined;
36823
- fill?: csstype.Property.Fill | undefined;
36824
- fillOpacity?: csstype.Property.FillOpacity | undefined;
36825
- fillRule?: csstype.Property.FillRule | undefined;
36826
- floodColor?: csstype.Property.FloodColor | undefined;
36827
- floodOpacity?: csstype.Property.FloodOpacity | undefined;
36828
- glyphOrientationVertical?: csstype.Property.GlyphOrientationVertical | undefined;
36829
- lightingColor?: csstype.Property.LightingColor | undefined;
36830
- marker?: csstype.Property.Marker | undefined;
36831
- markerEnd?: csstype.Property.MarkerEnd | undefined;
36832
- markerMid?: csstype.Property.MarkerMid | undefined;
36833
- markerStart?: csstype.Property.MarkerStart | undefined;
36834
- shapeRendering?: csstype.Property.ShapeRendering | undefined;
36835
- stopColor?: csstype.Property.StopColor | undefined;
36836
- stopOpacity?: csstype.Property.StopOpacity | undefined;
36837
- stroke?: csstype.Property.Stroke | undefined;
36838
- strokeDasharray?: csstype.Property.StrokeDasharray<string | number> | undefined;
36839
- strokeDashoffset?: csstype.Property.StrokeDashoffset<string | number> | undefined;
36840
- strokeLinecap?: csstype.Property.StrokeLinecap | undefined;
36841
- strokeLinejoin?: csstype.Property.StrokeLinejoin | undefined;
36842
- strokeMiterlimit?: csstype.Property.StrokeMiterlimit | undefined;
36843
- strokeOpacity?: csstype.Property.StrokeOpacity | undefined;
36844
- strokeWidth?: csstype.Property.StrokeWidth<string | number> | undefined;
36845
- textAnchor?: csstype.Property.TextAnchor | undefined;
36846
- vectorEffect?: csstype.Property.VectorEffect | undefined;
36847
- };
35326
+ declare const getCornerStyle: (advancedSetting?: Record<string, AdvanceValue>) => React.CSSProperties;
36848
35327
  declare const removePaddingYInStyle: (style?: React.CSSProperties) => {
36849
35328
  [x: string]: any;
36850
35329
  '--ai'?: csstype.Property.AlignItems | undefined;
@@ -41922,4 +40401,4 @@ declare const useInteraction: () => {
41922
40401
  interactionListenerLoaded: (callback: () => void) => void;
41923
40402
  };
41924
40403
 
41925
- export { AddOn, AddonProvider, AddonProviderProps, AdvancedType, AirProductReview, AliReviewsWidgetType, AlignItemProp, AlignProp, AnimationBaseSetting, AnimationConfig, AnimationDirectionType, AnimationEasingType, AnimationFadeSettingType, AnimationSetting, AnimationSettingType, AnimationShakeSettingType, AnimationSlideSettingType, AnimationTrigger, AnimationTriggerType, AnimationType, AnimationZoomDirectionType, AnimationZoomSettingType, appAPI as AppAPIType, ArticleListProvider, ArticleListProviderProps, ArticleProvider, ArticleProviderProps, Background, BaseProps, BasePropsWrap, BlockEntity, BogosWidgetType, BoldSubscriptionsWidgetType, Border, BorderStyle, BuilderComponentProvider, BuilderComponentProviderProps, BuilderEntity, BuilderEntityNested, BuilderPreviewProvider, BuilderPreviewProviderProps, BuilderProvider, BuilderProviderProps, BuilderState, Builtin, CSSStateKey, CartLineProvider, CartLineProviderProps, CollectionDetailFilterDocument, CollectionDetailFilterQueryResponse, CollectionDetailFilterQueryVariables, CollectionDocument, CollectionProvider, CollectionProviderProps, CollectionQueryResponse, CollectionQueryVariables, CollectionSelectFragment, CollectionsDocument, CollectionsQueryResponse, CollectionsQueryVariables, ColorKey, ColorType$1 as ColorType, ColorValueType, Component, ComponentPreset, ComponentSetting, ContainerProp, ControlProp, ControlTriggerAction, ControlUI, CornerRadius, CornerRadiusType, CustomComponentConfig, DeepPartial, DynamicCollection, DynamicProduct, ExtractState, FastBundleWidgetType, FeraReviewsV3WidgetType, FeraReviewsWidgetType, FetchCollectionArgs, FetchFunc, FetchProductParams, FlexDirectionProp, FontName, GRADIENT_BGR_KEY, GlobalStyleConfig, GlobalStyleResponsiveConfig, GlobalSwatchesData, GraphQLConnection, GroupPropType, GrowaveWidgetTypeV1, GrowaveWidgetTypeV2, HSLAColorType, HSLColorType, HexColorType, ImageShape$1 as ImageShape, InitComponentType, InstantJudgeMeReviewsWidgetType, InstantKlaviyoWidgetType, InstantLooxReviewsWidgetType, Interaction, InteractionCondition, InteractionElement, InteractionTarget, InteractionTargetEvent, InteractionTargetEventObject, InteractionTriggerEvent, JudgeMeReviewsWidgetType, KlaviyoWidgetType, LaiProductReviewsAdvancedWidgetType, LaiProductReviewsWidgetType, LibrarySaleFunnelDocument, LibrarySaleFunnelQueryResponse, LibrarySaleFunnelQueryVariables, LibraryTemplateDocument, LibraryTemplateQueryResponse, LibraryTemplateQueryVariables, LooxReviewsWidgetType, LooxReviewsWidgetTypeV2, ModalProvider, ModalProviderProps, NameDevices$1 as NameDevices, NestedKeys, ObjectDeviceGlobalType, ObjectDevices, ObjectLayoutValue, OmnisendWidgetType, OnlyOne, OpinewDesignWidgetType, OpinewWidgetType, OptionNormalStyle, OptionSpecialStyle, Options, PageContext, PageProvider, PageProviderProps, PageType, PageViewUpDocument, PageViewUpMutationResponse, PageViewUpMutationVariables, PickyStoryWidgetType, PostPurchaseTypo, PreOrderNowWodWidgetType, PreviewThemePageDocument, PreviewThemePageQueryResponse, PreviewThemePageQueryVariables, Primitive, ProductInputAnalytic, ProductListProvider, ProductListProviderProps, ProductOffer, ProductProvider, ProductProviderProps, ProductReviewsWidgetType, ProductSelectFragment, ProductsDocument, ProductsQueryResponse, ProductsQueryVariables, PublicStoreFrontData, PublishedShopMetasDocument, PublishedShopMetasQueryResponse, PublishedThemePageSelectFragment, PublishedThemePagesDocument, PublishedThemePagesQueryResponse, PublishedThemePagesQueryVariables, QueryPublishedShopMetasArgs, RGBAColorType, RGBColorType, Ratio$1 as Ratio, RawChild, RenderMemo as Render, RenderChildren, RenderIf, Render as RenderLiquid, RenderMode, RenderPreviewMemo as RenderPreview, RequiredCursorEdge, ResponsiveKey, ResponsiveStateProp, RivyoWidgetType, RoundedSize, RyviuWidgetType, SaleFunnelDiscount$1 as SaleFunnelDiscount, SaleFunnelDiscountEdge$1 as SaleFunnelDiscountEdge, SaleFunnelDiscountObjectType$1 as SaleFunnelDiscountObjectType, SaleFunnelDiscountType$1 as SaleFunnelDiscountType, SaleFunnelDiscountValueType$1 as SaleFunnelDiscountValueType, SaleFunnelDiscountsDocument, SaleFunnelDiscountsQueryResponse, SaleFunnelDiscountsQueryVariables, Scalars$1 as Scalars, ScaleByDirection, SectionData, SectionEntity, SectionProvider, SectionProviderProps, SettingByAnimationType, SettingByAnimationValues, ShadowProps, ShadowStyle, ShadowStyleApplied, ShadowType, ShopLibraryPageDocument, ShopLibraryPageQueryResponse, ShopLibraryPageQueryVariables, ShopProvider, ShopProviderProps, shop as ShopType, SizeProps, SizeSetting, SizeSettingGlobal, SizeType, SpacingType, StampedWidgetType, StateProp, StateSelector, StateType, StoreConfig, StorePropertyDocument, StorePropertyQueryResponse, StorePropertyQueryVariables, SwatchesOptionType, SwatchesOptionValue, TagShopWidgetType, ThemePageDocument, ThemePageQueryResponse, ThemePageQueryVariables, ThemeSectionStatus$1 as ThemeSectionStatus, TransformProp, TriggerConfig, TrustooWidgetType, TrustooWidgetTypeV2, TypographyProps, TypographySetting, TypographySettingV2, TypographyType, TypographyV2Attrs, TypographyV2Props, UltimateSalesBoostWidgetType, VariantSelectFragment, VitalsWidgetType, WiserV2WidgetType, WiserWidgetType, WrapRenderChildren, YotpoReviewsWidgetType, addAppBlockId, animations, baseAssetURL, calculateFirstProduct, checkAvailableVariantInStock, checkInStock, cls, composeAdvanceStyle, composeAdvanceStyleForPostPurchase, composeBackgroundCss, composeBorderCss, composeCornerCss, composeFallbackTypographyStyle, composeFontFamilyTypographyV2, composeGridLayout, composeMemo, composePositionLineHeight, composePostionIconList, composeRadius, composeRadiusResponsive, composeShadowCss, composeSize, composeSizeCss, composeSpacing, composeTextColorCss, composeTypography, composeTypographyAttr, composeTypographyClassName, composeTypographyCss, composeTypographyStyle, composeTypographyV2, composeTypographyV2Css, convertHTML, convertOldLayout, convertTextAlignToJustify, dataStringify, fetchMedias, fetchVariants, filterAttrInStyle, filterCornerInStyle, filterToolbarPreview, flattenConnection, formatMoney, fpixel, genSizeClass, genTypoClass, genVariable, generateCollectionQueryKey, generateProductQueryKey, generateProductsQueryKey, getAppBlocks, getAspectRatioGlobalSize, getBgImageByDevice, getBorderRadiusStyle, getBorderStyle, getCarouselContainerHeight, getCollection, getCornerCSSFromGlobal, getCustomRadius, getGlobalColorCSSProp, getGlobalColorClass, getGlobalColorResponsiveClass, getGlobalColorResponsiveStyle, getGlobalColorStateClass, getGlobalColorStateClassDynamicBtn, getGlobalColorStateResponsiveClass, getGlobalColorStateResponsiveClassDynamicBtn, getGlobalColorStateResponsiveStyle, getGlobalColorStateStyle, getGlobalColorStyle, getGlobalSizeGap, getGradientBgrStyleByDevice, getGradientBgrStyleForButton, getHeightByShapeGlobalSize, getPaddingGlobalSize, getProduct, getProductBySlug, getRadiusCSSFromGlobal, getRadiusStyleActiveState, getResponsiveStateValue, getResponsiveStyleShadow, getResponsiveValue, getResponsiveValueByScreen, getSelectedVariant, getShortName, getSingleColorVariable, getSpacingVariable, getStyleBackgroundByDevice, getStyleBgColor, getStyleShadow, getStyleShadowState, getValueByDevice, getWidthByShapeGlobalSize, getWidthHeightGlobalSize, globalEvent, gridToArrayRegex, gtag, handleConvertBorderColor, handleConvertBorderStyle, handleConvertBorderWidth, handleConvertClassColor, handleConvertClassColorDynamicBtn, isBrowser, isColor, isColumnDirectionExist, isDefined, isEmptyChildren, isLocalEnv, isSafari, loadScript, makeAspectRatio, makeContainerWidthOrHeight, makeDotGapToCarouselStyle, makeFixedBgAttachment, makeGlobalSize, makeGlobalSizeHeightResponsive, makeGlobalSizeIcon, makeGlobalSizeWidthResponsive, makeHeight, makeLineClamp, makeStyle, makeStyleKey, makeStyleResponsive, makeStyleResponsiveByScreen, makeStyleResponsiveState, makeStyleState, makeStyleWithDefault, makeWidth, normalizeBuilderData, optionLayoutStyle, parseSelectedOption, parseValueWithUnit, prefetchQueries, props, removeAttrInStyle, removeNullUndefined, removePaddingYInStyle, removeUndefinedValuesFromObject, shopifyPriceRounding, splitStyle, styles, template, tiktokpixel, useAddToCart, useAddon, useAddons, useArticleListStore, useArticleStore, useArticlesQuery, useBlogsQuery, useBuilderComponent, useBuilderPreviewStore, useBuilderStore, useCartData, useCartDiscountCodesUpdate, useCartId, useCartLine, useCartLineStore, useCartNoteUpdate, useCartUI, useCheckAvailableVariantInStock, useCheckoutUrl, useCollection, useCollectionQuery, useCollectionStore, useCollectionsQuery, useConnectedShopify, useCreateCart, useCurrency, useCurrentDevice, useCurrentVariant, useCurrentVariantInStock, useEditorMode, useFeaturedImageGlobal, useFormatMoney, useHasPreSelected, useInitialSwatchesOptions, useInteraction, useIsSampleProduct, useIsStorefrontProduct, useIsSyncProduct, useIsomorphicLayoutEffect, useLazyVideo, useLoadScript, useLocale, useMatchMutate, useMobileOnly, useModalStore, useMoney, useMoneyFormat, usePageStore, usePageType, usePluginEnable, usePrevious, useProduct, useProductBundleDiscount, useProductList, useProductListProducts, useProductListSettings, useProductListStore, useProductListStyles, useProductOfferDiscount, useProductProperties, useProductQuery, useProductStore, useProductsQuery, useProductsQueryAll, useQuantity, useRemoveCartItem, useSection, useSectionStore, useSelectedOption, useShopStore, useStoreFront, useSuspenseFetch, useSwatches, useSwatchesOptions, useUniqProductID, useUpdateCartItem, useVariant, useVariantOutStock, useVariants, validateEmail };
40404
+ export { AddOn, AddonProvider, AddonProviderProps, AdvancedType, AirProductReview, AliReviewsWidgetType, AlignItemProp, AlignProp, AnimationBaseSetting, AnimationConfig, AnimationDirectionType, AnimationEasingType, AnimationFadeSettingType, AnimationSetting, AnimationSettingType, AnimationShakeSettingType, AnimationSlideSettingType, AnimationTrigger, AnimationTriggerType, AnimationType, AnimationZoomDirectionType, AnimationZoomSettingType, appAPI as AppAPIType, ArticleListProvider, ArticleListProviderProps, ArticleProvider, ArticleProviderProps, Background, BaseProps, BasePropsWrap, BlockEntity, BogosWidgetType, BoldSubscriptionsWidgetType, Border, BorderStyle, BuilderComponentProvider, BuilderComponentProviderProps, BuilderEntity, BuilderEntityNested, BuilderPreviewProvider, BuilderPreviewProviderProps, BuilderProvider, BuilderProviderProps, BuilderState, Builtin, CSSStateKey, CartLineProvider, CartLineProviderProps, CollectionDetailFilterDocument, CollectionDetailFilterQueryResponse, CollectionDetailFilterQueryVariables, CollectionDocument, CollectionProvider, CollectionProviderProps, CollectionQueryResponse, CollectionQueryVariables, CollectionSelectFragment, CollectionsDocument, CollectionsQueryResponse, CollectionsQueryVariables, ColorKey, ColorType$1 as ColorType, ColorValueType, Component, ComponentPreset, ComponentSetting, ContainerProp, ControlProp, ControlTriggerAction, ControlUI, CornerRadius, CornerRadiusType, CustomComponentConfig, DeepPartial, DynamicCollection, DynamicProduct, ExtractState, FastBundleWidgetType, FeraReviewsV3WidgetType, FeraReviewsWidgetType, FetchCollectionArgs, FetchFunc, FetchProductParams, FlexDirectionProp, FontName, GRADIENT_BGR_KEY, GlobalStyleConfig, GlobalStyleResponsiveConfig, GlobalSwatchesData, GraphQLConnection, GroupPropType, GrowaveWidgetTypeV1, GrowaveWidgetTypeV2, HSLAColorType, HSLColorType, HexColorType, ImageShape$1 as ImageShape, InitComponentType, InstantJudgeMeReviewsWidgetType, InstantKlaviyoWidgetType, InstantLooxReviewsWidgetType, Interaction, InteractionCondition, InteractionElement, InteractionTarget, InteractionTargetEvent, InteractionTargetEventObject, InteractionTriggerEvent, JudgeMeReviewsWidgetType, KlaviyoWidgetType, LaiProductReviewsAdvancedWidgetType, LaiProductReviewsWidgetType, LibrarySaleFunnelDocument, LibrarySaleFunnelQueryResponse, LibrarySaleFunnelQueryVariables, LibraryTemplateDocument, LibraryTemplateQueryResponse, LibraryTemplateQueryVariables, LooxReviewsWidgetType, LooxReviewsWidgetTypeV2, ModalProvider, ModalProviderProps, NameDevices$1 as NameDevices, NestedKeys, ObjectDeviceGlobalType, ObjectDevices, ObjectLayoutValue, OmnisendWidgetType, OnlyOne, OpinewDesignWidgetType, OpinewWidgetType, OptionNormalStyle, OptionSpecialStyle, Options, PageContext, PageProvider, PageProviderProps, PageType, PageViewUpDocument, PageViewUpMutationResponse, PageViewUpMutationVariables, PickyStoryWidgetType, PostPurchaseTypo, PreOrderNowWodWidgetType, PreviewThemePageDocument, PreviewThemePageQueryResponse, PreviewThemePageQueryVariables, Primitive, ProductInputAnalytic, ProductListProvider, ProductListProviderProps, ProductOffer, ProductProvider, ProductProviderProps, ProductReviewsWidgetType, ProductSelectFragment, ProductsDocument, ProductsQueryResponse, ProductsQueryVariables, PublicStoreFrontData, PublishedShopMetasDocument, PublishedShopMetasQueryResponse, PublishedThemePageSelectFragment, PublishedThemePagesDocument, PublishedThemePagesQueryResponse, PublishedThemePagesQueryVariables, QueryPublishedShopMetasArgs, RGBAColorType, RGBColorType, Ratio$1 as Ratio, RawChild, RenderMemo as Render, RenderChildren, RenderIf, Render as RenderLiquid, RenderMode, RenderPreviewMemo as RenderPreview, RequiredCursorEdge, ResponsiveKey, ResponsiveStateProp, RivyoWidgetType, RoundedSize, RyviuWidgetType, SaleFunnelDiscount$1 as SaleFunnelDiscount, SaleFunnelDiscountEdge$1 as SaleFunnelDiscountEdge, SaleFunnelDiscountObjectType$1 as SaleFunnelDiscountObjectType, SaleFunnelDiscountType$1 as SaleFunnelDiscountType, SaleFunnelDiscountValueType$1 as SaleFunnelDiscountValueType, SaleFunnelDiscountsDocument, SaleFunnelDiscountsQueryResponse, SaleFunnelDiscountsQueryVariables, Scalars$1 as Scalars, ScaleByDirection, SectionData, SectionEntity, SectionProvider, SectionProviderProps, SettingByAnimationType, SettingByAnimationValues, ShadowProps, ShadowStyle, ShadowStyleApplied, ShadowType, ShopLibraryPageDocument, ShopLibraryPageQueryResponse, ShopLibraryPageQueryVariables, ShopProvider, ShopProviderProps, shop as ShopType, SizeProps, SizeSetting, SizeSettingGlobal, SizeType, SpacingType, StampedWidgetType, StateProp, StateSelector, StateType, StoreConfig, StorePropertyDocument, StorePropertyQueryResponse, StorePropertyQueryVariables, SwatchesOptionType, SwatchesOptionValue, TagShopWidgetType, ThemePageDocument, ThemePageQueryResponse, ThemePageQueryVariables, ThemeSectionStatus$1 as ThemeSectionStatus, TransformProp, TriggerConfig, TrustooWidgetType, TrustooWidgetTypeV2, TypographyProps, TypographySetting, TypographySettingV2, TypographyType, TypographyV2Attrs, TypographyV2Props, UltimateSalesBoostWidgetType, VariantSelectFragment, VitalsWidgetType, WiserV2WidgetType, WiserWidgetType, WrapRenderChildren, YotpoReviewsWidgetType, addAppBlockId, animations, baseAssetURL, calculateFirstProduct, checkAvailableVariantInStock, checkInStock, cls, composeAdvanceStyle, composeAdvanceStyleForPostPurchase, composeBackgroundCss, composeBorderCss, composeCornerCss, composeFallbackTypographyStyle, composeFontFamilyTypographyV2, composeGridLayout, composeMemo, composePositionLineHeight, composePostionIconList, composeRadius, composeRadiusResponsive, composeShadowCss, composeSize, composeSizeCss, composeSpacing, composeTextColorCss, composeTypography, composeTypographyAttr, composeTypographyClassName, composeTypographyCss, composeTypographyStyle, composeTypographyV2, composeTypographyV2Css, convertHTML, convertOldLayout, convertTextAlignToJustify, dataStringify, fetchMedias, fetchVariants, filterAttrInStyle, filterToolbarPreview, flattenConnection, formatMoney, fpixel, genSizeClass, genTypoClass, genVariable, generateCollectionQueryKey, generateProductQueryKey, generateProductsQueryKey, getAppBlocks, getAspectRatioGlobalSize, getBgImageByDevice, getBorderRadiusStyle, getBorderStyle, getCarouselContainerHeight, getCollection, getCornerCSSFromGlobal, getCornerStyle, getCustomRadius, getGlobalColorCSSProp, getGlobalColorClass, getGlobalColorResponsiveClass, getGlobalColorResponsiveStyle, getGlobalColorStateClass, getGlobalColorStateClassDynamicBtn, getGlobalColorStateResponsiveClass, getGlobalColorStateResponsiveClassDynamicBtn, getGlobalColorStateResponsiveStyle, getGlobalColorStateStyle, getGlobalColorStyle, getGlobalSizeGap, getGradientBgrStyleByDevice, getGradientBgrStyleForButton, getHeightByShapeGlobalSize, getPaddingGlobalSize, getProduct, getProductBySlug, getRadiusCSSFromGlobal, getRadiusStyleActiveState, getResponsiveStateValue, getResponsiveStyleShadow, getResponsiveValue, getResponsiveValueByScreen, getSelectedVariant, getShortName, getSingleColorVariable, getSpacingVariable, getStyleBackgroundByDevice, getStyleBgColor, getStyleShadow, getStyleShadowState, getValueByDevice, getWidthByShapeGlobalSize, getWidthHeightGlobalSize, globalEvent, gridToArrayRegex, gtag, handleConvertBorderColor, handleConvertBorderStyle, handleConvertBorderWidth, handleConvertClassColor, handleConvertClassColorDynamicBtn, isBrowser, isColor, isColumnDirectionExist, isDefined, isEmptyChildren, isLocalEnv, isSafari, loadScript, makeAspectRatio, makeContainerWidthOrHeight, makeDotGapToCarouselStyle, makeFixedBgAttachment, makeGlobalSize, makeGlobalSizeHeightResponsive, makeGlobalSizeIcon, makeGlobalSizeWidthResponsive, makeHeight, makeLineClamp, makeStyle, makeStyleKey, makeStyleResponsive, makeStyleResponsiveByScreen, makeStyleResponsiveState, makeStyleState, makeStyleWithDefault, makeWidth, normalizeBuilderData, optionLayoutStyle, parseSelectedOption, parseValueWithUnit, prefetchQueries, props, removeAttrInStyle, removeNullUndefined, removePaddingYInStyle, removeUndefinedValuesFromObject, shopifyPriceRounding, splitStyle, styles, template, tiktokpixel, useAddToCart, useAddon, useAddons, useArticleListStore, useArticleStore, useArticlesQuery, useBlogsQuery, useBuilderComponent, useBuilderPreviewStore, useBuilderStore, useCartData, useCartDiscountCodesUpdate, useCartId, useCartLine, useCartLineStore, useCartNoteUpdate, useCartUI, useCheckAvailableVariantInStock, useCheckoutUrl, useCollection, useCollectionQuery, useCollectionStore, useCollectionsQuery, useConnectedShopify, useCreateCart, useCurrency, useCurrentDevice, useCurrentVariant, useCurrentVariantInStock, useEditorMode, useFeaturedImageGlobal, useFormatMoney, useHasPreSelected, useInitialSwatchesOptions, useInteraction, useIsSampleProduct, useIsStorefrontProduct, useIsSyncProduct, useIsomorphicLayoutEffect, useLazyVideo, useLoadScript, useLocale, useMatchMutate, useMobileOnly, useModalStore, useMoney, useMoneyFormat, usePageStore, usePageType, usePluginEnable, usePrevious, useProduct, useProductBundleDiscount, useProductList, useProductListProducts, useProductListSettings, useProductListStore, useProductListStyles, useProductOfferDiscount, useProductProperties, useProductQuery, useProductStore, useProductsQuery, useProductsQueryAll, useQuantity, useRemoveCartItem, useSection, useSectionStore, useSelectedOption, useShopStore, useStoreFront, useSuspenseFetch, useSwatches, useSwatchesOptions, useUniqProductID, useUpdateCartItem, useVariant, useVariantOutStock, useVariants, validateEmail };