@sdata/web-vue 1.10.0 → 1.11.0

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.
Files changed (117) hide show
  1. package/dist/sd.css +148 -952
  2. package/dist/sd.min.css +1 -1
  3. package/es/_components/input-label/style/input-label.scss +11 -51
  4. package/es/_components/select-view/select-view.d.ts +1 -1
  5. package/es/_components/select-view/style/index.css +0 -84
  6. package/es/_components/virtual-list/interface.d.ts +10 -1
  7. package/es/{table/hooks/use-table-virtual-size.d.ts → _components/virtual-list/use-virtual-size.d.ts} +4 -2
  8. package/es/{table/hooks/use-table-virtual-size.js → _components/virtual-list/use-virtual-size.js} +17 -20
  9. package/es/_components/virtual-list/virtual-list.js +64 -2
  10. package/es/_components/virtual-list/virtual-list.vue.d.ts +208 -0
  11. package/es/_components/virtual-list/virtual-list.vue_vue_type_script_lang.js +277 -5
  12. package/es/_utils/clipboard.js +2 -1
  13. package/es/auto-complete/auto-complete.d.ts +1 -1
  14. package/es/auto-complete/index.d.ts +24 -15
  15. package/es/auto-complete/style/index.css +0 -16
  16. package/es/auto-complete/style/index.scss +11 -26
  17. package/es/badge/style/index.scss +11 -41
  18. package/es/button/style/index.css +35 -445
  19. package/es/button/style/index.scss +57 -332
  20. package/es/card/style/index.scss +18 -52
  21. package/es/carousel/index.d.ts +1 -0
  22. package/es/cascader/cascader-panel.vue.d.ts +1 -1
  23. package/es/cascader/cascader.vue.d.ts +3 -3
  24. package/es/cascader/index.d.ts +10 -10
  25. package/es/cascader/interface.d.ts +5 -0
  26. package/es/color-picker/style/index.scss +17 -99
  27. package/es/config-provider/config-provider.vue.d.ts +1 -1
  28. package/es/config-provider/index.d.ts +4 -3
  29. package/es/date-picker/index.d.ts +21 -14
  30. package/es/date-picker/panels/date/index.vue.d.ts +1 -1
  31. package/es/date-picker/panels/week/index.vue.d.ts +7 -7
  32. package/es/date-picker/picker.vue.d.ts +1 -1
  33. package/es/date-picker/range-picker.vue.d.ts +1 -1
  34. package/es/descriptions/descriptions.d.ts +1 -1
  35. package/es/descriptions/index.d.ts +4 -4
  36. package/es/descriptions/style/index.scss +18 -63
  37. package/es/form/style/index.css +12 -176
  38. package/es/form/style/status.scss +36 -73
  39. package/es/index.css +148 -952
  40. package/es/index.d.ts +21 -20
  41. package/es/input/style/input.scss +14 -66
  42. package/es/input-number/index.d.ts +5 -0
  43. package/es/input-tag/style/index.css +0 -84
  44. package/es/input-tag/style/input-tag.scss +16 -170
  45. package/es/list/style/index.scss +12 -42
  46. package/es/menu/index.d.ts +8 -0
  47. package/es/menu/style/index.css +0 -178
  48. package/es/menu/style/index.scss +36 -139
  49. package/es/pagination/index.d.ts +3 -3
  50. package/es/pagination/interface.d.ts +2 -1
  51. package/es/pagination/page-options.js +1 -1
  52. package/es/pagination/page-options.vue.d.ts +72 -71
  53. package/es/pagination/page-options.vue_vue_type_script_lang.js +6 -0
  54. package/es/pagination/pagination.d.ts +3 -3
  55. package/es/pagination/style/index.css +0 -12
  56. package/es/pagination/style/index.scss +19 -76
  57. package/es/radio/index.d.ts +3 -0
  58. package/es/result/style/index.css +0 -16
  59. package/es/result/style/index.scss +12 -34
  60. package/es/select/index.d.ts +9 -9
  61. package/es/select/interface.d.ts +2 -1
  62. package/es/select/select.d.ts +3 -3
  63. package/es/slider/index.d.ts +6 -3
  64. package/es/slider/slider.vue.d.ts +1 -1
  65. package/es/steps/index.d.ts +2 -0
  66. package/es/switch/index.d.ts +3 -0
  67. package/es/table/context.d.ts +1 -1
  68. package/es/table/hooks/use-column-resize.d.ts +2 -3
  69. package/es/table/hooks/use-column-resize.js +48 -21
  70. package/es/table/hooks/use-drag.d.ts +4 -2
  71. package/es/table/hooks/use-drag.js +16 -2
  72. package/es/table/index.d.ts +22 -34
  73. package/es/table/interface.d.ts +21 -2
  74. package/es/table/style/index.css +97 -21
  75. package/es/table/style/index.scss +137 -125
  76. package/es/table/table-operation-td.d.ts +2 -2
  77. package/es/table/table-operation-td.js +4 -5
  78. package/es/table/table-operation-th.js +4 -4
  79. package/es/table/table-tbody.js +1 -1
  80. package/es/table/table-td.js +5 -6
  81. package/es/table/table-th.js +25 -24
  82. package/es/table/table-thead.js +1 -1
  83. package/es/table/table-tr.js +1 -1
  84. package/es/table/table.d.ts +12 -16
  85. package/es/table/table.js +399 -190
  86. package/es/tabs/index.d.ts +1 -0
  87. package/es/tabs/style/index.scss +53 -135
  88. package/es/tag/index.d.ts +3 -3
  89. package/es/tag/style/index.css +0 -84
  90. package/es/tag/style/index.scss +19 -146
  91. package/es/tag/tag.vue.d.ts +1 -1
  92. package/es/theme-provider/index.d.ts +9 -9
  93. package/es/time-picker/index.d.ts +1 -0
  94. package/es/timeline/index.d.ts +1 -0
  95. package/es/transfer/index.d.ts +1 -0
  96. package/es/transfer/interface.d.ts +1 -1
  97. package/es/tree/hooks/use-tree-data.d.ts +17 -29
  98. package/es/tree/index.d.ts +6 -1
  99. package/es/tree/interface.d.ts +2 -0
  100. package/es/tree/tree.js +1 -1
  101. package/es/tree/tree.vue.d.ts +3561 -13
  102. package/es/tree/tree.vue_vue_type_script_lang.js +21 -9
  103. package/es/tree-select/hooks/use-selected-state.js +3 -1
  104. package/es/tree-select/index.d.ts +3 -0
  105. package/es/tree-select/tree-select.vue.d.ts +1367 -3
  106. package/json/vetur-attributes.json +1 -6
  107. package/json/vetur-tags.json +0 -1
  108. package/json/web-types.json +7 -11
  109. package/package.json +1 -1
  110. package/es/style/theme/legacy-less-var.scss +0 -15
  111. package/es/table/table-col-group.js +0 -21
  112. package/es/table/table-col-group.vue_vue_type_script_lang.js +0 -32
  113. package/es/table/table-legacy-virtual-list.js +0 -47
  114. package/es/table/table-legacy-virtual-list.vue.d.ts +0 -156
  115. package/es/table/table-legacy-virtual-list.vue_vue_type_script_lang.js +0 -148
  116. package/es/table/table-virtual-list-item.d.ts +0 -22
  117. package/es/table/table-virtual-list-item.js +0 -37
@@ -1,5 +1,5 @@
1
1
  import { PropType } from 'vue';
2
- import type { VirtualListProps, ScrollIntoViewOptions } from '../_components/virtual-list/interface';
2
+ import type { VirtualListProps, ScrollIntoViewOptions, VirtualListRef } from '../_components/virtual-list/interface';
3
3
  import type { TreeFieldNames, TreeNodeData, FilterTreeNode, DropPosition, TreeNodeKey, CheckedStrategy, Node } from './interface';
4
4
  declare const _default: typeof __VLS_export;
5
5
  export default _default;
@@ -129,11 +129,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
129
129
  minHeight: number;
130
130
  } | undefined>;
131
131
  resolvedVirtualListProps: import("vue").ComputedRef<VirtualListProps | undefined>;
132
+ virtualListKey: import("vue").ComputedRef<string>;
132
133
  visibleTreeNodeList: import("vue").ComputedRef<Node[]>;
133
134
  treeContext: {
134
135
  treeProps: {
135
136
  readonly size: "mini" | "small" | "medium" | "large";
136
137
  readonly data: {
138
+ [x: string]: unknown;
137
139
  key?: string | number | undefined;
138
140
  title?: string | undefined;
139
141
  selectable?: boolean | undefined;
@@ -171,6 +173,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
171
173
  readonly autoExpandParent: boolean;
172
174
  readonly disableSelectActionOnly: boolean;
173
175
  readonly fieldNames: {
176
+ [x: string]: string | undefined;
174
177
  key?: string | undefined;
175
178
  title?: string | undefined;
176
179
  disabled?: string | undefined;
@@ -3579,6 +3582,1665 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
3579
3582
  scroll?: ((instance: import("overlayscrollbars").OverlayScrollbars, event: Event) => void) | ((instance: import("overlayscrollbars").OverlayScrollbars, event: Event) => void)[] | null | undefined;
3580
3583
  } | undefined;
3581
3584
  } | undefined;
3585
+ threshold?: number | undefined;
3586
+ fixedSize?: boolean | undefined;
3587
+ estimatedSize?: number | undefined;
3588
+ component?: (keyof HTMLElementTagNameMap | Record<string, unknown>) | undefined;
3589
+ listAttrs?: Record<string, unknown> | undefined;
3590
+ contentWrapperAttrs?: Record<string, unknown> | undefined;
3591
+ contentAttrs?: Record<string, unknown> | undefined;
3592
+ listStyle?: {
3593
+ [x: `--${string}`]: string | number | undefined;
3594
+ accentColor?: import("csstype").Property.AccentColor | undefined;
3595
+ alignContent?: import("csstype").Property.AlignContent | undefined;
3596
+ alignItems?: import("csstype").Property.AlignItems | undefined;
3597
+ alignSelf?: import("csstype").Property.AlignSelf | undefined;
3598
+ alignTracks?: import("csstype").Property.AlignTracks | undefined;
3599
+ alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
3600
+ anchorName?: import("csstype").Property.AnchorName | undefined;
3601
+ anchorScope?: import("csstype").Property.AnchorScope | undefined;
3602
+ animationComposition?: import("csstype").Property.AnimationComposition | undefined;
3603
+ animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
3604
+ animationDirection?: import("csstype").Property.AnimationDirection | undefined;
3605
+ animationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
3606
+ animationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
3607
+ animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
3608
+ animationName?: import("csstype").Property.AnimationName | undefined;
3609
+ animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
3610
+ animationRangeEnd?: import("csstype").Property.AnimationRangeEnd<string | number> | undefined;
3611
+ animationRangeStart?: import("csstype").Property.AnimationRangeStart<string | number> | undefined;
3612
+ animationTimeline?: import("csstype").Property.AnimationTimeline | undefined;
3613
+ animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
3614
+ appearance?: import("csstype").Property.Appearance | undefined;
3615
+ aspectRatio?: import("csstype").Property.AspectRatio | undefined;
3616
+ backdropFilter?: import("csstype").Property.BackdropFilter | undefined;
3617
+ backfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
3618
+ backgroundAttachment?: import("csstype").Property.BackgroundAttachment | undefined;
3619
+ backgroundBlendMode?: import("csstype").Property.BackgroundBlendMode | undefined;
3620
+ backgroundClip?: import("csstype").Property.BackgroundClip | undefined;
3621
+ backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
3622
+ backgroundImage?: import("csstype").Property.BackgroundImage | undefined;
3623
+ backgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
3624
+ backgroundPositionX?: import("csstype").Property.BackgroundPositionX<string | number> | undefined;
3625
+ backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | undefined;
3626
+ backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
3627
+ backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
3628
+ baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
3629
+ blockSize?: import("csstype").Property.BlockSize<string | number> | undefined;
3630
+ borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
3631
+ borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
3632
+ borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
3633
+ borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
3634
+ borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
3635
+ borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
3636
+ borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined;
3637
+ borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
3638
+ borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
3639
+ borderBottomStyle?: import("csstype").Property.BorderBottomStyle | undefined;
3640
+ borderBottomWidth?: import("csstype").Property.BorderBottomWidth<string | number> | undefined;
3641
+ borderCollapse?: import("csstype").Property.BorderCollapse | undefined;
3642
+ borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
3643
+ borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
3644
+ borderImageOutset?: import("csstype").Property.BorderImageOutset<string | number> | undefined;
3645
+ borderImageRepeat?: import("csstype").Property.BorderImageRepeat | undefined;
3646
+ borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
3647
+ borderImageSource?: import("csstype").Property.BorderImageSource | undefined;
3648
+ borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | undefined;
3649
+ borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
3650
+ borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
3651
+ borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
3652
+ borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
3653
+ borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
3654
+ borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
3655
+ borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined;
3656
+ borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
3657
+ borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
3658
+ borderRightColor?: import("csstype").Property.BorderRightColor | undefined;
3659
+ borderRightStyle?: import("csstype").Property.BorderRightStyle | undefined;
3660
+ borderRightWidth?: import("csstype").Property.BorderRightWidth<string | number> | undefined;
3661
+ borderSpacing?: import("csstype").Property.BorderSpacing<string | number> | undefined;
3662
+ borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
3663
+ borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
3664
+ borderTopColor?: import("csstype").Property.BorderTopColor | undefined;
3665
+ borderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
3666
+ borderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
3667
+ borderTopStyle?: import("csstype").Property.BorderTopStyle | undefined;
3668
+ borderTopWidth?: import("csstype").Property.BorderTopWidth<string | number> | undefined;
3669
+ bottom?: import("csstype").Property.Bottom<string | number> | undefined;
3670
+ boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
3671
+ boxShadow?: import("csstype").Property.BoxShadow | undefined;
3672
+ boxSizing?: import("csstype").Property.BoxSizing | undefined;
3673
+ breakAfter?: import("csstype").Property.BreakAfter | undefined;
3674
+ breakBefore?: import("csstype").Property.BreakBefore | undefined;
3675
+ breakInside?: import("csstype").Property.BreakInside | undefined;
3676
+ captionSide?: import("csstype").Property.CaptionSide | undefined;
3677
+ caretColor?: import("csstype").Property.CaretColor | undefined;
3678
+ caretShape?: import("csstype").Property.CaretShape | undefined;
3679
+ clear?: import("csstype").Property.Clear | undefined;
3680
+ clipPath?: import("csstype").Property.ClipPath | undefined;
3681
+ clipRule?: import("csstype").Property.ClipRule | undefined;
3682
+ color?: import("csstype").Property.Color | undefined;
3683
+ colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
3684
+ colorInterpolationFilters?: import("csstype").Property.ColorInterpolationFilters | undefined;
3685
+ colorScheme?: import("csstype").Property.ColorScheme | undefined;
3686
+ columnCount?: import("csstype").Property.ColumnCount | undefined;
3687
+ columnFill?: import("csstype").Property.ColumnFill | undefined;
3688
+ columnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
3689
+ columnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
3690
+ columnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
3691
+ columnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
3692
+ columnSpan?: import("csstype").Property.ColumnSpan | undefined;
3693
+ columnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
3694
+ contain?: import("csstype").Property.Contain | undefined;
3695
+ containIntrinsicBlockSize?: import("csstype").Property.ContainIntrinsicBlockSize<string | number> | undefined;
3696
+ containIntrinsicHeight?: import("csstype").Property.ContainIntrinsicHeight<string | number> | undefined;
3697
+ containIntrinsicInlineSize?: import("csstype").Property.ContainIntrinsicInlineSize<string | number> | undefined;
3698
+ containIntrinsicWidth?: import("csstype").Property.ContainIntrinsicWidth<string | number> | undefined;
3699
+ containerName?: import("csstype").Property.ContainerName | undefined;
3700
+ containerType?: import("csstype").Property.ContainerType | undefined;
3701
+ content?: import("csstype").Property.Content | undefined;
3702
+ contentVisibility?: import("csstype").Property.ContentVisibility | undefined;
3703
+ counterIncrement?: import("csstype").Property.CounterIncrement | undefined;
3704
+ counterReset?: import("csstype").Property.CounterReset | undefined;
3705
+ counterSet?: import("csstype").Property.CounterSet | undefined;
3706
+ cursor?: import("csstype").Property.Cursor | undefined;
3707
+ cx?: import("csstype").Property.Cx<string | number> | undefined;
3708
+ cy?: import("csstype").Property.Cy<string | number> | undefined;
3709
+ d?: import("csstype").Property.D | undefined;
3710
+ direction?: import("csstype").Property.Direction | undefined;
3711
+ display?: import("csstype").Property.Display | undefined;
3712
+ dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
3713
+ emptyCells?: import("csstype").Property.EmptyCells | undefined;
3714
+ fieldSizing?: import("csstype").Property.FieldSizing | undefined;
3715
+ fill?: import("csstype").Property.Fill | undefined;
3716
+ fillOpacity?: import("csstype").Property.FillOpacity | undefined;
3717
+ fillRule?: import("csstype").Property.FillRule | undefined;
3718
+ filter?: import("csstype").Property.Filter | undefined;
3719
+ flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
3720
+ flexDirection?: import("csstype").Property.FlexDirection | undefined;
3721
+ flexGrow?: import("csstype").Property.FlexGrow | undefined;
3722
+ flexShrink?: import("csstype").Property.FlexShrink | undefined;
3723
+ flexWrap?: import("csstype").Property.FlexWrap | undefined;
3724
+ float?: import("csstype").Property.Float | undefined;
3725
+ floodColor?: import("csstype").Property.FloodColor | undefined;
3726
+ floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
3727
+ fontFamily?: import("csstype").Property.FontFamily | undefined;
3728
+ fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
3729
+ fontKerning?: import("csstype").Property.FontKerning | undefined;
3730
+ fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
3731
+ fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | undefined;
3732
+ fontPalette?: import("csstype").Property.FontPalette | undefined;
3733
+ fontSize?: import("csstype").Property.FontSize<string | number> | undefined;
3734
+ fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
3735
+ fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
3736
+ fontStyle?: import("csstype").Property.FontStyle | undefined;
3737
+ fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
3738
+ fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
3739
+ fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
3740
+ fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | undefined;
3741
+ fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | undefined;
3742
+ fontVariant?: import("csstype").Property.FontVariant | undefined;
3743
+ fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
3744
+ fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
3745
+ fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | undefined;
3746
+ fontVariantEmoji?: import("csstype").Property.FontVariantEmoji | undefined;
3747
+ fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
3748
+ fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | undefined;
3749
+ fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
3750
+ fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
3751
+ fontWeight?: import("csstype").Property.FontWeight | undefined;
3752
+ fontWidth?: import("csstype").Property.FontWidth | undefined;
3753
+ forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
3754
+ gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | undefined;
3755
+ gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
3756
+ gridAutoRows?: import("csstype").Property.GridAutoRows<string | number> | undefined;
3757
+ gridColumnEnd?: import("csstype").Property.GridColumnEnd | undefined;
3758
+ gridColumnStart?: import("csstype").Property.GridColumnStart | undefined;
3759
+ gridRowEnd?: import("csstype").Property.GridRowEnd | undefined;
3760
+ gridRowStart?: import("csstype").Property.GridRowStart | undefined;
3761
+ gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | undefined;
3762
+ gridTemplateColumns?: import("csstype").Property.GridTemplateColumns<string | number> | undefined;
3763
+ gridTemplateRows?: import("csstype").Property.GridTemplateRows<string | number> | undefined;
3764
+ hangingPunctuation?: import("csstype").Property.HangingPunctuation | undefined;
3765
+ height?: import("csstype").Property.Height<string | number> | undefined;
3766
+ hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
3767
+ hyphenateLimitChars?: import("csstype").Property.HyphenateLimitChars | undefined;
3768
+ hyphens?: import("csstype").Property.Hyphens | undefined;
3769
+ imageOrientation?: import("csstype").Property.ImageOrientation | undefined;
3770
+ imageRendering?: import("csstype").Property.ImageRendering | undefined;
3771
+ imageResolution?: import("csstype").Property.ImageResolution | undefined;
3772
+ initialLetter?: import("csstype").Property.InitialLetter | undefined;
3773
+ initialLetterAlign?: import("csstype").Property.InitialLetterAlign | undefined;
3774
+ inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
3775
+ insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
3776
+ insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
3777
+ insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
3778
+ insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
3779
+ interpolateSize?: import("csstype").Property.InterpolateSize | undefined;
3780
+ isolation?: import("csstype").Property.Isolation | undefined;
3781
+ justifyContent?: import("csstype").Property.JustifyContent | undefined;
3782
+ justifyItems?: import("csstype").Property.JustifyItems | undefined;
3783
+ justifySelf?: import("csstype").Property.JustifySelf | undefined;
3784
+ justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
3785
+ left?: import("csstype").Property.Left<string | number> | undefined;
3786
+ letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | undefined;
3787
+ lightingColor?: import("csstype").Property.LightingColor | undefined;
3788
+ lineBreak?: import("csstype").Property.LineBreak | undefined;
3789
+ lineHeight?: import("csstype").Property.LineHeight<string | number> | undefined;
3790
+ lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | undefined;
3791
+ listStyleImage?: import("csstype").Property.ListStyleImage | undefined;
3792
+ listStylePosition?: import("csstype").Property.ListStylePosition | undefined;
3793
+ listStyleType?: import("csstype").Property.ListStyleType | undefined;
3794
+ marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
3795
+ marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
3796
+ marginBottom?: import("csstype").Property.MarginBottom<string | number> | undefined;
3797
+ marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
3798
+ marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
3799
+ marginLeft?: import("csstype").Property.MarginLeft<string | number> | undefined;
3800
+ marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
3801
+ marginTop?: import("csstype").Property.MarginTop<string | number> | undefined;
3802
+ marginTrim?: import("csstype").Property.MarginTrim | undefined;
3803
+ marker?: import("csstype").Property.Marker | undefined;
3804
+ markerEnd?: import("csstype").Property.MarkerEnd | undefined;
3805
+ markerMid?: import("csstype").Property.MarkerMid | undefined;
3806
+ markerStart?: import("csstype").Property.MarkerStart | undefined;
3807
+ maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
3808
+ maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
3809
+ maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
3810
+ maskBorderSlice?: import("csstype").Property.MaskBorderSlice | undefined;
3811
+ maskBorderSource?: import("csstype").Property.MaskBorderSource | undefined;
3812
+ maskBorderWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
3813
+ maskClip?: import("csstype").Property.MaskClip | undefined;
3814
+ maskComposite?: import("csstype").Property.MaskComposite | undefined;
3815
+ maskImage?: import("csstype").Property.MaskImage | undefined;
3816
+ maskMode?: import("csstype").Property.MaskMode | undefined;
3817
+ maskOrigin?: import("csstype").Property.MaskOrigin | undefined;
3818
+ maskPosition?: import("csstype").Property.MaskPosition<string | number> | undefined;
3819
+ maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
3820
+ maskSize?: import("csstype").Property.MaskSize<string | number> | undefined;
3821
+ maskType?: import("csstype").Property.MaskType | undefined;
3822
+ masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | undefined;
3823
+ mathDepth?: import("csstype").Property.MathDepth | undefined;
3824
+ mathShift?: import("csstype").Property.MathShift | undefined;
3825
+ mathStyle?: import("csstype").Property.MathStyle | undefined;
3826
+ maxBlockSize?: import("csstype").Property.MaxBlockSize<string | number> | undefined;
3827
+ maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
3828
+ maxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
3829
+ maxLines?: import("csstype").Property.MaxLines | undefined;
3830
+ maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
3831
+ minBlockSize?: import("csstype").Property.MinBlockSize<string | number> | undefined;
3832
+ minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
3833
+ minInlineSize?: import("csstype").Property.MinInlineSize<string | number> | undefined;
3834
+ minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
3835
+ mixBlendMode?: import("csstype").Property.MixBlendMode | undefined;
3836
+ motionDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
3837
+ motionPath?: import("csstype").Property.OffsetPath | undefined;
3838
+ motionRotation?: import("csstype").Property.OffsetRotate | undefined;
3839
+ objectFit?: import("csstype").Property.ObjectFit | undefined;
3840
+ objectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
3841
+ objectViewBox?: import("csstype").Property.ObjectViewBox | undefined;
3842
+ offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
3843
+ offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
3844
+ offsetPath?: import("csstype").Property.OffsetPath | undefined;
3845
+ offsetPosition?: import("csstype").Property.OffsetPosition<string | number> | undefined;
3846
+ offsetRotate?: import("csstype").Property.OffsetRotate | undefined;
3847
+ offsetRotation?: import("csstype").Property.OffsetRotate | undefined;
3848
+ opacity?: import("csstype").Property.Opacity | undefined;
3849
+ order?: import("csstype").Property.Order | undefined;
3850
+ orphans?: import("csstype").Property.Orphans | undefined;
3851
+ outlineColor?: import("csstype").Property.OutlineColor | undefined;
3852
+ outlineOffset?: import("csstype").Property.OutlineOffset<string | number> | undefined;
3853
+ outlineStyle?: import("csstype").Property.OutlineStyle | undefined;
3854
+ outlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
3855
+ overflowAnchor?: import("csstype").Property.OverflowAnchor | undefined;
3856
+ overflowBlock?: import("csstype").Property.OverflowBlock | undefined;
3857
+ overflowClipBox?: import("csstype").Property.OverflowClipBox | undefined;
3858
+ overflowClipMargin?: import("csstype").Property.OverflowClipMargin<string | number> | undefined;
3859
+ overflowInline?: import("csstype").Property.OverflowInline | undefined;
3860
+ overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
3861
+ overflowX?: import("csstype").Property.OverflowX | undefined;
3862
+ overflowY?: import("csstype").Property.OverflowY | undefined;
3863
+ overlay?: import("csstype").Property.Overlay | undefined;
3864
+ overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
3865
+ overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
3866
+ overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
3867
+ overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | undefined;
3868
+ paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
3869
+ paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
3870
+ paddingBottom?: import("csstype").Property.PaddingBottom<string | number> | undefined;
3871
+ paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
3872
+ paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
3873
+ paddingLeft?: import("csstype").Property.PaddingLeft<string | number> | undefined;
3874
+ paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
3875
+ paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
3876
+ page?: import("csstype").Property.Page | undefined;
3877
+ paintOrder?: import("csstype").Property.PaintOrder | undefined;
3878
+ perspective?: import("csstype").Property.Perspective<string | number> | undefined;
3879
+ perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
3880
+ pointerEvents?: import("csstype").Property.PointerEvents | undefined;
3881
+ position?: import("csstype").Property.Position | undefined;
3882
+ positionAnchor?: import("csstype").Property.PositionAnchor | undefined;
3883
+ positionArea?: import("csstype").Property.PositionArea | undefined;
3884
+ positionTryFallbacks?: import("csstype").Property.PositionTryFallbacks | undefined;
3885
+ positionTryOrder?: import("csstype").Property.PositionTryOrder | undefined;
3886
+ positionVisibility?: import("csstype").Property.PositionVisibility | undefined;
3887
+ printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
3888
+ quotes?: import("csstype").Property.Quotes | undefined;
3889
+ r?: import("csstype").Property.R<string | number> | undefined;
3890
+ resize?: import("csstype").Property.Resize | undefined;
3891
+ right?: import("csstype").Property.Right<string | number> | undefined;
3892
+ rotate?: import("csstype").Property.Rotate | undefined;
3893
+ rowGap?: import("csstype").Property.RowGap<string | number> | undefined;
3894
+ rubyAlign?: import("csstype").Property.RubyAlign | undefined;
3895
+ rubyMerge?: import("csstype").Property.RubyMerge | undefined;
3896
+ rubyOverhang?: import("csstype").Property.RubyOverhang | undefined;
3897
+ rubyPosition?: import("csstype").Property.RubyPosition | undefined;
3898
+ rx?: import("csstype").Property.Rx<string | number> | undefined;
3899
+ ry?: import("csstype").Property.Ry<string | number> | undefined;
3900
+ scale?: import("csstype").Property.Scale | undefined;
3901
+ scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
3902
+ scrollInitialTarget?: import("csstype").Property.ScrollInitialTarget | undefined;
3903
+ scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
3904
+ scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
3905
+ scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
3906
+ scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined;
3907
+ scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined;
3908
+ scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
3909
+ scrollMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
3910
+ scrollMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
3911
+ scrollPaddingBlockEnd?: import("csstype").Property.ScrollPaddingBlockEnd<string | number> | undefined;
3912
+ scrollPaddingBlockStart?: import("csstype").Property.ScrollPaddingBlockStart<string | number> | undefined;
3913
+ scrollPaddingBottom?: import("csstype").Property.ScrollPaddingBottom<string | number> | undefined;
3914
+ scrollPaddingInlineEnd?: import("csstype").Property.ScrollPaddingInlineEnd<string | number> | undefined;
3915
+ scrollPaddingInlineStart?: import("csstype").Property.ScrollPaddingInlineStart<string | number> | undefined;
3916
+ scrollPaddingLeft?: import("csstype").Property.ScrollPaddingLeft<string | number> | undefined;
3917
+ scrollPaddingRight?: import("csstype").Property.ScrollPaddingRight<string | number> | undefined;
3918
+ scrollPaddingTop?: import("csstype").Property.ScrollPaddingTop<string | number> | undefined;
3919
+ scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | undefined;
3920
+ scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
3921
+ scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
3922
+ scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
3923
+ scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
3924
+ scrollSnapStop?: import("csstype").Property.ScrollSnapStop | undefined;
3925
+ scrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
3926
+ scrollTimelineAxis?: import("csstype").Property.ScrollTimelineAxis | undefined;
3927
+ scrollTimelineName?: import("csstype").Property.ScrollTimelineName | undefined;
3928
+ scrollbarColor?: import("csstype").Property.ScrollbarColor | undefined;
3929
+ scrollbarGutter?: import("csstype").Property.ScrollbarGutter | undefined;
3930
+ scrollbarWidth?: import("csstype").Property.ScrollbarWidth | undefined;
3931
+ shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
3932
+ shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
3933
+ shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
3934
+ shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
3935
+ speakAs?: import("csstype").Property.SpeakAs | undefined;
3936
+ stopColor?: import("csstype").Property.StopColor | undefined;
3937
+ stopOpacity?: import("csstype").Property.StopOpacity | undefined;
3938
+ stroke?: import("csstype").Property.Stroke | undefined;
3939
+ strokeColor?: import("csstype").Property.StrokeColor | undefined;
3940
+ strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
3941
+ strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
3942
+ strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
3943
+ strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
3944
+ strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
3945
+ strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
3946
+ strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
3947
+ tabSize?: import("csstype").Property.TabSize<string | number> | undefined;
3948
+ tableLayout?: import("csstype").Property.TableLayout | undefined;
3949
+ textAlign?: import("csstype").Property.TextAlign | undefined;
3950
+ textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
3951
+ textAnchor?: import("csstype").Property.TextAnchor | undefined;
3952
+ textAutospace?: import("csstype").Property.TextAutospace | undefined;
3953
+ textBox?: import("csstype").Property.TextBox | undefined;
3954
+ textBoxEdge?: import("csstype").Property.TextBoxEdge | undefined;
3955
+ textBoxTrim?: import("csstype").Property.TextBoxTrim | undefined;
3956
+ textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined;
3957
+ textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
3958
+ textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
3959
+ textDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
3960
+ textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | undefined;
3961
+ textDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
3962
+ textDecorationThickness?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
3963
+ textEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
3964
+ textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
3965
+ textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
3966
+ textIndent?: import("csstype").Property.TextIndent<string | number> | undefined;
3967
+ textJustify?: import("csstype").Property.TextJustify | undefined;
3968
+ textOrientation?: import("csstype").Property.TextOrientation | undefined;
3969
+ textOverflow?: import("csstype").Property.TextOverflow | undefined;
3970
+ textRendering?: import("csstype").Property.TextRendering | undefined;
3971
+ textShadow?: import("csstype").Property.TextShadow | undefined;
3972
+ textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
3973
+ textSpacingTrim?: import("csstype").Property.TextSpacingTrim | undefined;
3974
+ textTransform?: import("csstype").Property.TextTransform | undefined;
3975
+ textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
3976
+ textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
3977
+ textWrapMode?: import("csstype").Property.TextWrapMode | undefined;
3978
+ textWrapStyle?: import("csstype").Property.TextWrapStyle | undefined;
3979
+ timelineScope?: import("csstype").Property.TimelineScope | undefined;
3980
+ top?: import("csstype").Property.Top<string | number> | undefined;
3981
+ touchAction?: import("csstype").Property.TouchAction | undefined;
3982
+ transform?: import("csstype").Property.Transform | undefined;
3983
+ transformBox?: import("csstype").Property.TransformBox | undefined;
3984
+ transformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
3985
+ transformStyle?: import("csstype").Property.TransformStyle | undefined;
3986
+ transitionBehavior?: import("csstype").Property.TransitionBehavior | undefined;
3987
+ transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
3988
+ transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
3989
+ transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
3990
+ transitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
3991
+ translate?: import("csstype").Property.Translate<string | number> | undefined;
3992
+ unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
3993
+ userSelect?: import("csstype").Property.UserSelect | undefined;
3994
+ vectorEffect?: import("csstype").Property.VectorEffect | undefined;
3995
+ verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
3996
+ viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
3997
+ viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
3998
+ viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
3999
+ viewTransitionClass?: import("csstype").Property.ViewTransitionClass | undefined;
4000
+ viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
4001
+ visibility?: import("csstype").Property.Visibility | undefined;
4002
+ whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
4003
+ whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
4004
+ widows?: import("csstype").Property.Widows | undefined;
4005
+ width?: import("csstype").Property.Width<string | number> | undefined;
4006
+ willChange?: import("csstype").Property.WillChange | undefined;
4007
+ wordBreak?: import("csstype").Property.WordBreak | undefined;
4008
+ wordSpacing?: import("csstype").Property.WordSpacing<string | number> | undefined;
4009
+ wordWrap?: import("csstype").Property.WordWrap | undefined;
4010
+ writingMode?: import("csstype").Property.WritingMode | undefined;
4011
+ x?: import("csstype").Property.X<string | number> | undefined;
4012
+ y?: import("csstype").Property.Y<string | number> | undefined;
4013
+ zIndex?: import("csstype").Property.ZIndex | undefined;
4014
+ zoom?: import("csstype").Property.Zoom | undefined;
4015
+ all?: import("csstype").Globals | undefined;
4016
+ animation?: import("csstype").Property.Animation<string & {}> | undefined;
4017
+ animationRange?: import("csstype").Property.AnimationRange<string | number> | undefined;
4018
+ background?: import("csstype").Property.Background<string | number> | undefined;
4019
+ backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
4020
+ border?: import("csstype").Property.Border<string | number> | undefined;
4021
+ borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
4022
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
4023
+ borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
4024
+ borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
4025
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
4026
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
4027
+ borderBottom?: import("csstype").Property.BorderBottom<string | number> | undefined;
4028
+ borderColor?: import("csstype").Property.BorderColor | undefined;
4029
+ borderImage?: import("csstype").Property.BorderImage | undefined;
4030
+ borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
4031
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
4032
+ borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
4033
+ borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
4034
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
4035
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
4036
+ borderLeft?: import("csstype").Property.BorderLeft<string | number> | undefined;
4037
+ borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
4038
+ borderRight?: import("csstype").Property.BorderRight<string | number> | undefined;
4039
+ borderStyle?: import("csstype").Property.BorderStyle | undefined;
4040
+ borderTop?: import("csstype").Property.BorderTop<string | number> | undefined;
4041
+ borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
4042
+ caret?: import("csstype").Property.Caret | undefined;
4043
+ columnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
4044
+ columns?: import("csstype").Property.Columns<string | number> | undefined;
4045
+ containIntrinsicSize?: import("csstype").Property.ContainIntrinsicSize<string | number> | undefined;
4046
+ container?: import("csstype").Property.Container | undefined;
4047
+ flex?: import("csstype").Property.Flex<string | number> | undefined;
4048
+ flexFlow?: import("csstype").Property.FlexFlow | undefined;
4049
+ font?: import("csstype").Property.Font | undefined;
4050
+ gap?: import("csstype").Property.Gap<string | number> | undefined;
4051
+ grid?: import("csstype").Property.Grid | undefined;
4052
+ gridArea?: import("csstype").Property.GridArea | undefined;
4053
+ gridColumn?: import("csstype").Property.GridColumn | undefined;
4054
+ gridRow?: import("csstype").Property.GridRow | undefined;
4055
+ gridTemplate?: import("csstype").Property.GridTemplate | undefined;
4056
+ inset?: import("csstype").Property.Inset<string | number> | undefined;
4057
+ insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
4058
+ insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
4059
+ lineClamp?: import("csstype").Property.LineClamp | undefined;
4060
+ listStyle?: import("csstype").Property.ListStyle | undefined;
4061
+ margin?: import("csstype").Property.Margin<string | number> | undefined;
4062
+ marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
4063
+ marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
4064
+ mask?: import("csstype").Property.Mask<string | number> | undefined;
4065
+ maskBorder?: import("csstype").Property.MaskBorder | undefined;
4066
+ motion?: import("csstype").Property.Offset<string | number> | undefined;
4067
+ offset?: import("csstype").Property.Offset<string | number> | undefined;
4068
+ outline?: import("csstype").Property.Outline<string | number> | undefined;
4069
+ overflow?: import("csstype").Property.Overflow | undefined;
4070
+ overscrollBehavior?: import("csstype").Property.OverscrollBehavior | undefined;
4071
+ padding?: import("csstype").Property.Padding<string | number> | undefined;
4072
+ paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
4073
+ paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
4074
+ placeContent?: import("csstype").Property.PlaceContent | undefined;
4075
+ placeItems?: import("csstype").Property.PlaceItems | undefined;
4076
+ placeSelf?: import("csstype").Property.PlaceSelf | undefined;
4077
+ positionTry?: import("csstype").Property.PositionTry | undefined;
4078
+ scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
4079
+ scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
4080
+ scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
4081
+ scrollPadding?: import("csstype").Property.ScrollPadding<string | number> | undefined;
4082
+ scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<string | number> | undefined;
4083
+ scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<string | number> | undefined;
4084
+ scrollSnapMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
4085
+ scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
4086
+ textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
4087
+ textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
4088
+ textWrap?: import("csstype").Property.TextWrap | undefined;
4089
+ transition?: import("csstype").Property.Transition<string & {}> | undefined;
4090
+ viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
4091
+ MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
4092
+ MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
4093
+ MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
4094
+ MozAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
4095
+ MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
4096
+ MozAnimationName?: import("csstype").Property.AnimationName | undefined;
4097
+ MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
4098
+ MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
4099
+ MozAppearance?: import("csstype").Property.MozAppearance | undefined;
4100
+ MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
4101
+ MozBinding?: import("csstype").Property.MozBinding | undefined;
4102
+ MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
4103
+ MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
4104
+ MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
4105
+ MozBorderEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
4106
+ MozBorderLeftColors?: import("csstype").Property.MozBorderLeftColors | undefined;
4107
+ MozBorderRightColors?: import("csstype").Property.MozBorderRightColors | undefined;
4108
+ MozBorderStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
4109
+ MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
4110
+ MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined;
4111
+ MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
4112
+ MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
4113
+ MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
4114
+ MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
4115
+ MozColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
4116
+ MozContextProperties?: import("csstype").Property.MozContextProperties | undefined;
4117
+ MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
4118
+ MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
4119
+ MozHyphens?: import("csstype").Property.Hyphens | undefined;
4120
+ MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
4121
+ MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
4122
+ MozOrient?: import("csstype").Property.MozOrient | undefined;
4123
+ MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
4124
+ MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
4125
+ MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
4126
+ MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
4127
+ MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
4128
+ MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
4129
+ MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
4130
+ MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
4131
+ MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
4132
+ MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
4133
+ MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
4134
+ MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
4135
+ MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
4136
+ MozTransform?: import("csstype").Property.Transform | undefined;
4137
+ MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
4138
+ MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
4139
+ MozUserModify?: import("csstype").Property.MozUserModify | undefined;
4140
+ MozUserSelect?: import("csstype").Property.UserSelect | undefined;
4141
+ MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
4142
+ MozWindowShadow?: import("csstype").Property.MozWindowShadow | undefined;
4143
+ msAccelerator?: import("csstype").Property.MsAccelerator | undefined;
4144
+ msBlockProgression?: import("csstype").Property.MsBlockProgression | undefined;
4145
+ msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | undefined;
4146
+ msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | undefined;
4147
+ msContentZoomLimitMin?: import("csstype").Property.MsContentZoomLimitMin | undefined;
4148
+ msContentZoomSnapPoints?: import("csstype").Property.MsContentZoomSnapPoints | undefined;
4149
+ msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | undefined;
4150
+ msContentZooming?: import("csstype").Property.MsContentZooming | undefined;
4151
+ msFilter?: import("csstype").Property.MsFilter | undefined;
4152
+ msFlexDirection?: import("csstype").Property.FlexDirection | undefined;
4153
+ msFlexPositive?: import("csstype").Property.FlexGrow | undefined;
4154
+ msFlowFrom?: import("csstype").Property.MsFlowFrom | undefined;
4155
+ msFlowInto?: import("csstype").Property.MsFlowInto | undefined;
4156
+ msGridColumns?: import("csstype").Property.MsGridColumns<string | number> | undefined;
4157
+ msGridRows?: import("csstype").Property.MsGridRows<string | number> | undefined;
4158
+ msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | undefined;
4159
+ msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | undefined;
4160
+ msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | undefined;
4161
+ msHyphenateLimitZone?: import("csstype").Property.MsHyphenateLimitZone<string | number> | undefined;
4162
+ msHyphens?: import("csstype").Property.Hyphens | undefined;
4163
+ msImeAlign?: import("csstype").Property.MsImeAlign | undefined;
4164
+ msLineBreak?: import("csstype").Property.LineBreak | undefined;
4165
+ msOrder?: import("csstype").Property.Order | undefined;
4166
+ msOverflowStyle?: import("csstype").Property.MsOverflowStyle | undefined;
4167
+ msOverflowX?: import("csstype").Property.OverflowX | undefined;
4168
+ msOverflowY?: import("csstype").Property.OverflowY | undefined;
4169
+ msScrollChaining?: import("csstype").Property.MsScrollChaining | undefined;
4170
+ msScrollLimitXMax?: import("csstype").Property.MsScrollLimitXMax<string | number> | undefined;
4171
+ msScrollLimitXMin?: import("csstype").Property.MsScrollLimitXMin<string | number> | undefined;
4172
+ msScrollLimitYMax?: import("csstype").Property.MsScrollLimitYMax<string | number> | undefined;
4173
+ msScrollLimitYMin?: import("csstype").Property.MsScrollLimitYMin<string | number> | undefined;
4174
+ msScrollRails?: import("csstype").Property.MsScrollRails | undefined;
4175
+ msScrollSnapPointsX?: import("csstype").Property.MsScrollSnapPointsX | undefined;
4176
+ msScrollSnapPointsY?: import("csstype").Property.MsScrollSnapPointsY | undefined;
4177
+ msScrollSnapType?: import("csstype").Property.MsScrollSnapType | undefined;
4178
+ msScrollTranslation?: import("csstype").Property.MsScrollTranslation | undefined;
4179
+ msScrollbar3dlightColor?: import("csstype").Property.MsScrollbar3dlightColor | undefined;
4180
+ msScrollbarArrowColor?: import("csstype").Property.MsScrollbarArrowColor | undefined;
4181
+ msScrollbarBaseColor?: import("csstype").Property.MsScrollbarBaseColor | undefined;
4182
+ msScrollbarDarkshadowColor?: import("csstype").Property.MsScrollbarDarkshadowColor | undefined;
4183
+ msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | undefined;
4184
+ msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | undefined;
4185
+ msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | undefined;
4186
+ msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
4187
+ msTextAutospace?: import("csstype").Property.MsTextAutospace | undefined;
4188
+ msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | undefined;
4189
+ msTextOverflow?: import("csstype").Property.TextOverflow | undefined;
4190
+ msTouchAction?: import("csstype").Property.TouchAction | undefined;
4191
+ msTouchSelect?: import("csstype").Property.MsTouchSelect | undefined;
4192
+ msTransform?: import("csstype").Property.Transform | undefined;
4193
+ msTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
4194
+ msTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
4195
+ msTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
4196
+ msTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
4197
+ msTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
4198
+ msUserSelect?: import("csstype").Property.MsUserSelect | undefined;
4199
+ msWordBreak?: import("csstype").Property.WordBreak | undefined;
4200
+ msWrapFlow?: import("csstype").Property.MsWrapFlow | undefined;
4201
+ msWrapMargin?: import("csstype").Property.MsWrapMargin<string | number> | undefined;
4202
+ msWrapThrough?: import("csstype").Property.MsWrapThrough | undefined;
4203
+ msWritingMode?: import("csstype").Property.WritingMode | undefined;
4204
+ WebkitAlignContent?: import("csstype").Property.AlignContent | undefined;
4205
+ WebkitAlignItems?: import("csstype").Property.AlignItems | undefined;
4206
+ WebkitAlignSelf?: import("csstype").Property.AlignSelf | undefined;
4207
+ WebkitAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
4208
+ WebkitAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
4209
+ WebkitAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
4210
+ WebkitAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
4211
+ WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
4212
+ WebkitAnimationName?: import("csstype").Property.AnimationName | undefined;
4213
+ WebkitAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
4214
+ WebkitAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
4215
+ WebkitAppearance?: import("csstype").Property.WebkitAppearance | undefined;
4216
+ WebkitBackdropFilter?: import("csstype").Property.BackdropFilter | undefined;
4217
+ WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
4218
+ WebkitBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
4219
+ WebkitBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
4220
+ WebkitBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
4221
+ WebkitBorderBeforeColor?: import("csstype").Property.WebkitBorderBeforeColor | undefined;
4222
+ WebkitBorderBeforeStyle?: import("csstype").Property.WebkitBorderBeforeStyle | undefined;
4223
+ WebkitBorderBeforeWidth?: import("csstype").Property.WebkitBorderBeforeWidth<string | number> | undefined;
4224
+ WebkitBorderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
4225
+ WebkitBorderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
4226
+ WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
4227
+ WebkitBorderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
4228
+ WebkitBorderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
4229
+ WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
4230
+ WebkitBoxReflect?: import("csstype").Property.WebkitBoxReflect<string | number> | undefined;
4231
+ WebkitBoxShadow?: import("csstype").Property.BoxShadow | undefined;
4232
+ WebkitBoxSizing?: import("csstype").Property.BoxSizing | undefined;
4233
+ WebkitClipPath?: import("csstype").Property.ClipPath | undefined;
4234
+ WebkitColumnCount?: import("csstype").Property.ColumnCount | undefined;
4235
+ WebkitColumnFill?: import("csstype").Property.ColumnFill | undefined;
4236
+ WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
4237
+ WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
4238
+ WebkitColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
4239
+ WebkitColumnSpan?: import("csstype").Property.ColumnSpan | undefined;
4240
+ WebkitColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
4241
+ WebkitFilter?: import("csstype").Property.Filter | undefined;
4242
+ WebkitFlexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
4243
+ WebkitFlexDirection?: import("csstype").Property.FlexDirection | undefined;
4244
+ WebkitFlexGrow?: import("csstype").Property.FlexGrow | undefined;
4245
+ WebkitFlexShrink?: import("csstype").Property.FlexShrink | undefined;
4246
+ WebkitFlexWrap?: import("csstype").Property.FlexWrap | undefined;
4247
+ WebkitFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
4248
+ WebkitFontKerning?: import("csstype").Property.FontKerning | undefined;
4249
+ WebkitFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
4250
+ WebkitFontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
4251
+ WebkitHyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
4252
+ WebkitHyphens?: import("csstype").Property.Hyphens | undefined;
4253
+ WebkitInitialLetter?: import("csstype").Property.InitialLetter | undefined;
4254
+ WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
4255
+ WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
4256
+ WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
4257
+ WebkitLogicalHeight?: import("csstype").Property.BlockSize<string | number> | undefined;
4258
+ WebkitLogicalWidth?: import("csstype").Property.InlineSize<string | number> | undefined;
4259
+ WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
4260
+ WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
4261
+ WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
4262
+ WebkitMaskBoxImageOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
4263
+ WebkitMaskBoxImageRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
4264
+ WebkitMaskBoxImageSlice?: import("csstype").Property.MaskBorderSlice | undefined;
4265
+ WebkitMaskBoxImageSource?: import("csstype").Property.MaskBorderSource | undefined;
4266
+ WebkitMaskBoxImageWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
4267
+ WebkitMaskClip?: import("csstype").Property.WebkitMaskClip | undefined;
4268
+ WebkitMaskComposite?: import("csstype").Property.WebkitMaskComposite | undefined;
4269
+ WebkitMaskImage?: import("csstype").Property.WebkitMaskImage | undefined;
4270
+ WebkitMaskOrigin?: import("csstype").Property.WebkitMaskOrigin | undefined;
4271
+ WebkitMaskPosition?: import("csstype").Property.WebkitMaskPosition<string | number> | undefined;
4272
+ WebkitMaskPositionX?: import("csstype").Property.WebkitMaskPositionX<string | number> | undefined;
4273
+ WebkitMaskPositionY?: import("csstype").Property.WebkitMaskPositionY<string | number> | undefined;
4274
+ WebkitMaskRepeat?: import("csstype").Property.WebkitMaskRepeat | undefined;
4275
+ WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | undefined;
4276
+ WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | undefined;
4277
+ WebkitMaskSize?: import("csstype").Property.WebkitMaskSize<string | number> | undefined;
4278
+ WebkitMaxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
4279
+ WebkitOrder?: import("csstype").Property.Order | undefined;
4280
+ WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | undefined;
4281
+ WebkitPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
4282
+ WebkitPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
4283
+ WebkitPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
4284
+ WebkitPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
4285
+ WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
4286
+ WebkitRubyPosition?: import("csstype").Property.RubyPosition | undefined;
4287
+ WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
4288
+ WebkitShapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
4289
+ WebkitTapHighlightColor?: import("csstype").Property.WebkitTapHighlightColor | undefined;
4290
+ WebkitTextCombine?: import("csstype").Property.TextCombineUpright | undefined;
4291
+ WebkitTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
4292
+ WebkitTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
4293
+ WebkitTextDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
4294
+ WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
4295
+ WebkitTextEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
4296
+ WebkitTextEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
4297
+ WebkitTextEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
4298
+ WebkitTextFillColor?: import("csstype").Property.WebkitTextFillColor | undefined;
4299
+ WebkitTextOrientation?: import("csstype").Property.TextOrientation | undefined;
4300
+ WebkitTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
4301
+ WebkitTextStrokeColor?: import("csstype").Property.WebkitTextStrokeColor | undefined;
4302
+ WebkitTextStrokeWidth?: import("csstype").Property.WebkitTextStrokeWidth<string | number> | undefined;
4303
+ WebkitTextUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
4304
+ WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | undefined;
4305
+ WebkitTransform?: import("csstype").Property.Transform | undefined;
4306
+ WebkitTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
4307
+ WebkitTransformStyle?: import("csstype").Property.TransformStyle | undefined;
4308
+ WebkitTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
4309
+ WebkitTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
4310
+ WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
4311
+ WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
4312
+ WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
4313
+ WebkitUserSelect?: import("csstype").Property.WebkitUserSelect | undefined;
4314
+ WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
4315
+ MozAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
4316
+ MozBorderImage?: import("csstype").Property.BorderImage | undefined;
4317
+ MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
4318
+ MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
4319
+ MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
4320
+ MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
4321
+ msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
4322
+ msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
4323
+ msFlex?: import("csstype").Property.Flex<string | number> | undefined;
4324
+ msScrollLimit?: import("csstype").Property.MsScrollLimit | undefined;
4325
+ msScrollSnapX?: import("csstype").Property.MsScrollSnapX | undefined;
4326
+ msScrollSnapY?: import("csstype").Property.MsScrollSnapY | undefined;
4327
+ msTransition?: import("csstype").Property.Transition<string & {}> | undefined;
4328
+ WebkitAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
4329
+ WebkitBorderBefore?: import("csstype").Property.WebkitBorderBefore<string | number> | undefined;
4330
+ WebkitBorderImage?: import("csstype").Property.BorderImage | undefined;
4331
+ WebkitBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
4332
+ WebkitColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
4333
+ WebkitColumns?: import("csstype").Property.Columns<string | number> | undefined;
4334
+ WebkitFlex?: import("csstype").Property.Flex<string | number> | undefined;
4335
+ WebkitFlexFlow?: import("csstype").Property.FlexFlow | undefined;
4336
+ WebkitMask?: import("csstype").Property.WebkitMask<string | number> | undefined;
4337
+ WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | undefined;
4338
+ WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
4339
+ WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | undefined;
4340
+ WebkitTransition?: import("csstype").Property.Transition<string & {}> | undefined;
4341
+ boxAlign?: import("csstype").Property.BoxAlign | undefined;
4342
+ boxDirection?: import("csstype").Property.BoxDirection | undefined;
4343
+ boxFlex?: import("csstype").Property.BoxFlex | undefined;
4344
+ boxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
4345
+ boxLines?: import("csstype").Property.BoxLines | undefined;
4346
+ boxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
4347
+ boxOrient?: import("csstype").Property.BoxOrient | undefined;
4348
+ boxPack?: import("csstype").Property.BoxPack | undefined;
4349
+ clip?: import("csstype").Property.Clip | undefined;
4350
+ fontStretch?: import("csstype").Property.FontStretch | undefined;
4351
+ gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | undefined;
4352
+ gridGap?: import("csstype").Property.GridGap<string | number> | undefined;
4353
+ gridRowGap?: import("csstype").Property.GridRowGap<string | number> | undefined;
4354
+ imeMode?: import("csstype").Property.ImeMode | undefined;
4355
+ insetArea?: import("csstype").Property.PositionArea | undefined;
4356
+ offsetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
4357
+ offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
4358
+ offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
4359
+ offsetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
4360
+ offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
4361
+ offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
4362
+ pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
4363
+ pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
4364
+ pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
4365
+ positionTryOptions?: import("csstype").Property.PositionTryFallbacks | undefined;
4366
+ scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined;
4367
+ scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | undefined;
4368
+ scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
4369
+ scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
4370
+ scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | undefined;
4371
+ scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | undefined;
4372
+ KhtmlBoxAlign?: import("csstype").Property.BoxAlign | undefined;
4373
+ KhtmlBoxDirection?: import("csstype").Property.BoxDirection | undefined;
4374
+ KhtmlBoxFlex?: import("csstype").Property.BoxFlex | undefined;
4375
+ KhtmlBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
4376
+ KhtmlBoxLines?: import("csstype").Property.BoxLines | undefined;
4377
+ KhtmlBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
4378
+ KhtmlBoxOrient?: import("csstype").Property.BoxOrient | undefined;
4379
+ KhtmlBoxPack?: import("csstype").Property.BoxPack | undefined;
4380
+ KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
4381
+ KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
4382
+ KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
4383
+ MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
4384
+ MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
4385
+ MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
4386
+ MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
4387
+ MozBorderRadiusBottomleft?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
4388
+ MozBorderRadiusBottomright?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
4389
+ MozBorderRadiusTopleft?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
4390
+ MozBorderRadiusTopright?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
4391
+ MozBoxAlign?: import("csstype").Property.BoxAlign | undefined;
4392
+ MozBoxDirection?: import("csstype").Property.BoxDirection | undefined;
4393
+ MozBoxFlex?: import("csstype").Property.BoxFlex | undefined;
4394
+ MozBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
4395
+ MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
4396
+ MozBoxPack?: import("csstype").Property.BoxPack | undefined;
4397
+ MozBoxShadow?: import("csstype").Property.BoxShadow | undefined;
4398
+ MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
4399
+ MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
4400
+ MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
4401
+ MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
4402
+ MozOpacity?: import("csstype").Property.Opacity | undefined;
4403
+ MozOutline?: import("csstype").Property.Outline<string | number> | undefined;
4404
+ MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
4405
+ MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
4406
+ MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
4407
+ MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
4408
+ MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
4409
+ MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
4410
+ MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
4411
+ MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
4412
+ MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
4413
+ MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
4414
+ MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
4415
+ MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
4416
+ MozUserInput?: import("csstype").Property.MozUserInput | undefined;
4417
+ msImeMode?: import("csstype").Property.ImeMode | undefined;
4418
+ OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
4419
+ OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
4420
+ OAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
4421
+ OAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
4422
+ OAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
4423
+ OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
4424
+ OAnimationName?: import("csstype").Property.AnimationName | undefined;
4425
+ OAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
4426
+ OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
4427
+ OBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
4428
+ OBorderImage?: import("csstype").Property.BorderImage | undefined;
4429
+ OObjectFit?: import("csstype").Property.ObjectFit | undefined;
4430
+ OObjectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
4431
+ OTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
4432
+ OTextOverflow?: import("csstype").Property.TextOverflow | undefined;
4433
+ OTransform?: import("csstype").Property.Transform | undefined;
4434
+ OTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
4435
+ OTransition?: import("csstype").Property.Transition<string & {}> | undefined;
4436
+ OTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
4437
+ OTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
4438
+ OTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
4439
+ OTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
4440
+ WebkitBoxAlign?: import("csstype").Property.BoxAlign | undefined;
4441
+ WebkitBoxDirection?: import("csstype").Property.BoxDirection | undefined;
4442
+ WebkitBoxFlex?: import("csstype").Property.BoxFlex | undefined;
4443
+ WebkitBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
4444
+ WebkitBoxLines?: import("csstype").Property.BoxLines | undefined;
4445
+ WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
4446
+ WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
4447
+ WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
4448
+ colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
4449
+ colorRendering?: import("csstype").Property.ColorRendering | undefined;
4450
+ glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined;
4451
+ "accent-color"?: import("csstype").Property.AccentColor | undefined;
4452
+ "align-content"?: import("csstype").Property.AlignContent | undefined;
4453
+ "align-items"?: import("csstype").Property.AlignItems | undefined;
4454
+ "align-self"?: import("csstype").Property.AlignSelf | undefined;
4455
+ "align-tracks"?: import("csstype").Property.AlignTracks | undefined;
4456
+ "alignment-baseline"?: import("csstype").Property.AlignmentBaseline | undefined;
4457
+ "anchor-name"?: import("csstype").Property.AnchorName | undefined;
4458
+ "anchor-scope"?: import("csstype").Property.AnchorScope | undefined;
4459
+ "animation-composition"?: import("csstype").Property.AnimationComposition | undefined;
4460
+ "animation-delay"?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
4461
+ "animation-direction"?: import("csstype").Property.AnimationDirection | undefined;
4462
+ "animation-duration"?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
4463
+ "animation-fill-mode"?: import("csstype").Property.AnimationFillMode | undefined;
4464
+ "animation-iteration-count"?: import("csstype").Property.AnimationIterationCount | undefined;
4465
+ "animation-name"?: import("csstype").Property.AnimationName | undefined;
4466
+ "animation-play-state"?: import("csstype").Property.AnimationPlayState | undefined;
4467
+ "animation-range-end"?: import("csstype").Property.AnimationRangeEnd<string | number> | undefined;
4468
+ "animation-range-start"?: import("csstype").Property.AnimationRangeStart<string | number> | undefined;
4469
+ "animation-timeline"?: import("csstype").Property.AnimationTimeline | undefined;
4470
+ "animation-timing-function"?: import("csstype").Property.AnimationTimingFunction | undefined;
4471
+ "aspect-ratio"?: import("csstype").Property.AspectRatio | undefined;
4472
+ "backdrop-filter"?: import("csstype").Property.BackdropFilter | undefined;
4473
+ "backface-visibility"?: import("csstype").Property.BackfaceVisibility | undefined;
4474
+ "background-attachment"?: import("csstype").Property.BackgroundAttachment | undefined;
4475
+ "background-blend-mode"?: import("csstype").Property.BackgroundBlendMode | undefined;
4476
+ "background-clip"?: import("csstype").Property.BackgroundClip | undefined;
4477
+ "background-color"?: import("csstype").Property.BackgroundColor | undefined;
4478
+ "background-image"?: import("csstype").Property.BackgroundImage | undefined;
4479
+ "background-origin"?: import("csstype").Property.BackgroundOrigin | undefined;
4480
+ "background-position-x"?: import("csstype").Property.BackgroundPositionX<string | number> | undefined;
4481
+ "background-position-y"?: import("csstype").Property.BackgroundPositionY<string | number> | undefined;
4482
+ "background-repeat"?: import("csstype").Property.BackgroundRepeat | undefined;
4483
+ "background-size"?: import("csstype").Property.BackgroundSize<string | number> | undefined;
4484
+ "baseline-shift"?: import("csstype").Property.BaselineShift<string | number> | undefined;
4485
+ "block-size"?: import("csstype").Property.BlockSize<string | number> | undefined;
4486
+ "border-block-end-color"?: import("csstype").Property.BorderBlockEndColor | undefined;
4487
+ "border-block-end-style"?: import("csstype").Property.BorderBlockEndStyle | undefined;
4488
+ "border-block-end-width"?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
4489
+ "border-block-start-color"?: import("csstype").Property.BorderBlockStartColor | undefined;
4490
+ "border-block-start-style"?: import("csstype").Property.BorderBlockStartStyle | undefined;
4491
+ "border-block-start-width"?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
4492
+ "border-bottom-color"?: import("csstype").Property.BorderBottomColor | undefined;
4493
+ "border-bottom-left-radius"?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
4494
+ "border-bottom-right-radius"?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
4495
+ "border-bottom-style"?: import("csstype").Property.BorderBottomStyle | undefined;
4496
+ "border-bottom-width"?: import("csstype").Property.BorderBottomWidth<string | number> | undefined;
4497
+ "border-collapse"?: import("csstype").Property.BorderCollapse | undefined;
4498
+ "border-end-end-radius"?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
4499
+ "border-end-start-radius"?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
4500
+ "border-image-outset"?: import("csstype").Property.BorderImageOutset<string | number> | undefined;
4501
+ "border-image-repeat"?: import("csstype").Property.BorderImageRepeat | undefined;
4502
+ "border-image-slice"?: import("csstype").Property.BorderImageSlice | undefined;
4503
+ "border-image-source"?: import("csstype").Property.BorderImageSource | undefined;
4504
+ "border-image-width"?: import("csstype").Property.BorderImageWidth<string | number> | undefined;
4505
+ "border-inline-end-color"?: import("csstype").Property.BorderInlineEndColor | undefined;
4506
+ "border-inline-end-style"?: import("csstype").Property.BorderInlineEndStyle | undefined;
4507
+ "border-inline-end-width"?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
4508
+ "border-inline-start-color"?: import("csstype").Property.BorderInlineStartColor | undefined;
4509
+ "border-inline-start-style"?: import("csstype").Property.BorderInlineStartStyle | undefined;
4510
+ "border-inline-start-width"?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
4511
+ "border-left-color"?: import("csstype").Property.BorderLeftColor | undefined;
4512
+ "border-left-style"?: import("csstype").Property.BorderLeftStyle | undefined;
4513
+ "border-left-width"?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
4514
+ "border-right-color"?: import("csstype").Property.BorderRightColor | undefined;
4515
+ "border-right-style"?: import("csstype").Property.BorderRightStyle | undefined;
4516
+ "border-right-width"?: import("csstype").Property.BorderRightWidth<string | number> | undefined;
4517
+ "border-spacing"?: import("csstype").Property.BorderSpacing<string | number> | undefined;
4518
+ "border-start-end-radius"?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
4519
+ "border-start-start-radius"?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
4520
+ "border-top-color"?: import("csstype").Property.BorderTopColor | undefined;
4521
+ "border-top-left-radius"?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
4522
+ "border-top-right-radius"?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
4523
+ "border-top-style"?: import("csstype").Property.BorderTopStyle | undefined;
4524
+ "border-top-width"?: import("csstype").Property.BorderTopWidth<string | number> | undefined;
4525
+ "box-decoration-break"?: import("csstype").Property.BoxDecorationBreak | undefined;
4526
+ "box-shadow"?: import("csstype").Property.BoxShadow | undefined;
4527
+ "box-sizing"?: import("csstype").Property.BoxSizing | undefined;
4528
+ "break-after"?: import("csstype").Property.BreakAfter | undefined;
4529
+ "break-before"?: import("csstype").Property.BreakBefore | undefined;
4530
+ "break-inside"?: import("csstype").Property.BreakInside | undefined;
4531
+ "caption-side"?: import("csstype").Property.CaptionSide | undefined;
4532
+ "caret-color"?: import("csstype").Property.CaretColor | undefined;
4533
+ "caret-shape"?: import("csstype").Property.CaretShape | undefined;
4534
+ "clip-path"?: import("csstype").Property.ClipPath | undefined;
4535
+ "clip-rule"?: import("csstype").Property.ClipRule | undefined;
4536
+ "color-adjust"?: import("csstype").Property.PrintColorAdjust | undefined;
4537
+ "color-interpolation-filters"?: import("csstype").Property.ColorInterpolationFilters | undefined;
4538
+ "color-scheme"?: import("csstype").Property.ColorScheme | undefined;
4539
+ "column-count"?: import("csstype").Property.ColumnCount | undefined;
4540
+ "column-fill"?: import("csstype").Property.ColumnFill | undefined;
4541
+ "column-gap"?: import("csstype").Property.ColumnGap<string | number> | undefined;
4542
+ "column-rule-color"?: import("csstype").Property.ColumnRuleColor | undefined;
4543
+ "column-rule-style"?: import("csstype").Property.ColumnRuleStyle | undefined;
4544
+ "column-rule-width"?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
4545
+ "column-span"?: import("csstype").Property.ColumnSpan | undefined;
4546
+ "column-width"?: import("csstype").Property.ColumnWidth<string | number> | undefined;
4547
+ "contain-intrinsic-block-size"?: import("csstype").Property.ContainIntrinsicBlockSize<string | number> | undefined;
4548
+ "contain-intrinsic-height"?: import("csstype").Property.ContainIntrinsicHeight<string | number> | undefined;
4549
+ "contain-intrinsic-inline-size"?: import("csstype").Property.ContainIntrinsicInlineSize<string | number> | undefined;
4550
+ "contain-intrinsic-width"?: import("csstype").Property.ContainIntrinsicWidth<string | number> | undefined;
4551
+ "container-name"?: import("csstype").Property.ContainerName | undefined;
4552
+ "container-type"?: import("csstype").Property.ContainerType | undefined;
4553
+ "content-visibility"?: import("csstype").Property.ContentVisibility | undefined;
4554
+ "counter-increment"?: import("csstype").Property.CounterIncrement | undefined;
4555
+ "counter-reset"?: import("csstype").Property.CounterReset | undefined;
4556
+ "counter-set"?: import("csstype").Property.CounterSet | undefined;
4557
+ "dominant-baseline"?: import("csstype").Property.DominantBaseline | undefined;
4558
+ "empty-cells"?: import("csstype").Property.EmptyCells | undefined;
4559
+ "field-sizing"?: import("csstype").Property.FieldSizing | undefined;
4560
+ "fill-opacity"?: import("csstype").Property.FillOpacity | undefined;
4561
+ "fill-rule"?: import("csstype").Property.FillRule | undefined;
4562
+ "flex-basis"?: import("csstype").Property.FlexBasis<string | number> | undefined;
4563
+ "flex-direction"?: import("csstype").Property.FlexDirection | undefined;
4564
+ "flex-grow"?: import("csstype").Property.FlexGrow | undefined;
4565
+ "flex-shrink"?: import("csstype").Property.FlexShrink | undefined;
4566
+ "flex-wrap"?: import("csstype").Property.FlexWrap | undefined;
4567
+ "flood-color"?: import("csstype").Property.FloodColor | undefined;
4568
+ "flood-opacity"?: import("csstype").Property.FloodOpacity | undefined;
4569
+ "font-family"?: import("csstype").Property.FontFamily | undefined;
4570
+ "font-feature-settings"?: import("csstype").Property.FontFeatureSettings | undefined;
4571
+ "font-kerning"?: import("csstype").Property.FontKerning | undefined;
4572
+ "font-language-override"?: import("csstype").Property.FontLanguageOverride | undefined;
4573
+ "font-optical-sizing"?: import("csstype").Property.FontOpticalSizing | undefined;
4574
+ "font-palette"?: import("csstype").Property.FontPalette | undefined;
4575
+ "font-size"?: import("csstype").Property.FontSize<string | number> | undefined;
4576
+ "font-size-adjust"?: import("csstype").Property.FontSizeAdjust | undefined;
4577
+ "font-smooth"?: import("csstype").Property.FontSmooth<string | number> | undefined;
4578
+ "font-style"?: import("csstype").Property.FontStyle | undefined;
4579
+ "font-synthesis"?: import("csstype").Property.FontSynthesis | undefined;
4580
+ "font-synthesis-position"?: import("csstype").Property.FontSynthesisPosition | undefined;
4581
+ "font-synthesis-small-caps"?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
4582
+ "font-synthesis-style"?: import("csstype").Property.FontSynthesisStyle | undefined;
4583
+ "font-synthesis-weight"?: import("csstype").Property.FontSynthesisWeight | undefined;
4584
+ "font-variant"?: import("csstype").Property.FontVariant | undefined;
4585
+ "font-variant-alternates"?: import("csstype").Property.FontVariantAlternates | undefined;
4586
+ "font-variant-caps"?: import("csstype").Property.FontVariantCaps | undefined;
4587
+ "font-variant-east-asian"?: import("csstype").Property.FontVariantEastAsian | undefined;
4588
+ "font-variant-emoji"?: import("csstype").Property.FontVariantEmoji | undefined;
4589
+ "font-variant-ligatures"?: import("csstype").Property.FontVariantLigatures | undefined;
4590
+ "font-variant-numeric"?: import("csstype").Property.FontVariantNumeric | undefined;
4591
+ "font-variant-position"?: import("csstype").Property.FontVariantPosition | undefined;
4592
+ "font-variation-settings"?: import("csstype").Property.FontVariationSettings | undefined;
4593
+ "font-weight"?: import("csstype").Property.FontWeight | undefined;
4594
+ "font-width"?: import("csstype").Property.FontWidth | undefined;
4595
+ "forced-color-adjust"?: import("csstype").Property.ForcedColorAdjust | undefined;
4596
+ "grid-auto-columns"?: import("csstype").Property.GridAutoColumns<string | number> | undefined;
4597
+ "grid-auto-flow"?: import("csstype").Property.GridAutoFlow | undefined;
4598
+ "grid-auto-rows"?: import("csstype").Property.GridAutoRows<string | number> | undefined;
4599
+ "grid-column-end"?: import("csstype").Property.GridColumnEnd | undefined;
4600
+ "grid-column-start"?: import("csstype").Property.GridColumnStart | undefined;
4601
+ "grid-row-end"?: import("csstype").Property.GridRowEnd | undefined;
4602
+ "grid-row-start"?: import("csstype").Property.GridRowStart | undefined;
4603
+ "grid-template-areas"?: import("csstype").Property.GridTemplateAreas | undefined;
4604
+ "grid-template-columns"?: import("csstype").Property.GridTemplateColumns<string | number> | undefined;
4605
+ "grid-template-rows"?: import("csstype").Property.GridTemplateRows<string | number> | undefined;
4606
+ "hanging-punctuation"?: import("csstype").Property.HangingPunctuation | undefined;
4607
+ "hyphenate-character"?: import("csstype").Property.HyphenateCharacter | undefined;
4608
+ "hyphenate-limit-chars"?: import("csstype").Property.HyphenateLimitChars | undefined;
4609
+ "image-orientation"?: import("csstype").Property.ImageOrientation | undefined;
4610
+ "image-rendering"?: import("csstype").Property.ImageRendering | undefined;
4611
+ "image-resolution"?: import("csstype").Property.ImageResolution | undefined;
4612
+ "initial-letter"?: import("csstype").Property.InitialLetter | undefined;
4613
+ "initial-letter-align"?: import("csstype").Property.InitialLetterAlign | undefined;
4614
+ "inline-size"?: import("csstype").Property.InlineSize<string | number> | undefined;
4615
+ "inset-block-end"?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
4616
+ "inset-block-start"?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
4617
+ "inset-inline-end"?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
4618
+ "inset-inline-start"?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
4619
+ "interpolate-size"?: import("csstype").Property.InterpolateSize | undefined;
4620
+ "justify-content"?: import("csstype").Property.JustifyContent | undefined;
4621
+ "justify-items"?: import("csstype").Property.JustifyItems | undefined;
4622
+ "justify-self"?: import("csstype").Property.JustifySelf | undefined;
4623
+ "justify-tracks"?: import("csstype").Property.JustifyTracks | undefined;
4624
+ "letter-spacing"?: import("csstype").Property.LetterSpacing<string | number> | undefined;
4625
+ "lighting-color"?: import("csstype").Property.LightingColor | undefined;
4626
+ "line-break"?: import("csstype").Property.LineBreak | undefined;
4627
+ "line-height"?: import("csstype").Property.LineHeight<string | number> | undefined;
4628
+ "line-height-step"?: import("csstype").Property.LineHeightStep<string | number> | undefined;
4629
+ "list-style-image"?: import("csstype").Property.ListStyleImage | undefined;
4630
+ "list-style-position"?: import("csstype").Property.ListStylePosition | undefined;
4631
+ "list-style-type"?: import("csstype").Property.ListStyleType | undefined;
4632
+ "margin-block-end"?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
4633
+ "margin-block-start"?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
4634
+ "margin-bottom"?: import("csstype").Property.MarginBottom<string | number> | undefined;
4635
+ "margin-inline-end"?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
4636
+ "margin-inline-start"?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
4637
+ "margin-left"?: import("csstype").Property.MarginLeft<string | number> | undefined;
4638
+ "margin-right"?: import("csstype").Property.MarginRight<string | number> | undefined;
4639
+ "margin-top"?: import("csstype").Property.MarginTop<string | number> | undefined;
4640
+ "margin-trim"?: import("csstype").Property.MarginTrim | undefined;
4641
+ "marker-end"?: import("csstype").Property.MarkerEnd | undefined;
4642
+ "marker-mid"?: import("csstype").Property.MarkerMid | undefined;
4643
+ "marker-start"?: import("csstype").Property.MarkerStart | undefined;
4644
+ "mask-border-mode"?: import("csstype").Property.MaskBorderMode | undefined;
4645
+ "mask-border-outset"?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
4646
+ "mask-border-repeat"?: import("csstype").Property.MaskBorderRepeat | undefined;
4647
+ "mask-border-slice"?: import("csstype").Property.MaskBorderSlice | undefined;
4648
+ "mask-border-source"?: import("csstype").Property.MaskBorderSource | undefined;
4649
+ "mask-border-width"?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
4650
+ "mask-clip"?: import("csstype").Property.MaskClip | undefined;
4651
+ "mask-composite"?: import("csstype").Property.MaskComposite | undefined;
4652
+ "mask-image"?: import("csstype").Property.MaskImage | undefined;
4653
+ "mask-mode"?: import("csstype").Property.MaskMode | undefined;
4654
+ "mask-origin"?: import("csstype").Property.MaskOrigin | undefined;
4655
+ "mask-position"?: import("csstype").Property.MaskPosition<string | number> | undefined;
4656
+ "mask-repeat"?: import("csstype").Property.MaskRepeat | undefined;
4657
+ "mask-size"?: import("csstype").Property.MaskSize<string | number> | undefined;
4658
+ "mask-type"?: import("csstype").Property.MaskType | undefined;
4659
+ "masonry-auto-flow"?: import("csstype").Property.MasonryAutoFlow | undefined;
4660
+ "math-depth"?: import("csstype").Property.MathDepth | undefined;
4661
+ "math-shift"?: import("csstype").Property.MathShift | undefined;
4662
+ "math-style"?: import("csstype").Property.MathStyle | undefined;
4663
+ "max-block-size"?: import("csstype").Property.MaxBlockSize<string | number> | undefined;
4664
+ "max-height"?: import("csstype").Property.MaxHeight<string | number> | undefined;
4665
+ "max-inline-size"?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
4666
+ "max-lines"?: import("csstype").Property.MaxLines | undefined;
4667
+ "max-width"?: import("csstype").Property.MaxWidth<string | number> | undefined;
4668
+ "min-block-size"?: import("csstype").Property.MinBlockSize<string | number> | undefined;
4669
+ "min-height"?: import("csstype").Property.MinHeight<string | number> | undefined;
4670
+ "min-inline-size"?: import("csstype").Property.MinInlineSize<string | number> | undefined;
4671
+ "min-width"?: import("csstype").Property.MinWidth<string | number> | undefined;
4672
+ "mix-blend-mode"?: import("csstype").Property.MixBlendMode | undefined;
4673
+ "motion-distance"?: import("csstype").Property.OffsetDistance<string | number> | undefined;
4674
+ "motion-path"?: import("csstype").Property.OffsetPath | undefined;
4675
+ "motion-rotation"?: import("csstype").Property.OffsetRotate | undefined;
4676
+ "object-fit"?: import("csstype").Property.ObjectFit | undefined;
4677
+ "object-position"?: import("csstype").Property.ObjectPosition<string | number> | undefined;
4678
+ "object-view-box"?: import("csstype").Property.ObjectViewBox | undefined;
4679
+ "offset-anchor"?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
4680
+ "offset-distance"?: import("csstype").Property.OffsetDistance<string | number> | undefined;
4681
+ "offset-path"?: import("csstype").Property.OffsetPath | undefined;
4682
+ "offset-position"?: import("csstype").Property.OffsetPosition<string | number> | undefined;
4683
+ "offset-rotate"?: import("csstype").Property.OffsetRotate | undefined;
4684
+ "offset-rotation"?: import("csstype").Property.OffsetRotate | undefined;
4685
+ "outline-color"?: import("csstype").Property.OutlineColor | undefined;
4686
+ "outline-offset"?: import("csstype").Property.OutlineOffset<string | number> | undefined;
4687
+ "outline-style"?: import("csstype").Property.OutlineStyle | undefined;
4688
+ "outline-width"?: import("csstype").Property.OutlineWidth<string | number> | undefined;
4689
+ "overflow-anchor"?: import("csstype").Property.OverflowAnchor | undefined;
4690
+ "overflow-block"?: import("csstype").Property.OverflowBlock | undefined;
4691
+ "overflow-clip-box"?: import("csstype").Property.OverflowClipBox | undefined;
4692
+ "overflow-clip-margin"?: import("csstype").Property.OverflowClipMargin<string | number> | undefined;
4693
+ "overflow-inline"?: import("csstype").Property.OverflowInline | undefined;
4694
+ "overflow-wrap"?: import("csstype").Property.OverflowWrap | undefined;
4695
+ "overflow-x"?: import("csstype").Property.OverflowX | undefined;
4696
+ "overflow-y"?: import("csstype").Property.OverflowY | undefined;
4697
+ "overscroll-behavior-block"?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
4698
+ "overscroll-behavior-inline"?: import("csstype").Property.OverscrollBehaviorInline | undefined;
4699
+ "overscroll-behavior-x"?: import("csstype").Property.OverscrollBehaviorX | undefined;
4700
+ "overscroll-behavior-y"?: import("csstype").Property.OverscrollBehaviorY | undefined;
4701
+ "padding-block-end"?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
4702
+ "padding-block-start"?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
4703
+ "padding-bottom"?: import("csstype").Property.PaddingBottom<string | number> | undefined;
4704
+ "padding-inline-end"?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
4705
+ "padding-inline-start"?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
4706
+ "padding-left"?: import("csstype").Property.PaddingLeft<string | number> | undefined;
4707
+ "padding-right"?: import("csstype").Property.PaddingRight<string | number> | undefined;
4708
+ "padding-top"?: import("csstype").Property.PaddingTop<string | number> | undefined;
4709
+ "paint-order"?: import("csstype").Property.PaintOrder | undefined;
4710
+ "perspective-origin"?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
4711
+ "pointer-events"?: import("csstype").Property.PointerEvents | undefined;
4712
+ "position-anchor"?: import("csstype").Property.PositionAnchor | undefined;
4713
+ "position-area"?: import("csstype").Property.PositionArea | undefined;
4714
+ "position-try-fallbacks"?: import("csstype").Property.PositionTryFallbacks | undefined;
4715
+ "position-try-order"?: import("csstype").Property.PositionTryOrder | undefined;
4716
+ "position-visibility"?: import("csstype").Property.PositionVisibility | undefined;
4717
+ "print-color-adjust"?: import("csstype").Property.PrintColorAdjust | undefined;
4718
+ "row-gap"?: import("csstype").Property.RowGap<string | number> | undefined;
4719
+ "ruby-align"?: import("csstype").Property.RubyAlign | undefined;
4720
+ "ruby-merge"?: import("csstype").Property.RubyMerge | undefined;
4721
+ "ruby-overhang"?: import("csstype").Property.RubyOverhang | undefined;
4722
+ "ruby-position"?: import("csstype").Property.RubyPosition | undefined;
4723
+ "scroll-behavior"?: import("csstype").Property.ScrollBehavior | undefined;
4724
+ "scroll-initial-target"?: import("csstype").Property.ScrollInitialTarget | undefined;
4725
+ "scroll-margin-block-end"?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
4726
+ "scroll-margin-block-start"?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
4727
+ "scroll-margin-bottom"?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
4728
+ "scroll-margin-inline-end"?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined;
4729
+ "scroll-margin-inline-start"?: import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined;
4730
+ "scroll-margin-left"?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
4731
+ "scroll-margin-right"?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
4732
+ "scroll-margin-top"?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
4733
+ "scroll-padding-block-end"?: import("csstype").Property.ScrollPaddingBlockEnd<string | number> | undefined;
4734
+ "scroll-padding-block-start"?: import("csstype").Property.ScrollPaddingBlockStart<string | number> | undefined;
4735
+ "scroll-padding-bottom"?: import("csstype").Property.ScrollPaddingBottom<string | number> | undefined;
4736
+ "scroll-padding-inline-end"?: import("csstype").Property.ScrollPaddingInlineEnd<string | number> | undefined;
4737
+ "scroll-padding-inline-start"?: import("csstype").Property.ScrollPaddingInlineStart<string | number> | undefined;
4738
+ "scroll-padding-left"?: import("csstype").Property.ScrollPaddingLeft<string | number> | undefined;
4739
+ "scroll-padding-right"?: import("csstype").Property.ScrollPaddingRight<string | number> | undefined;
4740
+ "scroll-padding-top"?: import("csstype").Property.ScrollPaddingTop<string | number> | undefined;
4741
+ "scroll-snap-align"?: import("csstype").Property.ScrollSnapAlign | undefined;
4742
+ "scroll-snap-margin-bottom"?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
4743
+ "scroll-snap-margin-left"?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
4744
+ "scroll-snap-margin-right"?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
4745
+ "scroll-snap-margin-top"?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
4746
+ "scroll-snap-stop"?: import("csstype").Property.ScrollSnapStop | undefined;
4747
+ "scroll-snap-type"?: import("csstype").Property.ScrollSnapType | undefined;
4748
+ "scroll-timeline-axis"?: import("csstype").Property.ScrollTimelineAxis | undefined;
4749
+ "scroll-timeline-name"?: import("csstype").Property.ScrollTimelineName | undefined;
4750
+ "scrollbar-color"?: import("csstype").Property.ScrollbarColor | undefined;
4751
+ "scrollbar-gutter"?: import("csstype").Property.ScrollbarGutter | undefined;
4752
+ "scrollbar-width"?: import("csstype").Property.ScrollbarWidth | undefined;
4753
+ "shape-image-threshold"?: import("csstype").Property.ShapeImageThreshold | undefined;
4754
+ "shape-margin"?: import("csstype").Property.ShapeMargin<string | number> | undefined;
4755
+ "shape-outside"?: import("csstype").Property.ShapeOutside | undefined;
4756
+ "shape-rendering"?: import("csstype").Property.ShapeRendering | undefined;
4757
+ "speak-as"?: import("csstype").Property.SpeakAs | undefined;
4758
+ "stop-color"?: import("csstype").Property.StopColor | undefined;
4759
+ "stop-opacity"?: import("csstype").Property.StopOpacity | undefined;
4760
+ "stroke-color"?: import("csstype").Property.StrokeColor | undefined;
4761
+ "stroke-dasharray"?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
4762
+ "stroke-dashoffset"?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
4763
+ "stroke-linecap"?: import("csstype").Property.StrokeLinecap | undefined;
4764
+ "stroke-linejoin"?: import("csstype").Property.StrokeLinejoin | undefined;
4765
+ "stroke-miterlimit"?: import("csstype").Property.StrokeMiterlimit | undefined;
4766
+ "stroke-opacity"?: import("csstype").Property.StrokeOpacity | undefined;
4767
+ "stroke-width"?: import("csstype").Property.StrokeWidth<string | number> | undefined;
4768
+ "tab-size"?: import("csstype").Property.TabSize<string | number> | undefined;
4769
+ "table-layout"?: import("csstype").Property.TableLayout | undefined;
4770
+ "text-align"?: import("csstype").Property.TextAlign | undefined;
4771
+ "text-align-last"?: import("csstype").Property.TextAlignLast | undefined;
4772
+ "text-anchor"?: import("csstype").Property.TextAnchor | undefined;
4773
+ "text-autospace"?: import("csstype").Property.TextAutospace | undefined;
4774
+ "text-box"?: import("csstype").Property.TextBox | undefined;
4775
+ "text-box-edge"?: import("csstype").Property.TextBoxEdge | undefined;
4776
+ "text-box-trim"?: import("csstype").Property.TextBoxTrim | undefined;
4777
+ "text-combine-upright"?: import("csstype").Property.TextCombineUpright | undefined;
4778
+ "text-decoration-color"?: import("csstype").Property.TextDecorationColor | undefined;
4779
+ "text-decoration-line"?: import("csstype").Property.TextDecorationLine | undefined;
4780
+ "text-decoration-skip"?: import("csstype").Property.TextDecorationSkip | undefined;
4781
+ "text-decoration-skip-ink"?: import("csstype").Property.TextDecorationSkipInk | undefined;
4782
+ "text-decoration-style"?: import("csstype").Property.TextDecorationStyle | undefined;
4783
+ "text-decoration-thickness"?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
4784
+ "text-emphasis-color"?: import("csstype").Property.TextEmphasisColor | undefined;
4785
+ "text-emphasis-position"?: import("csstype").Property.TextEmphasisPosition | undefined;
4786
+ "text-emphasis-style"?: import("csstype").Property.TextEmphasisStyle | undefined;
4787
+ "text-indent"?: import("csstype").Property.TextIndent<string | number> | undefined;
4788
+ "text-justify"?: import("csstype").Property.TextJustify | undefined;
4789
+ "text-orientation"?: import("csstype").Property.TextOrientation | undefined;
4790
+ "text-overflow"?: import("csstype").Property.TextOverflow | undefined;
4791
+ "text-rendering"?: import("csstype").Property.TextRendering | undefined;
4792
+ "text-shadow"?: import("csstype").Property.TextShadow | undefined;
4793
+ "text-size-adjust"?: import("csstype").Property.TextSizeAdjust | undefined;
4794
+ "text-spacing-trim"?: import("csstype").Property.TextSpacingTrim | undefined;
4795
+ "text-transform"?: import("csstype").Property.TextTransform | undefined;
4796
+ "text-underline-offset"?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
4797
+ "text-underline-position"?: import("csstype").Property.TextUnderlinePosition | undefined;
4798
+ "text-wrap-mode"?: import("csstype").Property.TextWrapMode | undefined;
4799
+ "text-wrap-style"?: import("csstype").Property.TextWrapStyle | undefined;
4800
+ "timeline-scope"?: import("csstype").Property.TimelineScope | undefined;
4801
+ "touch-action"?: import("csstype").Property.TouchAction | undefined;
4802
+ "transform-box"?: import("csstype").Property.TransformBox | undefined;
4803
+ "transform-origin"?: import("csstype").Property.TransformOrigin<string | number> | undefined;
4804
+ "transform-style"?: import("csstype").Property.TransformStyle | undefined;
4805
+ "transition-behavior"?: import("csstype").Property.TransitionBehavior | undefined;
4806
+ "transition-delay"?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
4807
+ "transition-duration"?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
4808
+ "transition-property"?: import("csstype").Property.TransitionProperty | undefined;
4809
+ "transition-timing-function"?: import("csstype").Property.TransitionTimingFunction | undefined;
4810
+ "unicode-bidi"?: import("csstype").Property.UnicodeBidi | undefined;
4811
+ "user-select"?: import("csstype").Property.UserSelect | undefined;
4812
+ "vector-effect"?: import("csstype").Property.VectorEffect | undefined;
4813
+ "vertical-align"?: import("csstype").Property.VerticalAlign<string | number> | undefined;
4814
+ "view-timeline-axis"?: import("csstype").Property.ViewTimelineAxis | undefined;
4815
+ "view-timeline-inset"?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
4816
+ "view-timeline-name"?: import("csstype").Property.ViewTimelineName | undefined;
4817
+ "view-transition-class"?: import("csstype").Property.ViewTransitionClass | undefined;
4818
+ "view-transition-name"?: import("csstype").Property.ViewTransitionName | undefined;
4819
+ "white-space"?: import("csstype").Property.WhiteSpace | undefined;
4820
+ "white-space-collapse"?: import("csstype").Property.WhiteSpaceCollapse | undefined;
4821
+ "will-change"?: import("csstype").Property.WillChange | undefined;
4822
+ "word-break"?: import("csstype").Property.WordBreak | undefined;
4823
+ "word-spacing"?: import("csstype").Property.WordSpacing<string | number> | undefined;
4824
+ "word-wrap"?: import("csstype").Property.WordWrap | undefined;
4825
+ "writing-mode"?: import("csstype").Property.WritingMode | undefined;
4826
+ "z-index"?: import("csstype").Property.ZIndex | undefined;
4827
+ "animation-range"?: import("csstype").Property.AnimationRange<string | number> | undefined;
4828
+ "background-position"?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
4829
+ "border-block"?: import("csstype").Property.BorderBlock<string | number> | undefined;
4830
+ "border-block-color"?: import("csstype").Property.BorderBlockColor | undefined;
4831
+ "border-block-end"?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
4832
+ "border-block-start"?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
4833
+ "border-block-style"?: import("csstype").Property.BorderBlockStyle | undefined;
4834
+ "border-block-width"?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
4835
+ "border-bottom"?: import("csstype").Property.BorderBottom<string | number> | undefined;
4836
+ "border-color"?: import("csstype").Property.BorderColor | undefined;
4837
+ "border-image"?: import("csstype").Property.BorderImage | undefined;
4838
+ "border-inline"?: import("csstype").Property.BorderInline<string | number> | undefined;
4839
+ "border-inline-color"?: import("csstype").Property.BorderInlineColor | undefined;
4840
+ "border-inline-end"?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
4841
+ "border-inline-start"?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
4842
+ "border-inline-style"?: import("csstype").Property.BorderInlineStyle | undefined;
4843
+ "border-inline-width"?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
4844
+ "border-left"?: import("csstype").Property.BorderLeft<string | number> | undefined;
4845
+ "border-radius"?: import("csstype").Property.BorderRadius<string | number> | undefined;
4846
+ "border-right"?: import("csstype").Property.BorderRight<string | number> | undefined;
4847
+ "border-style"?: import("csstype").Property.BorderStyle | undefined;
4848
+ "border-top"?: import("csstype").Property.BorderTop<string | number> | undefined;
4849
+ "border-width"?: import("csstype").Property.BorderWidth<string | number> | undefined;
4850
+ "column-rule"?: import("csstype").Property.ColumnRule<string | number> | undefined;
4851
+ "contain-intrinsic-size"?: import("csstype").Property.ContainIntrinsicSize<string | number> | undefined;
4852
+ "flex-flow"?: import("csstype").Property.FlexFlow | undefined;
4853
+ "grid-area"?: import("csstype").Property.GridArea | undefined;
4854
+ "grid-column"?: import("csstype").Property.GridColumn | undefined;
4855
+ "grid-row"?: import("csstype").Property.GridRow | undefined;
4856
+ "grid-template"?: import("csstype").Property.GridTemplate | undefined;
4857
+ "inset-block"?: import("csstype").Property.InsetBlock<string | number> | undefined;
4858
+ "inset-inline"?: import("csstype").Property.InsetInline<string | number> | undefined;
4859
+ "line-clamp"?: import("csstype").Property.LineClamp | undefined;
4860
+ "list-style"?: import("csstype").Property.ListStyle | undefined;
4861
+ "margin-block"?: import("csstype").Property.MarginBlock<string | number> | undefined;
4862
+ "margin-inline"?: import("csstype").Property.MarginInline<string | number> | undefined;
4863
+ "mask-border"?: import("csstype").Property.MaskBorder | undefined;
4864
+ "overscroll-behavior"?: import("csstype").Property.OverscrollBehavior | undefined;
4865
+ "padding-block"?: import("csstype").Property.PaddingBlock<string | number> | undefined;
4866
+ "padding-inline"?: import("csstype").Property.PaddingInline<string | number> | undefined;
4867
+ "place-content"?: import("csstype").Property.PlaceContent | undefined;
4868
+ "place-items"?: import("csstype").Property.PlaceItems | undefined;
4869
+ "place-self"?: import("csstype").Property.PlaceSelf | undefined;
4870
+ "position-try"?: import("csstype").Property.PositionTry | undefined;
4871
+ "scroll-margin"?: import("csstype").Property.ScrollMargin<string | number> | undefined;
4872
+ "scroll-margin-block"?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
4873
+ "scroll-margin-inline"?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
4874
+ "scroll-padding"?: import("csstype").Property.ScrollPadding<string | number> | undefined;
4875
+ "scroll-padding-block"?: import("csstype").Property.ScrollPaddingBlock<string | number> | undefined;
4876
+ "scroll-padding-inline"?: import("csstype").Property.ScrollPaddingInline<string | number> | undefined;
4877
+ "scroll-snap-margin"?: import("csstype").Property.ScrollMargin<string | number> | undefined;
4878
+ "scroll-timeline"?: import("csstype").Property.ScrollTimeline | undefined;
4879
+ "text-decoration"?: import("csstype").Property.TextDecoration<string | number> | undefined;
4880
+ "text-emphasis"?: import("csstype").Property.TextEmphasis | undefined;
4881
+ "text-wrap"?: import("csstype").Property.TextWrap | undefined;
4882
+ "view-timeline"?: import("csstype").Property.ViewTimeline | undefined;
4883
+ "-moz-animation-delay"?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
4884
+ "-moz-animation-direction"?: import("csstype").Property.AnimationDirection | undefined;
4885
+ "-moz-animation-duration"?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
4886
+ "-moz-animation-fill-mode"?: import("csstype").Property.AnimationFillMode | undefined;
4887
+ "-moz-animation-iteration-count"?: import("csstype").Property.AnimationIterationCount | undefined;
4888
+ "-moz-animation-name"?: import("csstype").Property.AnimationName | undefined;
4889
+ "-moz-animation-play-state"?: import("csstype").Property.AnimationPlayState | undefined;
4890
+ "-moz-animation-timing-function"?: import("csstype").Property.AnimationTimingFunction | undefined;
4891
+ "-moz-appearance"?: import("csstype").Property.MozAppearance | undefined;
4892
+ "-moz-backface-visibility"?: import("csstype").Property.BackfaceVisibility | undefined;
4893
+ "-moz-binding"?: import("csstype").Property.MozBinding | undefined;
4894
+ "-moz-border-bottom-colors"?: import("csstype").Property.MozBorderBottomColors | undefined;
4895
+ "-moz-border-end-color"?: import("csstype").Property.BorderInlineEndColor | undefined;
4896
+ "-moz-border-end-style"?: import("csstype").Property.BorderInlineEndStyle | undefined;
4897
+ "-moz-border-end-width"?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
4898
+ "-moz-border-left-colors"?: import("csstype").Property.MozBorderLeftColors | undefined;
4899
+ "-moz-border-right-colors"?: import("csstype").Property.MozBorderRightColors | undefined;
4900
+ "-moz-border-start-color"?: import("csstype").Property.BorderInlineStartColor | undefined;
4901
+ "-moz-border-start-style"?: import("csstype").Property.BorderInlineStartStyle | undefined;
4902
+ "-moz-border-top-colors"?: import("csstype").Property.MozBorderTopColors | undefined;
4903
+ "-moz-box-sizing"?: import("csstype").Property.BoxSizing | undefined;
4904
+ "-moz-column-rule-color"?: import("csstype").Property.ColumnRuleColor | undefined;
4905
+ "-moz-column-rule-style"?: import("csstype").Property.ColumnRuleStyle | undefined;
4906
+ "-moz-column-rule-width"?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
4907
+ "-moz-column-width"?: import("csstype").Property.ColumnWidth<string | number> | undefined;
4908
+ "-moz-context-properties"?: import("csstype").Property.MozContextProperties | undefined;
4909
+ "-moz-font-feature-settings"?: import("csstype").Property.FontFeatureSettings | undefined;
4910
+ "-moz-font-language-override"?: import("csstype").Property.FontLanguageOverride | undefined;
4911
+ "-moz-hyphens"?: import("csstype").Property.Hyphens | undefined;
4912
+ "-moz-margin-end"?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
4913
+ "-moz-margin-start"?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
4914
+ "-moz-orient"?: import("csstype").Property.MozOrient | undefined;
4915
+ "-moz-osx-font-smoothing"?: import("csstype").Property.FontSmooth<string | number> | undefined;
4916
+ "-moz-outline-radius-bottomleft"?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
4917
+ "-moz-outline-radius-bottomright"?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
4918
+ "-moz-outline-radius-topleft"?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
4919
+ "-moz-outline-radius-topright"?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
4920
+ "-moz-padding-end"?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
4921
+ "-moz-padding-start"?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
4922
+ "-moz-perspective"?: import("csstype").Property.Perspective<string | number> | undefined;
4923
+ "-moz-perspective-origin"?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
4924
+ "-moz-stack-sizing"?: import("csstype").Property.MozStackSizing | undefined;
4925
+ "-moz-tab-size"?: import("csstype").Property.TabSize<string | number> | undefined;
4926
+ "-moz-text-blink"?: import("csstype").Property.MozTextBlink | undefined;
4927
+ "-moz-text-size-adjust"?: import("csstype").Property.TextSizeAdjust | undefined;
4928
+ "-moz-transform"?: import("csstype").Property.Transform | undefined;
4929
+ "-moz-transform-origin"?: import("csstype").Property.TransformOrigin<string | number> | undefined;
4930
+ "-moz-transform-style"?: import("csstype").Property.TransformStyle | undefined;
4931
+ "-moz-user-modify"?: import("csstype").Property.MozUserModify | undefined;
4932
+ "-moz-user-select"?: import("csstype").Property.UserSelect | undefined;
4933
+ "-moz-window-dragging"?: import("csstype").Property.MozWindowDragging | undefined;
4934
+ "-moz-window-shadow"?: import("csstype").Property.MozWindowShadow | undefined;
4935
+ "-ms-accelerator"?: import("csstype").Property.MsAccelerator | undefined;
4936
+ "-ms-block-progression"?: import("csstype").Property.MsBlockProgression | undefined;
4937
+ "-ms-content-zoom-chaining"?: import("csstype").Property.MsContentZoomChaining | undefined;
4938
+ "-ms-content-zoom-limit-max"?: import("csstype").Property.MsContentZoomLimitMax | undefined;
4939
+ "-ms-content-zoom-limit-min"?: import("csstype").Property.MsContentZoomLimitMin | undefined;
4940
+ "-ms-content-zoom-snap-points"?: import("csstype").Property.MsContentZoomSnapPoints | undefined;
4941
+ "-ms-content-zoom-snap-type"?: import("csstype").Property.MsContentZoomSnapType | undefined;
4942
+ "-ms-content-zooming"?: import("csstype").Property.MsContentZooming | undefined;
4943
+ "-ms-filter"?: import("csstype").Property.MsFilter | undefined;
4944
+ "-ms-flex-direction"?: import("csstype").Property.FlexDirection | undefined;
4945
+ "-ms-flex-positive"?: import("csstype").Property.FlexGrow | undefined;
4946
+ "-ms-flow-from"?: import("csstype").Property.MsFlowFrom | undefined;
4947
+ "-ms-flow-into"?: import("csstype").Property.MsFlowInto | undefined;
4948
+ "-ms-grid-columns"?: import("csstype").Property.MsGridColumns<string | number> | undefined;
4949
+ "-ms-grid-rows"?: import("csstype").Property.MsGridRows<string | number> | undefined;
4950
+ "-ms-high-contrast-adjust"?: import("csstype").Property.MsHighContrastAdjust | undefined;
4951
+ "-ms-hyphenate-limit-chars"?: import("csstype").Property.MsHyphenateLimitChars | undefined;
4952
+ "-ms-hyphenate-limit-lines"?: import("csstype").Property.MsHyphenateLimitLines | undefined;
4953
+ "-ms-hyphenate-limit-zone"?: import("csstype").Property.MsHyphenateLimitZone<string | number> | undefined;
4954
+ "-ms-hyphens"?: import("csstype").Property.Hyphens | undefined;
4955
+ "-ms-ime-align"?: import("csstype").Property.MsImeAlign | undefined;
4956
+ "-ms-line-break"?: import("csstype").Property.LineBreak | undefined;
4957
+ "-ms-order"?: import("csstype").Property.Order | undefined;
4958
+ "-ms-overflow-style"?: import("csstype").Property.MsOverflowStyle | undefined;
4959
+ "-ms-overflow-x"?: import("csstype").Property.OverflowX | undefined;
4960
+ "-ms-overflow-y"?: import("csstype").Property.OverflowY | undefined;
4961
+ "-ms-scroll-chaining"?: import("csstype").Property.MsScrollChaining | undefined;
4962
+ "-ms-scroll-limit-x-max"?: import("csstype").Property.MsScrollLimitXMax<string | number> | undefined;
4963
+ "-ms-scroll-limit-x-min"?: import("csstype").Property.MsScrollLimitXMin<string | number> | undefined;
4964
+ "-ms-scroll-limit-y-max"?: import("csstype").Property.MsScrollLimitYMax<string | number> | undefined;
4965
+ "-ms-scroll-limit-y-min"?: import("csstype").Property.MsScrollLimitYMin<string | number> | undefined;
4966
+ "-ms-scroll-rails"?: import("csstype").Property.MsScrollRails | undefined;
4967
+ "-ms-scroll-snap-points-x"?: import("csstype").Property.MsScrollSnapPointsX | undefined;
4968
+ "-ms-scroll-snap-points-y"?: import("csstype").Property.MsScrollSnapPointsY | undefined;
4969
+ "-ms-scroll-snap-type"?: import("csstype").Property.MsScrollSnapType | undefined;
4970
+ "-ms-scroll-translation"?: import("csstype").Property.MsScrollTranslation | undefined;
4971
+ "-ms-scrollbar-3dlight-color"?: import("csstype").Property.MsScrollbar3dlightColor | undefined;
4972
+ "-ms-scrollbar-arrow-color"?: import("csstype").Property.MsScrollbarArrowColor | undefined;
4973
+ "-ms-scrollbar-base-color"?: import("csstype").Property.MsScrollbarBaseColor | undefined;
4974
+ "-ms-scrollbar-darkshadow-color"?: import("csstype").Property.MsScrollbarDarkshadowColor | undefined;
4975
+ "-ms-scrollbar-face-color"?: import("csstype").Property.MsScrollbarFaceColor | undefined;
4976
+ "-ms-scrollbar-highlight-color"?: import("csstype").Property.MsScrollbarHighlightColor | undefined;
4977
+ "-ms-scrollbar-shadow-color"?: import("csstype").Property.MsScrollbarShadowColor | undefined;
4978
+ "-ms-scrollbar-track-color"?: import("csstype").Property.MsScrollbarTrackColor | undefined;
4979
+ "-ms-text-autospace"?: import("csstype").Property.MsTextAutospace | undefined;
4980
+ "-ms-text-combine-horizontal"?: import("csstype").Property.TextCombineUpright | undefined;
4981
+ "-ms-text-overflow"?: import("csstype").Property.TextOverflow | undefined;
4982
+ "-ms-touch-action"?: import("csstype").Property.TouchAction | undefined;
4983
+ "-ms-touch-select"?: import("csstype").Property.MsTouchSelect | undefined;
4984
+ "-ms-transform"?: import("csstype").Property.Transform | undefined;
4985
+ "-ms-transform-origin"?: import("csstype").Property.TransformOrigin<string | number> | undefined;
4986
+ "-ms-transition-delay"?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
4987
+ "-ms-transition-duration"?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
4988
+ "-ms-transition-property"?: import("csstype").Property.TransitionProperty | undefined;
4989
+ "-ms-transition-timing-function"?: import("csstype").Property.TransitionTimingFunction | undefined;
4990
+ "-ms-user-select"?: import("csstype").Property.MsUserSelect | undefined;
4991
+ "-ms-word-break"?: import("csstype").Property.WordBreak | undefined;
4992
+ "-ms-wrap-flow"?: import("csstype").Property.MsWrapFlow | undefined;
4993
+ "-ms-wrap-margin"?: import("csstype").Property.MsWrapMargin<string | number> | undefined;
4994
+ "-ms-wrap-through"?: import("csstype").Property.MsWrapThrough | undefined;
4995
+ "-ms-writing-mode"?: import("csstype").Property.WritingMode | undefined;
4996
+ "-webkit-align-content"?: import("csstype").Property.AlignContent | undefined;
4997
+ "-webkit-align-items"?: import("csstype").Property.AlignItems | undefined;
4998
+ "-webkit-align-self"?: import("csstype").Property.AlignSelf | undefined;
4999
+ "-webkit-animation-delay"?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
5000
+ "-webkit-animation-direction"?: import("csstype").Property.AnimationDirection | undefined;
5001
+ "-webkit-animation-duration"?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
5002
+ "-webkit-animation-fill-mode"?: import("csstype").Property.AnimationFillMode | undefined;
5003
+ "-webkit-animation-iteration-count"?: import("csstype").Property.AnimationIterationCount | undefined;
5004
+ "-webkit-animation-name"?: import("csstype").Property.AnimationName | undefined;
5005
+ "-webkit-animation-play-state"?: import("csstype").Property.AnimationPlayState | undefined;
5006
+ "-webkit-animation-timing-function"?: import("csstype").Property.AnimationTimingFunction | undefined;
5007
+ "-webkit-appearance"?: import("csstype").Property.WebkitAppearance | undefined;
5008
+ "-webkit-backdrop-filter"?: import("csstype").Property.BackdropFilter | undefined;
5009
+ "-webkit-backface-visibility"?: import("csstype").Property.BackfaceVisibility | undefined;
5010
+ "-webkit-background-clip"?: import("csstype").Property.BackgroundClip | undefined;
5011
+ "-webkit-background-origin"?: import("csstype").Property.BackgroundOrigin | undefined;
5012
+ "-webkit-background-size"?: import("csstype").Property.BackgroundSize<string | number> | undefined;
5013
+ "-webkit-border-before-color"?: import("csstype").Property.WebkitBorderBeforeColor | undefined;
5014
+ "-webkit-border-before-style"?: import("csstype").Property.WebkitBorderBeforeStyle | undefined;
5015
+ "-webkit-border-before-width"?: import("csstype").Property.WebkitBorderBeforeWidth<string | number> | undefined;
5016
+ "-webkit-border-bottom-left-radius"?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
5017
+ "-webkit-border-bottom-right-radius"?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
5018
+ "-webkit-border-image-slice"?: import("csstype").Property.BorderImageSlice | undefined;
5019
+ "-webkit-border-top-left-radius"?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
5020
+ "-webkit-border-top-right-radius"?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
5021
+ "-webkit-box-decoration-break"?: import("csstype").Property.BoxDecorationBreak | undefined;
5022
+ "-webkit-box-reflect"?: import("csstype").Property.WebkitBoxReflect<string | number> | undefined;
5023
+ "-webkit-box-shadow"?: import("csstype").Property.BoxShadow | undefined;
5024
+ "-webkit-box-sizing"?: import("csstype").Property.BoxSizing | undefined;
5025
+ "-webkit-clip-path"?: import("csstype").Property.ClipPath | undefined;
5026
+ "-webkit-column-count"?: import("csstype").Property.ColumnCount | undefined;
5027
+ "-webkit-column-fill"?: import("csstype").Property.ColumnFill | undefined;
5028
+ "-webkit-column-rule-color"?: import("csstype").Property.ColumnRuleColor | undefined;
5029
+ "-webkit-column-rule-style"?: import("csstype").Property.ColumnRuleStyle | undefined;
5030
+ "-webkit-column-rule-width"?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
5031
+ "-webkit-column-span"?: import("csstype").Property.ColumnSpan | undefined;
5032
+ "-webkit-column-width"?: import("csstype").Property.ColumnWidth<string | number> | undefined;
5033
+ "-webkit-filter"?: import("csstype").Property.Filter | undefined;
5034
+ "-webkit-flex-basis"?: import("csstype").Property.FlexBasis<string | number> | undefined;
5035
+ "-webkit-flex-direction"?: import("csstype").Property.FlexDirection | undefined;
5036
+ "-webkit-flex-grow"?: import("csstype").Property.FlexGrow | undefined;
5037
+ "-webkit-flex-shrink"?: import("csstype").Property.FlexShrink | undefined;
5038
+ "-webkit-flex-wrap"?: import("csstype").Property.FlexWrap | undefined;
5039
+ "-webkit-font-feature-settings"?: import("csstype").Property.FontFeatureSettings | undefined;
5040
+ "-webkit-font-kerning"?: import("csstype").Property.FontKerning | undefined;
5041
+ "-webkit-font-smoothing"?: import("csstype").Property.FontSmooth<string | number> | undefined;
5042
+ "-webkit-font-variant-ligatures"?: import("csstype").Property.FontVariantLigatures | undefined;
5043
+ "-webkit-hyphenate-character"?: import("csstype").Property.HyphenateCharacter | undefined;
5044
+ "-webkit-hyphens"?: import("csstype").Property.Hyphens | undefined;
5045
+ "-webkit-initial-letter"?: import("csstype").Property.InitialLetter | undefined;
5046
+ "-webkit-justify-content"?: import("csstype").Property.JustifyContent | undefined;
5047
+ "-webkit-line-break"?: import("csstype").Property.LineBreak | undefined;
5048
+ "-webkit-line-clamp"?: import("csstype").Property.WebkitLineClamp | undefined;
5049
+ "-webkit-logical-height"?: import("csstype").Property.BlockSize<string | number> | undefined;
5050
+ "-webkit-logical-width"?: import("csstype").Property.InlineSize<string | number> | undefined;
5051
+ "-webkit-margin-end"?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
5052
+ "-webkit-margin-start"?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
5053
+ "-webkit-mask-attachment"?: import("csstype").Property.WebkitMaskAttachment | undefined;
5054
+ "-webkit-mask-box-image-outset"?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
5055
+ "-webkit-mask-box-image-repeat"?: import("csstype").Property.MaskBorderRepeat | undefined;
5056
+ "-webkit-mask-box-image-slice"?: import("csstype").Property.MaskBorderSlice | undefined;
5057
+ "-webkit-mask-box-image-source"?: import("csstype").Property.MaskBorderSource | undefined;
5058
+ "-webkit-mask-box-image-width"?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
5059
+ "-webkit-mask-clip"?: import("csstype").Property.WebkitMaskClip | undefined;
5060
+ "-webkit-mask-composite"?: import("csstype").Property.WebkitMaskComposite | undefined;
5061
+ "-webkit-mask-image"?: import("csstype").Property.WebkitMaskImage | undefined;
5062
+ "-webkit-mask-origin"?: import("csstype").Property.WebkitMaskOrigin | undefined;
5063
+ "-webkit-mask-position"?: import("csstype").Property.WebkitMaskPosition<string | number> | undefined;
5064
+ "-webkit-mask-position-x"?: import("csstype").Property.WebkitMaskPositionX<string | number> | undefined;
5065
+ "-webkit-mask-position-y"?: import("csstype").Property.WebkitMaskPositionY<string | number> | undefined;
5066
+ "-webkit-mask-repeat"?: import("csstype").Property.WebkitMaskRepeat | undefined;
5067
+ "-webkit-mask-repeat-x"?: import("csstype").Property.WebkitMaskRepeatX | undefined;
5068
+ "-webkit-mask-repeat-y"?: import("csstype").Property.WebkitMaskRepeatY | undefined;
5069
+ "-webkit-mask-size"?: import("csstype").Property.WebkitMaskSize<string | number> | undefined;
5070
+ "-webkit-max-inline-size"?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
5071
+ "-webkit-order"?: import("csstype").Property.Order | undefined;
5072
+ "-webkit-overflow-scrolling"?: import("csstype").Property.WebkitOverflowScrolling | undefined;
5073
+ "-webkit-padding-end"?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
5074
+ "-webkit-padding-start"?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
5075
+ "-webkit-perspective"?: import("csstype").Property.Perspective<string | number> | undefined;
5076
+ "-webkit-perspective-origin"?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
5077
+ "-webkit-print-color-adjust"?: import("csstype").Property.PrintColorAdjust | undefined;
5078
+ "-webkit-ruby-position"?: import("csstype").Property.RubyPosition | undefined;
5079
+ "-webkit-scroll-snap-type"?: import("csstype").Property.ScrollSnapType | undefined;
5080
+ "-webkit-shape-margin"?: import("csstype").Property.ShapeMargin<string | number> | undefined;
5081
+ "-webkit-tap-highlight-color"?: import("csstype").Property.WebkitTapHighlightColor | undefined;
5082
+ "-webkit-text-combine"?: import("csstype").Property.TextCombineUpright | undefined;
5083
+ "-webkit-text-decoration-color"?: import("csstype").Property.TextDecorationColor | undefined;
5084
+ "-webkit-text-decoration-line"?: import("csstype").Property.TextDecorationLine | undefined;
5085
+ "-webkit-text-decoration-skip"?: import("csstype").Property.TextDecorationSkip | undefined;
5086
+ "-webkit-text-decoration-style"?: import("csstype").Property.TextDecorationStyle | undefined;
5087
+ "-webkit-text-emphasis-color"?: import("csstype").Property.TextEmphasisColor | undefined;
5088
+ "-webkit-text-emphasis-position"?: import("csstype").Property.TextEmphasisPosition | undefined;
5089
+ "-webkit-text-emphasis-style"?: import("csstype").Property.TextEmphasisStyle | undefined;
5090
+ "-webkit-text-fill-color"?: import("csstype").Property.WebkitTextFillColor | undefined;
5091
+ "-webkit-text-orientation"?: import("csstype").Property.TextOrientation | undefined;
5092
+ "-webkit-text-size-adjust"?: import("csstype").Property.TextSizeAdjust | undefined;
5093
+ "-webkit-text-stroke-color"?: import("csstype").Property.WebkitTextStrokeColor | undefined;
5094
+ "-webkit-text-stroke-width"?: import("csstype").Property.WebkitTextStrokeWidth<string | number> | undefined;
5095
+ "-webkit-text-underline-position"?: import("csstype").Property.TextUnderlinePosition | undefined;
5096
+ "-webkit-touch-callout"?: import("csstype").Property.WebkitTouchCallout | undefined;
5097
+ "-webkit-transform"?: import("csstype").Property.Transform | undefined;
5098
+ "-webkit-transform-origin"?: import("csstype").Property.TransformOrigin<string | number> | undefined;
5099
+ "-webkit-transform-style"?: import("csstype").Property.TransformStyle | undefined;
5100
+ "-webkit-transition-delay"?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
5101
+ "-webkit-transition-duration"?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
5102
+ "-webkit-transition-property"?: import("csstype").Property.TransitionProperty | undefined;
5103
+ "-webkit-transition-timing-function"?: import("csstype").Property.TransitionTimingFunction | undefined;
5104
+ "-webkit-user-modify"?: import("csstype").Property.WebkitUserModify | undefined;
5105
+ "-webkit-user-select"?: import("csstype").Property.WebkitUserSelect | undefined;
5106
+ "-webkit-writing-mode"?: import("csstype").Property.WritingMode | undefined;
5107
+ "-moz-animation"?: import("csstype").Property.Animation<string & {}> | undefined;
5108
+ "-moz-border-image"?: import("csstype").Property.BorderImage | undefined;
5109
+ "-moz-column-rule"?: import("csstype").Property.ColumnRule<string | number> | undefined;
5110
+ "-moz-columns"?: import("csstype").Property.Columns<string | number> | undefined;
5111
+ "-moz-outline-radius"?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
5112
+ "-moz-transition"?: import("csstype").Property.Transition<string & {}> | undefined;
5113
+ "-ms-content-zoom-limit"?: import("csstype").Property.MsContentZoomLimit | undefined;
5114
+ "-ms-content-zoom-snap"?: import("csstype").Property.MsContentZoomSnap | undefined;
5115
+ "-ms-flex"?: import("csstype").Property.Flex<string | number> | undefined;
5116
+ "-ms-scroll-limit"?: import("csstype").Property.MsScrollLimit | undefined;
5117
+ "-ms-scroll-snap-x"?: import("csstype").Property.MsScrollSnapX | undefined;
5118
+ "-ms-scroll-snap-y"?: import("csstype").Property.MsScrollSnapY | undefined;
5119
+ "-ms-transition"?: import("csstype").Property.Transition<string & {}> | undefined;
5120
+ "-webkit-animation"?: import("csstype").Property.Animation<string & {}> | undefined;
5121
+ "-webkit-border-before"?: import("csstype").Property.WebkitBorderBefore<string | number> | undefined;
5122
+ "-webkit-border-image"?: import("csstype").Property.BorderImage | undefined;
5123
+ "-webkit-border-radius"?: import("csstype").Property.BorderRadius<string | number> | undefined;
5124
+ "-webkit-column-rule"?: import("csstype").Property.ColumnRule<string | number> | undefined;
5125
+ "-webkit-columns"?: import("csstype").Property.Columns<string | number> | undefined;
5126
+ "-webkit-flex"?: import("csstype").Property.Flex<string | number> | undefined;
5127
+ "-webkit-flex-flow"?: import("csstype").Property.FlexFlow | undefined;
5128
+ "-webkit-mask"?: import("csstype").Property.WebkitMask<string | number> | undefined;
5129
+ "-webkit-mask-box-image"?: import("csstype").Property.MaskBorder | undefined;
5130
+ "-webkit-text-emphasis"?: import("csstype").Property.TextEmphasis | undefined;
5131
+ "-webkit-text-stroke"?: import("csstype").Property.WebkitTextStroke<string | number> | undefined;
5132
+ "-webkit-transition"?: import("csstype").Property.Transition<string & {}> | undefined;
5133
+ "box-align"?: import("csstype").Property.BoxAlign | undefined;
5134
+ "box-direction"?: import("csstype").Property.BoxDirection | undefined;
5135
+ "box-flex"?: import("csstype").Property.BoxFlex | undefined;
5136
+ "box-flex-group"?: import("csstype").Property.BoxFlexGroup | undefined;
5137
+ "box-lines"?: import("csstype").Property.BoxLines | undefined;
5138
+ "box-ordinal-group"?: import("csstype").Property.BoxOrdinalGroup | undefined;
5139
+ "box-orient"?: import("csstype").Property.BoxOrient | undefined;
5140
+ "box-pack"?: import("csstype").Property.BoxPack | undefined;
5141
+ "font-stretch"?: import("csstype").Property.FontStretch | undefined;
5142
+ "grid-column-gap"?: import("csstype").Property.GridColumnGap<string | number> | undefined;
5143
+ "grid-gap"?: import("csstype").Property.GridGap<string | number> | undefined;
5144
+ "grid-row-gap"?: import("csstype").Property.GridRowGap<string | number> | undefined;
5145
+ "ime-mode"?: import("csstype").Property.ImeMode | undefined;
5146
+ "inset-area"?: import("csstype").Property.PositionArea | undefined;
5147
+ "offset-block"?: import("csstype").Property.InsetBlock<string | number> | undefined;
5148
+ "offset-block-end"?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
5149
+ "offset-block-start"?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
5150
+ "offset-inline"?: import("csstype").Property.InsetInline<string | number> | undefined;
5151
+ "offset-inline-end"?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
5152
+ "offset-inline-start"?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
5153
+ "page-break-after"?: import("csstype").Property.PageBreakAfter | undefined;
5154
+ "page-break-before"?: import("csstype").Property.PageBreakBefore | undefined;
5155
+ "page-break-inside"?: import("csstype").Property.PageBreakInside | undefined;
5156
+ "position-try-options"?: import("csstype").Property.PositionTryFallbacks | undefined;
5157
+ "scroll-snap-coordinate"?: import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined;
5158
+ "scroll-snap-destination"?: import("csstype").Property.ScrollSnapDestination<string | number> | undefined;
5159
+ "scroll-snap-points-x"?: import("csstype").Property.ScrollSnapPointsX | undefined;
5160
+ "scroll-snap-points-y"?: import("csstype").Property.ScrollSnapPointsY | undefined;
5161
+ "scroll-snap-type-x"?: import("csstype").Property.ScrollSnapTypeX | undefined;
5162
+ "scroll-snap-type-y"?: import("csstype").Property.ScrollSnapTypeY | undefined;
5163
+ "-khtml-box-align"?: import("csstype").Property.BoxAlign | undefined;
5164
+ "-khtml-box-direction"?: import("csstype").Property.BoxDirection | undefined;
5165
+ "-khtml-box-flex"?: import("csstype").Property.BoxFlex | undefined;
5166
+ "-khtml-box-flex-group"?: import("csstype").Property.BoxFlexGroup | undefined;
5167
+ "-khtml-box-lines"?: import("csstype").Property.BoxLines | undefined;
5168
+ "-khtml-box-ordinal-group"?: import("csstype").Property.BoxOrdinalGroup | undefined;
5169
+ "-khtml-box-orient"?: import("csstype").Property.BoxOrient | undefined;
5170
+ "-khtml-box-pack"?: import("csstype").Property.BoxPack | undefined;
5171
+ "-khtml-line-break"?: import("csstype").Property.LineBreak | undefined;
5172
+ "-khtml-opacity"?: import("csstype").Property.Opacity | undefined;
5173
+ "-khtml-user-select"?: import("csstype").Property.UserSelect | undefined;
5174
+ "-moz-background-clip"?: import("csstype").Property.BackgroundClip | undefined;
5175
+ "-moz-background-origin"?: import("csstype").Property.BackgroundOrigin | undefined;
5176
+ "-moz-background-size"?: import("csstype").Property.BackgroundSize<string | number> | undefined;
5177
+ "-moz-border-radius"?: import("csstype").Property.BorderRadius<string | number> | undefined;
5178
+ "-moz-border-radius-bottomleft"?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
5179
+ "-moz-border-radius-bottomright"?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
5180
+ "-moz-border-radius-topleft"?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
5181
+ "-moz-border-radius-topright"?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
5182
+ "-moz-box-align"?: import("csstype").Property.BoxAlign | undefined;
5183
+ "-moz-box-direction"?: import("csstype").Property.BoxDirection | undefined;
5184
+ "-moz-box-flex"?: import("csstype").Property.BoxFlex | undefined;
5185
+ "-moz-box-ordinal-group"?: import("csstype").Property.BoxOrdinalGroup | undefined;
5186
+ "-moz-box-orient"?: import("csstype").Property.BoxOrient | undefined;
5187
+ "-moz-box-pack"?: import("csstype").Property.BoxPack | undefined;
5188
+ "-moz-box-shadow"?: import("csstype").Property.BoxShadow | undefined;
5189
+ "-moz-column-count"?: import("csstype").Property.ColumnCount | undefined;
5190
+ "-moz-column-fill"?: import("csstype").Property.ColumnFill | undefined;
5191
+ "-moz-float-edge"?: import("csstype").Property.MozFloatEdge | undefined;
5192
+ "-moz-force-broken-image-icon"?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
5193
+ "-moz-opacity"?: import("csstype").Property.Opacity | undefined;
5194
+ "-moz-outline"?: import("csstype").Property.Outline<string | number> | undefined;
5195
+ "-moz-outline-color"?: import("csstype").Property.OutlineColor | undefined;
5196
+ "-moz-outline-style"?: import("csstype").Property.OutlineStyle | undefined;
5197
+ "-moz-outline-width"?: import("csstype").Property.OutlineWidth<string | number> | undefined;
5198
+ "-moz-text-align-last"?: import("csstype").Property.TextAlignLast | undefined;
5199
+ "-moz-text-decoration-color"?: import("csstype").Property.TextDecorationColor | undefined;
5200
+ "-moz-text-decoration-line"?: import("csstype").Property.TextDecorationLine | undefined;
5201
+ "-moz-text-decoration-style"?: import("csstype").Property.TextDecorationStyle | undefined;
5202
+ "-moz-transition-delay"?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
5203
+ "-moz-transition-duration"?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
5204
+ "-moz-transition-property"?: import("csstype").Property.TransitionProperty | undefined;
5205
+ "-moz-transition-timing-function"?: import("csstype").Property.TransitionTimingFunction | undefined;
5206
+ "-moz-user-focus"?: import("csstype").Property.MozUserFocus | undefined;
5207
+ "-moz-user-input"?: import("csstype").Property.MozUserInput | undefined;
5208
+ "-ms-ime-mode"?: import("csstype").Property.ImeMode | undefined;
5209
+ "-o-animation"?: import("csstype").Property.Animation<string & {}> | undefined;
5210
+ "-o-animation-delay"?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
5211
+ "-o-animation-direction"?: import("csstype").Property.AnimationDirection | undefined;
5212
+ "-o-animation-duration"?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
5213
+ "-o-animation-fill-mode"?: import("csstype").Property.AnimationFillMode | undefined;
5214
+ "-o-animation-iteration-count"?: import("csstype").Property.AnimationIterationCount | undefined;
5215
+ "-o-animation-name"?: import("csstype").Property.AnimationName | undefined;
5216
+ "-o-animation-play-state"?: import("csstype").Property.AnimationPlayState | undefined;
5217
+ "-o-animation-timing-function"?: import("csstype").Property.AnimationTimingFunction | undefined;
5218
+ "-o-background-size"?: import("csstype").Property.BackgroundSize<string | number> | undefined;
5219
+ "-o-border-image"?: import("csstype").Property.BorderImage | undefined;
5220
+ "-o-object-fit"?: import("csstype").Property.ObjectFit | undefined;
5221
+ "-o-object-position"?: import("csstype").Property.ObjectPosition<string | number> | undefined;
5222
+ "-o-tab-size"?: import("csstype").Property.TabSize<string | number> | undefined;
5223
+ "-o-text-overflow"?: import("csstype").Property.TextOverflow | undefined;
5224
+ "-o-transform"?: import("csstype").Property.Transform | undefined;
5225
+ "-o-transform-origin"?: import("csstype").Property.TransformOrigin<string | number> | undefined;
5226
+ "-o-transition"?: import("csstype").Property.Transition<string & {}> | undefined;
5227
+ "-o-transition-delay"?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
5228
+ "-o-transition-duration"?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
5229
+ "-o-transition-property"?: import("csstype").Property.TransitionProperty | undefined;
5230
+ "-o-transition-timing-function"?: import("csstype").Property.TransitionTimingFunction | undefined;
5231
+ "-webkit-box-align"?: import("csstype").Property.BoxAlign | undefined;
5232
+ "-webkit-box-direction"?: import("csstype").Property.BoxDirection | undefined;
5233
+ "-webkit-box-flex"?: import("csstype").Property.BoxFlex | undefined;
5234
+ "-webkit-box-flex-group"?: import("csstype").Property.BoxFlexGroup | undefined;
5235
+ "-webkit-box-lines"?: import("csstype").Property.BoxLines | undefined;
5236
+ "-webkit-box-ordinal-group"?: import("csstype").Property.BoxOrdinalGroup | undefined;
5237
+ "-webkit-box-orient"?: import("csstype").Property.BoxOrient | undefined;
5238
+ "-webkit-box-pack"?: import("csstype").Property.BoxPack | undefined;
5239
+ "color-interpolation"?: import("csstype").Property.ColorInterpolation | undefined;
5240
+ "color-rendering"?: import("csstype").Property.ColorRendering | undefined;
5241
+ "glyph-orientation-vertical"?: import("csstype").Property.GlyphOrientationVertical | undefined;
5242
+ } | undefined;
5243
+ paddingPosition?: "content" | "list" | undefined;
3582
5244
  } | {
3583
5245
  minItemSize: number | string;
3584
5246
  items?: unknown[] | undefined;
@@ -6967,6 +8629,1665 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
6967
8629
  scroll?: ((instance: import("overlayscrollbars").OverlayScrollbars, event: Event) => void) | ((instance: import("overlayscrollbars").OverlayScrollbars, event: Event) => void)[] | null | undefined;
6968
8630
  } | undefined;
6969
8631
  } | undefined;
8632
+ threshold?: number | undefined;
8633
+ fixedSize?: boolean | undefined;
8634
+ estimatedSize?: number | undefined;
8635
+ component?: (keyof HTMLElementTagNameMap | Record<string, unknown>) | undefined;
8636
+ listAttrs?: Record<string, unknown> | undefined;
8637
+ contentWrapperAttrs?: Record<string, unknown> | undefined;
8638
+ contentAttrs?: Record<string, unknown> | undefined;
8639
+ listStyle?: {
8640
+ [x: `--${string}`]: string | number | undefined;
8641
+ accentColor?: import("csstype").Property.AccentColor | undefined;
8642
+ alignContent?: import("csstype").Property.AlignContent | undefined;
8643
+ alignItems?: import("csstype").Property.AlignItems | undefined;
8644
+ alignSelf?: import("csstype").Property.AlignSelf | undefined;
8645
+ alignTracks?: import("csstype").Property.AlignTracks | undefined;
8646
+ alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
8647
+ anchorName?: import("csstype").Property.AnchorName | undefined;
8648
+ anchorScope?: import("csstype").Property.AnchorScope | undefined;
8649
+ animationComposition?: import("csstype").Property.AnimationComposition | undefined;
8650
+ animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
8651
+ animationDirection?: import("csstype").Property.AnimationDirection | undefined;
8652
+ animationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
8653
+ animationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
8654
+ animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
8655
+ animationName?: import("csstype").Property.AnimationName | undefined;
8656
+ animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
8657
+ animationRangeEnd?: import("csstype").Property.AnimationRangeEnd<string | number> | undefined;
8658
+ animationRangeStart?: import("csstype").Property.AnimationRangeStart<string | number> | undefined;
8659
+ animationTimeline?: import("csstype").Property.AnimationTimeline | undefined;
8660
+ animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
8661
+ appearance?: import("csstype").Property.Appearance | undefined;
8662
+ aspectRatio?: import("csstype").Property.AspectRatio | undefined;
8663
+ backdropFilter?: import("csstype").Property.BackdropFilter | undefined;
8664
+ backfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
8665
+ backgroundAttachment?: import("csstype").Property.BackgroundAttachment | undefined;
8666
+ backgroundBlendMode?: import("csstype").Property.BackgroundBlendMode | undefined;
8667
+ backgroundClip?: import("csstype").Property.BackgroundClip | undefined;
8668
+ backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
8669
+ backgroundImage?: import("csstype").Property.BackgroundImage | undefined;
8670
+ backgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
8671
+ backgroundPositionX?: import("csstype").Property.BackgroundPositionX<string | number> | undefined;
8672
+ backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | undefined;
8673
+ backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
8674
+ backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
8675
+ baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
8676
+ blockSize?: import("csstype").Property.BlockSize<string | number> | undefined;
8677
+ borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
8678
+ borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
8679
+ borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
8680
+ borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
8681
+ borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
8682
+ borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
8683
+ borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined;
8684
+ borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
8685
+ borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
8686
+ borderBottomStyle?: import("csstype").Property.BorderBottomStyle | undefined;
8687
+ borderBottomWidth?: import("csstype").Property.BorderBottomWidth<string | number> | undefined;
8688
+ borderCollapse?: import("csstype").Property.BorderCollapse | undefined;
8689
+ borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
8690
+ borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
8691
+ borderImageOutset?: import("csstype").Property.BorderImageOutset<string | number> | undefined;
8692
+ borderImageRepeat?: import("csstype").Property.BorderImageRepeat | undefined;
8693
+ borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
8694
+ borderImageSource?: import("csstype").Property.BorderImageSource | undefined;
8695
+ borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | undefined;
8696
+ borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
8697
+ borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
8698
+ borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
8699
+ borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
8700
+ borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
8701
+ borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
8702
+ borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined;
8703
+ borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
8704
+ borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
8705
+ borderRightColor?: import("csstype").Property.BorderRightColor | undefined;
8706
+ borderRightStyle?: import("csstype").Property.BorderRightStyle | undefined;
8707
+ borderRightWidth?: import("csstype").Property.BorderRightWidth<string | number> | undefined;
8708
+ borderSpacing?: import("csstype").Property.BorderSpacing<string | number> | undefined;
8709
+ borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
8710
+ borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
8711
+ borderTopColor?: import("csstype").Property.BorderTopColor | undefined;
8712
+ borderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
8713
+ borderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
8714
+ borderTopStyle?: import("csstype").Property.BorderTopStyle | undefined;
8715
+ borderTopWidth?: import("csstype").Property.BorderTopWidth<string | number> | undefined;
8716
+ bottom?: import("csstype").Property.Bottom<string | number> | undefined;
8717
+ boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
8718
+ boxShadow?: import("csstype").Property.BoxShadow | undefined;
8719
+ boxSizing?: import("csstype").Property.BoxSizing | undefined;
8720
+ breakAfter?: import("csstype").Property.BreakAfter | undefined;
8721
+ breakBefore?: import("csstype").Property.BreakBefore | undefined;
8722
+ breakInside?: import("csstype").Property.BreakInside | undefined;
8723
+ captionSide?: import("csstype").Property.CaptionSide | undefined;
8724
+ caretColor?: import("csstype").Property.CaretColor | undefined;
8725
+ caretShape?: import("csstype").Property.CaretShape | undefined;
8726
+ clear?: import("csstype").Property.Clear | undefined;
8727
+ clipPath?: import("csstype").Property.ClipPath | undefined;
8728
+ clipRule?: import("csstype").Property.ClipRule | undefined;
8729
+ color?: import("csstype").Property.Color | undefined;
8730
+ colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
8731
+ colorInterpolationFilters?: import("csstype").Property.ColorInterpolationFilters | undefined;
8732
+ colorScheme?: import("csstype").Property.ColorScheme | undefined;
8733
+ columnCount?: import("csstype").Property.ColumnCount | undefined;
8734
+ columnFill?: import("csstype").Property.ColumnFill | undefined;
8735
+ columnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
8736
+ columnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
8737
+ columnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
8738
+ columnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
8739
+ columnSpan?: import("csstype").Property.ColumnSpan | undefined;
8740
+ columnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
8741
+ contain?: import("csstype").Property.Contain | undefined;
8742
+ containIntrinsicBlockSize?: import("csstype").Property.ContainIntrinsicBlockSize<string | number> | undefined;
8743
+ containIntrinsicHeight?: import("csstype").Property.ContainIntrinsicHeight<string | number> | undefined;
8744
+ containIntrinsicInlineSize?: import("csstype").Property.ContainIntrinsicInlineSize<string | number> | undefined;
8745
+ containIntrinsicWidth?: import("csstype").Property.ContainIntrinsicWidth<string | number> | undefined;
8746
+ containerName?: import("csstype").Property.ContainerName | undefined;
8747
+ containerType?: import("csstype").Property.ContainerType | undefined;
8748
+ content?: import("csstype").Property.Content | undefined;
8749
+ contentVisibility?: import("csstype").Property.ContentVisibility | undefined;
8750
+ counterIncrement?: import("csstype").Property.CounterIncrement | undefined;
8751
+ counterReset?: import("csstype").Property.CounterReset | undefined;
8752
+ counterSet?: import("csstype").Property.CounterSet | undefined;
8753
+ cursor?: import("csstype").Property.Cursor | undefined;
8754
+ cx?: import("csstype").Property.Cx<string | number> | undefined;
8755
+ cy?: import("csstype").Property.Cy<string | number> | undefined;
8756
+ d?: import("csstype").Property.D | undefined;
8757
+ direction?: import("csstype").Property.Direction | undefined;
8758
+ display?: import("csstype").Property.Display | undefined;
8759
+ dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
8760
+ emptyCells?: import("csstype").Property.EmptyCells | undefined;
8761
+ fieldSizing?: import("csstype").Property.FieldSizing | undefined;
8762
+ fill?: import("csstype").Property.Fill | undefined;
8763
+ fillOpacity?: import("csstype").Property.FillOpacity | undefined;
8764
+ fillRule?: import("csstype").Property.FillRule | undefined;
8765
+ filter?: import("csstype").Property.Filter | undefined;
8766
+ flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
8767
+ flexDirection?: import("csstype").Property.FlexDirection | undefined;
8768
+ flexGrow?: import("csstype").Property.FlexGrow | undefined;
8769
+ flexShrink?: import("csstype").Property.FlexShrink | undefined;
8770
+ flexWrap?: import("csstype").Property.FlexWrap | undefined;
8771
+ float?: import("csstype").Property.Float | undefined;
8772
+ floodColor?: import("csstype").Property.FloodColor | undefined;
8773
+ floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
8774
+ fontFamily?: import("csstype").Property.FontFamily | undefined;
8775
+ fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
8776
+ fontKerning?: import("csstype").Property.FontKerning | undefined;
8777
+ fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
8778
+ fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | undefined;
8779
+ fontPalette?: import("csstype").Property.FontPalette | undefined;
8780
+ fontSize?: import("csstype").Property.FontSize<string | number> | undefined;
8781
+ fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
8782
+ fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
8783
+ fontStyle?: import("csstype").Property.FontStyle | undefined;
8784
+ fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
8785
+ fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
8786
+ fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
8787
+ fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | undefined;
8788
+ fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | undefined;
8789
+ fontVariant?: import("csstype").Property.FontVariant | undefined;
8790
+ fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
8791
+ fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
8792
+ fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | undefined;
8793
+ fontVariantEmoji?: import("csstype").Property.FontVariantEmoji | undefined;
8794
+ fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
8795
+ fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | undefined;
8796
+ fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
8797
+ fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
8798
+ fontWeight?: import("csstype").Property.FontWeight | undefined;
8799
+ fontWidth?: import("csstype").Property.FontWidth | undefined;
8800
+ forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
8801
+ gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | undefined;
8802
+ gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
8803
+ gridAutoRows?: import("csstype").Property.GridAutoRows<string | number> | undefined;
8804
+ gridColumnEnd?: import("csstype").Property.GridColumnEnd | undefined;
8805
+ gridColumnStart?: import("csstype").Property.GridColumnStart | undefined;
8806
+ gridRowEnd?: import("csstype").Property.GridRowEnd | undefined;
8807
+ gridRowStart?: import("csstype").Property.GridRowStart | undefined;
8808
+ gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | undefined;
8809
+ gridTemplateColumns?: import("csstype").Property.GridTemplateColumns<string | number> | undefined;
8810
+ gridTemplateRows?: import("csstype").Property.GridTemplateRows<string | number> | undefined;
8811
+ hangingPunctuation?: import("csstype").Property.HangingPunctuation | undefined;
8812
+ height?: import("csstype").Property.Height<string | number> | undefined;
8813
+ hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
8814
+ hyphenateLimitChars?: import("csstype").Property.HyphenateLimitChars | undefined;
8815
+ hyphens?: import("csstype").Property.Hyphens | undefined;
8816
+ imageOrientation?: import("csstype").Property.ImageOrientation | undefined;
8817
+ imageRendering?: import("csstype").Property.ImageRendering | undefined;
8818
+ imageResolution?: import("csstype").Property.ImageResolution | undefined;
8819
+ initialLetter?: import("csstype").Property.InitialLetter | undefined;
8820
+ initialLetterAlign?: import("csstype").Property.InitialLetterAlign | undefined;
8821
+ inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
8822
+ insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
8823
+ insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
8824
+ insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
8825
+ insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
8826
+ interpolateSize?: import("csstype").Property.InterpolateSize | undefined;
8827
+ isolation?: import("csstype").Property.Isolation | undefined;
8828
+ justifyContent?: import("csstype").Property.JustifyContent | undefined;
8829
+ justifyItems?: import("csstype").Property.JustifyItems | undefined;
8830
+ justifySelf?: import("csstype").Property.JustifySelf | undefined;
8831
+ justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
8832
+ left?: import("csstype").Property.Left<string | number> | undefined;
8833
+ letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | undefined;
8834
+ lightingColor?: import("csstype").Property.LightingColor | undefined;
8835
+ lineBreak?: import("csstype").Property.LineBreak | undefined;
8836
+ lineHeight?: import("csstype").Property.LineHeight<string | number> | undefined;
8837
+ lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | undefined;
8838
+ listStyleImage?: import("csstype").Property.ListStyleImage | undefined;
8839
+ listStylePosition?: import("csstype").Property.ListStylePosition | undefined;
8840
+ listStyleType?: import("csstype").Property.ListStyleType | undefined;
8841
+ marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
8842
+ marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
8843
+ marginBottom?: import("csstype").Property.MarginBottom<string | number> | undefined;
8844
+ marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
8845
+ marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
8846
+ marginLeft?: import("csstype").Property.MarginLeft<string | number> | undefined;
8847
+ marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
8848
+ marginTop?: import("csstype").Property.MarginTop<string | number> | undefined;
8849
+ marginTrim?: import("csstype").Property.MarginTrim | undefined;
8850
+ marker?: import("csstype").Property.Marker | undefined;
8851
+ markerEnd?: import("csstype").Property.MarkerEnd | undefined;
8852
+ markerMid?: import("csstype").Property.MarkerMid | undefined;
8853
+ markerStart?: import("csstype").Property.MarkerStart | undefined;
8854
+ maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
8855
+ maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
8856
+ maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
8857
+ maskBorderSlice?: import("csstype").Property.MaskBorderSlice | undefined;
8858
+ maskBorderSource?: import("csstype").Property.MaskBorderSource | undefined;
8859
+ maskBorderWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
8860
+ maskClip?: import("csstype").Property.MaskClip | undefined;
8861
+ maskComposite?: import("csstype").Property.MaskComposite | undefined;
8862
+ maskImage?: import("csstype").Property.MaskImage | undefined;
8863
+ maskMode?: import("csstype").Property.MaskMode | undefined;
8864
+ maskOrigin?: import("csstype").Property.MaskOrigin | undefined;
8865
+ maskPosition?: import("csstype").Property.MaskPosition<string | number> | undefined;
8866
+ maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
8867
+ maskSize?: import("csstype").Property.MaskSize<string | number> | undefined;
8868
+ maskType?: import("csstype").Property.MaskType | undefined;
8869
+ masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | undefined;
8870
+ mathDepth?: import("csstype").Property.MathDepth | undefined;
8871
+ mathShift?: import("csstype").Property.MathShift | undefined;
8872
+ mathStyle?: import("csstype").Property.MathStyle | undefined;
8873
+ maxBlockSize?: import("csstype").Property.MaxBlockSize<string | number> | undefined;
8874
+ maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
8875
+ maxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
8876
+ maxLines?: import("csstype").Property.MaxLines | undefined;
8877
+ maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
8878
+ minBlockSize?: import("csstype").Property.MinBlockSize<string | number> | undefined;
8879
+ minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
8880
+ minInlineSize?: import("csstype").Property.MinInlineSize<string | number> | undefined;
8881
+ minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
8882
+ mixBlendMode?: import("csstype").Property.MixBlendMode | undefined;
8883
+ motionDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
8884
+ motionPath?: import("csstype").Property.OffsetPath | undefined;
8885
+ motionRotation?: import("csstype").Property.OffsetRotate | undefined;
8886
+ objectFit?: import("csstype").Property.ObjectFit | undefined;
8887
+ objectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
8888
+ objectViewBox?: import("csstype").Property.ObjectViewBox | undefined;
8889
+ offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
8890
+ offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
8891
+ offsetPath?: import("csstype").Property.OffsetPath | undefined;
8892
+ offsetPosition?: import("csstype").Property.OffsetPosition<string | number> | undefined;
8893
+ offsetRotate?: import("csstype").Property.OffsetRotate | undefined;
8894
+ offsetRotation?: import("csstype").Property.OffsetRotate | undefined;
8895
+ opacity?: import("csstype").Property.Opacity | undefined;
8896
+ order?: import("csstype").Property.Order | undefined;
8897
+ orphans?: import("csstype").Property.Orphans | undefined;
8898
+ outlineColor?: import("csstype").Property.OutlineColor | undefined;
8899
+ outlineOffset?: import("csstype").Property.OutlineOffset<string | number> | undefined;
8900
+ outlineStyle?: import("csstype").Property.OutlineStyle | undefined;
8901
+ outlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
8902
+ overflowAnchor?: import("csstype").Property.OverflowAnchor | undefined;
8903
+ overflowBlock?: import("csstype").Property.OverflowBlock | undefined;
8904
+ overflowClipBox?: import("csstype").Property.OverflowClipBox | undefined;
8905
+ overflowClipMargin?: import("csstype").Property.OverflowClipMargin<string | number> | undefined;
8906
+ overflowInline?: import("csstype").Property.OverflowInline | undefined;
8907
+ overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
8908
+ overflowX?: import("csstype").Property.OverflowX | undefined;
8909
+ overflowY?: import("csstype").Property.OverflowY | undefined;
8910
+ overlay?: import("csstype").Property.Overlay | undefined;
8911
+ overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
8912
+ overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
8913
+ overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
8914
+ overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | undefined;
8915
+ paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
8916
+ paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
8917
+ paddingBottom?: import("csstype").Property.PaddingBottom<string | number> | undefined;
8918
+ paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
8919
+ paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
8920
+ paddingLeft?: import("csstype").Property.PaddingLeft<string | number> | undefined;
8921
+ paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
8922
+ paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
8923
+ page?: import("csstype").Property.Page | undefined;
8924
+ paintOrder?: import("csstype").Property.PaintOrder | undefined;
8925
+ perspective?: import("csstype").Property.Perspective<string | number> | undefined;
8926
+ perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
8927
+ pointerEvents?: import("csstype").Property.PointerEvents | undefined;
8928
+ position?: import("csstype").Property.Position | undefined;
8929
+ positionAnchor?: import("csstype").Property.PositionAnchor | undefined;
8930
+ positionArea?: import("csstype").Property.PositionArea | undefined;
8931
+ positionTryFallbacks?: import("csstype").Property.PositionTryFallbacks | undefined;
8932
+ positionTryOrder?: import("csstype").Property.PositionTryOrder | undefined;
8933
+ positionVisibility?: import("csstype").Property.PositionVisibility | undefined;
8934
+ printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
8935
+ quotes?: import("csstype").Property.Quotes | undefined;
8936
+ r?: import("csstype").Property.R<string | number> | undefined;
8937
+ resize?: import("csstype").Property.Resize | undefined;
8938
+ right?: import("csstype").Property.Right<string | number> | undefined;
8939
+ rotate?: import("csstype").Property.Rotate | undefined;
8940
+ rowGap?: import("csstype").Property.RowGap<string | number> | undefined;
8941
+ rubyAlign?: import("csstype").Property.RubyAlign | undefined;
8942
+ rubyMerge?: import("csstype").Property.RubyMerge | undefined;
8943
+ rubyOverhang?: import("csstype").Property.RubyOverhang | undefined;
8944
+ rubyPosition?: import("csstype").Property.RubyPosition | undefined;
8945
+ rx?: import("csstype").Property.Rx<string | number> | undefined;
8946
+ ry?: import("csstype").Property.Ry<string | number> | undefined;
8947
+ scale?: import("csstype").Property.Scale | undefined;
8948
+ scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
8949
+ scrollInitialTarget?: import("csstype").Property.ScrollInitialTarget | undefined;
8950
+ scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
8951
+ scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
8952
+ scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
8953
+ scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined;
8954
+ scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined;
8955
+ scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
8956
+ scrollMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
8957
+ scrollMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
8958
+ scrollPaddingBlockEnd?: import("csstype").Property.ScrollPaddingBlockEnd<string | number> | undefined;
8959
+ scrollPaddingBlockStart?: import("csstype").Property.ScrollPaddingBlockStart<string | number> | undefined;
8960
+ scrollPaddingBottom?: import("csstype").Property.ScrollPaddingBottom<string | number> | undefined;
8961
+ scrollPaddingInlineEnd?: import("csstype").Property.ScrollPaddingInlineEnd<string | number> | undefined;
8962
+ scrollPaddingInlineStart?: import("csstype").Property.ScrollPaddingInlineStart<string | number> | undefined;
8963
+ scrollPaddingLeft?: import("csstype").Property.ScrollPaddingLeft<string | number> | undefined;
8964
+ scrollPaddingRight?: import("csstype").Property.ScrollPaddingRight<string | number> | undefined;
8965
+ scrollPaddingTop?: import("csstype").Property.ScrollPaddingTop<string | number> | undefined;
8966
+ scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | undefined;
8967
+ scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
8968
+ scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
8969
+ scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
8970
+ scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
8971
+ scrollSnapStop?: import("csstype").Property.ScrollSnapStop | undefined;
8972
+ scrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
8973
+ scrollTimelineAxis?: import("csstype").Property.ScrollTimelineAxis | undefined;
8974
+ scrollTimelineName?: import("csstype").Property.ScrollTimelineName | undefined;
8975
+ scrollbarColor?: import("csstype").Property.ScrollbarColor | undefined;
8976
+ scrollbarGutter?: import("csstype").Property.ScrollbarGutter | undefined;
8977
+ scrollbarWidth?: import("csstype").Property.ScrollbarWidth | undefined;
8978
+ shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
8979
+ shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
8980
+ shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
8981
+ shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
8982
+ speakAs?: import("csstype").Property.SpeakAs | undefined;
8983
+ stopColor?: import("csstype").Property.StopColor | undefined;
8984
+ stopOpacity?: import("csstype").Property.StopOpacity | undefined;
8985
+ stroke?: import("csstype").Property.Stroke | undefined;
8986
+ strokeColor?: import("csstype").Property.StrokeColor | undefined;
8987
+ strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
8988
+ strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
8989
+ strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
8990
+ strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
8991
+ strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
8992
+ strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
8993
+ strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
8994
+ tabSize?: import("csstype").Property.TabSize<string | number> | undefined;
8995
+ tableLayout?: import("csstype").Property.TableLayout | undefined;
8996
+ textAlign?: import("csstype").Property.TextAlign | undefined;
8997
+ textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
8998
+ textAnchor?: import("csstype").Property.TextAnchor | undefined;
8999
+ textAutospace?: import("csstype").Property.TextAutospace | undefined;
9000
+ textBox?: import("csstype").Property.TextBox | undefined;
9001
+ textBoxEdge?: import("csstype").Property.TextBoxEdge | undefined;
9002
+ textBoxTrim?: import("csstype").Property.TextBoxTrim | undefined;
9003
+ textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined;
9004
+ textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
9005
+ textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
9006
+ textDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
9007
+ textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | undefined;
9008
+ textDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
9009
+ textDecorationThickness?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
9010
+ textEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
9011
+ textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
9012
+ textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
9013
+ textIndent?: import("csstype").Property.TextIndent<string | number> | undefined;
9014
+ textJustify?: import("csstype").Property.TextJustify | undefined;
9015
+ textOrientation?: import("csstype").Property.TextOrientation | undefined;
9016
+ textOverflow?: import("csstype").Property.TextOverflow | undefined;
9017
+ textRendering?: import("csstype").Property.TextRendering | undefined;
9018
+ textShadow?: import("csstype").Property.TextShadow | undefined;
9019
+ textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
9020
+ textSpacingTrim?: import("csstype").Property.TextSpacingTrim | undefined;
9021
+ textTransform?: import("csstype").Property.TextTransform | undefined;
9022
+ textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
9023
+ textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
9024
+ textWrapMode?: import("csstype").Property.TextWrapMode | undefined;
9025
+ textWrapStyle?: import("csstype").Property.TextWrapStyle | undefined;
9026
+ timelineScope?: import("csstype").Property.TimelineScope | undefined;
9027
+ top?: import("csstype").Property.Top<string | number> | undefined;
9028
+ touchAction?: import("csstype").Property.TouchAction | undefined;
9029
+ transform?: import("csstype").Property.Transform | undefined;
9030
+ transformBox?: import("csstype").Property.TransformBox | undefined;
9031
+ transformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
9032
+ transformStyle?: import("csstype").Property.TransformStyle | undefined;
9033
+ transitionBehavior?: import("csstype").Property.TransitionBehavior | undefined;
9034
+ transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
9035
+ transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
9036
+ transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
9037
+ transitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
9038
+ translate?: import("csstype").Property.Translate<string | number> | undefined;
9039
+ unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
9040
+ userSelect?: import("csstype").Property.UserSelect | undefined;
9041
+ vectorEffect?: import("csstype").Property.VectorEffect | undefined;
9042
+ verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
9043
+ viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
9044
+ viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
9045
+ viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
9046
+ viewTransitionClass?: import("csstype").Property.ViewTransitionClass | undefined;
9047
+ viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
9048
+ visibility?: import("csstype").Property.Visibility | undefined;
9049
+ whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
9050
+ whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
9051
+ widows?: import("csstype").Property.Widows | undefined;
9052
+ width?: import("csstype").Property.Width<string | number> | undefined;
9053
+ willChange?: import("csstype").Property.WillChange | undefined;
9054
+ wordBreak?: import("csstype").Property.WordBreak | undefined;
9055
+ wordSpacing?: import("csstype").Property.WordSpacing<string | number> | undefined;
9056
+ wordWrap?: import("csstype").Property.WordWrap | undefined;
9057
+ writingMode?: import("csstype").Property.WritingMode | undefined;
9058
+ x?: import("csstype").Property.X<string | number> | undefined;
9059
+ y?: import("csstype").Property.Y<string | number> | undefined;
9060
+ zIndex?: import("csstype").Property.ZIndex | undefined;
9061
+ zoom?: import("csstype").Property.Zoom | undefined;
9062
+ all?: import("csstype").Globals | undefined;
9063
+ animation?: import("csstype").Property.Animation<string & {}> | undefined;
9064
+ animationRange?: import("csstype").Property.AnimationRange<string | number> | undefined;
9065
+ background?: import("csstype").Property.Background<string | number> | undefined;
9066
+ backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
9067
+ border?: import("csstype").Property.Border<string | number> | undefined;
9068
+ borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
9069
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
9070
+ borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
9071
+ borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
9072
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
9073
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
9074
+ borderBottom?: import("csstype").Property.BorderBottom<string | number> | undefined;
9075
+ borderColor?: import("csstype").Property.BorderColor | undefined;
9076
+ borderImage?: import("csstype").Property.BorderImage | undefined;
9077
+ borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
9078
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
9079
+ borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
9080
+ borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
9081
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
9082
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
9083
+ borderLeft?: import("csstype").Property.BorderLeft<string | number> | undefined;
9084
+ borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
9085
+ borderRight?: import("csstype").Property.BorderRight<string | number> | undefined;
9086
+ borderStyle?: import("csstype").Property.BorderStyle | undefined;
9087
+ borderTop?: import("csstype").Property.BorderTop<string | number> | undefined;
9088
+ borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
9089
+ caret?: import("csstype").Property.Caret | undefined;
9090
+ columnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
9091
+ columns?: import("csstype").Property.Columns<string | number> | undefined;
9092
+ containIntrinsicSize?: import("csstype").Property.ContainIntrinsicSize<string | number> | undefined;
9093
+ container?: import("csstype").Property.Container | undefined;
9094
+ flex?: import("csstype").Property.Flex<string | number> | undefined;
9095
+ flexFlow?: import("csstype").Property.FlexFlow | undefined;
9096
+ font?: import("csstype").Property.Font | undefined;
9097
+ gap?: import("csstype").Property.Gap<string | number> | undefined;
9098
+ grid?: import("csstype").Property.Grid | undefined;
9099
+ gridArea?: import("csstype").Property.GridArea | undefined;
9100
+ gridColumn?: import("csstype").Property.GridColumn | undefined;
9101
+ gridRow?: import("csstype").Property.GridRow | undefined;
9102
+ gridTemplate?: import("csstype").Property.GridTemplate | undefined;
9103
+ inset?: import("csstype").Property.Inset<string | number> | undefined;
9104
+ insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
9105
+ insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
9106
+ lineClamp?: import("csstype").Property.LineClamp | undefined;
9107
+ listStyle?: import("csstype").Property.ListStyle | undefined;
9108
+ margin?: import("csstype").Property.Margin<string | number> | undefined;
9109
+ marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
9110
+ marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
9111
+ mask?: import("csstype").Property.Mask<string | number> | undefined;
9112
+ maskBorder?: import("csstype").Property.MaskBorder | undefined;
9113
+ motion?: import("csstype").Property.Offset<string | number> | undefined;
9114
+ offset?: import("csstype").Property.Offset<string | number> | undefined;
9115
+ outline?: import("csstype").Property.Outline<string | number> | undefined;
9116
+ overflow?: import("csstype").Property.Overflow | undefined;
9117
+ overscrollBehavior?: import("csstype").Property.OverscrollBehavior | undefined;
9118
+ padding?: import("csstype").Property.Padding<string | number> | undefined;
9119
+ paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
9120
+ paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
9121
+ placeContent?: import("csstype").Property.PlaceContent | undefined;
9122
+ placeItems?: import("csstype").Property.PlaceItems | undefined;
9123
+ placeSelf?: import("csstype").Property.PlaceSelf | undefined;
9124
+ positionTry?: import("csstype").Property.PositionTry | undefined;
9125
+ scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
9126
+ scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
9127
+ scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
9128
+ scrollPadding?: import("csstype").Property.ScrollPadding<string | number> | undefined;
9129
+ scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<string | number> | undefined;
9130
+ scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<string | number> | undefined;
9131
+ scrollSnapMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
9132
+ scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
9133
+ textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
9134
+ textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
9135
+ textWrap?: import("csstype").Property.TextWrap | undefined;
9136
+ transition?: import("csstype").Property.Transition<string & {}> | undefined;
9137
+ viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
9138
+ MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
9139
+ MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
9140
+ MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
9141
+ MozAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
9142
+ MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
9143
+ MozAnimationName?: import("csstype").Property.AnimationName | undefined;
9144
+ MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
9145
+ MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
9146
+ MozAppearance?: import("csstype").Property.MozAppearance | undefined;
9147
+ MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
9148
+ MozBinding?: import("csstype").Property.MozBinding | undefined;
9149
+ MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
9150
+ MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
9151
+ MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
9152
+ MozBorderEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
9153
+ MozBorderLeftColors?: import("csstype").Property.MozBorderLeftColors | undefined;
9154
+ MozBorderRightColors?: import("csstype").Property.MozBorderRightColors | undefined;
9155
+ MozBorderStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
9156
+ MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
9157
+ MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined;
9158
+ MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
9159
+ MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
9160
+ MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
9161
+ MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
9162
+ MozColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
9163
+ MozContextProperties?: import("csstype").Property.MozContextProperties | undefined;
9164
+ MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
9165
+ MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
9166
+ MozHyphens?: import("csstype").Property.Hyphens | undefined;
9167
+ MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
9168
+ MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
9169
+ MozOrient?: import("csstype").Property.MozOrient | undefined;
9170
+ MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
9171
+ MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
9172
+ MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
9173
+ MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
9174
+ MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
9175
+ MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
9176
+ MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
9177
+ MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
9178
+ MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
9179
+ MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
9180
+ MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
9181
+ MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
9182
+ MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
9183
+ MozTransform?: import("csstype").Property.Transform | undefined;
9184
+ MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
9185
+ MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
9186
+ MozUserModify?: import("csstype").Property.MozUserModify | undefined;
9187
+ MozUserSelect?: import("csstype").Property.UserSelect | undefined;
9188
+ MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
9189
+ MozWindowShadow?: import("csstype").Property.MozWindowShadow | undefined;
9190
+ msAccelerator?: import("csstype").Property.MsAccelerator | undefined;
9191
+ msBlockProgression?: import("csstype").Property.MsBlockProgression | undefined;
9192
+ msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | undefined;
9193
+ msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | undefined;
9194
+ msContentZoomLimitMin?: import("csstype").Property.MsContentZoomLimitMin | undefined;
9195
+ msContentZoomSnapPoints?: import("csstype").Property.MsContentZoomSnapPoints | undefined;
9196
+ msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | undefined;
9197
+ msContentZooming?: import("csstype").Property.MsContentZooming | undefined;
9198
+ msFilter?: import("csstype").Property.MsFilter | undefined;
9199
+ msFlexDirection?: import("csstype").Property.FlexDirection | undefined;
9200
+ msFlexPositive?: import("csstype").Property.FlexGrow | undefined;
9201
+ msFlowFrom?: import("csstype").Property.MsFlowFrom | undefined;
9202
+ msFlowInto?: import("csstype").Property.MsFlowInto | undefined;
9203
+ msGridColumns?: import("csstype").Property.MsGridColumns<string | number> | undefined;
9204
+ msGridRows?: import("csstype").Property.MsGridRows<string | number> | undefined;
9205
+ msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | undefined;
9206
+ msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | undefined;
9207
+ msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | undefined;
9208
+ msHyphenateLimitZone?: import("csstype").Property.MsHyphenateLimitZone<string | number> | undefined;
9209
+ msHyphens?: import("csstype").Property.Hyphens | undefined;
9210
+ msImeAlign?: import("csstype").Property.MsImeAlign | undefined;
9211
+ msLineBreak?: import("csstype").Property.LineBreak | undefined;
9212
+ msOrder?: import("csstype").Property.Order | undefined;
9213
+ msOverflowStyle?: import("csstype").Property.MsOverflowStyle | undefined;
9214
+ msOverflowX?: import("csstype").Property.OverflowX | undefined;
9215
+ msOverflowY?: import("csstype").Property.OverflowY | undefined;
9216
+ msScrollChaining?: import("csstype").Property.MsScrollChaining | undefined;
9217
+ msScrollLimitXMax?: import("csstype").Property.MsScrollLimitXMax<string | number> | undefined;
9218
+ msScrollLimitXMin?: import("csstype").Property.MsScrollLimitXMin<string | number> | undefined;
9219
+ msScrollLimitYMax?: import("csstype").Property.MsScrollLimitYMax<string | number> | undefined;
9220
+ msScrollLimitYMin?: import("csstype").Property.MsScrollLimitYMin<string | number> | undefined;
9221
+ msScrollRails?: import("csstype").Property.MsScrollRails | undefined;
9222
+ msScrollSnapPointsX?: import("csstype").Property.MsScrollSnapPointsX | undefined;
9223
+ msScrollSnapPointsY?: import("csstype").Property.MsScrollSnapPointsY | undefined;
9224
+ msScrollSnapType?: import("csstype").Property.MsScrollSnapType | undefined;
9225
+ msScrollTranslation?: import("csstype").Property.MsScrollTranslation | undefined;
9226
+ msScrollbar3dlightColor?: import("csstype").Property.MsScrollbar3dlightColor | undefined;
9227
+ msScrollbarArrowColor?: import("csstype").Property.MsScrollbarArrowColor | undefined;
9228
+ msScrollbarBaseColor?: import("csstype").Property.MsScrollbarBaseColor | undefined;
9229
+ msScrollbarDarkshadowColor?: import("csstype").Property.MsScrollbarDarkshadowColor | undefined;
9230
+ msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | undefined;
9231
+ msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | undefined;
9232
+ msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | undefined;
9233
+ msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
9234
+ msTextAutospace?: import("csstype").Property.MsTextAutospace | undefined;
9235
+ msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | undefined;
9236
+ msTextOverflow?: import("csstype").Property.TextOverflow | undefined;
9237
+ msTouchAction?: import("csstype").Property.TouchAction | undefined;
9238
+ msTouchSelect?: import("csstype").Property.MsTouchSelect | undefined;
9239
+ msTransform?: import("csstype").Property.Transform | undefined;
9240
+ msTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
9241
+ msTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
9242
+ msTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
9243
+ msTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
9244
+ msTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
9245
+ msUserSelect?: import("csstype").Property.MsUserSelect | undefined;
9246
+ msWordBreak?: import("csstype").Property.WordBreak | undefined;
9247
+ msWrapFlow?: import("csstype").Property.MsWrapFlow | undefined;
9248
+ msWrapMargin?: import("csstype").Property.MsWrapMargin<string | number> | undefined;
9249
+ msWrapThrough?: import("csstype").Property.MsWrapThrough | undefined;
9250
+ msWritingMode?: import("csstype").Property.WritingMode | undefined;
9251
+ WebkitAlignContent?: import("csstype").Property.AlignContent | undefined;
9252
+ WebkitAlignItems?: import("csstype").Property.AlignItems | undefined;
9253
+ WebkitAlignSelf?: import("csstype").Property.AlignSelf | undefined;
9254
+ WebkitAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
9255
+ WebkitAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
9256
+ WebkitAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
9257
+ WebkitAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
9258
+ WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
9259
+ WebkitAnimationName?: import("csstype").Property.AnimationName | undefined;
9260
+ WebkitAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
9261
+ WebkitAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
9262
+ WebkitAppearance?: import("csstype").Property.WebkitAppearance | undefined;
9263
+ WebkitBackdropFilter?: import("csstype").Property.BackdropFilter | undefined;
9264
+ WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
9265
+ WebkitBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
9266
+ WebkitBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
9267
+ WebkitBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
9268
+ WebkitBorderBeforeColor?: import("csstype").Property.WebkitBorderBeforeColor | undefined;
9269
+ WebkitBorderBeforeStyle?: import("csstype").Property.WebkitBorderBeforeStyle | undefined;
9270
+ WebkitBorderBeforeWidth?: import("csstype").Property.WebkitBorderBeforeWidth<string | number> | undefined;
9271
+ WebkitBorderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
9272
+ WebkitBorderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
9273
+ WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
9274
+ WebkitBorderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
9275
+ WebkitBorderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
9276
+ WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
9277
+ WebkitBoxReflect?: import("csstype").Property.WebkitBoxReflect<string | number> | undefined;
9278
+ WebkitBoxShadow?: import("csstype").Property.BoxShadow | undefined;
9279
+ WebkitBoxSizing?: import("csstype").Property.BoxSizing | undefined;
9280
+ WebkitClipPath?: import("csstype").Property.ClipPath | undefined;
9281
+ WebkitColumnCount?: import("csstype").Property.ColumnCount | undefined;
9282
+ WebkitColumnFill?: import("csstype").Property.ColumnFill | undefined;
9283
+ WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
9284
+ WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
9285
+ WebkitColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
9286
+ WebkitColumnSpan?: import("csstype").Property.ColumnSpan | undefined;
9287
+ WebkitColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
9288
+ WebkitFilter?: import("csstype").Property.Filter | undefined;
9289
+ WebkitFlexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
9290
+ WebkitFlexDirection?: import("csstype").Property.FlexDirection | undefined;
9291
+ WebkitFlexGrow?: import("csstype").Property.FlexGrow | undefined;
9292
+ WebkitFlexShrink?: import("csstype").Property.FlexShrink | undefined;
9293
+ WebkitFlexWrap?: import("csstype").Property.FlexWrap | undefined;
9294
+ WebkitFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
9295
+ WebkitFontKerning?: import("csstype").Property.FontKerning | undefined;
9296
+ WebkitFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
9297
+ WebkitFontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
9298
+ WebkitHyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
9299
+ WebkitHyphens?: import("csstype").Property.Hyphens | undefined;
9300
+ WebkitInitialLetter?: import("csstype").Property.InitialLetter | undefined;
9301
+ WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
9302
+ WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
9303
+ WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
9304
+ WebkitLogicalHeight?: import("csstype").Property.BlockSize<string | number> | undefined;
9305
+ WebkitLogicalWidth?: import("csstype").Property.InlineSize<string | number> | undefined;
9306
+ WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
9307
+ WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
9308
+ WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
9309
+ WebkitMaskBoxImageOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
9310
+ WebkitMaskBoxImageRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
9311
+ WebkitMaskBoxImageSlice?: import("csstype").Property.MaskBorderSlice | undefined;
9312
+ WebkitMaskBoxImageSource?: import("csstype").Property.MaskBorderSource | undefined;
9313
+ WebkitMaskBoxImageWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
9314
+ WebkitMaskClip?: import("csstype").Property.WebkitMaskClip | undefined;
9315
+ WebkitMaskComposite?: import("csstype").Property.WebkitMaskComposite | undefined;
9316
+ WebkitMaskImage?: import("csstype").Property.WebkitMaskImage | undefined;
9317
+ WebkitMaskOrigin?: import("csstype").Property.WebkitMaskOrigin | undefined;
9318
+ WebkitMaskPosition?: import("csstype").Property.WebkitMaskPosition<string | number> | undefined;
9319
+ WebkitMaskPositionX?: import("csstype").Property.WebkitMaskPositionX<string | number> | undefined;
9320
+ WebkitMaskPositionY?: import("csstype").Property.WebkitMaskPositionY<string | number> | undefined;
9321
+ WebkitMaskRepeat?: import("csstype").Property.WebkitMaskRepeat | undefined;
9322
+ WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | undefined;
9323
+ WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | undefined;
9324
+ WebkitMaskSize?: import("csstype").Property.WebkitMaskSize<string | number> | undefined;
9325
+ WebkitMaxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
9326
+ WebkitOrder?: import("csstype").Property.Order | undefined;
9327
+ WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | undefined;
9328
+ WebkitPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
9329
+ WebkitPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
9330
+ WebkitPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
9331
+ WebkitPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
9332
+ WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
9333
+ WebkitRubyPosition?: import("csstype").Property.RubyPosition | undefined;
9334
+ WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
9335
+ WebkitShapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
9336
+ WebkitTapHighlightColor?: import("csstype").Property.WebkitTapHighlightColor | undefined;
9337
+ WebkitTextCombine?: import("csstype").Property.TextCombineUpright | undefined;
9338
+ WebkitTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
9339
+ WebkitTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
9340
+ WebkitTextDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
9341
+ WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
9342
+ WebkitTextEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
9343
+ WebkitTextEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
9344
+ WebkitTextEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
9345
+ WebkitTextFillColor?: import("csstype").Property.WebkitTextFillColor | undefined;
9346
+ WebkitTextOrientation?: import("csstype").Property.TextOrientation | undefined;
9347
+ WebkitTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
9348
+ WebkitTextStrokeColor?: import("csstype").Property.WebkitTextStrokeColor | undefined;
9349
+ WebkitTextStrokeWidth?: import("csstype").Property.WebkitTextStrokeWidth<string | number> | undefined;
9350
+ WebkitTextUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
9351
+ WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | undefined;
9352
+ WebkitTransform?: import("csstype").Property.Transform | undefined;
9353
+ WebkitTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
9354
+ WebkitTransformStyle?: import("csstype").Property.TransformStyle | undefined;
9355
+ WebkitTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
9356
+ WebkitTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
9357
+ WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
9358
+ WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
9359
+ WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
9360
+ WebkitUserSelect?: import("csstype").Property.WebkitUserSelect | undefined;
9361
+ WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
9362
+ MozAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
9363
+ MozBorderImage?: import("csstype").Property.BorderImage | undefined;
9364
+ MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
9365
+ MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
9366
+ MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
9367
+ MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
9368
+ msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
9369
+ msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
9370
+ msFlex?: import("csstype").Property.Flex<string | number> | undefined;
9371
+ msScrollLimit?: import("csstype").Property.MsScrollLimit | undefined;
9372
+ msScrollSnapX?: import("csstype").Property.MsScrollSnapX | undefined;
9373
+ msScrollSnapY?: import("csstype").Property.MsScrollSnapY | undefined;
9374
+ msTransition?: import("csstype").Property.Transition<string & {}> | undefined;
9375
+ WebkitAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
9376
+ WebkitBorderBefore?: import("csstype").Property.WebkitBorderBefore<string | number> | undefined;
9377
+ WebkitBorderImage?: import("csstype").Property.BorderImage | undefined;
9378
+ WebkitBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
9379
+ WebkitColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
9380
+ WebkitColumns?: import("csstype").Property.Columns<string | number> | undefined;
9381
+ WebkitFlex?: import("csstype").Property.Flex<string | number> | undefined;
9382
+ WebkitFlexFlow?: import("csstype").Property.FlexFlow | undefined;
9383
+ WebkitMask?: import("csstype").Property.WebkitMask<string | number> | undefined;
9384
+ WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | undefined;
9385
+ WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
9386
+ WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | undefined;
9387
+ WebkitTransition?: import("csstype").Property.Transition<string & {}> | undefined;
9388
+ boxAlign?: import("csstype").Property.BoxAlign | undefined;
9389
+ boxDirection?: import("csstype").Property.BoxDirection | undefined;
9390
+ boxFlex?: import("csstype").Property.BoxFlex | undefined;
9391
+ boxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
9392
+ boxLines?: import("csstype").Property.BoxLines | undefined;
9393
+ boxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
9394
+ boxOrient?: import("csstype").Property.BoxOrient | undefined;
9395
+ boxPack?: import("csstype").Property.BoxPack | undefined;
9396
+ clip?: import("csstype").Property.Clip | undefined;
9397
+ fontStretch?: import("csstype").Property.FontStretch | undefined;
9398
+ gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | undefined;
9399
+ gridGap?: import("csstype").Property.GridGap<string | number> | undefined;
9400
+ gridRowGap?: import("csstype").Property.GridRowGap<string | number> | undefined;
9401
+ imeMode?: import("csstype").Property.ImeMode | undefined;
9402
+ insetArea?: import("csstype").Property.PositionArea | undefined;
9403
+ offsetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
9404
+ offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
9405
+ offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
9406
+ offsetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
9407
+ offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
9408
+ offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
9409
+ pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
9410
+ pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
9411
+ pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
9412
+ positionTryOptions?: import("csstype").Property.PositionTryFallbacks | undefined;
9413
+ scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined;
9414
+ scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | undefined;
9415
+ scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
9416
+ scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
9417
+ scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | undefined;
9418
+ scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | undefined;
9419
+ KhtmlBoxAlign?: import("csstype").Property.BoxAlign | undefined;
9420
+ KhtmlBoxDirection?: import("csstype").Property.BoxDirection | undefined;
9421
+ KhtmlBoxFlex?: import("csstype").Property.BoxFlex | undefined;
9422
+ KhtmlBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
9423
+ KhtmlBoxLines?: import("csstype").Property.BoxLines | undefined;
9424
+ KhtmlBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
9425
+ KhtmlBoxOrient?: import("csstype").Property.BoxOrient | undefined;
9426
+ KhtmlBoxPack?: import("csstype").Property.BoxPack | undefined;
9427
+ KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
9428
+ KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
9429
+ KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
9430
+ MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
9431
+ MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
9432
+ MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
9433
+ MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
9434
+ MozBorderRadiusBottomleft?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
9435
+ MozBorderRadiusBottomright?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
9436
+ MozBorderRadiusTopleft?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
9437
+ MozBorderRadiusTopright?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
9438
+ MozBoxAlign?: import("csstype").Property.BoxAlign | undefined;
9439
+ MozBoxDirection?: import("csstype").Property.BoxDirection | undefined;
9440
+ MozBoxFlex?: import("csstype").Property.BoxFlex | undefined;
9441
+ MozBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
9442
+ MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
9443
+ MozBoxPack?: import("csstype").Property.BoxPack | undefined;
9444
+ MozBoxShadow?: import("csstype").Property.BoxShadow | undefined;
9445
+ MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
9446
+ MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
9447
+ MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
9448
+ MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
9449
+ MozOpacity?: import("csstype").Property.Opacity | undefined;
9450
+ MozOutline?: import("csstype").Property.Outline<string | number> | undefined;
9451
+ MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
9452
+ MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
9453
+ MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
9454
+ MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
9455
+ MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
9456
+ MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
9457
+ MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
9458
+ MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
9459
+ MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
9460
+ MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
9461
+ MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
9462
+ MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
9463
+ MozUserInput?: import("csstype").Property.MozUserInput | undefined;
9464
+ msImeMode?: import("csstype").Property.ImeMode | undefined;
9465
+ OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
9466
+ OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
9467
+ OAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
9468
+ OAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
9469
+ OAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
9470
+ OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
9471
+ OAnimationName?: import("csstype").Property.AnimationName | undefined;
9472
+ OAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
9473
+ OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
9474
+ OBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
9475
+ OBorderImage?: import("csstype").Property.BorderImage | undefined;
9476
+ OObjectFit?: import("csstype").Property.ObjectFit | undefined;
9477
+ OObjectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
9478
+ OTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
9479
+ OTextOverflow?: import("csstype").Property.TextOverflow | undefined;
9480
+ OTransform?: import("csstype").Property.Transform | undefined;
9481
+ OTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
9482
+ OTransition?: import("csstype").Property.Transition<string & {}> | undefined;
9483
+ OTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
9484
+ OTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
9485
+ OTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
9486
+ OTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
9487
+ WebkitBoxAlign?: import("csstype").Property.BoxAlign | undefined;
9488
+ WebkitBoxDirection?: import("csstype").Property.BoxDirection | undefined;
9489
+ WebkitBoxFlex?: import("csstype").Property.BoxFlex | undefined;
9490
+ WebkitBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
9491
+ WebkitBoxLines?: import("csstype").Property.BoxLines | undefined;
9492
+ WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
9493
+ WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
9494
+ WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
9495
+ colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
9496
+ colorRendering?: import("csstype").Property.ColorRendering | undefined;
9497
+ glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined;
9498
+ "accent-color"?: import("csstype").Property.AccentColor | undefined;
9499
+ "align-content"?: import("csstype").Property.AlignContent | undefined;
9500
+ "align-items"?: import("csstype").Property.AlignItems | undefined;
9501
+ "align-self"?: import("csstype").Property.AlignSelf | undefined;
9502
+ "align-tracks"?: import("csstype").Property.AlignTracks | undefined;
9503
+ "alignment-baseline"?: import("csstype").Property.AlignmentBaseline | undefined;
9504
+ "anchor-name"?: import("csstype").Property.AnchorName | undefined;
9505
+ "anchor-scope"?: import("csstype").Property.AnchorScope | undefined;
9506
+ "animation-composition"?: import("csstype").Property.AnimationComposition | undefined;
9507
+ "animation-delay"?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
9508
+ "animation-direction"?: import("csstype").Property.AnimationDirection | undefined;
9509
+ "animation-duration"?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
9510
+ "animation-fill-mode"?: import("csstype").Property.AnimationFillMode | undefined;
9511
+ "animation-iteration-count"?: import("csstype").Property.AnimationIterationCount | undefined;
9512
+ "animation-name"?: import("csstype").Property.AnimationName | undefined;
9513
+ "animation-play-state"?: import("csstype").Property.AnimationPlayState | undefined;
9514
+ "animation-range-end"?: import("csstype").Property.AnimationRangeEnd<string | number> | undefined;
9515
+ "animation-range-start"?: import("csstype").Property.AnimationRangeStart<string | number> | undefined;
9516
+ "animation-timeline"?: import("csstype").Property.AnimationTimeline | undefined;
9517
+ "animation-timing-function"?: import("csstype").Property.AnimationTimingFunction | undefined;
9518
+ "aspect-ratio"?: import("csstype").Property.AspectRatio | undefined;
9519
+ "backdrop-filter"?: import("csstype").Property.BackdropFilter | undefined;
9520
+ "backface-visibility"?: import("csstype").Property.BackfaceVisibility | undefined;
9521
+ "background-attachment"?: import("csstype").Property.BackgroundAttachment | undefined;
9522
+ "background-blend-mode"?: import("csstype").Property.BackgroundBlendMode | undefined;
9523
+ "background-clip"?: import("csstype").Property.BackgroundClip | undefined;
9524
+ "background-color"?: import("csstype").Property.BackgroundColor | undefined;
9525
+ "background-image"?: import("csstype").Property.BackgroundImage | undefined;
9526
+ "background-origin"?: import("csstype").Property.BackgroundOrigin | undefined;
9527
+ "background-position-x"?: import("csstype").Property.BackgroundPositionX<string | number> | undefined;
9528
+ "background-position-y"?: import("csstype").Property.BackgroundPositionY<string | number> | undefined;
9529
+ "background-repeat"?: import("csstype").Property.BackgroundRepeat | undefined;
9530
+ "background-size"?: import("csstype").Property.BackgroundSize<string | number> | undefined;
9531
+ "baseline-shift"?: import("csstype").Property.BaselineShift<string | number> | undefined;
9532
+ "block-size"?: import("csstype").Property.BlockSize<string | number> | undefined;
9533
+ "border-block-end-color"?: import("csstype").Property.BorderBlockEndColor | undefined;
9534
+ "border-block-end-style"?: import("csstype").Property.BorderBlockEndStyle | undefined;
9535
+ "border-block-end-width"?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
9536
+ "border-block-start-color"?: import("csstype").Property.BorderBlockStartColor | undefined;
9537
+ "border-block-start-style"?: import("csstype").Property.BorderBlockStartStyle | undefined;
9538
+ "border-block-start-width"?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
9539
+ "border-bottom-color"?: import("csstype").Property.BorderBottomColor | undefined;
9540
+ "border-bottom-left-radius"?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
9541
+ "border-bottom-right-radius"?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
9542
+ "border-bottom-style"?: import("csstype").Property.BorderBottomStyle | undefined;
9543
+ "border-bottom-width"?: import("csstype").Property.BorderBottomWidth<string | number> | undefined;
9544
+ "border-collapse"?: import("csstype").Property.BorderCollapse | undefined;
9545
+ "border-end-end-radius"?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
9546
+ "border-end-start-radius"?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
9547
+ "border-image-outset"?: import("csstype").Property.BorderImageOutset<string | number> | undefined;
9548
+ "border-image-repeat"?: import("csstype").Property.BorderImageRepeat | undefined;
9549
+ "border-image-slice"?: import("csstype").Property.BorderImageSlice | undefined;
9550
+ "border-image-source"?: import("csstype").Property.BorderImageSource | undefined;
9551
+ "border-image-width"?: import("csstype").Property.BorderImageWidth<string | number> | undefined;
9552
+ "border-inline-end-color"?: import("csstype").Property.BorderInlineEndColor | undefined;
9553
+ "border-inline-end-style"?: import("csstype").Property.BorderInlineEndStyle | undefined;
9554
+ "border-inline-end-width"?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
9555
+ "border-inline-start-color"?: import("csstype").Property.BorderInlineStartColor | undefined;
9556
+ "border-inline-start-style"?: import("csstype").Property.BorderInlineStartStyle | undefined;
9557
+ "border-inline-start-width"?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
9558
+ "border-left-color"?: import("csstype").Property.BorderLeftColor | undefined;
9559
+ "border-left-style"?: import("csstype").Property.BorderLeftStyle | undefined;
9560
+ "border-left-width"?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
9561
+ "border-right-color"?: import("csstype").Property.BorderRightColor | undefined;
9562
+ "border-right-style"?: import("csstype").Property.BorderRightStyle | undefined;
9563
+ "border-right-width"?: import("csstype").Property.BorderRightWidth<string | number> | undefined;
9564
+ "border-spacing"?: import("csstype").Property.BorderSpacing<string | number> | undefined;
9565
+ "border-start-end-radius"?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
9566
+ "border-start-start-radius"?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
9567
+ "border-top-color"?: import("csstype").Property.BorderTopColor | undefined;
9568
+ "border-top-left-radius"?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
9569
+ "border-top-right-radius"?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
9570
+ "border-top-style"?: import("csstype").Property.BorderTopStyle | undefined;
9571
+ "border-top-width"?: import("csstype").Property.BorderTopWidth<string | number> | undefined;
9572
+ "box-decoration-break"?: import("csstype").Property.BoxDecorationBreak | undefined;
9573
+ "box-shadow"?: import("csstype").Property.BoxShadow | undefined;
9574
+ "box-sizing"?: import("csstype").Property.BoxSizing | undefined;
9575
+ "break-after"?: import("csstype").Property.BreakAfter | undefined;
9576
+ "break-before"?: import("csstype").Property.BreakBefore | undefined;
9577
+ "break-inside"?: import("csstype").Property.BreakInside | undefined;
9578
+ "caption-side"?: import("csstype").Property.CaptionSide | undefined;
9579
+ "caret-color"?: import("csstype").Property.CaretColor | undefined;
9580
+ "caret-shape"?: import("csstype").Property.CaretShape | undefined;
9581
+ "clip-path"?: import("csstype").Property.ClipPath | undefined;
9582
+ "clip-rule"?: import("csstype").Property.ClipRule | undefined;
9583
+ "color-adjust"?: import("csstype").Property.PrintColorAdjust | undefined;
9584
+ "color-interpolation-filters"?: import("csstype").Property.ColorInterpolationFilters | undefined;
9585
+ "color-scheme"?: import("csstype").Property.ColorScheme | undefined;
9586
+ "column-count"?: import("csstype").Property.ColumnCount | undefined;
9587
+ "column-fill"?: import("csstype").Property.ColumnFill | undefined;
9588
+ "column-gap"?: import("csstype").Property.ColumnGap<string | number> | undefined;
9589
+ "column-rule-color"?: import("csstype").Property.ColumnRuleColor | undefined;
9590
+ "column-rule-style"?: import("csstype").Property.ColumnRuleStyle | undefined;
9591
+ "column-rule-width"?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
9592
+ "column-span"?: import("csstype").Property.ColumnSpan | undefined;
9593
+ "column-width"?: import("csstype").Property.ColumnWidth<string | number> | undefined;
9594
+ "contain-intrinsic-block-size"?: import("csstype").Property.ContainIntrinsicBlockSize<string | number> | undefined;
9595
+ "contain-intrinsic-height"?: import("csstype").Property.ContainIntrinsicHeight<string | number> | undefined;
9596
+ "contain-intrinsic-inline-size"?: import("csstype").Property.ContainIntrinsicInlineSize<string | number> | undefined;
9597
+ "contain-intrinsic-width"?: import("csstype").Property.ContainIntrinsicWidth<string | number> | undefined;
9598
+ "container-name"?: import("csstype").Property.ContainerName | undefined;
9599
+ "container-type"?: import("csstype").Property.ContainerType | undefined;
9600
+ "content-visibility"?: import("csstype").Property.ContentVisibility | undefined;
9601
+ "counter-increment"?: import("csstype").Property.CounterIncrement | undefined;
9602
+ "counter-reset"?: import("csstype").Property.CounterReset | undefined;
9603
+ "counter-set"?: import("csstype").Property.CounterSet | undefined;
9604
+ "dominant-baseline"?: import("csstype").Property.DominantBaseline | undefined;
9605
+ "empty-cells"?: import("csstype").Property.EmptyCells | undefined;
9606
+ "field-sizing"?: import("csstype").Property.FieldSizing | undefined;
9607
+ "fill-opacity"?: import("csstype").Property.FillOpacity | undefined;
9608
+ "fill-rule"?: import("csstype").Property.FillRule | undefined;
9609
+ "flex-basis"?: import("csstype").Property.FlexBasis<string | number> | undefined;
9610
+ "flex-direction"?: import("csstype").Property.FlexDirection | undefined;
9611
+ "flex-grow"?: import("csstype").Property.FlexGrow | undefined;
9612
+ "flex-shrink"?: import("csstype").Property.FlexShrink | undefined;
9613
+ "flex-wrap"?: import("csstype").Property.FlexWrap | undefined;
9614
+ "flood-color"?: import("csstype").Property.FloodColor | undefined;
9615
+ "flood-opacity"?: import("csstype").Property.FloodOpacity | undefined;
9616
+ "font-family"?: import("csstype").Property.FontFamily | undefined;
9617
+ "font-feature-settings"?: import("csstype").Property.FontFeatureSettings | undefined;
9618
+ "font-kerning"?: import("csstype").Property.FontKerning | undefined;
9619
+ "font-language-override"?: import("csstype").Property.FontLanguageOverride | undefined;
9620
+ "font-optical-sizing"?: import("csstype").Property.FontOpticalSizing | undefined;
9621
+ "font-palette"?: import("csstype").Property.FontPalette | undefined;
9622
+ "font-size"?: import("csstype").Property.FontSize<string | number> | undefined;
9623
+ "font-size-adjust"?: import("csstype").Property.FontSizeAdjust | undefined;
9624
+ "font-smooth"?: import("csstype").Property.FontSmooth<string | number> | undefined;
9625
+ "font-style"?: import("csstype").Property.FontStyle | undefined;
9626
+ "font-synthesis"?: import("csstype").Property.FontSynthesis | undefined;
9627
+ "font-synthesis-position"?: import("csstype").Property.FontSynthesisPosition | undefined;
9628
+ "font-synthesis-small-caps"?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
9629
+ "font-synthesis-style"?: import("csstype").Property.FontSynthesisStyle | undefined;
9630
+ "font-synthesis-weight"?: import("csstype").Property.FontSynthesisWeight | undefined;
9631
+ "font-variant"?: import("csstype").Property.FontVariant | undefined;
9632
+ "font-variant-alternates"?: import("csstype").Property.FontVariantAlternates | undefined;
9633
+ "font-variant-caps"?: import("csstype").Property.FontVariantCaps | undefined;
9634
+ "font-variant-east-asian"?: import("csstype").Property.FontVariantEastAsian | undefined;
9635
+ "font-variant-emoji"?: import("csstype").Property.FontVariantEmoji | undefined;
9636
+ "font-variant-ligatures"?: import("csstype").Property.FontVariantLigatures | undefined;
9637
+ "font-variant-numeric"?: import("csstype").Property.FontVariantNumeric | undefined;
9638
+ "font-variant-position"?: import("csstype").Property.FontVariantPosition | undefined;
9639
+ "font-variation-settings"?: import("csstype").Property.FontVariationSettings | undefined;
9640
+ "font-weight"?: import("csstype").Property.FontWeight | undefined;
9641
+ "font-width"?: import("csstype").Property.FontWidth | undefined;
9642
+ "forced-color-adjust"?: import("csstype").Property.ForcedColorAdjust | undefined;
9643
+ "grid-auto-columns"?: import("csstype").Property.GridAutoColumns<string | number> | undefined;
9644
+ "grid-auto-flow"?: import("csstype").Property.GridAutoFlow | undefined;
9645
+ "grid-auto-rows"?: import("csstype").Property.GridAutoRows<string | number> | undefined;
9646
+ "grid-column-end"?: import("csstype").Property.GridColumnEnd | undefined;
9647
+ "grid-column-start"?: import("csstype").Property.GridColumnStart | undefined;
9648
+ "grid-row-end"?: import("csstype").Property.GridRowEnd | undefined;
9649
+ "grid-row-start"?: import("csstype").Property.GridRowStart | undefined;
9650
+ "grid-template-areas"?: import("csstype").Property.GridTemplateAreas | undefined;
9651
+ "grid-template-columns"?: import("csstype").Property.GridTemplateColumns<string | number> | undefined;
9652
+ "grid-template-rows"?: import("csstype").Property.GridTemplateRows<string | number> | undefined;
9653
+ "hanging-punctuation"?: import("csstype").Property.HangingPunctuation | undefined;
9654
+ "hyphenate-character"?: import("csstype").Property.HyphenateCharacter | undefined;
9655
+ "hyphenate-limit-chars"?: import("csstype").Property.HyphenateLimitChars | undefined;
9656
+ "image-orientation"?: import("csstype").Property.ImageOrientation | undefined;
9657
+ "image-rendering"?: import("csstype").Property.ImageRendering | undefined;
9658
+ "image-resolution"?: import("csstype").Property.ImageResolution | undefined;
9659
+ "initial-letter"?: import("csstype").Property.InitialLetter | undefined;
9660
+ "initial-letter-align"?: import("csstype").Property.InitialLetterAlign | undefined;
9661
+ "inline-size"?: import("csstype").Property.InlineSize<string | number> | undefined;
9662
+ "inset-block-end"?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
9663
+ "inset-block-start"?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
9664
+ "inset-inline-end"?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
9665
+ "inset-inline-start"?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
9666
+ "interpolate-size"?: import("csstype").Property.InterpolateSize | undefined;
9667
+ "justify-content"?: import("csstype").Property.JustifyContent | undefined;
9668
+ "justify-items"?: import("csstype").Property.JustifyItems | undefined;
9669
+ "justify-self"?: import("csstype").Property.JustifySelf | undefined;
9670
+ "justify-tracks"?: import("csstype").Property.JustifyTracks | undefined;
9671
+ "letter-spacing"?: import("csstype").Property.LetterSpacing<string | number> | undefined;
9672
+ "lighting-color"?: import("csstype").Property.LightingColor | undefined;
9673
+ "line-break"?: import("csstype").Property.LineBreak | undefined;
9674
+ "line-height"?: import("csstype").Property.LineHeight<string | number> | undefined;
9675
+ "line-height-step"?: import("csstype").Property.LineHeightStep<string | number> | undefined;
9676
+ "list-style-image"?: import("csstype").Property.ListStyleImage | undefined;
9677
+ "list-style-position"?: import("csstype").Property.ListStylePosition | undefined;
9678
+ "list-style-type"?: import("csstype").Property.ListStyleType | undefined;
9679
+ "margin-block-end"?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
9680
+ "margin-block-start"?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
9681
+ "margin-bottom"?: import("csstype").Property.MarginBottom<string | number> | undefined;
9682
+ "margin-inline-end"?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
9683
+ "margin-inline-start"?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
9684
+ "margin-left"?: import("csstype").Property.MarginLeft<string | number> | undefined;
9685
+ "margin-right"?: import("csstype").Property.MarginRight<string | number> | undefined;
9686
+ "margin-top"?: import("csstype").Property.MarginTop<string | number> | undefined;
9687
+ "margin-trim"?: import("csstype").Property.MarginTrim | undefined;
9688
+ "marker-end"?: import("csstype").Property.MarkerEnd | undefined;
9689
+ "marker-mid"?: import("csstype").Property.MarkerMid | undefined;
9690
+ "marker-start"?: import("csstype").Property.MarkerStart | undefined;
9691
+ "mask-border-mode"?: import("csstype").Property.MaskBorderMode | undefined;
9692
+ "mask-border-outset"?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
9693
+ "mask-border-repeat"?: import("csstype").Property.MaskBorderRepeat | undefined;
9694
+ "mask-border-slice"?: import("csstype").Property.MaskBorderSlice | undefined;
9695
+ "mask-border-source"?: import("csstype").Property.MaskBorderSource | undefined;
9696
+ "mask-border-width"?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
9697
+ "mask-clip"?: import("csstype").Property.MaskClip | undefined;
9698
+ "mask-composite"?: import("csstype").Property.MaskComposite | undefined;
9699
+ "mask-image"?: import("csstype").Property.MaskImage | undefined;
9700
+ "mask-mode"?: import("csstype").Property.MaskMode | undefined;
9701
+ "mask-origin"?: import("csstype").Property.MaskOrigin | undefined;
9702
+ "mask-position"?: import("csstype").Property.MaskPosition<string | number> | undefined;
9703
+ "mask-repeat"?: import("csstype").Property.MaskRepeat | undefined;
9704
+ "mask-size"?: import("csstype").Property.MaskSize<string | number> | undefined;
9705
+ "mask-type"?: import("csstype").Property.MaskType | undefined;
9706
+ "masonry-auto-flow"?: import("csstype").Property.MasonryAutoFlow | undefined;
9707
+ "math-depth"?: import("csstype").Property.MathDepth | undefined;
9708
+ "math-shift"?: import("csstype").Property.MathShift | undefined;
9709
+ "math-style"?: import("csstype").Property.MathStyle | undefined;
9710
+ "max-block-size"?: import("csstype").Property.MaxBlockSize<string | number> | undefined;
9711
+ "max-height"?: import("csstype").Property.MaxHeight<string | number> | undefined;
9712
+ "max-inline-size"?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
9713
+ "max-lines"?: import("csstype").Property.MaxLines | undefined;
9714
+ "max-width"?: import("csstype").Property.MaxWidth<string | number> | undefined;
9715
+ "min-block-size"?: import("csstype").Property.MinBlockSize<string | number> | undefined;
9716
+ "min-height"?: import("csstype").Property.MinHeight<string | number> | undefined;
9717
+ "min-inline-size"?: import("csstype").Property.MinInlineSize<string | number> | undefined;
9718
+ "min-width"?: import("csstype").Property.MinWidth<string | number> | undefined;
9719
+ "mix-blend-mode"?: import("csstype").Property.MixBlendMode | undefined;
9720
+ "motion-distance"?: import("csstype").Property.OffsetDistance<string | number> | undefined;
9721
+ "motion-path"?: import("csstype").Property.OffsetPath | undefined;
9722
+ "motion-rotation"?: import("csstype").Property.OffsetRotate | undefined;
9723
+ "object-fit"?: import("csstype").Property.ObjectFit | undefined;
9724
+ "object-position"?: import("csstype").Property.ObjectPosition<string | number> | undefined;
9725
+ "object-view-box"?: import("csstype").Property.ObjectViewBox | undefined;
9726
+ "offset-anchor"?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
9727
+ "offset-distance"?: import("csstype").Property.OffsetDistance<string | number> | undefined;
9728
+ "offset-path"?: import("csstype").Property.OffsetPath | undefined;
9729
+ "offset-position"?: import("csstype").Property.OffsetPosition<string | number> | undefined;
9730
+ "offset-rotate"?: import("csstype").Property.OffsetRotate | undefined;
9731
+ "offset-rotation"?: import("csstype").Property.OffsetRotate | undefined;
9732
+ "outline-color"?: import("csstype").Property.OutlineColor | undefined;
9733
+ "outline-offset"?: import("csstype").Property.OutlineOffset<string | number> | undefined;
9734
+ "outline-style"?: import("csstype").Property.OutlineStyle | undefined;
9735
+ "outline-width"?: import("csstype").Property.OutlineWidth<string | number> | undefined;
9736
+ "overflow-anchor"?: import("csstype").Property.OverflowAnchor | undefined;
9737
+ "overflow-block"?: import("csstype").Property.OverflowBlock | undefined;
9738
+ "overflow-clip-box"?: import("csstype").Property.OverflowClipBox | undefined;
9739
+ "overflow-clip-margin"?: import("csstype").Property.OverflowClipMargin<string | number> | undefined;
9740
+ "overflow-inline"?: import("csstype").Property.OverflowInline | undefined;
9741
+ "overflow-wrap"?: import("csstype").Property.OverflowWrap | undefined;
9742
+ "overflow-x"?: import("csstype").Property.OverflowX | undefined;
9743
+ "overflow-y"?: import("csstype").Property.OverflowY | undefined;
9744
+ "overscroll-behavior-block"?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
9745
+ "overscroll-behavior-inline"?: import("csstype").Property.OverscrollBehaviorInline | undefined;
9746
+ "overscroll-behavior-x"?: import("csstype").Property.OverscrollBehaviorX | undefined;
9747
+ "overscroll-behavior-y"?: import("csstype").Property.OverscrollBehaviorY | undefined;
9748
+ "padding-block-end"?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
9749
+ "padding-block-start"?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
9750
+ "padding-bottom"?: import("csstype").Property.PaddingBottom<string | number> | undefined;
9751
+ "padding-inline-end"?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
9752
+ "padding-inline-start"?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
9753
+ "padding-left"?: import("csstype").Property.PaddingLeft<string | number> | undefined;
9754
+ "padding-right"?: import("csstype").Property.PaddingRight<string | number> | undefined;
9755
+ "padding-top"?: import("csstype").Property.PaddingTop<string | number> | undefined;
9756
+ "paint-order"?: import("csstype").Property.PaintOrder | undefined;
9757
+ "perspective-origin"?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
9758
+ "pointer-events"?: import("csstype").Property.PointerEvents | undefined;
9759
+ "position-anchor"?: import("csstype").Property.PositionAnchor | undefined;
9760
+ "position-area"?: import("csstype").Property.PositionArea | undefined;
9761
+ "position-try-fallbacks"?: import("csstype").Property.PositionTryFallbacks | undefined;
9762
+ "position-try-order"?: import("csstype").Property.PositionTryOrder | undefined;
9763
+ "position-visibility"?: import("csstype").Property.PositionVisibility | undefined;
9764
+ "print-color-adjust"?: import("csstype").Property.PrintColorAdjust | undefined;
9765
+ "row-gap"?: import("csstype").Property.RowGap<string | number> | undefined;
9766
+ "ruby-align"?: import("csstype").Property.RubyAlign | undefined;
9767
+ "ruby-merge"?: import("csstype").Property.RubyMerge | undefined;
9768
+ "ruby-overhang"?: import("csstype").Property.RubyOverhang | undefined;
9769
+ "ruby-position"?: import("csstype").Property.RubyPosition | undefined;
9770
+ "scroll-behavior"?: import("csstype").Property.ScrollBehavior | undefined;
9771
+ "scroll-initial-target"?: import("csstype").Property.ScrollInitialTarget | undefined;
9772
+ "scroll-margin-block-end"?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
9773
+ "scroll-margin-block-start"?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
9774
+ "scroll-margin-bottom"?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
9775
+ "scroll-margin-inline-end"?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined;
9776
+ "scroll-margin-inline-start"?: import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined;
9777
+ "scroll-margin-left"?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
9778
+ "scroll-margin-right"?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
9779
+ "scroll-margin-top"?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
9780
+ "scroll-padding-block-end"?: import("csstype").Property.ScrollPaddingBlockEnd<string | number> | undefined;
9781
+ "scroll-padding-block-start"?: import("csstype").Property.ScrollPaddingBlockStart<string | number> | undefined;
9782
+ "scroll-padding-bottom"?: import("csstype").Property.ScrollPaddingBottom<string | number> | undefined;
9783
+ "scroll-padding-inline-end"?: import("csstype").Property.ScrollPaddingInlineEnd<string | number> | undefined;
9784
+ "scroll-padding-inline-start"?: import("csstype").Property.ScrollPaddingInlineStart<string | number> | undefined;
9785
+ "scroll-padding-left"?: import("csstype").Property.ScrollPaddingLeft<string | number> | undefined;
9786
+ "scroll-padding-right"?: import("csstype").Property.ScrollPaddingRight<string | number> | undefined;
9787
+ "scroll-padding-top"?: import("csstype").Property.ScrollPaddingTop<string | number> | undefined;
9788
+ "scroll-snap-align"?: import("csstype").Property.ScrollSnapAlign | undefined;
9789
+ "scroll-snap-margin-bottom"?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
9790
+ "scroll-snap-margin-left"?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
9791
+ "scroll-snap-margin-right"?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
9792
+ "scroll-snap-margin-top"?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
9793
+ "scroll-snap-stop"?: import("csstype").Property.ScrollSnapStop | undefined;
9794
+ "scroll-snap-type"?: import("csstype").Property.ScrollSnapType | undefined;
9795
+ "scroll-timeline-axis"?: import("csstype").Property.ScrollTimelineAxis | undefined;
9796
+ "scroll-timeline-name"?: import("csstype").Property.ScrollTimelineName | undefined;
9797
+ "scrollbar-color"?: import("csstype").Property.ScrollbarColor | undefined;
9798
+ "scrollbar-gutter"?: import("csstype").Property.ScrollbarGutter | undefined;
9799
+ "scrollbar-width"?: import("csstype").Property.ScrollbarWidth | undefined;
9800
+ "shape-image-threshold"?: import("csstype").Property.ShapeImageThreshold | undefined;
9801
+ "shape-margin"?: import("csstype").Property.ShapeMargin<string | number> | undefined;
9802
+ "shape-outside"?: import("csstype").Property.ShapeOutside | undefined;
9803
+ "shape-rendering"?: import("csstype").Property.ShapeRendering | undefined;
9804
+ "speak-as"?: import("csstype").Property.SpeakAs | undefined;
9805
+ "stop-color"?: import("csstype").Property.StopColor | undefined;
9806
+ "stop-opacity"?: import("csstype").Property.StopOpacity | undefined;
9807
+ "stroke-color"?: import("csstype").Property.StrokeColor | undefined;
9808
+ "stroke-dasharray"?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
9809
+ "stroke-dashoffset"?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
9810
+ "stroke-linecap"?: import("csstype").Property.StrokeLinecap | undefined;
9811
+ "stroke-linejoin"?: import("csstype").Property.StrokeLinejoin | undefined;
9812
+ "stroke-miterlimit"?: import("csstype").Property.StrokeMiterlimit | undefined;
9813
+ "stroke-opacity"?: import("csstype").Property.StrokeOpacity | undefined;
9814
+ "stroke-width"?: import("csstype").Property.StrokeWidth<string | number> | undefined;
9815
+ "tab-size"?: import("csstype").Property.TabSize<string | number> | undefined;
9816
+ "table-layout"?: import("csstype").Property.TableLayout | undefined;
9817
+ "text-align"?: import("csstype").Property.TextAlign | undefined;
9818
+ "text-align-last"?: import("csstype").Property.TextAlignLast | undefined;
9819
+ "text-anchor"?: import("csstype").Property.TextAnchor | undefined;
9820
+ "text-autospace"?: import("csstype").Property.TextAutospace | undefined;
9821
+ "text-box"?: import("csstype").Property.TextBox | undefined;
9822
+ "text-box-edge"?: import("csstype").Property.TextBoxEdge | undefined;
9823
+ "text-box-trim"?: import("csstype").Property.TextBoxTrim | undefined;
9824
+ "text-combine-upright"?: import("csstype").Property.TextCombineUpright | undefined;
9825
+ "text-decoration-color"?: import("csstype").Property.TextDecorationColor | undefined;
9826
+ "text-decoration-line"?: import("csstype").Property.TextDecorationLine | undefined;
9827
+ "text-decoration-skip"?: import("csstype").Property.TextDecorationSkip | undefined;
9828
+ "text-decoration-skip-ink"?: import("csstype").Property.TextDecorationSkipInk | undefined;
9829
+ "text-decoration-style"?: import("csstype").Property.TextDecorationStyle | undefined;
9830
+ "text-decoration-thickness"?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
9831
+ "text-emphasis-color"?: import("csstype").Property.TextEmphasisColor | undefined;
9832
+ "text-emphasis-position"?: import("csstype").Property.TextEmphasisPosition | undefined;
9833
+ "text-emphasis-style"?: import("csstype").Property.TextEmphasisStyle | undefined;
9834
+ "text-indent"?: import("csstype").Property.TextIndent<string | number> | undefined;
9835
+ "text-justify"?: import("csstype").Property.TextJustify | undefined;
9836
+ "text-orientation"?: import("csstype").Property.TextOrientation | undefined;
9837
+ "text-overflow"?: import("csstype").Property.TextOverflow | undefined;
9838
+ "text-rendering"?: import("csstype").Property.TextRendering | undefined;
9839
+ "text-shadow"?: import("csstype").Property.TextShadow | undefined;
9840
+ "text-size-adjust"?: import("csstype").Property.TextSizeAdjust | undefined;
9841
+ "text-spacing-trim"?: import("csstype").Property.TextSpacingTrim | undefined;
9842
+ "text-transform"?: import("csstype").Property.TextTransform | undefined;
9843
+ "text-underline-offset"?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
9844
+ "text-underline-position"?: import("csstype").Property.TextUnderlinePosition | undefined;
9845
+ "text-wrap-mode"?: import("csstype").Property.TextWrapMode | undefined;
9846
+ "text-wrap-style"?: import("csstype").Property.TextWrapStyle | undefined;
9847
+ "timeline-scope"?: import("csstype").Property.TimelineScope | undefined;
9848
+ "touch-action"?: import("csstype").Property.TouchAction | undefined;
9849
+ "transform-box"?: import("csstype").Property.TransformBox | undefined;
9850
+ "transform-origin"?: import("csstype").Property.TransformOrigin<string | number> | undefined;
9851
+ "transform-style"?: import("csstype").Property.TransformStyle | undefined;
9852
+ "transition-behavior"?: import("csstype").Property.TransitionBehavior | undefined;
9853
+ "transition-delay"?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
9854
+ "transition-duration"?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
9855
+ "transition-property"?: import("csstype").Property.TransitionProperty | undefined;
9856
+ "transition-timing-function"?: import("csstype").Property.TransitionTimingFunction | undefined;
9857
+ "unicode-bidi"?: import("csstype").Property.UnicodeBidi | undefined;
9858
+ "user-select"?: import("csstype").Property.UserSelect | undefined;
9859
+ "vector-effect"?: import("csstype").Property.VectorEffect | undefined;
9860
+ "vertical-align"?: import("csstype").Property.VerticalAlign<string | number> | undefined;
9861
+ "view-timeline-axis"?: import("csstype").Property.ViewTimelineAxis | undefined;
9862
+ "view-timeline-inset"?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
9863
+ "view-timeline-name"?: import("csstype").Property.ViewTimelineName | undefined;
9864
+ "view-transition-class"?: import("csstype").Property.ViewTransitionClass | undefined;
9865
+ "view-transition-name"?: import("csstype").Property.ViewTransitionName | undefined;
9866
+ "white-space"?: import("csstype").Property.WhiteSpace | undefined;
9867
+ "white-space-collapse"?: import("csstype").Property.WhiteSpaceCollapse | undefined;
9868
+ "will-change"?: import("csstype").Property.WillChange | undefined;
9869
+ "word-break"?: import("csstype").Property.WordBreak | undefined;
9870
+ "word-spacing"?: import("csstype").Property.WordSpacing<string | number> | undefined;
9871
+ "word-wrap"?: import("csstype").Property.WordWrap | undefined;
9872
+ "writing-mode"?: import("csstype").Property.WritingMode | undefined;
9873
+ "z-index"?: import("csstype").Property.ZIndex | undefined;
9874
+ "animation-range"?: import("csstype").Property.AnimationRange<string | number> | undefined;
9875
+ "background-position"?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
9876
+ "border-block"?: import("csstype").Property.BorderBlock<string | number> | undefined;
9877
+ "border-block-color"?: import("csstype").Property.BorderBlockColor | undefined;
9878
+ "border-block-end"?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
9879
+ "border-block-start"?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
9880
+ "border-block-style"?: import("csstype").Property.BorderBlockStyle | undefined;
9881
+ "border-block-width"?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
9882
+ "border-bottom"?: import("csstype").Property.BorderBottom<string | number> | undefined;
9883
+ "border-color"?: import("csstype").Property.BorderColor | undefined;
9884
+ "border-image"?: import("csstype").Property.BorderImage | undefined;
9885
+ "border-inline"?: import("csstype").Property.BorderInline<string | number> | undefined;
9886
+ "border-inline-color"?: import("csstype").Property.BorderInlineColor | undefined;
9887
+ "border-inline-end"?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
9888
+ "border-inline-start"?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
9889
+ "border-inline-style"?: import("csstype").Property.BorderInlineStyle | undefined;
9890
+ "border-inline-width"?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
9891
+ "border-left"?: import("csstype").Property.BorderLeft<string | number> | undefined;
9892
+ "border-radius"?: import("csstype").Property.BorderRadius<string | number> | undefined;
9893
+ "border-right"?: import("csstype").Property.BorderRight<string | number> | undefined;
9894
+ "border-style"?: import("csstype").Property.BorderStyle | undefined;
9895
+ "border-top"?: import("csstype").Property.BorderTop<string | number> | undefined;
9896
+ "border-width"?: import("csstype").Property.BorderWidth<string | number> | undefined;
9897
+ "column-rule"?: import("csstype").Property.ColumnRule<string | number> | undefined;
9898
+ "contain-intrinsic-size"?: import("csstype").Property.ContainIntrinsicSize<string | number> | undefined;
9899
+ "flex-flow"?: import("csstype").Property.FlexFlow | undefined;
9900
+ "grid-area"?: import("csstype").Property.GridArea | undefined;
9901
+ "grid-column"?: import("csstype").Property.GridColumn | undefined;
9902
+ "grid-row"?: import("csstype").Property.GridRow | undefined;
9903
+ "grid-template"?: import("csstype").Property.GridTemplate | undefined;
9904
+ "inset-block"?: import("csstype").Property.InsetBlock<string | number> | undefined;
9905
+ "inset-inline"?: import("csstype").Property.InsetInline<string | number> | undefined;
9906
+ "line-clamp"?: import("csstype").Property.LineClamp | undefined;
9907
+ "list-style"?: import("csstype").Property.ListStyle | undefined;
9908
+ "margin-block"?: import("csstype").Property.MarginBlock<string | number> | undefined;
9909
+ "margin-inline"?: import("csstype").Property.MarginInline<string | number> | undefined;
9910
+ "mask-border"?: import("csstype").Property.MaskBorder | undefined;
9911
+ "overscroll-behavior"?: import("csstype").Property.OverscrollBehavior | undefined;
9912
+ "padding-block"?: import("csstype").Property.PaddingBlock<string | number> | undefined;
9913
+ "padding-inline"?: import("csstype").Property.PaddingInline<string | number> | undefined;
9914
+ "place-content"?: import("csstype").Property.PlaceContent | undefined;
9915
+ "place-items"?: import("csstype").Property.PlaceItems | undefined;
9916
+ "place-self"?: import("csstype").Property.PlaceSelf | undefined;
9917
+ "position-try"?: import("csstype").Property.PositionTry | undefined;
9918
+ "scroll-margin"?: import("csstype").Property.ScrollMargin<string | number> | undefined;
9919
+ "scroll-margin-block"?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
9920
+ "scroll-margin-inline"?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
9921
+ "scroll-padding"?: import("csstype").Property.ScrollPadding<string | number> | undefined;
9922
+ "scroll-padding-block"?: import("csstype").Property.ScrollPaddingBlock<string | number> | undefined;
9923
+ "scroll-padding-inline"?: import("csstype").Property.ScrollPaddingInline<string | number> | undefined;
9924
+ "scroll-snap-margin"?: import("csstype").Property.ScrollMargin<string | number> | undefined;
9925
+ "scroll-timeline"?: import("csstype").Property.ScrollTimeline | undefined;
9926
+ "text-decoration"?: import("csstype").Property.TextDecoration<string | number> | undefined;
9927
+ "text-emphasis"?: import("csstype").Property.TextEmphasis | undefined;
9928
+ "text-wrap"?: import("csstype").Property.TextWrap | undefined;
9929
+ "view-timeline"?: import("csstype").Property.ViewTimeline | undefined;
9930
+ "-moz-animation-delay"?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
9931
+ "-moz-animation-direction"?: import("csstype").Property.AnimationDirection | undefined;
9932
+ "-moz-animation-duration"?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
9933
+ "-moz-animation-fill-mode"?: import("csstype").Property.AnimationFillMode | undefined;
9934
+ "-moz-animation-iteration-count"?: import("csstype").Property.AnimationIterationCount | undefined;
9935
+ "-moz-animation-name"?: import("csstype").Property.AnimationName | undefined;
9936
+ "-moz-animation-play-state"?: import("csstype").Property.AnimationPlayState | undefined;
9937
+ "-moz-animation-timing-function"?: import("csstype").Property.AnimationTimingFunction | undefined;
9938
+ "-moz-appearance"?: import("csstype").Property.MozAppearance | undefined;
9939
+ "-moz-backface-visibility"?: import("csstype").Property.BackfaceVisibility | undefined;
9940
+ "-moz-binding"?: import("csstype").Property.MozBinding | undefined;
9941
+ "-moz-border-bottom-colors"?: import("csstype").Property.MozBorderBottomColors | undefined;
9942
+ "-moz-border-end-color"?: import("csstype").Property.BorderInlineEndColor | undefined;
9943
+ "-moz-border-end-style"?: import("csstype").Property.BorderInlineEndStyle | undefined;
9944
+ "-moz-border-end-width"?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
9945
+ "-moz-border-left-colors"?: import("csstype").Property.MozBorderLeftColors | undefined;
9946
+ "-moz-border-right-colors"?: import("csstype").Property.MozBorderRightColors | undefined;
9947
+ "-moz-border-start-color"?: import("csstype").Property.BorderInlineStartColor | undefined;
9948
+ "-moz-border-start-style"?: import("csstype").Property.BorderInlineStartStyle | undefined;
9949
+ "-moz-border-top-colors"?: import("csstype").Property.MozBorderTopColors | undefined;
9950
+ "-moz-box-sizing"?: import("csstype").Property.BoxSizing | undefined;
9951
+ "-moz-column-rule-color"?: import("csstype").Property.ColumnRuleColor | undefined;
9952
+ "-moz-column-rule-style"?: import("csstype").Property.ColumnRuleStyle | undefined;
9953
+ "-moz-column-rule-width"?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
9954
+ "-moz-column-width"?: import("csstype").Property.ColumnWidth<string | number> | undefined;
9955
+ "-moz-context-properties"?: import("csstype").Property.MozContextProperties | undefined;
9956
+ "-moz-font-feature-settings"?: import("csstype").Property.FontFeatureSettings | undefined;
9957
+ "-moz-font-language-override"?: import("csstype").Property.FontLanguageOverride | undefined;
9958
+ "-moz-hyphens"?: import("csstype").Property.Hyphens | undefined;
9959
+ "-moz-margin-end"?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
9960
+ "-moz-margin-start"?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
9961
+ "-moz-orient"?: import("csstype").Property.MozOrient | undefined;
9962
+ "-moz-osx-font-smoothing"?: import("csstype").Property.FontSmooth<string | number> | undefined;
9963
+ "-moz-outline-radius-bottomleft"?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
9964
+ "-moz-outline-radius-bottomright"?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
9965
+ "-moz-outline-radius-topleft"?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
9966
+ "-moz-outline-radius-topright"?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
9967
+ "-moz-padding-end"?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
9968
+ "-moz-padding-start"?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
9969
+ "-moz-perspective"?: import("csstype").Property.Perspective<string | number> | undefined;
9970
+ "-moz-perspective-origin"?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
9971
+ "-moz-stack-sizing"?: import("csstype").Property.MozStackSizing | undefined;
9972
+ "-moz-tab-size"?: import("csstype").Property.TabSize<string | number> | undefined;
9973
+ "-moz-text-blink"?: import("csstype").Property.MozTextBlink | undefined;
9974
+ "-moz-text-size-adjust"?: import("csstype").Property.TextSizeAdjust | undefined;
9975
+ "-moz-transform"?: import("csstype").Property.Transform | undefined;
9976
+ "-moz-transform-origin"?: import("csstype").Property.TransformOrigin<string | number> | undefined;
9977
+ "-moz-transform-style"?: import("csstype").Property.TransformStyle | undefined;
9978
+ "-moz-user-modify"?: import("csstype").Property.MozUserModify | undefined;
9979
+ "-moz-user-select"?: import("csstype").Property.UserSelect | undefined;
9980
+ "-moz-window-dragging"?: import("csstype").Property.MozWindowDragging | undefined;
9981
+ "-moz-window-shadow"?: import("csstype").Property.MozWindowShadow | undefined;
9982
+ "-ms-accelerator"?: import("csstype").Property.MsAccelerator | undefined;
9983
+ "-ms-block-progression"?: import("csstype").Property.MsBlockProgression | undefined;
9984
+ "-ms-content-zoom-chaining"?: import("csstype").Property.MsContentZoomChaining | undefined;
9985
+ "-ms-content-zoom-limit-max"?: import("csstype").Property.MsContentZoomLimitMax | undefined;
9986
+ "-ms-content-zoom-limit-min"?: import("csstype").Property.MsContentZoomLimitMin | undefined;
9987
+ "-ms-content-zoom-snap-points"?: import("csstype").Property.MsContentZoomSnapPoints | undefined;
9988
+ "-ms-content-zoom-snap-type"?: import("csstype").Property.MsContentZoomSnapType | undefined;
9989
+ "-ms-content-zooming"?: import("csstype").Property.MsContentZooming | undefined;
9990
+ "-ms-filter"?: import("csstype").Property.MsFilter | undefined;
9991
+ "-ms-flex-direction"?: import("csstype").Property.FlexDirection | undefined;
9992
+ "-ms-flex-positive"?: import("csstype").Property.FlexGrow | undefined;
9993
+ "-ms-flow-from"?: import("csstype").Property.MsFlowFrom | undefined;
9994
+ "-ms-flow-into"?: import("csstype").Property.MsFlowInto | undefined;
9995
+ "-ms-grid-columns"?: import("csstype").Property.MsGridColumns<string | number> | undefined;
9996
+ "-ms-grid-rows"?: import("csstype").Property.MsGridRows<string | number> | undefined;
9997
+ "-ms-high-contrast-adjust"?: import("csstype").Property.MsHighContrastAdjust | undefined;
9998
+ "-ms-hyphenate-limit-chars"?: import("csstype").Property.MsHyphenateLimitChars | undefined;
9999
+ "-ms-hyphenate-limit-lines"?: import("csstype").Property.MsHyphenateLimitLines | undefined;
10000
+ "-ms-hyphenate-limit-zone"?: import("csstype").Property.MsHyphenateLimitZone<string | number> | undefined;
10001
+ "-ms-hyphens"?: import("csstype").Property.Hyphens | undefined;
10002
+ "-ms-ime-align"?: import("csstype").Property.MsImeAlign | undefined;
10003
+ "-ms-line-break"?: import("csstype").Property.LineBreak | undefined;
10004
+ "-ms-order"?: import("csstype").Property.Order | undefined;
10005
+ "-ms-overflow-style"?: import("csstype").Property.MsOverflowStyle | undefined;
10006
+ "-ms-overflow-x"?: import("csstype").Property.OverflowX | undefined;
10007
+ "-ms-overflow-y"?: import("csstype").Property.OverflowY | undefined;
10008
+ "-ms-scroll-chaining"?: import("csstype").Property.MsScrollChaining | undefined;
10009
+ "-ms-scroll-limit-x-max"?: import("csstype").Property.MsScrollLimitXMax<string | number> | undefined;
10010
+ "-ms-scroll-limit-x-min"?: import("csstype").Property.MsScrollLimitXMin<string | number> | undefined;
10011
+ "-ms-scroll-limit-y-max"?: import("csstype").Property.MsScrollLimitYMax<string | number> | undefined;
10012
+ "-ms-scroll-limit-y-min"?: import("csstype").Property.MsScrollLimitYMin<string | number> | undefined;
10013
+ "-ms-scroll-rails"?: import("csstype").Property.MsScrollRails | undefined;
10014
+ "-ms-scroll-snap-points-x"?: import("csstype").Property.MsScrollSnapPointsX | undefined;
10015
+ "-ms-scroll-snap-points-y"?: import("csstype").Property.MsScrollSnapPointsY | undefined;
10016
+ "-ms-scroll-snap-type"?: import("csstype").Property.MsScrollSnapType | undefined;
10017
+ "-ms-scroll-translation"?: import("csstype").Property.MsScrollTranslation | undefined;
10018
+ "-ms-scrollbar-3dlight-color"?: import("csstype").Property.MsScrollbar3dlightColor | undefined;
10019
+ "-ms-scrollbar-arrow-color"?: import("csstype").Property.MsScrollbarArrowColor | undefined;
10020
+ "-ms-scrollbar-base-color"?: import("csstype").Property.MsScrollbarBaseColor | undefined;
10021
+ "-ms-scrollbar-darkshadow-color"?: import("csstype").Property.MsScrollbarDarkshadowColor | undefined;
10022
+ "-ms-scrollbar-face-color"?: import("csstype").Property.MsScrollbarFaceColor | undefined;
10023
+ "-ms-scrollbar-highlight-color"?: import("csstype").Property.MsScrollbarHighlightColor | undefined;
10024
+ "-ms-scrollbar-shadow-color"?: import("csstype").Property.MsScrollbarShadowColor | undefined;
10025
+ "-ms-scrollbar-track-color"?: import("csstype").Property.MsScrollbarTrackColor | undefined;
10026
+ "-ms-text-autospace"?: import("csstype").Property.MsTextAutospace | undefined;
10027
+ "-ms-text-combine-horizontal"?: import("csstype").Property.TextCombineUpright | undefined;
10028
+ "-ms-text-overflow"?: import("csstype").Property.TextOverflow | undefined;
10029
+ "-ms-touch-action"?: import("csstype").Property.TouchAction | undefined;
10030
+ "-ms-touch-select"?: import("csstype").Property.MsTouchSelect | undefined;
10031
+ "-ms-transform"?: import("csstype").Property.Transform | undefined;
10032
+ "-ms-transform-origin"?: import("csstype").Property.TransformOrigin<string | number> | undefined;
10033
+ "-ms-transition-delay"?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
10034
+ "-ms-transition-duration"?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
10035
+ "-ms-transition-property"?: import("csstype").Property.TransitionProperty | undefined;
10036
+ "-ms-transition-timing-function"?: import("csstype").Property.TransitionTimingFunction | undefined;
10037
+ "-ms-user-select"?: import("csstype").Property.MsUserSelect | undefined;
10038
+ "-ms-word-break"?: import("csstype").Property.WordBreak | undefined;
10039
+ "-ms-wrap-flow"?: import("csstype").Property.MsWrapFlow | undefined;
10040
+ "-ms-wrap-margin"?: import("csstype").Property.MsWrapMargin<string | number> | undefined;
10041
+ "-ms-wrap-through"?: import("csstype").Property.MsWrapThrough | undefined;
10042
+ "-ms-writing-mode"?: import("csstype").Property.WritingMode | undefined;
10043
+ "-webkit-align-content"?: import("csstype").Property.AlignContent | undefined;
10044
+ "-webkit-align-items"?: import("csstype").Property.AlignItems | undefined;
10045
+ "-webkit-align-self"?: import("csstype").Property.AlignSelf | undefined;
10046
+ "-webkit-animation-delay"?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
10047
+ "-webkit-animation-direction"?: import("csstype").Property.AnimationDirection | undefined;
10048
+ "-webkit-animation-duration"?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
10049
+ "-webkit-animation-fill-mode"?: import("csstype").Property.AnimationFillMode | undefined;
10050
+ "-webkit-animation-iteration-count"?: import("csstype").Property.AnimationIterationCount | undefined;
10051
+ "-webkit-animation-name"?: import("csstype").Property.AnimationName | undefined;
10052
+ "-webkit-animation-play-state"?: import("csstype").Property.AnimationPlayState | undefined;
10053
+ "-webkit-animation-timing-function"?: import("csstype").Property.AnimationTimingFunction | undefined;
10054
+ "-webkit-appearance"?: import("csstype").Property.WebkitAppearance | undefined;
10055
+ "-webkit-backdrop-filter"?: import("csstype").Property.BackdropFilter | undefined;
10056
+ "-webkit-backface-visibility"?: import("csstype").Property.BackfaceVisibility | undefined;
10057
+ "-webkit-background-clip"?: import("csstype").Property.BackgroundClip | undefined;
10058
+ "-webkit-background-origin"?: import("csstype").Property.BackgroundOrigin | undefined;
10059
+ "-webkit-background-size"?: import("csstype").Property.BackgroundSize<string | number> | undefined;
10060
+ "-webkit-border-before-color"?: import("csstype").Property.WebkitBorderBeforeColor | undefined;
10061
+ "-webkit-border-before-style"?: import("csstype").Property.WebkitBorderBeforeStyle | undefined;
10062
+ "-webkit-border-before-width"?: import("csstype").Property.WebkitBorderBeforeWidth<string | number> | undefined;
10063
+ "-webkit-border-bottom-left-radius"?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
10064
+ "-webkit-border-bottom-right-radius"?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
10065
+ "-webkit-border-image-slice"?: import("csstype").Property.BorderImageSlice | undefined;
10066
+ "-webkit-border-top-left-radius"?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
10067
+ "-webkit-border-top-right-radius"?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
10068
+ "-webkit-box-decoration-break"?: import("csstype").Property.BoxDecorationBreak | undefined;
10069
+ "-webkit-box-reflect"?: import("csstype").Property.WebkitBoxReflect<string | number> | undefined;
10070
+ "-webkit-box-shadow"?: import("csstype").Property.BoxShadow | undefined;
10071
+ "-webkit-box-sizing"?: import("csstype").Property.BoxSizing | undefined;
10072
+ "-webkit-clip-path"?: import("csstype").Property.ClipPath | undefined;
10073
+ "-webkit-column-count"?: import("csstype").Property.ColumnCount | undefined;
10074
+ "-webkit-column-fill"?: import("csstype").Property.ColumnFill | undefined;
10075
+ "-webkit-column-rule-color"?: import("csstype").Property.ColumnRuleColor | undefined;
10076
+ "-webkit-column-rule-style"?: import("csstype").Property.ColumnRuleStyle | undefined;
10077
+ "-webkit-column-rule-width"?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
10078
+ "-webkit-column-span"?: import("csstype").Property.ColumnSpan | undefined;
10079
+ "-webkit-column-width"?: import("csstype").Property.ColumnWidth<string | number> | undefined;
10080
+ "-webkit-filter"?: import("csstype").Property.Filter | undefined;
10081
+ "-webkit-flex-basis"?: import("csstype").Property.FlexBasis<string | number> | undefined;
10082
+ "-webkit-flex-direction"?: import("csstype").Property.FlexDirection | undefined;
10083
+ "-webkit-flex-grow"?: import("csstype").Property.FlexGrow | undefined;
10084
+ "-webkit-flex-shrink"?: import("csstype").Property.FlexShrink | undefined;
10085
+ "-webkit-flex-wrap"?: import("csstype").Property.FlexWrap | undefined;
10086
+ "-webkit-font-feature-settings"?: import("csstype").Property.FontFeatureSettings | undefined;
10087
+ "-webkit-font-kerning"?: import("csstype").Property.FontKerning | undefined;
10088
+ "-webkit-font-smoothing"?: import("csstype").Property.FontSmooth<string | number> | undefined;
10089
+ "-webkit-font-variant-ligatures"?: import("csstype").Property.FontVariantLigatures | undefined;
10090
+ "-webkit-hyphenate-character"?: import("csstype").Property.HyphenateCharacter | undefined;
10091
+ "-webkit-hyphens"?: import("csstype").Property.Hyphens | undefined;
10092
+ "-webkit-initial-letter"?: import("csstype").Property.InitialLetter | undefined;
10093
+ "-webkit-justify-content"?: import("csstype").Property.JustifyContent | undefined;
10094
+ "-webkit-line-break"?: import("csstype").Property.LineBreak | undefined;
10095
+ "-webkit-line-clamp"?: import("csstype").Property.WebkitLineClamp | undefined;
10096
+ "-webkit-logical-height"?: import("csstype").Property.BlockSize<string | number> | undefined;
10097
+ "-webkit-logical-width"?: import("csstype").Property.InlineSize<string | number> | undefined;
10098
+ "-webkit-margin-end"?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
10099
+ "-webkit-margin-start"?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
10100
+ "-webkit-mask-attachment"?: import("csstype").Property.WebkitMaskAttachment | undefined;
10101
+ "-webkit-mask-box-image-outset"?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
10102
+ "-webkit-mask-box-image-repeat"?: import("csstype").Property.MaskBorderRepeat | undefined;
10103
+ "-webkit-mask-box-image-slice"?: import("csstype").Property.MaskBorderSlice | undefined;
10104
+ "-webkit-mask-box-image-source"?: import("csstype").Property.MaskBorderSource | undefined;
10105
+ "-webkit-mask-box-image-width"?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
10106
+ "-webkit-mask-clip"?: import("csstype").Property.WebkitMaskClip | undefined;
10107
+ "-webkit-mask-composite"?: import("csstype").Property.WebkitMaskComposite | undefined;
10108
+ "-webkit-mask-image"?: import("csstype").Property.WebkitMaskImage | undefined;
10109
+ "-webkit-mask-origin"?: import("csstype").Property.WebkitMaskOrigin | undefined;
10110
+ "-webkit-mask-position"?: import("csstype").Property.WebkitMaskPosition<string | number> | undefined;
10111
+ "-webkit-mask-position-x"?: import("csstype").Property.WebkitMaskPositionX<string | number> | undefined;
10112
+ "-webkit-mask-position-y"?: import("csstype").Property.WebkitMaskPositionY<string | number> | undefined;
10113
+ "-webkit-mask-repeat"?: import("csstype").Property.WebkitMaskRepeat | undefined;
10114
+ "-webkit-mask-repeat-x"?: import("csstype").Property.WebkitMaskRepeatX | undefined;
10115
+ "-webkit-mask-repeat-y"?: import("csstype").Property.WebkitMaskRepeatY | undefined;
10116
+ "-webkit-mask-size"?: import("csstype").Property.WebkitMaskSize<string | number> | undefined;
10117
+ "-webkit-max-inline-size"?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
10118
+ "-webkit-order"?: import("csstype").Property.Order | undefined;
10119
+ "-webkit-overflow-scrolling"?: import("csstype").Property.WebkitOverflowScrolling | undefined;
10120
+ "-webkit-padding-end"?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
10121
+ "-webkit-padding-start"?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
10122
+ "-webkit-perspective"?: import("csstype").Property.Perspective<string | number> | undefined;
10123
+ "-webkit-perspective-origin"?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
10124
+ "-webkit-print-color-adjust"?: import("csstype").Property.PrintColorAdjust | undefined;
10125
+ "-webkit-ruby-position"?: import("csstype").Property.RubyPosition | undefined;
10126
+ "-webkit-scroll-snap-type"?: import("csstype").Property.ScrollSnapType | undefined;
10127
+ "-webkit-shape-margin"?: import("csstype").Property.ShapeMargin<string | number> | undefined;
10128
+ "-webkit-tap-highlight-color"?: import("csstype").Property.WebkitTapHighlightColor | undefined;
10129
+ "-webkit-text-combine"?: import("csstype").Property.TextCombineUpright | undefined;
10130
+ "-webkit-text-decoration-color"?: import("csstype").Property.TextDecorationColor | undefined;
10131
+ "-webkit-text-decoration-line"?: import("csstype").Property.TextDecorationLine | undefined;
10132
+ "-webkit-text-decoration-skip"?: import("csstype").Property.TextDecorationSkip | undefined;
10133
+ "-webkit-text-decoration-style"?: import("csstype").Property.TextDecorationStyle | undefined;
10134
+ "-webkit-text-emphasis-color"?: import("csstype").Property.TextEmphasisColor | undefined;
10135
+ "-webkit-text-emphasis-position"?: import("csstype").Property.TextEmphasisPosition | undefined;
10136
+ "-webkit-text-emphasis-style"?: import("csstype").Property.TextEmphasisStyle | undefined;
10137
+ "-webkit-text-fill-color"?: import("csstype").Property.WebkitTextFillColor | undefined;
10138
+ "-webkit-text-orientation"?: import("csstype").Property.TextOrientation | undefined;
10139
+ "-webkit-text-size-adjust"?: import("csstype").Property.TextSizeAdjust | undefined;
10140
+ "-webkit-text-stroke-color"?: import("csstype").Property.WebkitTextStrokeColor | undefined;
10141
+ "-webkit-text-stroke-width"?: import("csstype").Property.WebkitTextStrokeWidth<string | number> | undefined;
10142
+ "-webkit-text-underline-position"?: import("csstype").Property.TextUnderlinePosition | undefined;
10143
+ "-webkit-touch-callout"?: import("csstype").Property.WebkitTouchCallout | undefined;
10144
+ "-webkit-transform"?: import("csstype").Property.Transform | undefined;
10145
+ "-webkit-transform-origin"?: import("csstype").Property.TransformOrigin<string | number> | undefined;
10146
+ "-webkit-transform-style"?: import("csstype").Property.TransformStyle | undefined;
10147
+ "-webkit-transition-delay"?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
10148
+ "-webkit-transition-duration"?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
10149
+ "-webkit-transition-property"?: import("csstype").Property.TransitionProperty | undefined;
10150
+ "-webkit-transition-timing-function"?: import("csstype").Property.TransitionTimingFunction | undefined;
10151
+ "-webkit-user-modify"?: import("csstype").Property.WebkitUserModify | undefined;
10152
+ "-webkit-user-select"?: import("csstype").Property.WebkitUserSelect | undefined;
10153
+ "-webkit-writing-mode"?: import("csstype").Property.WritingMode | undefined;
10154
+ "-moz-animation"?: import("csstype").Property.Animation<string & {}> | undefined;
10155
+ "-moz-border-image"?: import("csstype").Property.BorderImage | undefined;
10156
+ "-moz-column-rule"?: import("csstype").Property.ColumnRule<string | number> | undefined;
10157
+ "-moz-columns"?: import("csstype").Property.Columns<string | number> | undefined;
10158
+ "-moz-outline-radius"?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
10159
+ "-moz-transition"?: import("csstype").Property.Transition<string & {}> | undefined;
10160
+ "-ms-content-zoom-limit"?: import("csstype").Property.MsContentZoomLimit | undefined;
10161
+ "-ms-content-zoom-snap"?: import("csstype").Property.MsContentZoomSnap | undefined;
10162
+ "-ms-flex"?: import("csstype").Property.Flex<string | number> | undefined;
10163
+ "-ms-scroll-limit"?: import("csstype").Property.MsScrollLimit | undefined;
10164
+ "-ms-scroll-snap-x"?: import("csstype").Property.MsScrollSnapX | undefined;
10165
+ "-ms-scroll-snap-y"?: import("csstype").Property.MsScrollSnapY | undefined;
10166
+ "-ms-transition"?: import("csstype").Property.Transition<string & {}> | undefined;
10167
+ "-webkit-animation"?: import("csstype").Property.Animation<string & {}> | undefined;
10168
+ "-webkit-border-before"?: import("csstype").Property.WebkitBorderBefore<string | number> | undefined;
10169
+ "-webkit-border-image"?: import("csstype").Property.BorderImage | undefined;
10170
+ "-webkit-border-radius"?: import("csstype").Property.BorderRadius<string | number> | undefined;
10171
+ "-webkit-column-rule"?: import("csstype").Property.ColumnRule<string | number> | undefined;
10172
+ "-webkit-columns"?: import("csstype").Property.Columns<string | number> | undefined;
10173
+ "-webkit-flex"?: import("csstype").Property.Flex<string | number> | undefined;
10174
+ "-webkit-flex-flow"?: import("csstype").Property.FlexFlow | undefined;
10175
+ "-webkit-mask"?: import("csstype").Property.WebkitMask<string | number> | undefined;
10176
+ "-webkit-mask-box-image"?: import("csstype").Property.MaskBorder | undefined;
10177
+ "-webkit-text-emphasis"?: import("csstype").Property.TextEmphasis | undefined;
10178
+ "-webkit-text-stroke"?: import("csstype").Property.WebkitTextStroke<string | number> | undefined;
10179
+ "-webkit-transition"?: import("csstype").Property.Transition<string & {}> | undefined;
10180
+ "box-align"?: import("csstype").Property.BoxAlign | undefined;
10181
+ "box-direction"?: import("csstype").Property.BoxDirection | undefined;
10182
+ "box-flex"?: import("csstype").Property.BoxFlex | undefined;
10183
+ "box-flex-group"?: import("csstype").Property.BoxFlexGroup | undefined;
10184
+ "box-lines"?: import("csstype").Property.BoxLines | undefined;
10185
+ "box-ordinal-group"?: import("csstype").Property.BoxOrdinalGroup | undefined;
10186
+ "box-orient"?: import("csstype").Property.BoxOrient | undefined;
10187
+ "box-pack"?: import("csstype").Property.BoxPack | undefined;
10188
+ "font-stretch"?: import("csstype").Property.FontStretch | undefined;
10189
+ "grid-column-gap"?: import("csstype").Property.GridColumnGap<string | number> | undefined;
10190
+ "grid-gap"?: import("csstype").Property.GridGap<string | number> | undefined;
10191
+ "grid-row-gap"?: import("csstype").Property.GridRowGap<string | number> | undefined;
10192
+ "ime-mode"?: import("csstype").Property.ImeMode | undefined;
10193
+ "inset-area"?: import("csstype").Property.PositionArea | undefined;
10194
+ "offset-block"?: import("csstype").Property.InsetBlock<string | number> | undefined;
10195
+ "offset-block-end"?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
10196
+ "offset-block-start"?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
10197
+ "offset-inline"?: import("csstype").Property.InsetInline<string | number> | undefined;
10198
+ "offset-inline-end"?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
10199
+ "offset-inline-start"?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
10200
+ "page-break-after"?: import("csstype").Property.PageBreakAfter | undefined;
10201
+ "page-break-before"?: import("csstype").Property.PageBreakBefore | undefined;
10202
+ "page-break-inside"?: import("csstype").Property.PageBreakInside | undefined;
10203
+ "position-try-options"?: import("csstype").Property.PositionTryFallbacks | undefined;
10204
+ "scroll-snap-coordinate"?: import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined;
10205
+ "scroll-snap-destination"?: import("csstype").Property.ScrollSnapDestination<string | number> | undefined;
10206
+ "scroll-snap-points-x"?: import("csstype").Property.ScrollSnapPointsX | undefined;
10207
+ "scroll-snap-points-y"?: import("csstype").Property.ScrollSnapPointsY | undefined;
10208
+ "scroll-snap-type-x"?: import("csstype").Property.ScrollSnapTypeX | undefined;
10209
+ "scroll-snap-type-y"?: import("csstype").Property.ScrollSnapTypeY | undefined;
10210
+ "-khtml-box-align"?: import("csstype").Property.BoxAlign | undefined;
10211
+ "-khtml-box-direction"?: import("csstype").Property.BoxDirection | undefined;
10212
+ "-khtml-box-flex"?: import("csstype").Property.BoxFlex | undefined;
10213
+ "-khtml-box-flex-group"?: import("csstype").Property.BoxFlexGroup | undefined;
10214
+ "-khtml-box-lines"?: import("csstype").Property.BoxLines | undefined;
10215
+ "-khtml-box-ordinal-group"?: import("csstype").Property.BoxOrdinalGroup | undefined;
10216
+ "-khtml-box-orient"?: import("csstype").Property.BoxOrient | undefined;
10217
+ "-khtml-box-pack"?: import("csstype").Property.BoxPack | undefined;
10218
+ "-khtml-line-break"?: import("csstype").Property.LineBreak | undefined;
10219
+ "-khtml-opacity"?: import("csstype").Property.Opacity | undefined;
10220
+ "-khtml-user-select"?: import("csstype").Property.UserSelect | undefined;
10221
+ "-moz-background-clip"?: import("csstype").Property.BackgroundClip | undefined;
10222
+ "-moz-background-origin"?: import("csstype").Property.BackgroundOrigin | undefined;
10223
+ "-moz-background-size"?: import("csstype").Property.BackgroundSize<string | number> | undefined;
10224
+ "-moz-border-radius"?: import("csstype").Property.BorderRadius<string | number> | undefined;
10225
+ "-moz-border-radius-bottomleft"?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
10226
+ "-moz-border-radius-bottomright"?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
10227
+ "-moz-border-radius-topleft"?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
10228
+ "-moz-border-radius-topright"?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
10229
+ "-moz-box-align"?: import("csstype").Property.BoxAlign | undefined;
10230
+ "-moz-box-direction"?: import("csstype").Property.BoxDirection | undefined;
10231
+ "-moz-box-flex"?: import("csstype").Property.BoxFlex | undefined;
10232
+ "-moz-box-ordinal-group"?: import("csstype").Property.BoxOrdinalGroup | undefined;
10233
+ "-moz-box-orient"?: import("csstype").Property.BoxOrient | undefined;
10234
+ "-moz-box-pack"?: import("csstype").Property.BoxPack | undefined;
10235
+ "-moz-box-shadow"?: import("csstype").Property.BoxShadow | undefined;
10236
+ "-moz-column-count"?: import("csstype").Property.ColumnCount | undefined;
10237
+ "-moz-column-fill"?: import("csstype").Property.ColumnFill | undefined;
10238
+ "-moz-float-edge"?: import("csstype").Property.MozFloatEdge | undefined;
10239
+ "-moz-force-broken-image-icon"?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
10240
+ "-moz-opacity"?: import("csstype").Property.Opacity | undefined;
10241
+ "-moz-outline"?: import("csstype").Property.Outline<string | number> | undefined;
10242
+ "-moz-outline-color"?: import("csstype").Property.OutlineColor | undefined;
10243
+ "-moz-outline-style"?: import("csstype").Property.OutlineStyle | undefined;
10244
+ "-moz-outline-width"?: import("csstype").Property.OutlineWidth<string | number> | undefined;
10245
+ "-moz-text-align-last"?: import("csstype").Property.TextAlignLast | undefined;
10246
+ "-moz-text-decoration-color"?: import("csstype").Property.TextDecorationColor | undefined;
10247
+ "-moz-text-decoration-line"?: import("csstype").Property.TextDecorationLine | undefined;
10248
+ "-moz-text-decoration-style"?: import("csstype").Property.TextDecorationStyle | undefined;
10249
+ "-moz-transition-delay"?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
10250
+ "-moz-transition-duration"?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
10251
+ "-moz-transition-property"?: import("csstype").Property.TransitionProperty | undefined;
10252
+ "-moz-transition-timing-function"?: import("csstype").Property.TransitionTimingFunction | undefined;
10253
+ "-moz-user-focus"?: import("csstype").Property.MozUserFocus | undefined;
10254
+ "-moz-user-input"?: import("csstype").Property.MozUserInput | undefined;
10255
+ "-ms-ime-mode"?: import("csstype").Property.ImeMode | undefined;
10256
+ "-o-animation"?: import("csstype").Property.Animation<string & {}> | undefined;
10257
+ "-o-animation-delay"?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
10258
+ "-o-animation-direction"?: import("csstype").Property.AnimationDirection | undefined;
10259
+ "-o-animation-duration"?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
10260
+ "-o-animation-fill-mode"?: import("csstype").Property.AnimationFillMode | undefined;
10261
+ "-o-animation-iteration-count"?: import("csstype").Property.AnimationIterationCount | undefined;
10262
+ "-o-animation-name"?: import("csstype").Property.AnimationName | undefined;
10263
+ "-o-animation-play-state"?: import("csstype").Property.AnimationPlayState | undefined;
10264
+ "-o-animation-timing-function"?: import("csstype").Property.AnimationTimingFunction | undefined;
10265
+ "-o-background-size"?: import("csstype").Property.BackgroundSize<string | number> | undefined;
10266
+ "-o-border-image"?: import("csstype").Property.BorderImage | undefined;
10267
+ "-o-object-fit"?: import("csstype").Property.ObjectFit | undefined;
10268
+ "-o-object-position"?: import("csstype").Property.ObjectPosition<string | number> | undefined;
10269
+ "-o-tab-size"?: import("csstype").Property.TabSize<string | number> | undefined;
10270
+ "-o-text-overflow"?: import("csstype").Property.TextOverflow | undefined;
10271
+ "-o-transform"?: import("csstype").Property.Transform | undefined;
10272
+ "-o-transform-origin"?: import("csstype").Property.TransformOrigin<string | number> | undefined;
10273
+ "-o-transition"?: import("csstype").Property.Transition<string & {}> | undefined;
10274
+ "-o-transition-delay"?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
10275
+ "-o-transition-duration"?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
10276
+ "-o-transition-property"?: import("csstype").Property.TransitionProperty | undefined;
10277
+ "-o-transition-timing-function"?: import("csstype").Property.TransitionTimingFunction | undefined;
10278
+ "-webkit-box-align"?: import("csstype").Property.BoxAlign | undefined;
10279
+ "-webkit-box-direction"?: import("csstype").Property.BoxDirection | undefined;
10280
+ "-webkit-box-flex"?: import("csstype").Property.BoxFlex | undefined;
10281
+ "-webkit-box-flex-group"?: import("csstype").Property.BoxFlexGroup | undefined;
10282
+ "-webkit-box-lines"?: import("csstype").Property.BoxLines | undefined;
10283
+ "-webkit-box-ordinal-group"?: import("csstype").Property.BoxOrdinalGroup | undefined;
10284
+ "-webkit-box-orient"?: import("csstype").Property.BoxOrient | undefined;
10285
+ "-webkit-box-pack"?: import("csstype").Property.BoxPack | undefined;
10286
+ "color-interpolation"?: import("csstype").Property.ColorInterpolation | undefined;
10287
+ "color-rendering"?: import("csstype").Property.ColorRendering | undefined;
10288
+ "glyph-orientation-vertical"?: import("csstype").Property.GlyphOrientationVertical | undefined;
10289
+ } | undefined;
10290
+ paddingPosition?: "content" | "list" | undefined;
6970
10291
  } | undefined;
6971
10292
  readonly loadMore: ((node: TreeNodeData) => Promise<void>) | undefined;
6972
10293
  readonly selectedKeys: (string | number)[] | undefined;
@@ -7024,8 +10345,12 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
7024
10345
  nodeTitle: import("vue").Slot<any> | undefined;
7025
10346
  nodeExtra: import("vue").Slot<any> | undefined;
7026
10347
  treeData: {
10348
+ [x: string]: unknown;
10349
+ [x: number]: unknown;
7027
10350
  key: TreeNodeKey;
7028
10351
  treeNodeProps: {
10352
+ [x: string]: unknown;
10353
+ [x: number]: unknown;
7029
10354
  selectable: boolean;
7030
10355
  disabled: boolean;
7031
10356
  disableCheckbox: boolean;
@@ -7037,14 +10362,9 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
7037
10362
  showLine: boolean;
7038
10363
  level: number;
7039
10364
  lineless: boolean[];
7040
- title?: string | undefined;
7041
- key?: string | number | undefined;
7042
- icon?: (() => import("vue").VNode) | undefined;
7043
- switcherIcon?: (() => import("vue").VNode) | undefined;
7044
- loadingIcon?: (() => import("vue").VNode) | undefined;
7045
- dragIcon?: (() => import("vue").VNode) | undefined;
7046
10365
  };
7047
10366
  treeNodeData: {
10367
+ [x: string]: unknown;
7048
10368
  key?: string | number | undefined;
7049
10369
  title?: string | undefined;
7050
10370
  selectable?: boolean | undefined;
@@ -7074,11 +10394,6 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
7074
10394
  showLine: boolean;
7075
10395
  level: number;
7076
10396
  lineless: boolean[];
7077
- title?: string | undefined;
7078
- icon?: (() => import("vue").VNode) | undefined;
7079
- switcherIcon?: (() => import("vue").VNode) | undefined;
7080
- loadingIcon?: (() => import("vue").VNode) | undefined;
7081
- dragIcon?: (() => import("vue").VNode) | undefined;
7082
10397
  }[];
7083
10398
  flattenTreeData: Node[];
7084
10399
  key2TreeNode: import("./interface").Key2TreeNode;
@@ -7101,7 +10416,33 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
7101
10416
  onDragLeave: (key: TreeNodeKey, e: DragEvent) => void;
7102
10417
  onDrop: (key: TreeNodeKey, dropPosition: number, e: DragEvent) => void;
7103
10418
  };
7104
- virtualListRef: import("vue").Ref<any, any>;
10419
+ virtualListRef: import("vue").Ref<{
10420
+ scrollToItem: (index: number, options?: import("vue-virtual-scroller").ScrollToOptions) => void;
10421
+ scrollToPosition: (position: number, options?: import("vue-virtual-scroller").ScrollToOptions) => void;
10422
+ findItemIndex: (offset: number) => number;
10423
+ getItemOffset: (index: number) => number;
10424
+ getItemSize: (index: number) => number;
10425
+ cacheSnapshot: () => import("vue-virtual-scroller").CacheSnapshot | undefined;
10426
+ restoreCache: (snapshot: import("vue-virtual-scroller").CacheSnapshot | null | undefined) => boolean;
10427
+ updateVisibleItems?: ((itemsChanged: boolean, checkPositionDiff?: boolean) => void) | undefined;
10428
+ scrollToBottom?: (() => void) | undefined;
10429
+ forceUpdate?: ((clear?: boolean) => void) | undefined;
10430
+ getDynamicItemSize?: ((item: unknown, index?: number) => number) | undefined;
10431
+ scrollTo: (options: import("../_components/virtual-list/interface").ScrollOptions) => void;
10432
+ } | null, VirtualListRef | {
10433
+ scrollToItem: (index: number, options?: import("vue-virtual-scroller").ScrollToOptions) => void;
10434
+ scrollToPosition: (position: number, options?: import("vue-virtual-scroller").ScrollToOptions) => void;
10435
+ findItemIndex: (offset: number) => number;
10436
+ getItemOffset: (index: number) => number;
10437
+ getItemSize: (index: number) => number;
10438
+ cacheSnapshot: () => import("vue-virtual-scroller").CacheSnapshot | undefined;
10439
+ restoreCache: (snapshot: import("vue-virtual-scroller").CacheSnapshot | null | undefined) => boolean;
10440
+ updateVisibleItems?: ((itemsChanged: boolean, checkPositionDiff?: boolean) => void) | undefined;
10441
+ scrollToBottom?: (() => void) | undefined;
10442
+ forceUpdate?: ((clear?: boolean) => void) | undefined;
10443
+ getDynamicItemSize?: ((item: unknown, index?: number) => number) | undefined;
10444
+ scrollTo: (options: import("../_components/virtual-list/interface").ScrollOptions) => void;
10445
+ } | null>;
7105
10446
  computedSelectedKeys: import("vue").ComputedRef<TreeNodeKey[]>;
7106
10447
  computedExpandedKeys: import("vue").ComputedRef<TreeNodeKey[]>;
7107
10448
  computedCheckedKeys: import("vue").ComputedRef<TreeNodeKey[]>;
@@ -7397,15 +10738,177 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
7397
10738
  itemClass: {
7398
10739
  type: PropType<import("vue-virtual-scroller").ClassValue>;
7399
10740
  };
10741
+ threshold: {
10742
+ type: NumberConstructor;
10743
+ default: number;
10744
+ };
10745
+ fixedSize: {
10746
+ type: BooleanConstructor;
10747
+ default: boolean;
10748
+ };
10749
+ estimatedSize: {
10750
+ type: NumberConstructor;
10751
+ default: undefined;
10752
+ };
10753
+ component: {
10754
+ type: PropType<keyof HTMLElementTagNameMap | Record<string, unknown>>;
10755
+ default: undefined;
10756
+ };
10757
+ listAttrs: {
10758
+ type: PropType<Record<string, unknown> | undefined>;
10759
+ default: undefined;
10760
+ };
10761
+ contentWrapperAttrs: {
10762
+ type: PropType<Record<string, unknown> | undefined>;
10763
+ default: undefined;
10764
+ };
10765
+ contentAttrs: {
10766
+ type: PropType<Record<string, unknown> | undefined>;
10767
+ default: undefined;
10768
+ };
10769
+ listStyle: {
10770
+ type: PropType<import("vue").CSSProperties | undefined>;
10771
+ default: undefined;
10772
+ };
10773
+ paddingPosition: {
10774
+ type: PropType<"content" | "list">;
10775
+ default: string;
10776
+ };
7400
10777
  scrollbar: {
7401
10778
  type: PropType<boolean | import("..").ScrollbarProps>;
7402
10779
  default: boolean;
7403
10780
  };
7404
10781
  }>, {
7405
10782
  prefixCls: string;
10783
+ props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
10784
+ items: {
10785
+ type: PropType<unknown[]>;
10786
+ default: () => never[];
10787
+ };
10788
+ height: {
10789
+ type: PropType<number | string>;
10790
+ default: undefined;
10791
+ };
10792
+ keyField: {
10793
+ type: PropType<import("vue-virtual-scroller").KeyFieldValue<any>>;
10794
+ default: string;
10795
+ };
10796
+ direction: {
10797
+ type: PropType<import("vue-virtual-scroller").ScrollDirection>;
10798
+ default: string;
10799
+ };
10800
+ listTag: {
10801
+ type: StringConstructor;
10802
+ default: string;
10803
+ };
10804
+ itemTag: {
10805
+ type: StringConstructor;
10806
+ default: string;
10807
+ };
10808
+ itemSize: {
10809
+ type: PropType<import("vue-virtual-scroller").ItemSizeValue<any>>;
10810
+ default: undefined;
10811
+ };
10812
+ gridItems: NumberConstructor;
10813
+ itemSecondarySize: NumberConstructor;
10814
+ minItemSize: {
10815
+ type: PropType<number | string | null>;
10816
+ default: undefined;
10817
+ };
10818
+ sizeField: StringConstructor;
10819
+ typeField: StringConstructor;
10820
+ buffer: NumberConstructor;
10821
+ shift: BooleanConstructor;
10822
+ cache: PropType<import("vue-virtual-scroller").CacheSnapshot>;
10823
+ prerender: NumberConstructor;
10824
+ emitUpdate: BooleanConstructor;
10825
+ disableTransform: BooleanConstructor;
10826
+ flowMode: BooleanConstructor;
10827
+ hiddenPosition: NumberConstructor;
10828
+ updateInterval: NumberConstructor;
10829
+ skipHover: BooleanConstructor;
10830
+ enabled: {
10831
+ type: BooleanConstructor;
10832
+ default: boolean;
10833
+ };
10834
+ listClass: {
10835
+ type: PropType<import("vue-virtual-scroller").ClassValue>;
10836
+ };
10837
+ itemClass: {
10838
+ type: PropType<import("vue-virtual-scroller").ClassValue>;
10839
+ };
10840
+ threshold: {
10841
+ type: NumberConstructor;
10842
+ default: number;
10843
+ };
10844
+ fixedSize: {
10845
+ type: BooleanConstructor;
10846
+ default: boolean;
10847
+ };
10848
+ estimatedSize: {
10849
+ type: NumberConstructor;
10850
+ default: undefined;
10851
+ };
10852
+ component: {
10853
+ type: PropType<keyof HTMLElementTagNameMap | Record<string, unknown>>;
10854
+ default: undefined;
10855
+ };
10856
+ listAttrs: {
10857
+ type: PropType<Record<string, unknown> | undefined>;
10858
+ default: undefined;
10859
+ };
10860
+ contentWrapperAttrs: {
10861
+ type: PropType<Record<string, unknown> | undefined>;
10862
+ default: undefined;
10863
+ };
10864
+ contentAttrs: {
10865
+ type: PropType<Record<string, unknown> | undefined>;
10866
+ default: undefined;
10867
+ };
10868
+ listStyle: {
10869
+ type: PropType<import("vue").CSSProperties | undefined>;
10870
+ default: undefined;
10871
+ };
10872
+ paddingPosition: {
10873
+ type: PropType<"content" | "list">;
10874
+ default: string;
10875
+ };
10876
+ scrollbar: {
10877
+ type: PropType<boolean | import("..").ScrollbarProps>;
10878
+ default: boolean;
10879
+ };
10880
+ }>> & Readonly<{
10881
+ onResize?: (() => any) | undefined;
10882
+ onScroll?: ((_ev: Event) => any) | undefined;
10883
+ onVisible?: (() => any) | undefined;
10884
+ onUpdate?: ((_startIndex: number, _endIndex: number, _visibleStartIndex: number, _visibleEndIndex: number) => any) | undefined;
10885
+ onHidden?: (() => any) | undefined;
10886
+ onReachBottom?: ((_ev: Event) => any) | undefined;
10887
+ onScrollStart?: (() => any) | undefined;
10888
+ onScrollEnd?: (() => any) | undefined;
10889
+ }> & {}>;
7406
10890
  hostClassNames: import("vue").ComputedRef<(string | undefined)[]>;
7407
10891
  scrollbarHostRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
7408
10892
  scrollerRef: import("vue").Ref<(import("vue-virtual-scroller").RecycleScrollerExposed<any, import("vue-virtual-scroller").KeyValue> | import("vue-virtual-scroller").DynamicScrollerExposed<any>) | undefined, (import("vue-virtual-scroller").RecycleScrollerExposed<any, import("vue-virtual-scroller").KeyValue> | import("vue-virtual-scroller").DynamicScrollerExposed<any>) | undefined>;
10893
+ viewportRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
10894
+ isCompatMode: import("vue").ComputedRef<boolean>;
10895
+ mergedCompatComponent: import("vue").ComputedRef<{
10896
+ container: string;
10897
+ list: string;
10898
+ content: string;
10899
+ item: string;
10900
+ }>;
10901
+ hasCompatContentWrapper: import("vue").ComputedRef<boolean>;
10902
+ compatViewportStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
10903
+ compatListStyle: import("vue").ComputedRef<import("vue").CSSProperties | undefined>;
10904
+ compatContentStyle: import("vue").ComputedRef<import("vue").CSSProperties | undefined>;
10905
+ compatContentWrapperStyle: import("vue").ComputedRef<import("vue").CSSProperties | undefined>;
10906
+ compatCurrentList: import("vue").ComputedRef<unknown[]>;
10907
+ compatStart: import("vue").ComputedRef<number>;
10908
+ getCompatItemKey: (item: unknown, index: number) => import("../_components/virtual-list/interface").VirtualItemKey;
10909
+ setCompatItemRef: (key: import("../_components/virtual-list/interface").VirtualItemKey, value: unknown) => void;
10910
+ getCompatContentStyle: (index: number) => import("vue").CSSProperties | undefined;
10911
+ onCompatScroll: (ev: Event) => void;
7409
10912
  currentScroller: import("vue").ComputedRef<import("vue").Component>;
7410
10913
  isDynamicScroller: import("vue").ComputedRef<boolean>;
7411
10914
  containerOuterStyle: import("vue").ComputedRef<{
@@ -7501,6 +11004,42 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
7501
11004
  itemClass: {
7502
11005
  type: PropType<import("vue-virtual-scroller").ClassValue>;
7503
11006
  };
11007
+ threshold: {
11008
+ type: NumberConstructor;
11009
+ default: number;
11010
+ };
11011
+ fixedSize: {
11012
+ type: BooleanConstructor;
11013
+ default: boolean;
11014
+ };
11015
+ estimatedSize: {
11016
+ type: NumberConstructor;
11017
+ default: undefined;
11018
+ };
11019
+ component: {
11020
+ type: PropType<keyof HTMLElementTagNameMap | Record<string, unknown>>;
11021
+ default: undefined;
11022
+ };
11023
+ listAttrs: {
11024
+ type: PropType<Record<string, unknown> | undefined>;
11025
+ default: undefined;
11026
+ };
11027
+ contentWrapperAttrs: {
11028
+ type: PropType<Record<string, unknown> | undefined>;
11029
+ default: undefined;
11030
+ };
11031
+ contentAttrs: {
11032
+ type: PropType<Record<string, unknown> | undefined>;
11033
+ default: undefined;
11034
+ };
11035
+ listStyle: {
11036
+ type: PropType<import("vue").CSSProperties | undefined>;
11037
+ default: undefined;
11038
+ };
11039
+ paddingPosition: {
11040
+ type: PropType<"content" | "list">;
11041
+ default: string;
11042
+ };
7504
11043
  scrollbar: {
7505
11044
  type: PropType<boolean | import("..").ScrollbarProps>;
7506
11045
  default: boolean;
@@ -7518,6 +11057,9 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
7518
11057
  shift: boolean;
7519
11058
  height: string | number;
7520
11059
  direction: import("vue-virtual-scroller").ScrollDirection;
11060
+ listStyle: import("vue").CSSProperties | undefined;
11061
+ fixedSize: boolean;
11062
+ estimatedSize: number;
7521
11063
  emitUpdate: boolean;
7522
11064
  disableTransform: boolean;
7523
11065
  flowMode: boolean;
@@ -7529,6 +11071,12 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
7529
11071
  itemSize: import("vue-virtual-scroller").ItemSizeValue<any>;
7530
11072
  minItemSize: string | number | null;
7531
11073
  enabled: boolean;
11074
+ threshold: number;
11075
+ component: Record<string, unknown> | keyof HTMLElementTagNameMap;
11076
+ listAttrs: Record<string, unknown> | undefined;
11077
+ contentWrapperAttrs: Record<string, unknown> | undefined;
11078
+ contentAttrs: Record<string, unknown> | undefined;
11079
+ paddingPosition: "content" | "list";
7532
11080
  scrollbar: boolean | import("..").ScrollbarProps;
7533
11081
  }, {}, {
7534
11082
  RecycleScroller: <TItem>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {