tttb 0.1.24

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 (235) hide show
  1. package/README.md +42 -0
  2. package/dist/_virtual/_plugin-vue_export-helper.js +9 -0
  3. package/dist/components/Button/index.js +6 -0
  4. package/dist/components/Button/index.vue.js +7 -0
  5. package/dist/components/Button/index.vue2.js +57 -0
  6. package/dist/components/Button/types.js +8 -0
  7. package/dist/components/Checkbox/index.js +6 -0
  8. package/dist/components/Checkbox/index.vue.js +7 -0
  9. package/dist/components/Checkbox/index.vue2.js +35 -0
  10. package/dist/components/Checkbox/types.js +7 -0
  11. package/dist/components/Dialog/DialogItem.vue.js +7 -0
  12. package/dist/components/Dialog/DialogItem.vue2.js +78 -0
  13. package/dist/components/Dialog/DialogPrompt.vue.js +7 -0
  14. package/dist/components/Dialog/DialogPrompt.vue2.js +63 -0
  15. package/dist/components/Dialog/index.js +6 -0
  16. package/dist/components/Dialog/index.vue.js +7 -0
  17. package/dist/components/Dialog/index.vue2.js +81 -0
  18. package/dist/components/Icon/index.js +6 -0
  19. package/dist/components/Icon/index.vue.js +43 -0
  20. package/dist/components/Icon/index.vue2.js +4 -0
  21. package/dist/components/Loading/index.js +6 -0
  22. package/dist/components/Loading/index.vue.js +7 -0
  23. package/dist/components/Loading/index.vue2.js +37 -0
  24. package/dist/components/Loading/types.js +7 -0
  25. package/dist/components/Message/index.js +6 -0
  26. package/dist/components/Message/index.vue.js +7 -0
  27. package/dist/components/Message/index.vue2.js +91 -0
  28. package/dist/components/Modal/index.js +6 -0
  29. package/dist/components/Modal/index.vue.js +7 -0
  30. package/dist/components/Modal/index.vue2.js +39 -0
  31. package/dist/components/Modal/types.js +7 -0
  32. package/dist/components/Nav/index.js +6 -0
  33. package/dist/components/Nav/index.vue.js +7 -0
  34. package/dist/components/Nav/index.vue2.js +95 -0
  35. package/dist/components/Pagination/index.js +6 -0
  36. package/dist/components/Pagination/index.vue.js +7 -0
  37. package/dist/components/Pagination/index.vue2.js +162 -0
  38. package/dist/components/Pagination/types.js +8 -0
  39. package/dist/components/Popconfirm/index.js +7 -0
  40. package/dist/components/Popconfirm/index.vue.js +92 -0
  41. package/dist/components/Popconfirm/index.vue3.js +5 -0
  42. package/dist/components/Popconfirm/types.js +14 -0
  43. package/dist/components/Popover/index.js +7 -0
  44. package/dist/components/Popover/index.vue.js +32 -0
  45. package/dist/components/Popover/index.vue3.js +5 -0
  46. package/dist/components/Progress/index.js +6 -0
  47. package/dist/components/Progress/index.vue.js +7 -0
  48. package/dist/components/Progress/index.vue2.js +38 -0
  49. package/dist/components/Progress/types.js +7 -0
  50. package/dist/components/RouterNav/index.js +6 -0
  51. package/dist/components/RouterNav/index.vue.js +33 -0
  52. package/dist/components/RouterNav/index.vue2.js +4 -0
  53. package/dist/components/Switch/index.js +6 -0
  54. package/dist/components/Switch/index.vue.js +7 -0
  55. package/dist/components/Switch/index.vue2.js +76 -0
  56. package/dist/components/Switch/types.js +6 -0
  57. package/dist/components/Table/index.js +6 -0
  58. package/dist/components/Table/index.vue.js +7 -0
  59. package/dist/components/Table/index.vue2.js +57 -0
  60. package/dist/components/Timer/index.js +6 -0
  61. package/dist/components/Timer/index.vue.js +31 -0
  62. package/dist/components/Timer/index.vue2.js +4 -0
  63. package/dist/components/Tooltip/TooltipContent.vue.js +33 -0
  64. package/dist/components/Tooltip/TooltipContent.vue2.js +4 -0
  65. package/dist/components/Tooltip/TooltipItem.vue.js +58 -0
  66. package/dist/components/Tooltip/TooltipItem.vue2.js +4 -0
  67. package/dist/components/Tooltip/TooltipLayer.vue.js +49 -0
  68. package/dist/components/Tooltip/TooltipLayer.vue2.js +4 -0
  69. package/dist/components/Tooltip/index.js +6 -0
  70. package/dist/components/Tooltip/index.vue.js +74 -0
  71. package/dist/components/Tooltip/index.vue2.js +4 -0
  72. package/dist/components/Tooltip/manager.js +107 -0
  73. package/dist/components/Tooltip/types.js +21 -0
  74. package/dist/components/Tooltip/useTooltip.js +43 -0
  75. package/dist/components/Warn/index.js +6 -0
  76. package/dist/components/Warn/index.vue.js +7 -0
  77. package/dist/components/Warn/index.vue2.js +21 -0
  78. package/dist/components/Warn/types.js +6 -0
  79. package/dist/components/Watermark/index.js +6 -0
  80. package/dist/components/Watermark/index.vue.js +7 -0
  81. package/dist/components/Watermark/index.vue2.js +54 -0
  82. package/dist/components/Watermark/types.js +10 -0
  83. package/dist/components/Watermark/useWatermarkBg.js +11 -0
  84. package/dist/components/helpers.js +25 -0
  85. package/dist/components.js +40 -0
  86. package/dist/directives/vBackTop.js +110 -0
  87. package/dist/directives/vDelayIn.js +41 -0
  88. package/dist/directives/vHoldPointer.js +112 -0
  89. package/dist/directives/vLazy.js +65 -0
  90. package/dist/directives/vLoading.js +50 -0
  91. package/dist/directives/vRipple.js +81 -0
  92. package/dist/directives/vSlideIn.js +39 -0
  93. package/dist/directives/vTextJump.js +50 -0
  94. package/dist/directives/vTooltip.js +55 -0
  95. package/dist/directives.js +20 -0
  96. package/dist/hooks/useAudio.js +112 -0
  97. package/dist/hooks/useElementScroll.js +30 -0
  98. package/dist/hooks/useGSAP.js +40 -0
  99. package/dist/hooks/useRefreshRate.js +26 -0
  100. package/dist/hooks/useWindowBackTop.js +86 -0
  101. package/dist/hooks.js +13 -0
  102. package/dist/icons/brands.js +554 -0
  103. package/dist/icons/regular.js +278 -0
  104. package/dist/icons/solid.js +1989 -0
  105. package/dist/index.js +130 -0
  106. package/dist/node_modules/@floating-ui/core/dist/floating-ui.core.js +448 -0
  107. package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +400 -0
  108. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +136 -0
  109. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +130 -0
  110. package/dist/node_modules/@floating-ui/vue/dist/floating-ui.vue.js +131 -0
  111. package/dist/node_modules/@fortawesome/fontawesome-svg-core/index.js +3074 -0
  112. package/dist/node_modules/@fortawesome/free-brands-svg-icons/index.js +3156 -0
  113. package/dist/node_modules/@fortawesome/free-regular-svg-icons/index.js +1228 -0
  114. package/dist/node_modules/@fortawesome/free-solid-svg-icons/index.js +9602 -0
  115. package/dist/node_modules/@fortawesome/vue-fontawesome/index.es.js +487 -0
  116. package/dist/node_modules/gsap/CSSPlugin.js +424 -0
  117. package/dist/node_modules/gsap/gsap-core.js +1645 -0
  118. package/dist/node_modules/gsap/index.js +13 -0
  119. package/dist/tttb.css +1 -0
  120. package/dist/types/bundle.d.ts +10 -0
  121. package/dist/types/components/Button/index.d.ts +22 -0
  122. package/dist/types/components/Button/types.d.ts +12 -0
  123. package/dist/types/components/Checkbox/index.d.ts +29 -0
  124. package/dist/types/components/Checkbox/types.d.ts +8 -0
  125. package/dist/types/components/Dialog/DialogItem.d.ts +38 -0
  126. package/dist/types/components/Dialog/DialogPrompt.d.ts +16 -0
  127. package/dist/types/components/Dialog/index.d.ts +10 -0
  128. package/dist/types/components/Dialog/types.d.ts +35 -0
  129. package/dist/types/components/Icon/index.d.ts +3 -0
  130. package/dist/types/components/Icon/types.d.ts +2 -0
  131. package/dist/types/components/Loading/index.d.ts +6 -0
  132. package/dist/types/components/Loading/types.d.ts +8 -0
  133. package/dist/types/components/Message/index.d.ts +9 -0
  134. package/dist/types/components/Message/types.d.ts +12 -0
  135. package/dist/types/components/Modal/index.d.ts +21 -0
  136. package/dist/types/components/Modal/types.d.ts +11 -0
  137. package/dist/types/components/Nav/index.d.ts +7 -0
  138. package/dist/types/components/Nav/types.d.ts +14 -0
  139. package/dist/types/components/Pagination/index.d.ts +18 -0
  140. package/dist/types/components/Pagination/types.d.ts +16 -0
  141. package/dist/types/components/Popconfirm/index.d.ts +266 -0
  142. package/dist/types/components/Popconfirm/types.d.ts +26 -0
  143. package/dist/types/components/Popover/index.d.ts +150 -0
  144. package/dist/types/components/Progress/index.d.ts +21 -0
  145. package/dist/types/components/Progress/types.d.ts +9 -0
  146. package/dist/types/components/RouterNav/index.d.ts +2 -0
  147. package/dist/types/components/Switch/index.d.ts +13 -0
  148. package/dist/types/components/Switch/types.d.ts +6 -0
  149. package/dist/types/components/Table/index.d.ts +31 -0
  150. package/dist/types/components/Table/types.d.ts +3 -0
  151. package/dist/types/components/Timer/index.d.ts +6 -0
  152. package/dist/types/components/Tooltip/TooltipContent.d.ts +16 -0
  153. package/dist/types/components/Tooltip/TooltipItem.d.ts +45 -0
  154. package/dist/types/components/Tooltip/TooltipLayer.d.ts +2 -0
  155. package/dist/types/components/Tooltip/index.d.ts +42 -0
  156. package/dist/types/components/Tooltip/manager.d.ts +3384 -0
  157. package/dist/types/components/Tooltip/types.d.ts +52 -0
  158. package/dist/types/components/Tooltip/useTooltip.d.ts +8 -0
  159. package/dist/types/components/Warn/index.d.ts +20 -0
  160. package/dist/types/components/Warn/types.d.ts +6 -0
  161. package/dist/types/components/Watermark/index.d.ts +28 -0
  162. package/dist/types/components/Watermark/types.d.ts +14 -0
  163. package/dist/types/components/Watermark/useWatermarkBg.d.ts +6 -0
  164. package/dist/types/components/helpers.d.ts +14 -0
  165. package/dist/types/components/index.d.ts +19 -0
  166. package/dist/types/directives/helper.d.ts +4 -0
  167. package/dist/types/directives/index.d.ts +9 -0
  168. package/dist/types/directives/vBackTop.d.ts +3 -0
  169. package/dist/types/directives/vDelayIn.d.ts +3 -0
  170. package/dist/types/directives/vHoldPointer.d.ts +3 -0
  171. package/dist/types/directives/vLazy.d.ts +3 -0
  172. package/dist/types/directives/vLoading.d.ts +3 -0
  173. package/dist/types/directives/vRipple.d.ts +3 -0
  174. package/dist/types/directives/vSlideIn.d.ts +3 -0
  175. package/dist/types/directives/vTextJump.d.ts +3 -0
  176. package/dist/types/directives/vTooltip.d.ts +8 -0
  177. package/dist/types/hooks/index.d.ts +5 -0
  178. package/dist/types/hooks/useAudio.d.ts +38 -0
  179. package/dist/types/hooks/useElementScroll.d.ts +32 -0
  180. package/dist/types/hooks/useGSAP.d.ts +32 -0
  181. package/dist/types/hooks/useRefreshRate.d.ts +5 -0
  182. package/dist/types/hooks/useWindowBackTop.d.ts +14 -0
  183. package/dist/types/icons/brands.d.ts +551 -0
  184. package/dist/types/icons/regular.d.ts +275 -0
  185. package/dist/types/icons/solid.d.ts +1986 -0
  186. package/dist/types/router/index.d.ts +2 -0
  187. package/dist/types/utils/chance.d.ts +7 -0
  188. package/dist/types/utils/copyToClipboard.d.ts +6 -0
  189. package/dist/types/utils/debounce.d.ts +15 -0
  190. package/dist/types/utils/deepClone.d.ts +6 -0
  191. package/dist/types/utils/deepEqual.d.ts +5 -0
  192. package/dist/types/utils/dialog.d.ts +8 -0
  193. package/dist/types/utils/getId.d.ts +6 -0
  194. package/dist/types/utils/getRandomColor.d.ts +4 -0
  195. package/dist/types/utils/getRandomInt.d.ts +6 -0
  196. package/dist/types/utils/getRandomStr.d.ts +6 -0
  197. package/dist/types/utils/index.d.ts +23 -0
  198. package/dist/types/utils/injectStyles.d.ts +9 -0
  199. package/dist/types/utils/isElementOverflow.d.ts +20 -0
  200. package/dist/types/utils/isEmpty.d.ts +6 -0
  201. package/dist/types/utils/isMobile.d.ts +6 -0
  202. package/dist/types/utils/isObject.d.ts +4 -0
  203. package/dist/types/utils/isPromise.d.ts +6 -0
  204. package/dist/types/utils/localStorage.d.ts +24 -0
  205. package/dist/types/utils/msg.d.ts +8 -0
  206. package/dist/types/utils/omit.d.ts +6 -0
  207. package/dist/types/utils/pick.d.ts +6 -0
  208. package/dist/types/utils/sessionStorage.d.ts +24 -0
  209. package/dist/types/utils/shuffleArray.d.ts +6 -0
  210. package/dist/types/utils/throttle.d.ts +7 -0
  211. package/dist/utils/chance.js +7 -0
  212. package/dist/utils/copyToClipboard.js +21 -0
  213. package/dist/utils/debounce.js +14 -0
  214. package/dist/utils/deepClone.js +17 -0
  215. package/dist/utils/deepEqual.js +40 -0
  216. package/dist/utils/dialog.js +43 -0
  217. package/dist/utils/getId.js +10 -0
  218. package/dist/utils/getRandomColor.js +4 -0
  219. package/dist/utils/getRandomInt.js +4 -0
  220. package/dist/utils/getRandomStr.js +5 -0
  221. package/dist/utils/injectStyles.js +24 -0
  222. package/dist/utils/isElementOverflow.js +22 -0
  223. package/dist/utils/isEmpty.js +4 -0
  224. package/dist/utils/isMobile.js +7 -0
  225. package/dist/utils/isObject.js +4 -0
  226. package/dist/utils/isPromise.js +4 -0
  227. package/dist/utils/localStorage.js +47 -0
  228. package/dist/utils/msg.js +21 -0
  229. package/dist/utils/omit.js +9 -0
  230. package/dist/utils/pick.js +9 -0
  231. package/dist/utils/sessionStorage.js +47 -0
  232. package/dist/utils/shuffleArray.js +10 -0
  233. package/dist/utils/throttle.js +11 -0
  234. package/dist/utils.js +49 -0
  235. package/package.json +95 -0
@@ -0,0 +1,3384 @@
1
+ import { VNode } from 'vue';
2
+ import { TooltipItemState, Props } from './types';
3
+ export declare const state: {
4
+ items: Map<symbol, {
5
+ isVisible: boolean;
6
+ triggerEl: HTMLElement | null;
7
+ floatingEl: HTMLElement | null;
8
+ content: string | VNode;
9
+ zIndex: number;
10
+ props: {
11
+ content: string | VNode;
12
+ placement: import('./types').Placement;
13
+ trigger: import('./types').Trigger;
14
+ manual: boolean;
15
+ offset: number;
16
+ transition: "scale" | "fade" | "slide" | string;
17
+ showArrow: boolean;
18
+ singleton: boolean;
19
+ openDelay: number;
20
+ closeDelay: number;
21
+ light: boolean;
22
+ class: string;
23
+ style: {
24
+ [x: `--${string}`]: string | number | undefined;
25
+ accentColor?: import("csstype").Property.AccentColor | undefined;
26
+ alignContent?: import("csstype").Property.AlignContent | undefined;
27
+ alignItems?: import("csstype").Property.AlignItems | undefined;
28
+ alignSelf?: import("csstype").Property.AlignSelf | undefined;
29
+ alignTracks?: import("csstype").Property.AlignTracks | undefined;
30
+ alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
31
+ anchorName?: import("csstype").Property.AnchorName | undefined;
32
+ anchorScope?: import("csstype").Property.AnchorScope | undefined;
33
+ animationComposition?: import("csstype").Property.AnimationComposition | undefined;
34
+ animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
35
+ animationDirection?: import("csstype").Property.AnimationDirection | undefined;
36
+ animationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
37
+ animationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
38
+ animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
39
+ animationName?: import("csstype").Property.AnimationName | undefined;
40
+ animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
41
+ animationRangeEnd?: import("csstype").Property.AnimationRangeEnd<string | number> | undefined;
42
+ animationRangeStart?: import("csstype").Property.AnimationRangeStart<string | number> | undefined;
43
+ animationTimeline?: import("csstype").Property.AnimationTimeline | undefined;
44
+ animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
45
+ appearance?: import("csstype").Property.Appearance | undefined;
46
+ aspectRatio?: import("csstype").Property.AspectRatio | undefined;
47
+ backdropFilter?: import("csstype").Property.BackdropFilter | undefined;
48
+ backfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
49
+ backgroundAttachment?: import("csstype").Property.BackgroundAttachment | undefined;
50
+ backgroundBlendMode?: import("csstype").Property.BackgroundBlendMode | undefined;
51
+ backgroundClip?: import("csstype").Property.BackgroundClip | undefined;
52
+ backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
53
+ backgroundImage?: import("csstype").Property.BackgroundImage | undefined;
54
+ backgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
55
+ backgroundPositionX?: import("csstype").Property.BackgroundPositionX<string | number> | undefined;
56
+ backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | undefined;
57
+ backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
58
+ backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
59
+ baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
60
+ blockSize?: import("csstype").Property.BlockSize<string | number> | undefined;
61
+ borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
62
+ borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
63
+ borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
64
+ borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
65
+ borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
66
+ borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
67
+ borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined;
68
+ borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
69
+ borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
70
+ borderBottomStyle?: import("csstype").Property.BorderBottomStyle | undefined;
71
+ borderBottomWidth?: import("csstype").Property.BorderBottomWidth<string | number> | undefined;
72
+ borderCollapse?: import("csstype").Property.BorderCollapse | undefined;
73
+ borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
74
+ borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
75
+ borderImageOutset?: import("csstype").Property.BorderImageOutset<string | number> | undefined;
76
+ borderImageRepeat?: import("csstype").Property.BorderImageRepeat | undefined;
77
+ borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
78
+ borderImageSource?: import("csstype").Property.BorderImageSource | undefined;
79
+ borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | undefined;
80
+ borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
81
+ borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
82
+ borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
83
+ borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
84
+ borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
85
+ borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
86
+ borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined;
87
+ borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
88
+ borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
89
+ borderRightColor?: import("csstype").Property.BorderRightColor | undefined;
90
+ borderRightStyle?: import("csstype").Property.BorderRightStyle | undefined;
91
+ borderRightWidth?: import("csstype").Property.BorderRightWidth<string | number> | undefined;
92
+ borderSpacing?: import("csstype").Property.BorderSpacing<string | number> | undefined;
93
+ borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
94
+ borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
95
+ borderTopColor?: import("csstype").Property.BorderTopColor | undefined;
96
+ borderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
97
+ borderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
98
+ borderTopStyle?: import("csstype").Property.BorderTopStyle | undefined;
99
+ borderTopWidth?: import("csstype").Property.BorderTopWidth<string | number> | undefined;
100
+ bottom?: import("csstype").Property.Bottom<string | number> | undefined;
101
+ boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
102
+ boxShadow?: import("csstype").Property.BoxShadow | undefined;
103
+ boxSizing?: import("csstype").Property.BoxSizing | undefined;
104
+ breakAfter?: import("csstype").Property.BreakAfter | undefined;
105
+ breakBefore?: import("csstype").Property.BreakBefore | undefined;
106
+ breakInside?: import("csstype").Property.BreakInside | undefined;
107
+ captionSide?: import("csstype").Property.CaptionSide | undefined;
108
+ caretColor?: import("csstype").Property.CaretColor | undefined;
109
+ caretShape?: import("csstype").Property.CaretShape | undefined;
110
+ clear?: import("csstype").Property.Clear | undefined;
111
+ clipPath?: import("csstype").Property.ClipPath | undefined;
112
+ clipRule?: import("csstype").Property.ClipRule | undefined;
113
+ color?: import("csstype").Property.Color | undefined;
114
+ colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
115
+ colorInterpolationFilters?: import("csstype").Property.ColorInterpolationFilters | undefined;
116
+ colorScheme?: import("csstype").Property.ColorScheme | undefined;
117
+ columnCount?: import("csstype").Property.ColumnCount | undefined;
118
+ columnFill?: import("csstype").Property.ColumnFill | undefined;
119
+ columnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
120
+ columnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
121
+ columnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
122
+ columnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
123
+ columnSpan?: import("csstype").Property.ColumnSpan | undefined;
124
+ columnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
125
+ contain?: import("csstype").Property.Contain | undefined;
126
+ containIntrinsicBlockSize?: import("csstype").Property.ContainIntrinsicBlockSize<string | number> | undefined;
127
+ containIntrinsicHeight?: import("csstype").Property.ContainIntrinsicHeight<string | number> | undefined;
128
+ containIntrinsicInlineSize?: import("csstype").Property.ContainIntrinsicInlineSize<string | number> | undefined;
129
+ containIntrinsicWidth?: import("csstype").Property.ContainIntrinsicWidth<string | number> | undefined;
130
+ containerName?: import("csstype").Property.ContainerName | undefined;
131
+ containerType?: import("csstype").Property.ContainerType | undefined;
132
+ content?: import("csstype").Property.Content | undefined;
133
+ contentVisibility?: import("csstype").Property.ContentVisibility | undefined;
134
+ counterIncrement?: import("csstype").Property.CounterIncrement | undefined;
135
+ counterReset?: import("csstype").Property.CounterReset | undefined;
136
+ counterSet?: import("csstype").Property.CounterSet | undefined;
137
+ cursor?: import("csstype").Property.Cursor | undefined;
138
+ cx?: import("csstype").Property.Cx<string | number> | undefined;
139
+ cy?: import("csstype").Property.Cy<string | number> | undefined;
140
+ d?: import("csstype").Property.D | undefined;
141
+ direction?: import("csstype").Property.Direction | undefined;
142
+ display?: import("csstype").Property.Display | undefined;
143
+ dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
144
+ emptyCells?: import("csstype").Property.EmptyCells | undefined;
145
+ fieldSizing?: import("csstype").Property.FieldSizing | undefined;
146
+ fill?: import("csstype").Property.Fill | undefined;
147
+ fillOpacity?: import("csstype").Property.FillOpacity | undefined;
148
+ fillRule?: import("csstype").Property.FillRule | undefined;
149
+ filter?: import("csstype").Property.Filter | undefined;
150
+ flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
151
+ flexDirection?: import("csstype").Property.FlexDirection | undefined;
152
+ flexGrow?: import("csstype").Property.FlexGrow | undefined;
153
+ flexShrink?: import("csstype").Property.FlexShrink | undefined;
154
+ flexWrap?: import("csstype").Property.FlexWrap | undefined;
155
+ float?: import("csstype").Property.Float | undefined;
156
+ floodColor?: import("csstype").Property.FloodColor | undefined;
157
+ floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
158
+ fontFamily?: import("csstype").Property.FontFamily | undefined;
159
+ fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
160
+ fontKerning?: import("csstype").Property.FontKerning | undefined;
161
+ fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
162
+ fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | undefined;
163
+ fontPalette?: import("csstype").Property.FontPalette | undefined;
164
+ fontSize?: import("csstype").Property.FontSize<string | number> | undefined;
165
+ fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
166
+ fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
167
+ fontStyle?: import("csstype").Property.FontStyle | undefined;
168
+ fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
169
+ fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
170
+ fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
171
+ fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | undefined;
172
+ fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | undefined;
173
+ fontVariant?: import("csstype").Property.FontVariant | undefined;
174
+ fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
175
+ fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
176
+ fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | undefined;
177
+ fontVariantEmoji?: import("csstype").Property.FontVariantEmoji | undefined;
178
+ fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
179
+ fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | undefined;
180
+ fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
181
+ fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
182
+ fontWeight?: import("csstype").Property.FontWeight | undefined;
183
+ fontWidth?: import("csstype").Property.FontWidth | undefined;
184
+ forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
185
+ gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | undefined;
186
+ gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
187
+ gridAutoRows?: import("csstype").Property.GridAutoRows<string | number> | undefined;
188
+ gridColumnEnd?: import("csstype").Property.GridColumnEnd | undefined;
189
+ gridColumnStart?: import("csstype").Property.GridColumnStart | undefined;
190
+ gridRowEnd?: import("csstype").Property.GridRowEnd | undefined;
191
+ gridRowStart?: import("csstype").Property.GridRowStart | undefined;
192
+ gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | undefined;
193
+ gridTemplateColumns?: import("csstype").Property.GridTemplateColumns<string | number> | undefined;
194
+ gridTemplateRows?: import("csstype").Property.GridTemplateRows<string | number> | undefined;
195
+ hangingPunctuation?: import("csstype").Property.HangingPunctuation | undefined;
196
+ height?: import("csstype").Property.Height<string | number> | undefined;
197
+ hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
198
+ hyphenateLimitChars?: import("csstype").Property.HyphenateLimitChars | undefined;
199
+ hyphens?: import("csstype").Property.Hyphens | undefined;
200
+ imageOrientation?: import("csstype").Property.ImageOrientation | undefined;
201
+ imageRendering?: import("csstype").Property.ImageRendering | undefined;
202
+ imageResolution?: import("csstype").Property.ImageResolution | undefined;
203
+ initialLetter?: import("csstype").Property.InitialLetter | undefined;
204
+ initialLetterAlign?: import("csstype").Property.InitialLetterAlign | undefined;
205
+ inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
206
+ insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
207
+ insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
208
+ insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
209
+ insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
210
+ interpolateSize?: import("csstype").Property.InterpolateSize | undefined;
211
+ isolation?: import("csstype").Property.Isolation | undefined;
212
+ justifyContent?: import("csstype").Property.JustifyContent | undefined;
213
+ justifyItems?: import("csstype").Property.JustifyItems | undefined;
214
+ justifySelf?: import("csstype").Property.JustifySelf | undefined;
215
+ justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
216
+ left?: import("csstype").Property.Left<string | number> | undefined;
217
+ letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | undefined;
218
+ lightingColor?: import("csstype").Property.LightingColor | undefined;
219
+ lineBreak?: import("csstype").Property.LineBreak | undefined;
220
+ lineHeight?: import("csstype").Property.LineHeight<string | number> | undefined;
221
+ lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | undefined;
222
+ listStyleImage?: import("csstype").Property.ListStyleImage | undefined;
223
+ listStylePosition?: import("csstype").Property.ListStylePosition | undefined;
224
+ listStyleType?: import("csstype").Property.ListStyleType | undefined;
225
+ marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
226
+ marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
227
+ marginBottom?: import("csstype").Property.MarginBottom<string | number> | undefined;
228
+ marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
229
+ marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
230
+ marginLeft?: import("csstype").Property.MarginLeft<string | number> | undefined;
231
+ marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
232
+ marginTop?: import("csstype").Property.MarginTop<string | number> | undefined;
233
+ marginTrim?: import("csstype").Property.MarginTrim | undefined;
234
+ marker?: import("csstype").Property.Marker | undefined;
235
+ markerEnd?: import("csstype").Property.MarkerEnd | undefined;
236
+ markerMid?: import("csstype").Property.MarkerMid | undefined;
237
+ markerStart?: import("csstype").Property.MarkerStart | undefined;
238
+ maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
239
+ maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
240
+ maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
241
+ maskBorderSlice?: import("csstype").Property.MaskBorderSlice | undefined;
242
+ maskBorderSource?: import("csstype").Property.MaskBorderSource | undefined;
243
+ maskBorderWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
244
+ maskClip?: import("csstype").Property.MaskClip | undefined;
245
+ maskComposite?: import("csstype").Property.MaskComposite | undefined;
246
+ maskImage?: import("csstype").Property.MaskImage | undefined;
247
+ maskMode?: import("csstype").Property.MaskMode | undefined;
248
+ maskOrigin?: import("csstype").Property.MaskOrigin | undefined;
249
+ maskPosition?: import("csstype").Property.MaskPosition<string | number> | undefined;
250
+ maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
251
+ maskSize?: import("csstype").Property.MaskSize<string | number> | undefined;
252
+ maskType?: import("csstype").Property.MaskType | undefined;
253
+ masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | undefined;
254
+ mathDepth?: import("csstype").Property.MathDepth | undefined;
255
+ mathShift?: import("csstype").Property.MathShift | undefined;
256
+ mathStyle?: import("csstype").Property.MathStyle | undefined;
257
+ maxBlockSize?: import("csstype").Property.MaxBlockSize<string | number> | undefined;
258
+ maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
259
+ maxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
260
+ maxLines?: import("csstype").Property.MaxLines | undefined;
261
+ maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
262
+ minBlockSize?: import("csstype").Property.MinBlockSize<string | number> | undefined;
263
+ minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
264
+ minInlineSize?: import("csstype").Property.MinInlineSize<string | number> | undefined;
265
+ minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
266
+ mixBlendMode?: import("csstype").Property.MixBlendMode | undefined;
267
+ motionDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
268
+ motionPath?: import("csstype").Property.OffsetPath | undefined;
269
+ motionRotation?: import("csstype").Property.OffsetRotate | undefined;
270
+ objectFit?: import("csstype").Property.ObjectFit | undefined;
271
+ objectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
272
+ objectViewBox?: import("csstype").Property.ObjectViewBox | undefined;
273
+ offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
274
+ offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
275
+ offsetPath?: import("csstype").Property.OffsetPath | undefined;
276
+ offsetPosition?: import("csstype").Property.OffsetPosition<string | number> | undefined;
277
+ offsetRotate?: import("csstype").Property.OffsetRotate | undefined;
278
+ offsetRotation?: import("csstype").Property.OffsetRotate | undefined;
279
+ opacity?: import("csstype").Property.Opacity | undefined;
280
+ order?: import("csstype").Property.Order | undefined;
281
+ orphans?: import("csstype").Property.Orphans | undefined;
282
+ outlineColor?: import("csstype").Property.OutlineColor | undefined;
283
+ outlineOffset?: import("csstype").Property.OutlineOffset<string | number> | undefined;
284
+ outlineStyle?: import("csstype").Property.OutlineStyle | undefined;
285
+ outlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
286
+ overflowAnchor?: import("csstype").Property.OverflowAnchor | undefined;
287
+ overflowBlock?: import("csstype").Property.OverflowBlock | undefined;
288
+ overflowClipBox?: import("csstype").Property.OverflowClipBox | undefined;
289
+ overflowClipMargin?: import("csstype").Property.OverflowClipMargin<string | number> | undefined;
290
+ overflowInline?: import("csstype").Property.OverflowInline | undefined;
291
+ overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
292
+ overflowX?: import("csstype").Property.OverflowX | undefined;
293
+ overflowY?: import("csstype").Property.OverflowY | undefined;
294
+ overlay?: import("csstype").Property.Overlay | undefined;
295
+ overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
296
+ overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
297
+ overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
298
+ overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | undefined;
299
+ paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
300
+ paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
301
+ paddingBottom?: import("csstype").Property.PaddingBottom<string | number> | undefined;
302
+ paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
303
+ paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
304
+ paddingLeft?: import("csstype").Property.PaddingLeft<string | number> | undefined;
305
+ paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
306
+ paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
307
+ page?: import("csstype").Property.Page | undefined;
308
+ paintOrder?: import("csstype").Property.PaintOrder | undefined;
309
+ perspective?: import("csstype").Property.Perspective<string | number> | undefined;
310
+ perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
311
+ pointerEvents?: import("csstype").Property.PointerEvents | undefined;
312
+ position?: import("csstype").Property.Position | undefined;
313
+ positionAnchor?: import("csstype").Property.PositionAnchor | undefined;
314
+ positionArea?: import("csstype").Property.PositionArea | undefined;
315
+ positionTryFallbacks?: import("csstype").Property.PositionTryFallbacks | undefined;
316
+ positionTryOrder?: import("csstype").Property.PositionTryOrder | undefined;
317
+ positionVisibility?: import("csstype").Property.PositionVisibility | undefined;
318
+ printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
319
+ quotes?: import("csstype").Property.Quotes | undefined;
320
+ r?: import("csstype").Property.R<string | number> | undefined;
321
+ resize?: import("csstype").Property.Resize | undefined;
322
+ right?: import("csstype").Property.Right<string | number> | undefined;
323
+ rotate?: import("csstype").Property.Rotate | undefined;
324
+ rowGap?: import("csstype").Property.RowGap<string | number> | undefined;
325
+ rubyAlign?: import("csstype").Property.RubyAlign | undefined;
326
+ rubyMerge?: import("csstype").Property.RubyMerge | undefined;
327
+ rubyOverhang?: import("csstype").Property.RubyOverhang | undefined;
328
+ rubyPosition?: import("csstype").Property.RubyPosition | undefined;
329
+ rx?: import("csstype").Property.Rx<string | number> | undefined;
330
+ ry?: import("csstype").Property.Ry<string | number> | undefined;
331
+ scale?: import("csstype").Property.Scale | undefined;
332
+ scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
333
+ scrollInitialTarget?: import("csstype").Property.ScrollInitialTarget | undefined;
334
+ scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
335
+ scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
336
+ scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
337
+ scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined;
338
+ scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined;
339
+ scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
340
+ scrollMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
341
+ scrollMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
342
+ scrollPaddingBlockEnd?: import("csstype").Property.ScrollPaddingBlockEnd<string | number> | undefined;
343
+ scrollPaddingBlockStart?: import("csstype").Property.ScrollPaddingBlockStart<string | number> | undefined;
344
+ scrollPaddingBottom?: import("csstype").Property.ScrollPaddingBottom<string | number> | undefined;
345
+ scrollPaddingInlineEnd?: import("csstype").Property.ScrollPaddingInlineEnd<string | number> | undefined;
346
+ scrollPaddingInlineStart?: import("csstype").Property.ScrollPaddingInlineStart<string | number> | undefined;
347
+ scrollPaddingLeft?: import("csstype").Property.ScrollPaddingLeft<string | number> | undefined;
348
+ scrollPaddingRight?: import("csstype").Property.ScrollPaddingRight<string | number> | undefined;
349
+ scrollPaddingTop?: import("csstype").Property.ScrollPaddingTop<string | number> | undefined;
350
+ scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | undefined;
351
+ scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
352
+ scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
353
+ scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
354
+ scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
355
+ scrollSnapStop?: import("csstype").Property.ScrollSnapStop | undefined;
356
+ scrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
357
+ scrollTimelineAxis?: import("csstype").Property.ScrollTimelineAxis | undefined;
358
+ scrollTimelineName?: import("csstype").Property.ScrollTimelineName | undefined;
359
+ scrollbarColor?: import("csstype").Property.ScrollbarColor | undefined;
360
+ scrollbarGutter?: import("csstype").Property.ScrollbarGutter | undefined;
361
+ scrollbarWidth?: import("csstype").Property.ScrollbarWidth | undefined;
362
+ shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
363
+ shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
364
+ shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
365
+ shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
366
+ speakAs?: import("csstype").Property.SpeakAs | undefined;
367
+ stopColor?: import("csstype").Property.StopColor | undefined;
368
+ stopOpacity?: import("csstype").Property.StopOpacity | undefined;
369
+ stroke?: import("csstype").Property.Stroke | undefined;
370
+ strokeColor?: import("csstype").Property.StrokeColor | undefined;
371
+ strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
372
+ strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
373
+ strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
374
+ strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
375
+ strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
376
+ strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
377
+ strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
378
+ tabSize?: import("csstype").Property.TabSize<string | number> | undefined;
379
+ tableLayout?: import("csstype").Property.TableLayout | undefined;
380
+ textAlign?: import("csstype").Property.TextAlign | undefined;
381
+ textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
382
+ textAnchor?: import("csstype").Property.TextAnchor | undefined;
383
+ textAutospace?: import("csstype").Property.TextAutospace | undefined;
384
+ textBox?: import("csstype").Property.TextBox | undefined;
385
+ textBoxEdge?: import("csstype").Property.TextBoxEdge | undefined;
386
+ textBoxTrim?: import("csstype").Property.TextBoxTrim | undefined;
387
+ textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined;
388
+ textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
389
+ textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
390
+ textDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
391
+ textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | undefined;
392
+ textDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
393
+ textDecorationThickness?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
394
+ textEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
395
+ textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
396
+ textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
397
+ textIndent?: import("csstype").Property.TextIndent<string | number> | undefined;
398
+ textJustify?: import("csstype").Property.TextJustify | undefined;
399
+ textOrientation?: import("csstype").Property.TextOrientation | undefined;
400
+ textOverflow?: import("csstype").Property.TextOverflow | undefined;
401
+ textRendering?: import("csstype").Property.TextRendering | undefined;
402
+ textShadow?: import("csstype").Property.TextShadow | undefined;
403
+ textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
404
+ textSpacingTrim?: import("csstype").Property.TextSpacingTrim | undefined;
405
+ textTransform?: import("csstype").Property.TextTransform | undefined;
406
+ textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
407
+ textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
408
+ textWrapMode?: import("csstype").Property.TextWrapMode | undefined;
409
+ textWrapStyle?: import("csstype").Property.TextWrapStyle | undefined;
410
+ timelineScope?: import("csstype").Property.TimelineScope | undefined;
411
+ top?: import("csstype").Property.Top<string | number> | undefined;
412
+ touchAction?: import("csstype").Property.TouchAction | undefined;
413
+ transform?: import("csstype").Property.Transform | undefined;
414
+ transformBox?: import("csstype").Property.TransformBox | undefined;
415
+ transformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
416
+ transformStyle?: import("csstype").Property.TransformStyle | undefined;
417
+ transitionBehavior?: import("csstype").Property.TransitionBehavior | undefined;
418
+ transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
419
+ transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
420
+ transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
421
+ transitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
422
+ translate?: import("csstype").Property.Translate<string | number> | undefined;
423
+ unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
424
+ userSelect?: import("csstype").Property.UserSelect | undefined;
425
+ vectorEffect?: import("csstype").Property.VectorEffect | undefined;
426
+ verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
427
+ viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
428
+ viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
429
+ viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
430
+ viewTransitionClass?: import("csstype").Property.ViewTransitionClass | undefined;
431
+ viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
432
+ visibility?: import("csstype").Property.Visibility | undefined;
433
+ whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
434
+ whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
435
+ widows?: import("csstype").Property.Widows | undefined;
436
+ width?: import("csstype").Property.Width<string | number> | undefined;
437
+ willChange?: import("csstype").Property.WillChange | undefined;
438
+ wordBreak?: import("csstype").Property.WordBreak | undefined;
439
+ wordSpacing?: import("csstype").Property.WordSpacing<string | number> | undefined;
440
+ wordWrap?: import("csstype").Property.WordWrap | undefined;
441
+ writingMode?: import("csstype").Property.WritingMode | undefined;
442
+ x?: import("csstype").Property.X<string | number> | undefined;
443
+ y?: import("csstype").Property.Y<string | number> | undefined;
444
+ zIndex?: import("csstype").Property.ZIndex | undefined;
445
+ zoom?: import("csstype").Property.Zoom | undefined;
446
+ all?: import('csstype').Globals | undefined;
447
+ animation?: import("csstype").Property.Animation<string & {}> | undefined;
448
+ animationRange?: import("csstype").Property.AnimationRange<string | number> | undefined;
449
+ background?: import("csstype").Property.Background<string | number> | undefined;
450
+ backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
451
+ border?: import("csstype").Property.Border<string | number> | undefined;
452
+ borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
453
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
454
+ borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
455
+ borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
456
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
457
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
458
+ borderBottom?: import("csstype").Property.BorderBottom<string | number> | undefined;
459
+ borderColor?: import("csstype").Property.BorderColor | undefined;
460
+ borderImage?: import("csstype").Property.BorderImage | undefined;
461
+ borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
462
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
463
+ borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
464
+ borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
465
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
466
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
467
+ borderLeft?: import("csstype").Property.BorderLeft<string | number> | undefined;
468
+ borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
469
+ borderRight?: import("csstype").Property.BorderRight<string | number> | undefined;
470
+ borderStyle?: import("csstype").Property.BorderStyle | undefined;
471
+ borderTop?: import("csstype").Property.BorderTop<string | number> | undefined;
472
+ borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
473
+ caret?: import("csstype").Property.Caret | undefined;
474
+ columnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
475
+ columns?: import("csstype").Property.Columns<string | number> | undefined;
476
+ containIntrinsicSize?: import("csstype").Property.ContainIntrinsicSize<string | number> | undefined;
477
+ container?: import("csstype").Property.Container | undefined;
478
+ flex?: import("csstype").Property.Flex<string | number> | undefined;
479
+ flexFlow?: import("csstype").Property.FlexFlow | undefined;
480
+ font?: import("csstype").Property.Font | undefined;
481
+ gap?: import("csstype").Property.Gap<string | number> | undefined;
482
+ grid?: import("csstype").Property.Grid | undefined;
483
+ gridArea?: import("csstype").Property.GridArea | undefined;
484
+ gridColumn?: import("csstype").Property.GridColumn | undefined;
485
+ gridRow?: import("csstype").Property.GridRow | undefined;
486
+ gridTemplate?: import("csstype").Property.GridTemplate | undefined;
487
+ inset?: import("csstype").Property.Inset<string | number> | undefined;
488
+ insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
489
+ insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
490
+ lineClamp?: import("csstype").Property.LineClamp | undefined;
491
+ listStyle?: import("csstype").Property.ListStyle | undefined;
492
+ margin?: import("csstype").Property.Margin<string | number> | undefined;
493
+ marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
494
+ marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
495
+ mask?: import("csstype").Property.Mask<string | number> | undefined;
496
+ maskBorder?: import("csstype").Property.MaskBorder | undefined;
497
+ motion?: import("csstype").Property.Offset<string | number> | undefined;
498
+ offset?: import("csstype").Property.Offset<string | number> | undefined;
499
+ outline?: import("csstype").Property.Outline<string | number> | undefined;
500
+ overflow?: import("csstype").Property.Overflow | undefined;
501
+ overscrollBehavior?: import("csstype").Property.OverscrollBehavior | undefined;
502
+ padding?: import("csstype").Property.Padding<string | number> | undefined;
503
+ paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
504
+ paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
505
+ placeContent?: import("csstype").Property.PlaceContent | undefined;
506
+ placeItems?: import("csstype").Property.PlaceItems | undefined;
507
+ placeSelf?: import("csstype").Property.PlaceSelf | undefined;
508
+ positionTry?: import("csstype").Property.PositionTry | undefined;
509
+ scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
510
+ scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
511
+ scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
512
+ scrollPadding?: import("csstype").Property.ScrollPadding<string | number> | undefined;
513
+ scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<string | number> | undefined;
514
+ scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<string | number> | undefined;
515
+ scrollSnapMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
516
+ scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
517
+ textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
518
+ textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
519
+ textWrap?: import("csstype").Property.TextWrap | undefined;
520
+ transition?: import("csstype").Property.Transition<string & {}> | undefined;
521
+ viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
522
+ MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
523
+ MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
524
+ MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
525
+ MozAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
526
+ MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
527
+ MozAnimationName?: import("csstype").Property.AnimationName | undefined;
528
+ MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
529
+ MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
530
+ MozAppearance?: import("csstype").Property.MozAppearance | undefined;
531
+ MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
532
+ MozBinding?: import("csstype").Property.MozBinding | undefined;
533
+ MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
534
+ MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
535
+ MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
536
+ MozBorderEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
537
+ MozBorderLeftColors?: import("csstype").Property.MozBorderLeftColors | undefined;
538
+ MozBorderRightColors?: import("csstype").Property.MozBorderRightColors | undefined;
539
+ MozBorderStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
540
+ MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
541
+ MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined;
542
+ MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
543
+ MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
544
+ MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
545
+ MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
546
+ MozColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
547
+ MozContextProperties?: import("csstype").Property.MozContextProperties | undefined;
548
+ MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
549
+ MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
550
+ MozHyphens?: import("csstype").Property.Hyphens | undefined;
551
+ MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
552
+ MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
553
+ MozOrient?: import("csstype").Property.MozOrient | undefined;
554
+ MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
555
+ MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
556
+ MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
557
+ MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
558
+ MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
559
+ MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
560
+ MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
561
+ MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
562
+ MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
563
+ MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
564
+ MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
565
+ MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
566
+ MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
567
+ MozTransform?: import("csstype").Property.Transform | undefined;
568
+ MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
569
+ MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
570
+ MozUserModify?: import("csstype").Property.MozUserModify | undefined;
571
+ MozUserSelect?: import("csstype").Property.UserSelect | undefined;
572
+ MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
573
+ MozWindowShadow?: import("csstype").Property.MozWindowShadow | undefined;
574
+ msAccelerator?: import("csstype").Property.MsAccelerator | undefined;
575
+ msBlockProgression?: import("csstype").Property.MsBlockProgression | undefined;
576
+ msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | undefined;
577
+ msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | undefined;
578
+ msContentZoomLimitMin?: import("csstype").Property.MsContentZoomLimitMin | undefined;
579
+ msContentZoomSnapPoints?: import("csstype").Property.MsContentZoomSnapPoints | undefined;
580
+ msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | undefined;
581
+ msContentZooming?: import("csstype").Property.MsContentZooming | undefined;
582
+ msFilter?: import("csstype").Property.MsFilter | undefined;
583
+ msFlexDirection?: import("csstype").Property.FlexDirection | undefined;
584
+ msFlexPositive?: import("csstype").Property.FlexGrow | undefined;
585
+ msFlowFrom?: import("csstype").Property.MsFlowFrom | undefined;
586
+ msFlowInto?: import("csstype").Property.MsFlowInto | undefined;
587
+ msGridColumns?: import("csstype").Property.MsGridColumns<string | number> | undefined;
588
+ msGridRows?: import("csstype").Property.MsGridRows<string | number> | undefined;
589
+ msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | undefined;
590
+ msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | undefined;
591
+ msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | undefined;
592
+ msHyphenateLimitZone?: import("csstype").Property.MsHyphenateLimitZone<string | number> | undefined;
593
+ msHyphens?: import("csstype").Property.Hyphens | undefined;
594
+ msImeAlign?: import("csstype").Property.MsImeAlign | undefined;
595
+ msLineBreak?: import("csstype").Property.LineBreak | undefined;
596
+ msOrder?: import("csstype").Property.Order | undefined;
597
+ msOverflowStyle?: import("csstype").Property.MsOverflowStyle | undefined;
598
+ msOverflowX?: import("csstype").Property.OverflowX | undefined;
599
+ msOverflowY?: import("csstype").Property.OverflowY | undefined;
600
+ msScrollChaining?: import("csstype").Property.MsScrollChaining | undefined;
601
+ msScrollLimitXMax?: import("csstype").Property.MsScrollLimitXMax<string | number> | undefined;
602
+ msScrollLimitXMin?: import("csstype").Property.MsScrollLimitXMin<string | number> | undefined;
603
+ msScrollLimitYMax?: import("csstype").Property.MsScrollLimitYMax<string | number> | undefined;
604
+ msScrollLimitYMin?: import("csstype").Property.MsScrollLimitYMin<string | number> | undefined;
605
+ msScrollRails?: import("csstype").Property.MsScrollRails | undefined;
606
+ msScrollSnapPointsX?: import("csstype").Property.MsScrollSnapPointsX | undefined;
607
+ msScrollSnapPointsY?: import("csstype").Property.MsScrollSnapPointsY | undefined;
608
+ msScrollSnapType?: import("csstype").Property.MsScrollSnapType | undefined;
609
+ msScrollTranslation?: import("csstype").Property.MsScrollTranslation | undefined;
610
+ msScrollbar3dlightColor?: import("csstype").Property.MsScrollbar3dlightColor | undefined;
611
+ msScrollbarArrowColor?: import("csstype").Property.MsScrollbarArrowColor | undefined;
612
+ msScrollbarBaseColor?: import("csstype").Property.MsScrollbarBaseColor | undefined;
613
+ msScrollbarDarkshadowColor?: import("csstype").Property.MsScrollbarDarkshadowColor | undefined;
614
+ msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | undefined;
615
+ msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | undefined;
616
+ msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | undefined;
617
+ msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
618
+ msTextAutospace?: import("csstype").Property.MsTextAutospace | undefined;
619
+ msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | undefined;
620
+ msTextOverflow?: import("csstype").Property.TextOverflow | undefined;
621
+ msTouchAction?: import("csstype").Property.TouchAction | undefined;
622
+ msTouchSelect?: import("csstype").Property.MsTouchSelect | undefined;
623
+ msTransform?: import("csstype").Property.Transform | undefined;
624
+ msTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
625
+ msTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
626
+ msTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
627
+ msTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
628
+ msTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
629
+ msUserSelect?: import("csstype").Property.MsUserSelect | undefined;
630
+ msWordBreak?: import("csstype").Property.WordBreak | undefined;
631
+ msWrapFlow?: import("csstype").Property.MsWrapFlow | undefined;
632
+ msWrapMargin?: import("csstype").Property.MsWrapMargin<string | number> | undefined;
633
+ msWrapThrough?: import("csstype").Property.MsWrapThrough | undefined;
634
+ msWritingMode?: import("csstype").Property.WritingMode | undefined;
635
+ WebkitAlignContent?: import("csstype").Property.AlignContent | undefined;
636
+ WebkitAlignItems?: import("csstype").Property.AlignItems | undefined;
637
+ WebkitAlignSelf?: import("csstype").Property.AlignSelf | undefined;
638
+ WebkitAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
639
+ WebkitAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
640
+ WebkitAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
641
+ WebkitAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
642
+ WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
643
+ WebkitAnimationName?: import("csstype").Property.AnimationName | undefined;
644
+ WebkitAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
645
+ WebkitAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
646
+ WebkitAppearance?: import("csstype").Property.WebkitAppearance | undefined;
647
+ WebkitBackdropFilter?: import("csstype").Property.BackdropFilter | undefined;
648
+ WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
649
+ WebkitBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
650
+ WebkitBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
651
+ WebkitBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
652
+ WebkitBorderBeforeColor?: import("csstype").Property.WebkitBorderBeforeColor | undefined;
653
+ WebkitBorderBeforeStyle?: import("csstype").Property.WebkitBorderBeforeStyle | undefined;
654
+ WebkitBorderBeforeWidth?: import("csstype").Property.WebkitBorderBeforeWidth<string | number> | undefined;
655
+ WebkitBorderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
656
+ WebkitBorderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
657
+ WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
658
+ WebkitBorderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
659
+ WebkitBorderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
660
+ WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
661
+ WebkitBoxReflect?: import("csstype").Property.WebkitBoxReflect<string | number> | undefined;
662
+ WebkitBoxShadow?: import("csstype").Property.BoxShadow | undefined;
663
+ WebkitBoxSizing?: import("csstype").Property.BoxSizing | undefined;
664
+ WebkitClipPath?: import("csstype").Property.ClipPath | undefined;
665
+ WebkitColumnCount?: import("csstype").Property.ColumnCount | undefined;
666
+ WebkitColumnFill?: import("csstype").Property.ColumnFill | undefined;
667
+ WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
668
+ WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
669
+ WebkitColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
670
+ WebkitColumnSpan?: import("csstype").Property.ColumnSpan | undefined;
671
+ WebkitColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
672
+ WebkitFilter?: import("csstype").Property.Filter | undefined;
673
+ WebkitFlexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
674
+ WebkitFlexDirection?: import("csstype").Property.FlexDirection | undefined;
675
+ WebkitFlexGrow?: import("csstype").Property.FlexGrow | undefined;
676
+ WebkitFlexShrink?: import("csstype").Property.FlexShrink | undefined;
677
+ WebkitFlexWrap?: import("csstype").Property.FlexWrap | undefined;
678
+ WebkitFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
679
+ WebkitFontKerning?: import("csstype").Property.FontKerning | undefined;
680
+ WebkitFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
681
+ WebkitFontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
682
+ WebkitHyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
683
+ WebkitHyphens?: import("csstype").Property.Hyphens | undefined;
684
+ WebkitInitialLetter?: import("csstype").Property.InitialLetter | undefined;
685
+ WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
686
+ WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
687
+ WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
688
+ WebkitLogicalHeight?: import("csstype").Property.BlockSize<string | number> | undefined;
689
+ WebkitLogicalWidth?: import("csstype").Property.InlineSize<string | number> | undefined;
690
+ WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
691
+ WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
692
+ WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
693
+ WebkitMaskBoxImageOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
694
+ WebkitMaskBoxImageRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
695
+ WebkitMaskBoxImageSlice?: import("csstype").Property.MaskBorderSlice | undefined;
696
+ WebkitMaskBoxImageSource?: import("csstype").Property.MaskBorderSource | undefined;
697
+ WebkitMaskBoxImageWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
698
+ WebkitMaskClip?: import("csstype").Property.WebkitMaskClip | undefined;
699
+ WebkitMaskComposite?: import("csstype").Property.WebkitMaskComposite | undefined;
700
+ WebkitMaskImage?: import("csstype").Property.WebkitMaskImage | undefined;
701
+ WebkitMaskOrigin?: import("csstype").Property.WebkitMaskOrigin | undefined;
702
+ WebkitMaskPosition?: import("csstype").Property.WebkitMaskPosition<string | number> | undefined;
703
+ WebkitMaskPositionX?: import("csstype").Property.WebkitMaskPositionX<string | number> | undefined;
704
+ WebkitMaskPositionY?: import("csstype").Property.WebkitMaskPositionY<string | number> | undefined;
705
+ WebkitMaskRepeat?: import("csstype").Property.WebkitMaskRepeat | undefined;
706
+ WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | undefined;
707
+ WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | undefined;
708
+ WebkitMaskSize?: import("csstype").Property.WebkitMaskSize<string | number> | undefined;
709
+ WebkitMaxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
710
+ WebkitOrder?: import("csstype").Property.Order | undefined;
711
+ WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | undefined;
712
+ WebkitPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
713
+ WebkitPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
714
+ WebkitPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
715
+ WebkitPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
716
+ WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
717
+ WebkitRubyPosition?: import("csstype").Property.RubyPosition | undefined;
718
+ WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
719
+ WebkitShapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
720
+ WebkitTapHighlightColor?: import("csstype").Property.WebkitTapHighlightColor | undefined;
721
+ WebkitTextCombine?: import("csstype").Property.TextCombineUpright | undefined;
722
+ WebkitTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
723
+ WebkitTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
724
+ WebkitTextDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
725
+ WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
726
+ WebkitTextEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
727
+ WebkitTextEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
728
+ WebkitTextEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
729
+ WebkitTextFillColor?: import("csstype").Property.WebkitTextFillColor | undefined;
730
+ WebkitTextOrientation?: import("csstype").Property.TextOrientation | undefined;
731
+ WebkitTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
732
+ WebkitTextStrokeColor?: import("csstype").Property.WebkitTextStrokeColor | undefined;
733
+ WebkitTextStrokeWidth?: import("csstype").Property.WebkitTextStrokeWidth<string | number> | undefined;
734
+ WebkitTextUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
735
+ WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | undefined;
736
+ WebkitTransform?: import("csstype").Property.Transform | undefined;
737
+ WebkitTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
738
+ WebkitTransformStyle?: import("csstype").Property.TransformStyle | undefined;
739
+ WebkitTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
740
+ WebkitTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
741
+ WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
742
+ WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
743
+ WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
744
+ WebkitUserSelect?: import("csstype").Property.WebkitUserSelect | undefined;
745
+ WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
746
+ MozAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
747
+ MozBorderImage?: import("csstype").Property.BorderImage | undefined;
748
+ MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
749
+ MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
750
+ MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
751
+ MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
752
+ msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
753
+ msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
754
+ msFlex?: import("csstype").Property.Flex<string | number> | undefined;
755
+ msScrollLimit?: import("csstype").Property.MsScrollLimit | undefined;
756
+ msScrollSnapX?: import("csstype").Property.MsScrollSnapX | undefined;
757
+ msScrollSnapY?: import("csstype").Property.MsScrollSnapY | undefined;
758
+ msTransition?: import("csstype").Property.Transition<string & {}> | undefined;
759
+ WebkitAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
760
+ WebkitBorderBefore?: import("csstype").Property.WebkitBorderBefore<string | number> | undefined;
761
+ WebkitBorderImage?: import("csstype").Property.BorderImage | undefined;
762
+ WebkitBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
763
+ WebkitColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
764
+ WebkitColumns?: import("csstype").Property.Columns<string | number> | undefined;
765
+ WebkitFlex?: import("csstype").Property.Flex<string | number> | undefined;
766
+ WebkitFlexFlow?: import("csstype").Property.FlexFlow | undefined;
767
+ WebkitMask?: import("csstype").Property.WebkitMask<string | number> | undefined;
768
+ WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | undefined;
769
+ WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
770
+ WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | undefined;
771
+ WebkitTransition?: import("csstype").Property.Transition<string & {}> | undefined;
772
+ boxAlign?: import("csstype").Property.BoxAlign | undefined;
773
+ boxDirection?: import("csstype").Property.BoxDirection | undefined;
774
+ boxFlex?: import("csstype").Property.BoxFlex | undefined;
775
+ boxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
776
+ boxLines?: import("csstype").Property.BoxLines | undefined;
777
+ boxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
778
+ boxOrient?: import("csstype").Property.BoxOrient | undefined;
779
+ boxPack?: import("csstype").Property.BoxPack | undefined;
780
+ clip?: import("csstype").Property.Clip | undefined;
781
+ fontStretch?: import("csstype").Property.FontStretch | undefined;
782
+ gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | undefined;
783
+ gridGap?: import("csstype").Property.GridGap<string | number> | undefined;
784
+ gridRowGap?: import("csstype").Property.GridRowGap<string | number> | undefined;
785
+ imeMode?: import("csstype").Property.ImeMode | undefined;
786
+ insetArea?: import("csstype").Property.PositionArea | undefined;
787
+ offsetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
788
+ offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
789
+ offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
790
+ offsetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
791
+ offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
792
+ offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
793
+ pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
794
+ pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
795
+ pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
796
+ positionTryOptions?: import("csstype").Property.PositionTryFallbacks | undefined;
797
+ scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined;
798
+ scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | undefined;
799
+ scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
800
+ scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
801
+ scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | undefined;
802
+ scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | undefined;
803
+ KhtmlBoxAlign?: import("csstype").Property.BoxAlign | undefined;
804
+ KhtmlBoxDirection?: import("csstype").Property.BoxDirection | undefined;
805
+ KhtmlBoxFlex?: import("csstype").Property.BoxFlex | undefined;
806
+ KhtmlBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
807
+ KhtmlBoxLines?: import("csstype").Property.BoxLines | undefined;
808
+ KhtmlBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
809
+ KhtmlBoxOrient?: import("csstype").Property.BoxOrient | undefined;
810
+ KhtmlBoxPack?: import("csstype").Property.BoxPack | undefined;
811
+ KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
812
+ KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
813
+ KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
814
+ MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
815
+ MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
816
+ MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
817
+ MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
818
+ MozBorderRadiusBottomleft?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
819
+ MozBorderRadiusBottomright?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
820
+ MozBorderRadiusTopleft?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
821
+ MozBorderRadiusTopright?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
822
+ MozBoxAlign?: import("csstype").Property.BoxAlign | undefined;
823
+ MozBoxDirection?: import("csstype").Property.BoxDirection | undefined;
824
+ MozBoxFlex?: import("csstype").Property.BoxFlex | undefined;
825
+ MozBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
826
+ MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
827
+ MozBoxPack?: import("csstype").Property.BoxPack | undefined;
828
+ MozBoxShadow?: import("csstype").Property.BoxShadow | undefined;
829
+ MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
830
+ MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
831
+ MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
832
+ MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
833
+ MozOpacity?: import("csstype").Property.Opacity | undefined;
834
+ MozOutline?: import("csstype").Property.Outline<string | number> | undefined;
835
+ MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
836
+ MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
837
+ MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
838
+ MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
839
+ MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
840
+ MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
841
+ MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
842
+ MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
843
+ MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
844
+ MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
845
+ MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
846
+ MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
847
+ MozUserInput?: import("csstype").Property.MozUserInput | undefined;
848
+ msImeMode?: import("csstype").Property.ImeMode | undefined;
849
+ OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
850
+ OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
851
+ OAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
852
+ OAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
853
+ OAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
854
+ OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
855
+ OAnimationName?: import("csstype").Property.AnimationName | undefined;
856
+ OAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
857
+ OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
858
+ OBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
859
+ OBorderImage?: import("csstype").Property.BorderImage | undefined;
860
+ OObjectFit?: import("csstype").Property.ObjectFit | undefined;
861
+ OObjectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
862
+ OTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
863
+ OTextOverflow?: import("csstype").Property.TextOverflow | undefined;
864
+ OTransform?: import("csstype").Property.Transform | undefined;
865
+ OTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
866
+ OTransition?: import("csstype").Property.Transition<string & {}> | undefined;
867
+ OTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
868
+ OTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
869
+ OTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
870
+ OTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
871
+ WebkitBoxAlign?: import("csstype").Property.BoxAlign | undefined;
872
+ WebkitBoxDirection?: import("csstype").Property.BoxDirection | undefined;
873
+ WebkitBoxFlex?: import("csstype").Property.BoxFlex | undefined;
874
+ WebkitBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
875
+ WebkitBoxLines?: import("csstype").Property.BoxLines | undefined;
876
+ WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
877
+ WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
878
+ WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
879
+ colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
880
+ colorRendering?: import("csstype").Property.ColorRendering | undefined;
881
+ glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined;
882
+ "accent-color"?: import("csstype").Property.AccentColor | undefined;
883
+ "align-content"?: import("csstype").Property.AlignContent | undefined;
884
+ "align-items"?: import("csstype").Property.AlignItems | undefined;
885
+ "align-self"?: import("csstype").Property.AlignSelf | undefined;
886
+ "align-tracks"?: import("csstype").Property.AlignTracks | undefined;
887
+ "alignment-baseline"?: import("csstype").Property.AlignmentBaseline | undefined;
888
+ "anchor-name"?: import("csstype").Property.AnchorName | undefined;
889
+ "anchor-scope"?: import("csstype").Property.AnchorScope | undefined;
890
+ "animation-composition"?: import("csstype").Property.AnimationComposition | undefined;
891
+ "animation-delay"?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
892
+ "animation-direction"?: import("csstype").Property.AnimationDirection | undefined;
893
+ "animation-duration"?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
894
+ "animation-fill-mode"?: import("csstype").Property.AnimationFillMode | undefined;
895
+ "animation-iteration-count"?: import("csstype").Property.AnimationIterationCount | undefined;
896
+ "animation-name"?: import("csstype").Property.AnimationName | undefined;
897
+ "animation-play-state"?: import("csstype").Property.AnimationPlayState | undefined;
898
+ "animation-range-end"?: import("csstype").Property.AnimationRangeEnd<string | number> | undefined;
899
+ "animation-range-start"?: import("csstype").Property.AnimationRangeStart<string | number> | undefined;
900
+ "animation-timeline"?: import("csstype").Property.AnimationTimeline | undefined;
901
+ "animation-timing-function"?: import("csstype").Property.AnimationTimingFunction | undefined;
902
+ "aspect-ratio"?: import("csstype").Property.AspectRatio | undefined;
903
+ "backdrop-filter"?: import("csstype").Property.BackdropFilter | undefined;
904
+ "backface-visibility"?: import("csstype").Property.BackfaceVisibility | undefined;
905
+ "background-attachment"?: import("csstype").Property.BackgroundAttachment | undefined;
906
+ "background-blend-mode"?: import("csstype").Property.BackgroundBlendMode | undefined;
907
+ "background-clip"?: import("csstype").Property.BackgroundClip | undefined;
908
+ "background-color"?: import("csstype").Property.BackgroundColor | undefined;
909
+ "background-image"?: import("csstype").Property.BackgroundImage | undefined;
910
+ "background-origin"?: import("csstype").Property.BackgroundOrigin | undefined;
911
+ "background-position-x"?: import("csstype").Property.BackgroundPositionX<string | number> | undefined;
912
+ "background-position-y"?: import("csstype").Property.BackgroundPositionY<string | number> | undefined;
913
+ "background-repeat"?: import("csstype").Property.BackgroundRepeat | undefined;
914
+ "background-size"?: import("csstype").Property.BackgroundSize<string | number> | undefined;
915
+ "baseline-shift"?: import("csstype").Property.BaselineShift<string | number> | undefined;
916
+ "block-size"?: import("csstype").Property.BlockSize<string | number> | undefined;
917
+ "border-block-end-color"?: import("csstype").Property.BorderBlockEndColor | undefined;
918
+ "border-block-end-style"?: import("csstype").Property.BorderBlockEndStyle | undefined;
919
+ "border-block-end-width"?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
920
+ "border-block-start-color"?: import("csstype").Property.BorderBlockStartColor | undefined;
921
+ "border-block-start-style"?: import("csstype").Property.BorderBlockStartStyle | undefined;
922
+ "border-block-start-width"?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
923
+ "border-bottom-color"?: import("csstype").Property.BorderBottomColor | undefined;
924
+ "border-bottom-left-radius"?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
925
+ "border-bottom-right-radius"?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
926
+ "border-bottom-style"?: import("csstype").Property.BorderBottomStyle | undefined;
927
+ "border-bottom-width"?: import("csstype").Property.BorderBottomWidth<string | number> | undefined;
928
+ "border-collapse"?: import("csstype").Property.BorderCollapse | undefined;
929
+ "border-end-end-radius"?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
930
+ "border-end-start-radius"?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
931
+ "border-image-outset"?: import("csstype").Property.BorderImageOutset<string | number> | undefined;
932
+ "border-image-repeat"?: import("csstype").Property.BorderImageRepeat | undefined;
933
+ "border-image-slice"?: import("csstype").Property.BorderImageSlice | undefined;
934
+ "border-image-source"?: import("csstype").Property.BorderImageSource | undefined;
935
+ "border-image-width"?: import("csstype").Property.BorderImageWidth<string | number> | undefined;
936
+ "border-inline-end-color"?: import("csstype").Property.BorderInlineEndColor | undefined;
937
+ "border-inline-end-style"?: import("csstype").Property.BorderInlineEndStyle | undefined;
938
+ "border-inline-end-width"?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
939
+ "border-inline-start-color"?: import("csstype").Property.BorderInlineStartColor | undefined;
940
+ "border-inline-start-style"?: import("csstype").Property.BorderInlineStartStyle | undefined;
941
+ "border-inline-start-width"?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
942
+ "border-left-color"?: import("csstype").Property.BorderLeftColor | undefined;
943
+ "border-left-style"?: import("csstype").Property.BorderLeftStyle | undefined;
944
+ "border-left-width"?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
945
+ "border-right-color"?: import("csstype").Property.BorderRightColor | undefined;
946
+ "border-right-style"?: import("csstype").Property.BorderRightStyle | undefined;
947
+ "border-right-width"?: import("csstype").Property.BorderRightWidth<string | number> | undefined;
948
+ "border-spacing"?: import("csstype").Property.BorderSpacing<string | number> | undefined;
949
+ "border-start-end-radius"?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
950
+ "border-start-start-radius"?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
951
+ "border-top-color"?: import("csstype").Property.BorderTopColor | undefined;
952
+ "border-top-left-radius"?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
953
+ "border-top-right-radius"?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
954
+ "border-top-style"?: import("csstype").Property.BorderTopStyle | undefined;
955
+ "border-top-width"?: import("csstype").Property.BorderTopWidth<string | number> | undefined;
956
+ "box-decoration-break"?: import("csstype").Property.BoxDecorationBreak | undefined;
957
+ "box-shadow"?: import("csstype").Property.BoxShadow | undefined;
958
+ "box-sizing"?: import("csstype").Property.BoxSizing | undefined;
959
+ "break-after"?: import("csstype").Property.BreakAfter | undefined;
960
+ "break-before"?: import("csstype").Property.BreakBefore | undefined;
961
+ "break-inside"?: import("csstype").Property.BreakInside | undefined;
962
+ "caption-side"?: import("csstype").Property.CaptionSide | undefined;
963
+ "caret-color"?: import("csstype").Property.CaretColor | undefined;
964
+ "caret-shape"?: import("csstype").Property.CaretShape | undefined;
965
+ "clip-path"?: import("csstype").Property.ClipPath | undefined;
966
+ "clip-rule"?: import("csstype").Property.ClipRule | undefined;
967
+ "color-adjust"?: import("csstype").Property.PrintColorAdjust | undefined;
968
+ "color-interpolation-filters"?: import("csstype").Property.ColorInterpolationFilters | undefined;
969
+ "color-scheme"?: import("csstype").Property.ColorScheme | undefined;
970
+ "column-count"?: import("csstype").Property.ColumnCount | undefined;
971
+ "column-fill"?: import("csstype").Property.ColumnFill | undefined;
972
+ "column-gap"?: import("csstype").Property.ColumnGap<string | number> | undefined;
973
+ "column-rule-color"?: import("csstype").Property.ColumnRuleColor | undefined;
974
+ "column-rule-style"?: import("csstype").Property.ColumnRuleStyle | undefined;
975
+ "column-rule-width"?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
976
+ "column-span"?: import("csstype").Property.ColumnSpan | undefined;
977
+ "column-width"?: import("csstype").Property.ColumnWidth<string | number> | undefined;
978
+ "contain-intrinsic-block-size"?: import("csstype").Property.ContainIntrinsicBlockSize<string | number> | undefined;
979
+ "contain-intrinsic-height"?: import("csstype").Property.ContainIntrinsicHeight<string | number> | undefined;
980
+ "contain-intrinsic-inline-size"?: import("csstype").Property.ContainIntrinsicInlineSize<string | number> | undefined;
981
+ "contain-intrinsic-width"?: import("csstype").Property.ContainIntrinsicWidth<string | number> | undefined;
982
+ "container-name"?: import("csstype").Property.ContainerName | undefined;
983
+ "container-type"?: import("csstype").Property.ContainerType | undefined;
984
+ "content-visibility"?: import("csstype").Property.ContentVisibility | undefined;
985
+ "counter-increment"?: import("csstype").Property.CounterIncrement | undefined;
986
+ "counter-reset"?: import("csstype").Property.CounterReset | undefined;
987
+ "counter-set"?: import("csstype").Property.CounterSet | undefined;
988
+ "dominant-baseline"?: import("csstype").Property.DominantBaseline | undefined;
989
+ "empty-cells"?: import("csstype").Property.EmptyCells | undefined;
990
+ "field-sizing"?: import("csstype").Property.FieldSizing | undefined;
991
+ "fill-opacity"?: import("csstype").Property.FillOpacity | undefined;
992
+ "fill-rule"?: import("csstype").Property.FillRule | undefined;
993
+ "flex-basis"?: import("csstype").Property.FlexBasis<string | number> | undefined;
994
+ "flex-direction"?: import("csstype").Property.FlexDirection | undefined;
995
+ "flex-grow"?: import("csstype").Property.FlexGrow | undefined;
996
+ "flex-shrink"?: import("csstype").Property.FlexShrink | undefined;
997
+ "flex-wrap"?: import("csstype").Property.FlexWrap | undefined;
998
+ "flood-color"?: import("csstype").Property.FloodColor | undefined;
999
+ "flood-opacity"?: import("csstype").Property.FloodOpacity | undefined;
1000
+ "font-family"?: import("csstype").Property.FontFamily | undefined;
1001
+ "font-feature-settings"?: import("csstype").Property.FontFeatureSettings | undefined;
1002
+ "font-kerning"?: import("csstype").Property.FontKerning | undefined;
1003
+ "font-language-override"?: import("csstype").Property.FontLanguageOverride | undefined;
1004
+ "font-optical-sizing"?: import("csstype").Property.FontOpticalSizing | undefined;
1005
+ "font-palette"?: import("csstype").Property.FontPalette | undefined;
1006
+ "font-size"?: import("csstype").Property.FontSize<string | number> | undefined;
1007
+ "font-size-adjust"?: import("csstype").Property.FontSizeAdjust | undefined;
1008
+ "font-smooth"?: import("csstype").Property.FontSmooth<string | number> | undefined;
1009
+ "font-style"?: import("csstype").Property.FontStyle | undefined;
1010
+ "font-synthesis"?: import("csstype").Property.FontSynthesis | undefined;
1011
+ "font-synthesis-position"?: import("csstype").Property.FontSynthesisPosition | undefined;
1012
+ "font-synthesis-small-caps"?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
1013
+ "font-synthesis-style"?: import("csstype").Property.FontSynthesisStyle | undefined;
1014
+ "font-synthesis-weight"?: import("csstype").Property.FontSynthesisWeight | undefined;
1015
+ "font-variant"?: import("csstype").Property.FontVariant | undefined;
1016
+ "font-variant-alternates"?: import("csstype").Property.FontVariantAlternates | undefined;
1017
+ "font-variant-caps"?: import("csstype").Property.FontVariantCaps | undefined;
1018
+ "font-variant-east-asian"?: import("csstype").Property.FontVariantEastAsian | undefined;
1019
+ "font-variant-emoji"?: import("csstype").Property.FontVariantEmoji | undefined;
1020
+ "font-variant-ligatures"?: import("csstype").Property.FontVariantLigatures | undefined;
1021
+ "font-variant-numeric"?: import("csstype").Property.FontVariantNumeric | undefined;
1022
+ "font-variant-position"?: import("csstype").Property.FontVariantPosition | undefined;
1023
+ "font-variation-settings"?: import("csstype").Property.FontVariationSettings | undefined;
1024
+ "font-weight"?: import("csstype").Property.FontWeight | undefined;
1025
+ "font-width"?: import("csstype").Property.FontWidth | undefined;
1026
+ "forced-color-adjust"?: import("csstype").Property.ForcedColorAdjust | undefined;
1027
+ "grid-auto-columns"?: import("csstype").Property.GridAutoColumns<string | number> | undefined;
1028
+ "grid-auto-flow"?: import("csstype").Property.GridAutoFlow | undefined;
1029
+ "grid-auto-rows"?: import("csstype").Property.GridAutoRows<string | number> | undefined;
1030
+ "grid-column-end"?: import("csstype").Property.GridColumnEnd | undefined;
1031
+ "grid-column-start"?: import("csstype").Property.GridColumnStart | undefined;
1032
+ "grid-row-end"?: import("csstype").Property.GridRowEnd | undefined;
1033
+ "grid-row-start"?: import("csstype").Property.GridRowStart | undefined;
1034
+ "grid-template-areas"?: import("csstype").Property.GridTemplateAreas | undefined;
1035
+ "grid-template-columns"?: import("csstype").Property.GridTemplateColumns<string | number> | undefined;
1036
+ "grid-template-rows"?: import("csstype").Property.GridTemplateRows<string | number> | undefined;
1037
+ "hanging-punctuation"?: import("csstype").Property.HangingPunctuation | undefined;
1038
+ "hyphenate-character"?: import("csstype").Property.HyphenateCharacter | undefined;
1039
+ "hyphenate-limit-chars"?: import("csstype").Property.HyphenateLimitChars | undefined;
1040
+ "image-orientation"?: import("csstype").Property.ImageOrientation | undefined;
1041
+ "image-rendering"?: import("csstype").Property.ImageRendering | undefined;
1042
+ "image-resolution"?: import("csstype").Property.ImageResolution | undefined;
1043
+ "initial-letter"?: import("csstype").Property.InitialLetter | undefined;
1044
+ "initial-letter-align"?: import("csstype").Property.InitialLetterAlign | undefined;
1045
+ "inline-size"?: import("csstype").Property.InlineSize<string | number> | undefined;
1046
+ "inset-block-end"?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
1047
+ "inset-block-start"?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
1048
+ "inset-inline-end"?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
1049
+ "inset-inline-start"?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
1050
+ "interpolate-size"?: import("csstype").Property.InterpolateSize | undefined;
1051
+ "justify-content"?: import("csstype").Property.JustifyContent | undefined;
1052
+ "justify-items"?: import("csstype").Property.JustifyItems | undefined;
1053
+ "justify-self"?: import("csstype").Property.JustifySelf | undefined;
1054
+ "justify-tracks"?: import("csstype").Property.JustifyTracks | undefined;
1055
+ "letter-spacing"?: import("csstype").Property.LetterSpacing<string | number> | undefined;
1056
+ "lighting-color"?: import("csstype").Property.LightingColor | undefined;
1057
+ "line-break"?: import("csstype").Property.LineBreak | undefined;
1058
+ "line-height"?: import("csstype").Property.LineHeight<string | number> | undefined;
1059
+ "line-height-step"?: import("csstype").Property.LineHeightStep<string | number> | undefined;
1060
+ "list-style-image"?: import("csstype").Property.ListStyleImage | undefined;
1061
+ "list-style-position"?: import("csstype").Property.ListStylePosition | undefined;
1062
+ "list-style-type"?: import("csstype").Property.ListStyleType | undefined;
1063
+ "margin-block-end"?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
1064
+ "margin-block-start"?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
1065
+ "margin-bottom"?: import("csstype").Property.MarginBottom<string | number> | undefined;
1066
+ "margin-inline-end"?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
1067
+ "margin-inline-start"?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
1068
+ "margin-left"?: import("csstype").Property.MarginLeft<string | number> | undefined;
1069
+ "margin-right"?: import("csstype").Property.MarginRight<string | number> | undefined;
1070
+ "margin-top"?: import("csstype").Property.MarginTop<string | number> | undefined;
1071
+ "margin-trim"?: import("csstype").Property.MarginTrim | undefined;
1072
+ "marker-end"?: import("csstype").Property.MarkerEnd | undefined;
1073
+ "marker-mid"?: import("csstype").Property.MarkerMid | undefined;
1074
+ "marker-start"?: import("csstype").Property.MarkerStart | undefined;
1075
+ "mask-border-mode"?: import("csstype").Property.MaskBorderMode | undefined;
1076
+ "mask-border-outset"?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
1077
+ "mask-border-repeat"?: import("csstype").Property.MaskBorderRepeat | undefined;
1078
+ "mask-border-slice"?: import("csstype").Property.MaskBorderSlice | undefined;
1079
+ "mask-border-source"?: import("csstype").Property.MaskBorderSource | undefined;
1080
+ "mask-border-width"?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
1081
+ "mask-clip"?: import("csstype").Property.MaskClip | undefined;
1082
+ "mask-composite"?: import("csstype").Property.MaskComposite | undefined;
1083
+ "mask-image"?: import("csstype").Property.MaskImage | undefined;
1084
+ "mask-mode"?: import("csstype").Property.MaskMode | undefined;
1085
+ "mask-origin"?: import("csstype").Property.MaskOrigin | undefined;
1086
+ "mask-position"?: import("csstype").Property.MaskPosition<string | number> | undefined;
1087
+ "mask-repeat"?: import("csstype").Property.MaskRepeat | undefined;
1088
+ "mask-size"?: import("csstype").Property.MaskSize<string | number> | undefined;
1089
+ "mask-type"?: import("csstype").Property.MaskType | undefined;
1090
+ "masonry-auto-flow"?: import("csstype").Property.MasonryAutoFlow | undefined;
1091
+ "math-depth"?: import("csstype").Property.MathDepth | undefined;
1092
+ "math-shift"?: import("csstype").Property.MathShift | undefined;
1093
+ "math-style"?: import("csstype").Property.MathStyle | undefined;
1094
+ "max-block-size"?: import("csstype").Property.MaxBlockSize<string | number> | undefined;
1095
+ "max-height"?: import("csstype").Property.MaxHeight<string | number> | undefined;
1096
+ "max-inline-size"?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
1097
+ "max-lines"?: import("csstype").Property.MaxLines | undefined;
1098
+ "max-width"?: import("csstype").Property.MaxWidth<string | number> | undefined;
1099
+ "min-block-size"?: import("csstype").Property.MinBlockSize<string | number> | undefined;
1100
+ "min-height"?: import("csstype").Property.MinHeight<string | number> | undefined;
1101
+ "min-inline-size"?: import("csstype").Property.MinInlineSize<string | number> | undefined;
1102
+ "min-width"?: import("csstype").Property.MinWidth<string | number> | undefined;
1103
+ "mix-blend-mode"?: import("csstype").Property.MixBlendMode | undefined;
1104
+ "motion-distance"?: import("csstype").Property.OffsetDistance<string | number> | undefined;
1105
+ "motion-path"?: import("csstype").Property.OffsetPath | undefined;
1106
+ "motion-rotation"?: import("csstype").Property.OffsetRotate | undefined;
1107
+ "object-fit"?: import("csstype").Property.ObjectFit | undefined;
1108
+ "object-position"?: import("csstype").Property.ObjectPosition<string | number> | undefined;
1109
+ "object-view-box"?: import("csstype").Property.ObjectViewBox | undefined;
1110
+ "offset-anchor"?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
1111
+ "offset-distance"?: import("csstype").Property.OffsetDistance<string | number> | undefined;
1112
+ "offset-path"?: import("csstype").Property.OffsetPath | undefined;
1113
+ "offset-position"?: import("csstype").Property.OffsetPosition<string | number> | undefined;
1114
+ "offset-rotate"?: import("csstype").Property.OffsetRotate | undefined;
1115
+ "offset-rotation"?: import("csstype").Property.OffsetRotate | undefined;
1116
+ "outline-color"?: import("csstype").Property.OutlineColor | undefined;
1117
+ "outline-offset"?: import("csstype").Property.OutlineOffset<string | number> | undefined;
1118
+ "outline-style"?: import("csstype").Property.OutlineStyle | undefined;
1119
+ "outline-width"?: import("csstype").Property.OutlineWidth<string | number> | undefined;
1120
+ "overflow-anchor"?: import("csstype").Property.OverflowAnchor | undefined;
1121
+ "overflow-block"?: import("csstype").Property.OverflowBlock | undefined;
1122
+ "overflow-clip-box"?: import("csstype").Property.OverflowClipBox | undefined;
1123
+ "overflow-clip-margin"?: import("csstype").Property.OverflowClipMargin<string | number> | undefined;
1124
+ "overflow-inline"?: import("csstype").Property.OverflowInline | undefined;
1125
+ "overflow-wrap"?: import("csstype").Property.OverflowWrap | undefined;
1126
+ "overflow-x"?: import("csstype").Property.OverflowX | undefined;
1127
+ "overflow-y"?: import("csstype").Property.OverflowY | undefined;
1128
+ "overscroll-behavior-block"?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
1129
+ "overscroll-behavior-inline"?: import("csstype").Property.OverscrollBehaviorInline | undefined;
1130
+ "overscroll-behavior-x"?: import("csstype").Property.OverscrollBehaviorX | undefined;
1131
+ "overscroll-behavior-y"?: import("csstype").Property.OverscrollBehaviorY | undefined;
1132
+ "padding-block-end"?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
1133
+ "padding-block-start"?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
1134
+ "padding-bottom"?: import("csstype").Property.PaddingBottom<string | number> | undefined;
1135
+ "padding-inline-end"?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
1136
+ "padding-inline-start"?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
1137
+ "padding-left"?: import("csstype").Property.PaddingLeft<string | number> | undefined;
1138
+ "padding-right"?: import("csstype").Property.PaddingRight<string | number> | undefined;
1139
+ "padding-top"?: import("csstype").Property.PaddingTop<string | number> | undefined;
1140
+ "paint-order"?: import("csstype").Property.PaintOrder | undefined;
1141
+ "perspective-origin"?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
1142
+ "pointer-events"?: import("csstype").Property.PointerEvents | undefined;
1143
+ "position-anchor"?: import("csstype").Property.PositionAnchor | undefined;
1144
+ "position-area"?: import("csstype").Property.PositionArea | undefined;
1145
+ "position-try-fallbacks"?: import("csstype").Property.PositionTryFallbacks | undefined;
1146
+ "position-try-order"?: import("csstype").Property.PositionTryOrder | undefined;
1147
+ "position-visibility"?: import("csstype").Property.PositionVisibility | undefined;
1148
+ "print-color-adjust"?: import("csstype").Property.PrintColorAdjust | undefined;
1149
+ "row-gap"?: import("csstype").Property.RowGap<string | number> | undefined;
1150
+ "ruby-align"?: import("csstype").Property.RubyAlign | undefined;
1151
+ "ruby-merge"?: import("csstype").Property.RubyMerge | undefined;
1152
+ "ruby-overhang"?: import("csstype").Property.RubyOverhang | undefined;
1153
+ "ruby-position"?: import("csstype").Property.RubyPosition | undefined;
1154
+ "scroll-behavior"?: import("csstype").Property.ScrollBehavior | undefined;
1155
+ "scroll-initial-target"?: import("csstype").Property.ScrollInitialTarget | undefined;
1156
+ "scroll-margin-block-end"?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
1157
+ "scroll-margin-block-start"?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
1158
+ "scroll-margin-bottom"?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
1159
+ "scroll-margin-inline-end"?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined;
1160
+ "scroll-margin-inline-start"?: import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined;
1161
+ "scroll-margin-left"?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
1162
+ "scroll-margin-right"?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
1163
+ "scroll-margin-top"?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
1164
+ "scroll-padding-block-end"?: import("csstype").Property.ScrollPaddingBlockEnd<string | number> | undefined;
1165
+ "scroll-padding-block-start"?: import("csstype").Property.ScrollPaddingBlockStart<string | number> | undefined;
1166
+ "scroll-padding-bottom"?: import("csstype").Property.ScrollPaddingBottom<string | number> | undefined;
1167
+ "scroll-padding-inline-end"?: import("csstype").Property.ScrollPaddingInlineEnd<string | number> | undefined;
1168
+ "scroll-padding-inline-start"?: import("csstype").Property.ScrollPaddingInlineStart<string | number> | undefined;
1169
+ "scroll-padding-left"?: import("csstype").Property.ScrollPaddingLeft<string | number> | undefined;
1170
+ "scroll-padding-right"?: import("csstype").Property.ScrollPaddingRight<string | number> | undefined;
1171
+ "scroll-padding-top"?: import("csstype").Property.ScrollPaddingTop<string | number> | undefined;
1172
+ "scroll-snap-align"?: import("csstype").Property.ScrollSnapAlign | undefined;
1173
+ "scroll-snap-margin-bottom"?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
1174
+ "scroll-snap-margin-left"?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
1175
+ "scroll-snap-margin-right"?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
1176
+ "scroll-snap-margin-top"?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
1177
+ "scroll-snap-stop"?: import("csstype").Property.ScrollSnapStop | undefined;
1178
+ "scroll-snap-type"?: import("csstype").Property.ScrollSnapType | undefined;
1179
+ "scroll-timeline-axis"?: import("csstype").Property.ScrollTimelineAxis | undefined;
1180
+ "scroll-timeline-name"?: import("csstype").Property.ScrollTimelineName | undefined;
1181
+ "scrollbar-color"?: import("csstype").Property.ScrollbarColor | undefined;
1182
+ "scrollbar-gutter"?: import("csstype").Property.ScrollbarGutter | undefined;
1183
+ "scrollbar-width"?: import("csstype").Property.ScrollbarWidth | undefined;
1184
+ "shape-image-threshold"?: import("csstype").Property.ShapeImageThreshold | undefined;
1185
+ "shape-margin"?: import("csstype").Property.ShapeMargin<string | number> | undefined;
1186
+ "shape-outside"?: import("csstype").Property.ShapeOutside | undefined;
1187
+ "shape-rendering"?: import("csstype").Property.ShapeRendering | undefined;
1188
+ "speak-as"?: import("csstype").Property.SpeakAs | undefined;
1189
+ "stop-color"?: import("csstype").Property.StopColor | undefined;
1190
+ "stop-opacity"?: import("csstype").Property.StopOpacity | undefined;
1191
+ "stroke-color"?: import("csstype").Property.StrokeColor | undefined;
1192
+ "stroke-dasharray"?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
1193
+ "stroke-dashoffset"?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
1194
+ "stroke-linecap"?: import("csstype").Property.StrokeLinecap | undefined;
1195
+ "stroke-linejoin"?: import("csstype").Property.StrokeLinejoin | undefined;
1196
+ "stroke-miterlimit"?: import("csstype").Property.StrokeMiterlimit | undefined;
1197
+ "stroke-opacity"?: import("csstype").Property.StrokeOpacity | undefined;
1198
+ "stroke-width"?: import("csstype").Property.StrokeWidth<string | number> | undefined;
1199
+ "tab-size"?: import("csstype").Property.TabSize<string | number> | undefined;
1200
+ "table-layout"?: import("csstype").Property.TableLayout | undefined;
1201
+ "text-align"?: import("csstype").Property.TextAlign | undefined;
1202
+ "text-align-last"?: import("csstype").Property.TextAlignLast | undefined;
1203
+ "text-anchor"?: import("csstype").Property.TextAnchor | undefined;
1204
+ "text-autospace"?: import("csstype").Property.TextAutospace | undefined;
1205
+ "text-box"?: import("csstype").Property.TextBox | undefined;
1206
+ "text-box-edge"?: import("csstype").Property.TextBoxEdge | undefined;
1207
+ "text-box-trim"?: import("csstype").Property.TextBoxTrim | undefined;
1208
+ "text-combine-upright"?: import("csstype").Property.TextCombineUpright | undefined;
1209
+ "text-decoration-color"?: import("csstype").Property.TextDecorationColor | undefined;
1210
+ "text-decoration-line"?: import("csstype").Property.TextDecorationLine | undefined;
1211
+ "text-decoration-skip"?: import("csstype").Property.TextDecorationSkip | undefined;
1212
+ "text-decoration-skip-ink"?: import("csstype").Property.TextDecorationSkipInk | undefined;
1213
+ "text-decoration-style"?: import("csstype").Property.TextDecorationStyle | undefined;
1214
+ "text-decoration-thickness"?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
1215
+ "text-emphasis-color"?: import("csstype").Property.TextEmphasisColor | undefined;
1216
+ "text-emphasis-position"?: import("csstype").Property.TextEmphasisPosition | undefined;
1217
+ "text-emphasis-style"?: import("csstype").Property.TextEmphasisStyle | undefined;
1218
+ "text-indent"?: import("csstype").Property.TextIndent<string | number> | undefined;
1219
+ "text-justify"?: import("csstype").Property.TextJustify | undefined;
1220
+ "text-orientation"?: import("csstype").Property.TextOrientation | undefined;
1221
+ "text-overflow"?: import("csstype").Property.TextOverflow | undefined;
1222
+ "text-rendering"?: import("csstype").Property.TextRendering | undefined;
1223
+ "text-shadow"?: import("csstype").Property.TextShadow | undefined;
1224
+ "text-size-adjust"?: import("csstype").Property.TextSizeAdjust | undefined;
1225
+ "text-spacing-trim"?: import("csstype").Property.TextSpacingTrim | undefined;
1226
+ "text-transform"?: import("csstype").Property.TextTransform | undefined;
1227
+ "text-underline-offset"?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
1228
+ "text-underline-position"?: import("csstype").Property.TextUnderlinePosition | undefined;
1229
+ "text-wrap-mode"?: import("csstype").Property.TextWrapMode | undefined;
1230
+ "text-wrap-style"?: import("csstype").Property.TextWrapStyle | undefined;
1231
+ "timeline-scope"?: import("csstype").Property.TimelineScope | undefined;
1232
+ "touch-action"?: import("csstype").Property.TouchAction | undefined;
1233
+ "transform-box"?: import("csstype").Property.TransformBox | undefined;
1234
+ "transform-origin"?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1235
+ "transform-style"?: import("csstype").Property.TransformStyle | undefined;
1236
+ "transition-behavior"?: import("csstype").Property.TransitionBehavior | undefined;
1237
+ "transition-delay"?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1238
+ "transition-duration"?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1239
+ "transition-property"?: import("csstype").Property.TransitionProperty | undefined;
1240
+ "transition-timing-function"?: import("csstype").Property.TransitionTimingFunction | undefined;
1241
+ "unicode-bidi"?: import("csstype").Property.UnicodeBidi | undefined;
1242
+ "user-select"?: import("csstype").Property.UserSelect | undefined;
1243
+ "vector-effect"?: import("csstype").Property.VectorEffect | undefined;
1244
+ "vertical-align"?: import("csstype").Property.VerticalAlign<string | number> | undefined;
1245
+ "view-timeline-axis"?: import("csstype").Property.ViewTimelineAxis | undefined;
1246
+ "view-timeline-inset"?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
1247
+ "view-timeline-name"?: import("csstype").Property.ViewTimelineName | undefined;
1248
+ "view-transition-class"?: import("csstype").Property.ViewTransitionClass | undefined;
1249
+ "view-transition-name"?: import("csstype").Property.ViewTransitionName | undefined;
1250
+ "white-space"?: import("csstype").Property.WhiteSpace | undefined;
1251
+ "white-space-collapse"?: import("csstype").Property.WhiteSpaceCollapse | undefined;
1252
+ "will-change"?: import("csstype").Property.WillChange | undefined;
1253
+ "word-break"?: import("csstype").Property.WordBreak | undefined;
1254
+ "word-spacing"?: import("csstype").Property.WordSpacing<string | number> | undefined;
1255
+ "word-wrap"?: import("csstype").Property.WordWrap | undefined;
1256
+ "writing-mode"?: import("csstype").Property.WritingMode | undefined;
1257
+ "z-index"?: import("csstype").Property.ZIndex | undefined;
1258
+ "animation-range"?: import("csstype").Property.AnimationRange<string | number> | undefined;
1259
+ "background-position"?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
1260
+ "border-block"?: import("csstype").Property.BorderBlock<string | number> | undefined;
1261
+ "border-block-color"?: import("csstype").Property.BorderBlockColor | undefined;
1262
+ "border-block-end"?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
1263
+ "border-block-start"?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
1264
+ "border-block-style"?: import("csstype").Property.BorderBlockStyle | undefined;
1265
+ "border-block-width"?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
1266
+ "border-bottom"?: import("csstype").Property.BorderBottom<string | number> | undefined;
1267
+ "border-color"?: import("csstype").Property.BorderColor | undefined;
1268
+ "border-image"?: import("csstype").Property.BorderImage | undefined;
1269
+ "border-inline"?: import("csstype").Property.BorderInline<string | number> | undefined;
1270
+ "border-inline-color"?: import("csstype").Property.BorderInlineColor | undefined;
1271
+ "border-inline-end"?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
1272
+ "border-inline-start"?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
1273
+ "border-inline-style"?: import("csstype").Property.BorderInlineStyle | undefined;
1274
+ "border-inline-width"?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
1275
+ "border-left"?: import("csstype").Property.BorderLeft<string | number> | undefined;
1276
+ "border-radius"?: import("csstype").Property.BorderRadius<string | number> | undefined;
1277
+ "border-right"?: import("csstype").Property.BorderRight<string | number> | undefined;
1278
+ "border-style"?: import("csstype").Property.BorderStyle | undefined;
1279
+ "border-top"?: import("csstype").Property.BorderTop<string | number> | undefined;
1280
+ "border-width"?: import("csstype").Property.BorderWidth<string | number> | undefined;
1281
+ "column-rule"?: import("csstype").Property.ColumnRule<string | number> | undefined;
1282
+ "contain-intrinsic-size"?: import("csstype").Property.ContainIntrinsicSize<string | number> | undefined;
1283
+ "flex-flow"?: import("csstype").Property.FlexFlow | undefined;
1284
+ "grid-area"?: import("csstype").Property.GridArea | undefined;
1285
+ "grid-column"?: import("csstype").Property.GridColumn | undefined;
1286
+ "grid-row"?: import("csstype").Property.GridRow | undefined;
1287
+ "grid-template"?: import("csstype").Property.GridTemplate | undefined;
1288
+ "inset-block"?: import("csstype").Property.InsetBlock<string | number> | undefined;
1289
+ "inset-inline"?: import("csstype").Property.InsetInline<string | number> | undefined;
1290
+ "line-clamp"?: import("csstype").Property.LineClamp | undefined;
1291
+ "list-style"?: import("csstype").Property.ListStyle | undefined;
1292
+ "margin-block"?: import("csstype").Property.MarginBlock<string | number> | undefined;
1293
+ "margin-inline"?: import("csstype").Property.MarginInline<string | number> | undefined;
1294
+ "mask-border"?: import("csstype").Property.MaskBorder | undefined;
1295
+ "overscroll-behavior"?: import("csstype").Property.OverscrollBehavior | undefined;
1296
+ "padding-block"?: import("csstype").Property.PaddingBlock<string | number> | undefined;
1297
+ "padding-inline"?: import("csstype").Property.PaddingInline<string | number> | undefined;
1298
+ "place-content"?: import("csstype").Property.PlaceContent | undefined;
1299
+ "place-items"?: import("csstype").Property.PlaceItems | undefined;
1300
+ "place-self"?: import("csstype").Property.PlaceSelf | undefined;
1301
+ "position-try"?: import("csstype").Property.PositionTry | undefined;
1302
+ "scroll-margin"?: import("csstype").Property.ScrollMargin<string | number> | undefined;
1303
+ "scroll-margin-block"?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
1304
+ "scroll-margin-inline"?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
1305
+ "scroll-padding"?: import("csstype").Property.ScrollPadding<string | number> | undefined;
1306
+ "scroll-padding-block"?: import("csstype").Property.ScrollPaddingBlock<string | number> | undefined;
1307
+ "scroll-padding-inline"?: import("csstype").Property.ScrollPaddingInline<string | number> | undefined;
1308
+ "scroll-snap-margin"?: import("csstype").Property.ScrollMargin<string | number> | undefined;
1309
+ "scroll-timeline"?: import("csstype").Property.ScrollTimeline | undefined;
1310
+ "text-decoration"?: import("csstype").Property.TextDecoration<string | number> | undefined;
1311
+ "text-emphasis"?: import("csstype").Property.TextEmphasis | undefined;
1312
+ "text-wrap"?: import("csstype").Property.TextWrap | undefined;
1313
+ "view-timeline"?: import("csstype").Property.ViewTimeline | undefined;
1314
+ "-moz-animation-delay"?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
1315
+ "-moz-animation-direction"?: import("csstype").Property.AnimationDirection | undefined;
1316
+ "-moz-animation-duration"?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
1317
+ "-moz-animation-fill-mode"?: import("csstype").Property.AnimationFillMode | undefined;
1318
+ "-moz-animation-iteration-count"?: import("csstype").Property.AnimationIterationCount | undefined;
1319
+ "-moz-animation-name"?: import("csstype").Property.AnimationName | undefined;
1320
+ "-moz-animation-play-state"?: import("csstype").Property.AnimationPlayState | undefined;
1321
+ "-moz-animation-timing-function"?: import("csstype").Property.AnimationTimingFunction | undefined;
1322
+ "-moz-appearance"?: import("csstype").Property.MozAppearance | undefined;
1323
+ "-moz-backface-visibility"?: import("csstype").Property.BackfaceVisibility | undefined;
1324
+ "-moz-binding"?: import("csstype").Property.MozBinding | undefined;
1325
+ "-moz-border-bottom-colors"?: import("csstype").Property.MozBorderBottomColors | undefined;
1326
+ "-moz-border-end-color"?: import("csstype").Property.BorderInlineEndColor | undefined;
1327
+ "-moz-border-end-style"?: import("csstype").Property.BorderInlineEndStyle | undefined;
1328
+ "-moz-border-end-width"?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
1329
+ "-moz-border-left-colors"?: import("csstype").Property.MozBorderLeftColors | undefined;
1330
+ "-moz-border-right-colors"?: import("csstype").Property.MozBorderRightColors | undefined;
1331
+ "-moz-border-start-color"?: import("csstype").Property.BorderInlineStartColor | undefined;
1332
+ "-moz-border-start-style"?: import("csstype").Property.BorderInlineStartStyle | undefined;
1333
+ "-moz-border-top-colors"?: import("csstype").Property.MozBorderTopColors | undefined;
1334
+ "-moz-box-sizing"?: import("csstype").Property.BoxSizing | undefined;
1335
+ "-moz-column-rule-color"?: import("csstype").Property.ColumnRuleColor | undefined;
1336
+ "-moz-column-rule-style"?: import("csstype").Property.ColumnRuleStyle | undefined;
1337
+ "-moz-column-rule-width"?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
1338
+ "-moz-column-width"?: import("csstype").Property.ColumnWidth<string | number> | undefined;
1339
+ "-moz-context-properties"?: import("csstype").Property.MozContextProperties | undefined;
1340
+ "-moz-font-feature-settings"?: import("csstype").Property.FontFeatureSettings | undefined;
1341
+ "-moz-font-language-override"?: import("csstype").Property.FontLanguageOverride | undefined;
1342
+ "-moz-hyphens"?: import("csstype").Property.Hyphens | undefined;
1343
+ "-moz-margin-end"?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
1344
+ "-moz-margin-start"?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
1345
+ "-moz-orient"?: import("csstype").Property.MozOrient | undefined;
1346
+ "-moz-osx-font-smoothing"?: import("csstype").Property.FontSmooth<string | number> | undefined;
1347
+ "-moz-outline-radius-bottomleft"?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
1348
+ "-moz-outline-radius-bottomright"?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
1349
+ "-moz-outline-radius-topleft"?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
1350
+ "-moz-outline-radius-topright"?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
1351
+ "-moz-padding-end"?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
1352
+ "-moz-padding-start"?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
1353
+ "-moz-perspective"?: import("csstype").Property.Perspective<string | number> | undefined;
1354
+ "-moz-perspective-origin"?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
1355
+ "-moz-stack-sizing"?: import("csstype").Property.MozStackSizing | undefined;
1356
+ "-moz-tab-size"?: import("csstype").Property.TabSize<string | number> | undefined;
1357
+ "-moz-text-blink"?: import("csstype").Property.MozTextBlink | undefined;
1358
+ "-moz-text-size-adjust"?: import("csstype").Property.TextSizeAdjust | undefined;
1359
+ "-moz-transform"?: import("csstype").Property.Transform | undefined;
1360
+ "-moz-transform-origin"?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1361
+ "-moz-transform-style"?: import("csstype").Property.TransformStyle | undefined;
1362
+ "-moz-user-modify"?: import("csstype").Property.MozUserModify | undefined;
1363
+ "-moz-user-select"?: import("csstype").Property.UserSelect | undefined;
1364
+ "-moz-window-dragging"?: import("csstype").Property.MozWindowDragging | undefined;
1365
+ "-moz-window-shadow"?: import("csstype").Property.MozWindowShadow | undefined;
1366
+ "-ms-accelerator"?: import("csstype").Property.MsAccelerator | undefined;
1367
+ "-ms-block-progression"?: import("csstype").Property.MsBlockProgression | undefined;
1368
+ "-ms-content-zoom-chaining"?: import("csstype").Property.MsContentZoomChaining | undefined;
1369
+ "-ms-content-zoom-limit-max"?: import("csstype").Property.MsContentZoomLimitMax | undefined;
1370
+ "-ms-content-zoom-limit-min"?: import("csstype").Property.MsContentZoomLimitMin | undefined;
1371
+ "-ms-content-zoom-snap-points"?: import("csstype").Property.MsContentZoomSnapPoints | undefined;
1372
+ "-ms-content-zoom-snap-type"?: import("csstype").Property.MsContentZoomSnapType | undefined;
1373
+ "-ms-content-zooming"?: import("csstype").Property.MsContentZooming | undefined;
1374
+ "-ms-filter"?: import("csstype").Property.MsFilter | undefined;
1375
+ "-ms-flex-direction"?: import("csstype").Property.FlexDirection | undefined;
1376
+ "-ms-flex-positive"?: import("csstype").Property.FlexGrow | undefined;
1377
+ "-ms-flow-from"?: import("csstype").Property.MsFlowFrom | undefined;
1378
+ "-ms-flow-into"?: import("csstype").Property.MsFlowInto | undefined;
1379
+ "-ms-grid-columns"?: import("csstype").Property.MsGridColumns<string | number> | undefined;
1380
+ "-ms-grid-rows"?: import("csstype").Property.MsGridRows<string | number> | undefined;
1381
+ "-ms-high-contrast-adjust"?: import("csstype").Property.MsHighContrastAdjust | undefined;
1382
+ "-ms-hyphenate-limit-chars"?: import("csstype").Property.MsHyphenateLimitChars | undefined;
1383
+ "-ms-hyphenate-limit-lines"?: import("csstype").Property.MsHyphenateLimitLines | undefined;
1384
+ "-ms-hyphenate-limit-zone"?: import("csstype").Property.MsHyphenateLimitZone<string | number> | undefined;
1385
+ "-ms-hyphens"?: import("csstype").Property.Hyphens | undefined;
1386
+ "-ms-ime-align"?: import("csstype").Property.MsImeAlign | undefined;
1387
+ "-ms-line-break"?: import("csstype").Property.LineBreak | undefined;
1388
+ "-ms-order"?: import("csstype").Property.Order | undefined;
1389
+ "-ms-overflow-style"?: import("csstype").Property.MsOverflowStyle | undefined;
1390
+ "-ms-overflow-x"?: import("csstype").Property.OverflowX | undefined;
1391
+ "-ms-overflow-y"?: import("csstype").Property.OverflowY | undefined;
1392
+ "-ms-scroll-chaining"?: import("csstype").Property.MsScrollChaining | undefined;
1393
+ "-ms-scroll-limit-x-max"?: import("csstype").Property.MsScrollLimitXMax<string | number> | undefined;
1394
+ "-ms-scroll-limit-x-min"?: import("csstype").Property.MsScrollLimitXMin<string | number> | undefined;
1395
+ "-ms-scroll-limit-y-max"?: import("csstype").Property.MsScrollLimitYMax<string | number> | undefined;
1396
+ "-ms-scroll-limit-y-min"?: import("csstype").Property.MsScrollLimitYMin<string | number> | undefined;
1397
+ "-ms-scroll-rails"?: import("csstype").Property.MsScrollRails | undefined;
1398
+ "-ms-scroll-snap-points-x"?: import("csstype").Property.MsScrollSnapPointsX | undefined;
1399
+ "-ms-scroll-snap-points-y"?: import("csstype").Property.MsScrollSnapPointsY | undefined;
1400
+ "-ms-scroll-snap-type"?: import("csstype").Property.MsScrollSnapType | undefined;
1401
+ "-ms-scroll-translation"?: import("csstype").Property.MsScrollTranslation | undefined;
1402
+ "-ms-scrollbar-3dlight-color"?: import("csstype").Property.MsScrollbar3dlightColor | undefined;
1403
+ "-ms-scrollbar-arrow-color"?: import("csstype").Property.MsScrollbarArrowColor | undefined;
1404
+ "-ms-scrollbar-base-color"?: import("csstype").Property.MsScrollbarBaseColor | undefined;
1405
+ "-ms-scrollbar-darkshadow-color"?: import("csstype").Property.MsScrollbarDarkshadowColor | undefined;
1406
+ "-ms-scrollbar-face-color"?: import("csstype").Property.MsScrollbarFaceColor | undefined;
1407
+ "-ms-scrollbar-highlight-color"?: import("csstype").Property.MsScrollbarHighlightColor | undefined;
1408
+ "-ms-scrollbar-shadow-color"?: import("csstype").Property.MsScrollbarShadowColor | undefined;
1409
+ "-ms-scrollbar-track-color"?: import("csstype").Property.MsScrollbarTrackColor | undefined;
1410
+ "-ms-text-autospace"?: import("csstype").Property.MsTextAutospace | undefined;
1411
+ "-ms-text-combine-horizontal"?: import("csstype").Property.TextCombineUpright | undefined;
1412
+ "-ms-text-overflow"?: import("csstype").Property.TextOverflow | undefined;
1413
+ "-ms-touch-action"?: import("csstype").Property.TouchAction | undefined;
1414
+ "-ms-touch-select"?: import("csstype").Property.MsTouchSelect | undefined;
1415
+ "-ms-transform"?: import("csstype").Property.Transform | undefined;
1416
+ "-ms-transform-origin"?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1417
+ "-ms-transition-delay"?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1418
+ "-ms-transition-duration"?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1419
+ "-ms-transition-property"?: import("csstype").Property.TransitionProperty | undefined;
1420
+ "-ms-transition-timing-function"?: import("csstype").Property.TransitionTimingFunction | undefined;
1421
+ "-ms-user-select"?: import("csstype").Property.MsUserSelect | undefined;
1422
+ "-ms-word-break"?: import("csstype").Property.WordBreak | undefined;
1423
+ "-ms-wrap-flow"?: import("csstype").Property.MsWrapFlow | undefined;
1424
+ "-ms-wrap-margin"?: import("csstype").Property.MsWrapMargin<string | number> | undefined;
1425
+ "-ms-wrap-through"?: import("csstype").Property.MsWrapThrough | undefined;
1426
+ "-ms-writing-mode"?: import("csstype").Property.WritingMode | undefined;
1427
+ "-webkit-align-content"?: import("csstype").Property.AlignContent | undefined;
1428
+ "-webkit-align-items"?: import("csstype").Property.AlignItems | undefined;
1429
+ "-webkit-align-self"?: import("csstype").Property.AlignSelf | undefined;
1430
+ "-webkit-animation-delay"?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
1431
+ "-webkit-animation-direction"?: import("csstype").Property.AnimationDirection | undefined;
1432
+ "-webkit-animation-duration"?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
1433
+ "-webkit-animation-fill-mode"?: import("csstype").Property.AnimationFillMode | undefined;
1434
+ "-webkit-animation-iteration-count"?: import("csstype").Property.AnimationIterationCount | undefined;
1435
+ "-webkit-animation-name"?: import("csstype").Property.AnimationName | undefined;
1436
+ "-webkit-animation-play-state"?: import("csstype").Property.AnimationPlayState | undefined;
1437
+ "-webkit-animation-timing-function"?: import("csstype").Property.AnimationTimingFunction | undefined;
1438
+ "-webkit-appearance"?: import("csstype").Property.WebkitAppearance | undefined;
1439
+ "-webkit-backdrop-filter"?: import("csstype").Property.BackdropFilter | undefined;
1440
+ "-webkit-backface-visibility"?: import("csstype").Property.BackfaceVisibility | undefined;
1441
+ "-webkit-background-clip"?: import("csstype").Property.BackgroundClip | undefined;
1442
+ "-webkit-background-origin"?: import("csstype").Property.BackgroundOrigin | undefined;
1443
+ "-webkit-background-size"?: import("csstype").Property.BackgroundSize<string | number> | undefined;
1444
+ "-webkit-border-before-color"?: import("csstype").Property.WebkitBorderBeforeColor | undefined;
1445
+ "-webkit-border-before-style"?: import("csstype").Property.WebkitBorderBeforeStyle | undefined;
1446
+ "-webkit-border-before-width"?: import("csstype").Property.WebkitBorderBeforeWidth<string | number> | undefined;
1447
+ "-webkit-border-bottom-left-radius"?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
1448
+ "-webkit-border-bottom-right-radius"?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
1449
+ "-webkit-border-image-slice"?: import("csstype").Property.BorderImageSlice | undefined;
1450
+ "-webkit-border-top-left-radius"?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
1451
+ "-webkit-border-top-right-radius"?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
1452
+ "-webkit-box-decoration-break"?: import("csstype").Property.BoxDecorationBreak | undefined;
1453
+ "-webkit-box-reflect"?: import("csstype").Property.WebkitBoxReflect<string | number> | undefined;
1454
+ "-webkit-box-shadow"?: import("csstype").Property.BoxShadow | undefined;
1455
+ "-webkit-box-sizing"?: import("csstype").Property.BoxSizing | undefined;
1456
+ "-webkit-clip-path"?: import("csstype").Property.ClipPath | undefined;
1457
+ "-webkit-column-count"?: import("csstype").Property.ColumnCount | undefined;
1458
+ "-webkit-column-fill"?: import("csstype").Property.ColumnFill | undefined;
1459
+ "-webkit-column-rule-color"?: import("csstype").Property.ColumnRuleColor | undefined;
1460
+ "-webkit-column-rule-style"?: import("csstype").Property.ColumnRuleStyle | undefined;
1461
+ "-webkit-column-rule-width"?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
1462
+ "-webkit-column-span"?: import("csstype").Property.ColumnSpan | undefined;
1463
+ "-webkit-column-width"?: import("csstype").Property.ColumnWidth<string | number> | undefined;
1464
+ "-webkit-filter"?: import("csstype").Property.Filter | undefined;
1465
+ "-webkit-flex-basis"?: import("csstype").Property.FlexBasis<string | number> | undefined;
1466
+ "-webkit-flex-direction"?: import("csstype").Property.FlexDirection | undefined;
1467
+ "-webkit-flex-grow"?: import("csstype").Property.FlexGrow | undefined;
1468
+ "-webkit-flex-shrink"?: import("csstype").Property.FlexShrink | undefined;
1469
+ "-webkit-flex-wrap"?: import("csstype").Property.FlexWrap | undefined;
1470
+ "-webkit-font-feature-settings"?: import("csstype").Property.FontFeatureSettings | undefined;
1471
+ "-webkit-font-kerning"?: import("csstype").Property.FontKerning | undefined;
1472
+ "-webkit-font-smoothing"?: import("csstype").Property.FontSmooth<string | number> | undefined;
1473
+ "-webkit-font-variant-ligatures"?: import("csstype").Property.FontVariantLigatures | undefined;
1474
+ "-webkit-hyphenate-character"?: import("csstype").Property.HyphenateCharacter | undefined;
1475
+ "-webkit-hyphens"?: import("csstype").Property.Hyphens | undefined;
1476
+ "-webkit-initial-letter"?: import("csstype").Property.InitialLetter | undefined;
1477
+ "-webkit-justify-content"?: import("csstype").Property.JustifyContent | undefined;
1478
+ "-webkit-line-break"?: import("csstype").Property.LineBreak | undefined;
1479
+ "-webkit-line-clamp"?: import("csstype").Property.WebkitLineClamp | undefined;
1480
+ "-webkit-logical-height"?: import("csstype").Property.BlockSize<string | number> | undefined;
1481
+ "-webkit-logical-width"?: import("csstype").Property.InlineSize<string | number> | undefined;
1482
+ "-webkit-margin-end"?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
1483
+ "-webkit-margin-start"?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
1484
+ "-webkit-mask-attachment"?: import("csstype").Property.WebkitMaskAttachment | undefined;
1485
+ "-webkit-mask-box-image-outset"?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
1486
+ "-webkit-mask-box-image-repeat"?: import("csstype").Property.MaskBorderRepeat | undefined;
1487
+ "-webkit-mask-box-image-slice"?: import("csstype").Property.MaskBorderSlice | undefined;
1488
+ "-webkit-mask-box-image-source"?: import("csstype").Property.MaskBorderSource | undefined;
1489
+ "-webkit-mask-box-image-width"?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
1490
+ "-webkit-mask-clip"?: import("csstype").Property.WebkitMaskClip | undefined;
1491
+ "-webkit-mask-composite"?: import("csstype").Property.WebkitMaskComposite | undefined;
1492
+ "-webkit-mask-image"?: import("csstype").Property.WebkitMaskImage | undefined;
1493
+ "-webkit-mask-origin"?: import("csstype").Property.WebkitMaskOrigin | undefined;
1494
+ "-webkit-mask-position"?: import("csstype").Property.WebkitMaskPosition<string | number> | undefined;
1495
+ "-webkit-mask-position-x"?: import("csstype").Property.WebkitMaskPositionX<string | number> | undefined;
1496
+ "-webkit-mask-position-y"?: import("csstype").Property.WebkitMaskPositionY<string | number> | undefined;
1497
+ "-webkit-mask-repeat"?: import("csstype").Property.WebkitMaskRepeat | undefined;
1498
+ "-webkit-mask-repeat-x"?: import("csstype").Property.WebkitMaskRepeatX | undefined;
1499
+ "-webkit-mask-repeat-y"?: import("csstype").Property.WebkitMaskRepeatY | undefined;
1500
+ "-webkit-mask-size"?: import("csstype").Property.WebkitMaskSize<string | number> | undefined;
1501
+ "-webkit-max-inline-size"?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
1502
+ "-webkit-order"?: import("csstype").Property.Order | undefined;
1503
+ "-webkit-overflow-scrolling"?: import("csstype").Property.WebkitOverflowScrolling | undefined;
1504
+ "-webkit-padding-end"?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
1505
+ "-webkit-padding-start"?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
1506
+ "-webkit-perspective"?: import("csstype").Property.Perspective<string | number> | undefined;
1507
+ "-webkit-perspective-origin"?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
1508
+ "-webkit-print-color-adjust"?: import("csstype").Property.PrintColorAdjust | undefined;
1509
+ "-webkit-ruby-position"?: import("csstype").Property.RubyPosition | undefined;
1510
+ "-webkit-scroll-snap-type"?: import("csstype").Property.ScrollSnapType | undefined;
1511
+ "-webkit-shape-margin"?: import("csstype").Property.ShapeMargin<string | number> | undefined;
1512
+ "-webkit-tap-highlight-color"?: import("csstype").Property.WebkitTapHighlightColor | undefined;
1513
+ "-webkit-text-combine"?: import("csstype").Property.TextCombineUpright | undefined;
1514
+ "-webkit-text-decoration-color"?: import("csstype").Property.TextDecorationColor | undefined;
1515
+ "-webkit-text-decoration-line"?: import("csstype").Property.TextDecorationLine | undefined;
1516
+ "-webkit-text-decoration-skip"?: import("csstype").Property.TextDecorationSkip | undefined;
1517
+ "-webkit-text-decoration-style"?: import("csstype").Property.TextDecorationStyle | undefined;
1518
+ "-webkit-text-emphasis-color"?: import("csstype").Property.TextEmphasisColor | undefined;
1519
+ "-webkit-text-emphasis-position"?: import("csstype").Property.TextEmphasisPosition | undefined;
1520
+ "-webkit-text-emphasis-style"?: import("csstype").Property.TextEmphasisStyle | undefined;
1521
+ "-webkit-text-fill-color"?: import("csstype").Property.WebkitTextFillColor | undefined;
1522
+ "-webkit-text-orientation"?: import("csstype").Property.TextOrientation | undefined;
1523
+ "-webkit-text-size-adjust"?: import("csstype").Property.TextSizeAdjust | undefined;
1524
+ "-webkit-text-stroke-color"?: import("csstype").Property.WebkitTextStrokeColor | undefined;
1525
+ "-webkit-text-stroke-width"?: import("csstype").Property.WebkitTextStrokeWidth<string | number> | undefined;
1526
+ "-webkit-text-underline-position"?: import("csstype").Property.TextUnderlinePosition | undefined;
1527
+ "-webkit-touch-callout"?: import("csstype").Property.WebkitTouchCallout | undefined;
1528
+ "-webkit-transform"?: import("csstype").Property.Transform | undefined;
1529
+ "-webkit-transform-origin"?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1530
+ "-webkit-transform-style"?: import("csstype").Property.TransformStyle | undefined;
1531
+ "-webkit-transition-delay"?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1532
+ "-webkit-transition-duration"?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1533
+ "-webkit-transition-property"?: import("csstype").Property.TransitionProperty | undefined;
1534
+ "-webkit-transition-timing-function"?: import("csstype").Property.TransitionTimingFunction | undefined;
1535
+ "-webkit-user-modify"?: import("csstype").Property.WebkitUserModify | undefined;
1536
+ "-webkit-user-select"?: import("csstype").Property.WebkitUserSelect | undefined;
1537
+ "-webkit-writing-mode"?: import("csstype").Property.WritingMode | undefined;
1538
+ "-moz-animation"?: import("csstype").Property.Animation<string & {}> | undefined;
1539
+ "-moz-border-image"?: import("csstype").Property.BorderImage | undefined;
1540
+ "-moz-column-rule"?: import("csstype").Property.ColumnRule<string | number> | undefined;
1541
+ "-moz-columns"?: import("csstype").Property.Columns<string | number> | undefined;
1542
+ "-moz-outline-radius"?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
1543
+ "-moz-transition"?: import("csstype").Property.Transition<string & {}> | undefined;
1544
+ "-ms-content-zoom-limit"?: import("csstype").Property.MsContentZoomLimit | undefined;
1545
+ "-ms-content-zoom-snap"?: import("csstype").Property.MsContentZoomSnap | undefined;
1546
+ "-ms-flex"?: import("csstype").Property.Flex<string | number> | undefined;
1547
+ "-ms-scroll-limit"?: import("csstype").Property.MsScrollLimit | undefined;
1548
+ "-ms-scroll-snap-x"?: import("csstype").Property.MsScrollSnapX | undefined;
1549
+ "-ms-scroll-snap-y"?: import("csstype").Property.MsScrollSnapY | undefined;
1550
+ "-ms-transition"?: import("csstype").Property.Transition<string & {}> | undefined;
1551
+ "-webkit-animation"?: import("csstype").Property.Animation<string & {}> | undefined;
1552
+ "-webkit-border-before"?: import("csstype").Property.WebkitBorderBefore<string | number> | undefined;
1553
+ "-webkit-border-image"?: import("csstype").Property.BorderImage | undefined;
1554
+ "-webkit-border-radius"?: import("csstype").Property.BorderRadius<string | number> | undefined;
1555
+ "-webkit-column-rule"?: import("csstype").Property.ColumnRule<string | number> | undefined;
1556
+ "-webkit-columns"?: import("csstype").Property.Columns<string | number> | undefined;
1557
+ "-webkit-flex"?: import("csstype").Property.Flex<string | number> | undefined;
1558
+ "-webkit-flex-flow"?: import("csstype").Property.FlexFlow | undefined;
1559
+ "-webkit-mask"?: import("csstype").Property.WebkitMask<string | number> | undefined;
1560
+ "-webkit-mask-box-image"?: import("csstype").Property.MaskBorder | undefined;
1561
+ "-webkit-text-emphasis"?: import("csstype").Property.TextEmphasis | undefined;
1562
+ "-webkit-text-stroke"?: import("csstype").Property.WebkitTextStroke<string | number> | undefined;
1563
+ "-webkit-transition"?: import("csstype").Property.Transition<string & {}> | undefined;
1564
+ "box-align"?: import("csstype").Property.BoxAlign | undefined;
1565
+ "box-direction"?: import("csstype").Property.BoxDirection | undefined;
1566
+ "box-flex"?: import("csstype").Property.BoxFlex | undefined;
1567
+ "box-flex-group"?: import("csstype").Property.BoxFlexGroup | undefined;
1568
+ "box-lines"?: import("csstype").Property.BoxLines | undefined;
1569
+ "box-ordinal-group"?: import("csstype").Property.BoxOrdinalGroup | undefined;
1570
+ "box-orient"?: import("csstype").Property.BoxOrient | undefined;
1571
+ "box-pack"?: import("csstype").Property.BoxPack | undefined;
1572
+ "font-stretch"?: import("csstype").Property.FontStretch | undefined;
1573
+ "grid-column-gap"?: import("csstype").Property.GridColumnGap<string | number> | undefined;
1574
+ "grid-gap"?: import("csstype").Property.GridGap<string | number> | undefined;
1575
+ "grid-row-gap"?: import("csstype").Property.GridRowGap<string | number> | undefined;
1576
+ "ime-mode"?: import("csstype").Property.ImeMode | undefined;
1577
+ "inset-area"?: import("csstype").Property.PositionArea | undefined;
1578
+ "offset-block"?: import("csstype").Property.InsetBlock<string | number> | undefined;
1579
+ "offset-block-end"?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
1580
+ "offset-block-start"?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
1581
+ "offset-inline"?: import("csstype").Property.InsetInline<string | number> | undefined;
1582
+ "offset-inline-end"?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
1583
+ "offset-inline-start"?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
1584
+ "page-break-after"?: import("csstype").Property.PageBreakAfter | undefined;
1585
+ "page-break-before"?: import("csstype").Property.PageBreakBefore | undefined;
1586
+ "page-break-inside"?: import("csstype").Property.PageBreakInside | undefined;
1587
+ "position-try-options"?: import("csstype").Property.PositionTryFallbacks | undefined;
1588
+ "scroll-snap-coordinate"?: import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined;
1589
+ "scroll-snap-destination"?: import("csstype").Property.ScrollSnapDestination<string | number> | undefined;
1590
+ "scroll-snap-points-x"?: import("csstype").Property.ScrollSnapPointsX | undefined;
1591
+ "scroll-snap-points-y"?: import("csstype").Property.ScrollSnapPointsY | undefined;
1592
+ "scroll-snap-type-x"?: import("csstype").Property.ScrollSnapTypeX | undefined;
1593
+ "scroll-snap-type-y"?: import("csstype").Property.ScrollSnapTypeY | undefined;
1594
+ "-khtml-box-align"?: import("csstype").Property.BoxAlign | undefined;
1595
+ "-khtml-box-direction"?: import("csstype").Property.BoxDirection | undefined;
1596
+ "-khtml-box-flex"?: import("csstype").Property.BoxFlex | undefined;
1597
+ "-khtml-box-flex-group"?: import("csstype").Property.BoxFlexGroup | undefined;
1598
+ "-khtml-box-lines"?: import("csstype").Property.BoxLines | undefined;
1599
+ "-khtml-box-ordinal-group"?: import("csstype").Property.BoxOrdinalGroup | undefined;
1600
+ "-khtml-box-orient"?: import("csstype").Property.BoxOrient | undefined;
1601
+ "-khtml-box-pack"?: import("csstype").Property.BoxPack | undefined;
1602
+ "-khtml-line-break"?: import("csstype").Property.LineBreak | undefined;
1603
+ "-khtml-opacity"?: import("csstype").Property.Opacity | undefined;
1604
+ "-khtml-user-select"?: import("csstype").Property.UserSelect | undefined;
1605
+ "-moz-background-clip"?: import("csstype").Property.BackgroundClip | undefined;
1606
+ "-moz-background-origin"?: import("csstype").Property.BackgroundOrigin | undefined;
1607
+ "-moz-background-size"?: import("csstype").Property.BackgroundSize<string | number> | undefined;
1608
+ "-moz-border-radius"?: import("csstype").Property.BorderRadius<string | number> | undefined;
1609
+ "-moz-border-radius-bottomleft"?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
1610
+ "-moz-border-radius-bottomright"?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
1611
+ "-moz-border-radius-topleft"?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
1612
+ "-moz-border-radius-topright"?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
1613
+ "-moz-box-align"?: import("csstype").Property.BoxAlign | undefined;
1614
+ "-moz-box-direction"?: import("csstype").Property.BoxDirection | undefined;
1615
+ "-moz-box-flex"?: import("csstype").Property.BoxFlex | undefined;
1616
+ "-moz-box-ordinal-group"?: import("csstype").Property.BoxOrdinalGroup | undefined;
1617
+ "-moz-box-orient"?: import("csstype").Property.BoxOrient | undefined;
1618
+ "-moz-box-pack"?: import("csstype").Property.BoxPack | undefined;
1619
+ "-moz-box-shadow"?: import("csstype").Property.BoxShadow | undefined;
1620
+ "-moz-column-count"?: import("csstype").Property.ColumnCount | undefined;
1621
+ "-moz-column-fill"?: import("csstype").Property.ColumnFill | undefined;
1622
+ "-moz-float-edge"?: import("csstype").Property.MozFloatEdge | undefined;
1623
+ "-moz-force-broken-image-icon"?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
1624
+ "-moz-opacity"?: import("csstype").Property.Opacity | undefined;
1625
+ "-moz-outline"?: import("csstype").Property.Outline<string | number> | undefined;
1626
+ "-moz-outline-color"?: import("csstype").Property.OutlineColor | undefined;
1627
+ "-moz-outline-style"?: import("csstype").Property.OutlineStyle | undefined;
1628
+ "-moz-outline-width"?: import("csstype").Property.OutlineWidth<string | number> | undefined;
1629
+ "-moz-text-align-last"?: import("csstype").Property.TextAlignLast | undefined;
1630
+ "-moz-text-decoration-color"?: import("csstype").Property.TextDecorationColor | undefined;
1631
+ "-moz-text-decoration-line"?: import("csstype").Property.TextDecorationLine | undefined;
1632
+ "-moz-text-decoration-style"?: import("csstype").Property.TextDecorationStyle | undefined;
1633
+ "-moz-transition-delay"?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1634
+ "-moz-transition-duration"?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1635
+ "-moz-transition-property"?: import("csstype").Property.TransitionProperty | undefined;
1636
+ "-moz-transition-timing-function"?: import("csstype").Property.TransitionTimingFunction | undefined;
1637
+ "-moz-user-focus"?: import("csstype").Property.MozUserFocus | undefined;
1638
+ "-moz-user-input"?: import("csstype").Property.MozUserInput | undefined;
1639
+ "-ms-ime-mode"?: import("csstype").Property.ImeMode | undefined;
1640
+ "-o-animation"?: import("csstype").Property.Animation<string & {}> | undefined;
1641
+ "-o-animation-delay"?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
1642
+ "-o-animation-direction"?: import("csstype").Property.AnimationDirection | undefined;
1643
+ "-o-animation-duration"?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
1644
+ "-o-animation-fill-mode"?: import("csstype").Property.AnimationFillMode | undefined;
1645
+ "-o-animation-iteration-count"?: import("csstype").Property.AnimationIterationCount | undefined;
1646
+ "-o-animation-name"?: import("csstype").Property.AnimationName | undefined;
1647
+ "-o-animation-play-state"?: import("csstype").Property.AnimationPlayState | undefined;
1648
+ "-o-animation-timing-function"?: import("csstype").Property.AnimationTimingFunction | undefined;
1649
+ "-o-background-size"?: import("csstype").Property.BackgroundSize<string | number> | undefined;
1650
+ "-o-border-image"?: import("csstype").Property.BorderImage | undefined;
1651
+ "-o-object-fit"?: import("csstype").Property.ObjectFit | undefined;
1652
+ "-o-object-position"?: import("csstype").Property.ObjectPosition<string | number> | undefined;
1653
+ "-o-tab-size"?: import("csstype").Property.TabSize<string | number> | undefined;
1654
+ "-o-text-overflow"?: import("csstype").Property.TextOverflow | undefined;
1655
+ "-o-transform"?: import("csstype").Property.Transform | undefined;
1656
+ "-o-transform-origin"?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1657
+ "-o-transition"?: import("csstype").Property.Transition<string & {}> | undefined;
1658
+ "-o-transition-delay"?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1659
+ "-o-transition-duration"?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1660
+ "-o-transition-property"?: import("csstype").Property.TransitionProperty | undefined;
1661
+ "-o-transition-timing-function"?: import("csstype").Property.TransitionTimingFunction | undefined;
1662
+ "-webkit-box-align"?: import("csstype").Property.BoxAlign | undefined;
1663
+ "-webkit-box-direction"?: import("csstype").Property.BoxDirection | undefined;
1664
+ "-webkit-box-flex"?: import("csstype").Property.BoxFlex | undefined;
1665
+ "-webkit-box-flex-group"?: import("csstype").Property.BoxFlexGroup | undefined;
1666
+ "-webkit-box-lines"?: import("csstype").Property.BoxLines | undefined;
1667
+ "-webkit-box-ordinal-group"?: import("csstype").Property.BoxOrdinalGroup | undefined;
1668
+ "-webkit-box-orient"?: import("csstype").Property.BoxOrient | undefined;
1669
+ "-webkit-box-pack"?: import("csstype").Property.BoxPack | undefined;
1670
+ "color-interpolation"?: import("csstype").Property.ColorInterpolation | undefined;
1671
+ "color-rendering"?: import("csstype").Property.ColorRendering | undefined;
1672
+ "glyph-orientation-vertical"?: import("csstype").Property.GlyphOrientationVertical | undefined;
1673
+ };
1674
+ virtualRef: Element | import('vue').ComponentPublicInstance | null;
1675
+ overflow: boolean | {
1676
+ direction?: "horizontal" | "vertical" | "both" | undefined;
1677
+ tolerance?: number | undefined;
1678
+ innerElement?: (HTMLElement | null) | undefined;
1679
+ useCloneCheck?: boolean | undefined;
1680
+ };
1681
+ };
1682
+ scheduler: {
1683
+ run: (fn: () => void, delay: number) => void;
1684
+ cancel: () => void;
1685
+ };
1686
+ parentId: symbol | null;
1687
+ }> & Omit<Map<symbol, TooltipItemState>, keyof Map<any, any>>;
1688
+ singleton: {
1689
+ isVisible: boolean;
1690
+ triggerEl: HTMLElement | null;
1691
+ floatingEl: HTMLElement | null;
1692
+ content: string | VNode;
1693
+ zIndex: number;
1694
+ props: {
1695
+ content: string | VNode;
1696
+ placement: import('./types').Placement;
1697
+ trigger: import('./types').Trigger;
1698
+ manual: boolean;
1699
+ offset: number;
1700
+ transition: "scale" | "fade" | "slide" | string;
1701
+ showArrow: boolean;
1702
+ singleton: boolean;
1703
+ openDelay: number;
1704
+ closeDelay: number;
1705
+ light: boolean;
1706
+ class: string;
1707
+ style: {
1708
+ [x: `--${string}`]: string | number | undefined;
1709
+ accentColor?: import("csstype").Property.AccentColor | undefined;
1710
+ alignContent?: import("csstype").Property.AlignContent | undefined;
1711
+ alignItems?: import("csstype").Property.AlignItems | undefined;
1712
+ alignSelf?: import("csstype").Property.AlignSelf | undefined;
1713
+ alignTracks?: import("csstype").Property.AlignTracks | undefined;
1714
+ alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
1715
+ anchorName?: import("csstype").Property.AnchorName | undefined;
1716
+ anchorScope?: import("csstype").Property.AnchorScope | undefined;
1717
+ animationComposition?: import("csstype").Property.AnimationComposition | undefined;
1718
+ animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
1719
+ animationDirection?: import("csstype").Property.AnimationDirection | undefined;
1720
+ animationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
1721
+ animationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
1722
+ animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
1723
+ animationName?: import("csstype").Property.AnimationName | undefined;
1724
+ animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
1725
+ animationRangeEnd?: import("csstype").Property.AnimationRangeEnd<string | number> | undefined;
1726
+ animationRangeStart?: import("csstype").Property.AnimationRangeStart<string | number> | undefined;
1727
+ animationTimeline?: import("csstype").Property.AnimationTimeline | undefined;
1728
+ animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
1729
+ appearance?: import("csstype").Property.Appearance | undefined;
1730
+ aspectRatio?: import("csstype").Property.AspectRatio | undefined;
1731
+ backdropFilter?: import("csstype").Property.BackdropFilter | undefined;
1732
+ backfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
1733
+ backgroundAttachment?: import("csstype").Property.BackgroundAttachment | undefined;
1734
+ backgroundBlendMode?: import("csstype").Property.BackgroundBlendMode | undefined;
1735
+ backgroundClip?: import("csstype").Property.BackgroundClip | undefined;
1736
+ backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
1737
+ backgroundImage?: import("csstype").Property.BackgroundImage | undefined;
1738
+ backgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
1739
+ backgroundPositionX?: import("csstype").Property.BackgroundPositionX<string | number> | undefined;
1740
+ backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | undefined;
1741
+ backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
1742
+ backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
1743
+ baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
1744
+ blockSize?: import("csstype").Property.BlockSize<string | number> | undefined;
1745
+ borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
1746
+ borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
1747
+ borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
1748
+ borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
1749
+ borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
1750
+ borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
1751
+ borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined;
1752
+ borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
1753
+ borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
1754
+ borderBottomStyle?: import("csstype").Property.BorderBottomStyle | undefined;
1755
+ borderBottomWidth?: import("csstype").Property.BorderBottomWidth<string | number> | undefined;
1756
+ borderCollapse?: import("csstype").Property.BorderCollapse | undefined;
1757
+ borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
1758
+ borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
1759
+ borderImageOutset?: import("csstype").Property.BorderImageOutset<string | number> | undefined;
1760
+ borderImageRepeat?: import("csstype").Property.BorderImageRepeat | undefined;
1761
+ borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
1762
+ borderImageSource?: import("csstype").Property.BorderImageSource | undefined;
1763
+ borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | undefined;
1764
+ borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
1765
+ borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
1766
+ borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
1767
+ borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
1768
+ borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
1769
+ borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
1770
+ borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined;
1771
+ borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
1772
+ borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
1773
+ borderRightColor?: import("csstype").Property.BorderRightColor | undefined;
1774
+ borderRightStyle?: import("csstype").Property.BorderRightStyle | undefined;
1775
+ borderRightWidth?: import("csstype").Property.BorderRightWidth<string | number> | undefined;
1776
+ borderSpacing?: import("csstype").Property.BorderSpacing<string | number> | undefined;
1777
+ borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
1778
+ borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
1779
+ borderTopColor?: import("csstype").Property.BorderTopColor | undefined;
1780
+ borderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
1781
+ borderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
1782
+ borderTopStyle?: import("csstype").Property.BorderTopStyle | undefined;
1783
+ borderTopWidth?: import("csstype").Property.BorderTopWidth<string | number> | undefined;
1784
+ bottom?: import("csstype").Property.Bottom<string | number> | undefined;
1785
+ boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
1786
+ boxShadow?: import("csstype").Property.BoxShadow | undefined;
1787
+ boxSizing?: import("csstype").Property.BoxSizing | undefined;
1788
+ breakAfter?: import("csstype").Property.BreakAfter | undefined;
1789
+ breakBefore?: import("csstype").Property.BreakBefore | undefined;
1790
+ breakInside?: import("csstype").Property.BreakInside | undefined;
1791
+ captionSide?: import("csstype").Property.CaptionSide | undefined;
1792
+ caretColor?: import("csstype").Property.CaretColor | undefined;
1793
+ caretShape?: import("csstype").Property.CaretShape | undefined;
1794
+ clear?: import("csstype").Property.Clear | undefined;
1795
+ clipPath?: import("csstype").Property.ClipPath | undefined;
1796
+ clipRule?: import("csstype").Property.ClipRule | undefined;
1797
+ color?: import("csstype").Property.Color | undefined;
1798
+ colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
1799
+ colorInterpolationFilters?: import("csstype").Property.ColorInterpolationFilters | undefined;
1800
+ colorScheme?: import("csstype").Property.ColorScheme | undefined;
1801
+ columnCount?: import("csstype").Property.ColumnCount | undefined;
1802
+ columnFill?: import("csstype").Property.ColumnFill | undefined;
1803
+ columnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
1804
+ columnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
1805
+ columnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
1806
+ columnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
1807
+ columnSpan?: import("csstype").Property.ColumnSpan | undefined;
1808
+ columnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
1809
+ contain?: import("csstype").Property.Contain | undefined;
1810
+ containIntrinsicBlockSize?: import("csstype").Property.ContainIntrinsicBlockSize<string | number> | undefined;
1811
+ containIntrinsicHeight?: import("csstype").Property.ContainIntrinsicHeight<string | number> | undefined;
1812
+ containIntrinsicInlineSize?: import("csstype").Property.ContainIntrinsicInlineSize<string | number> | undefined;
1813
+ containIntrinsicWidth?: import("csstype").Property.ContainIntrinsicWidth<string | number> | undefined;
1814
+ containerName?: import("csstype").Property.ContainerName | undefined;
1815
+ containerType?: import("csstype").Property.ContainerType | undefined;
1816
+ content?: import("csstype").Property.Content | undefined;
1817
+ contentVisibility?: import("csstype").Property.ContentVisibility | undefined;
1818
+ counterIncrement?: import("csstype").Property.CounterIncrement | undefined;
1819
+ counterReset?: import("csstype").Property.CounterReset | undefined;
1820
+ counterSet?: import("csstype").Property.CounterSet | undefined;
1821
+ cursor?: import("csstype").Property.Cursor | undefined;
1822
+ cx?: import("csstype").Property.Cx<string | number> | undefined;
1823
+ cy?: import("csstype").Property.Cy<string | number> | undefined;
1824
+ d?: import("csstype").Property.D | undefined;
1825
+ direction?: import("csstype").Property.Direction | undefined;
1826
+ display?: import("csstype").Property.Display | undefined;
1827
+ dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
1828
+ emptyCells?: import("csstype").Property.EmptyCells | undefined;
1829
+ fieldSizing?: import("csstype").Property.FieldSizing | undefined;
1830
+ fill?: import("csstype").Property.Fill | undefined;
1831
+ fillOpacity?: import("csstype").Property.FillOpacity | undefined;
1832
+ fillRule?: import("csstype").Property.FillRule | undefined;
1833
+ filter?: import("csstype").Property.Filter | undefined;
1834
+ flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
1835
+ flexDirection?: import("csstype").Property.FlexDirection | undefined;
1836
+ flexGrow?: import("csstype").Property.FlexGrow | undefined;
1837
+ flexShrink?: import("csstype").Property.FlexShrink | undefined;
1838
+ flexWrap?: import("csstype").Property.FlexWrap | undefined;
1839
+ float?: import("csstype").Property.Float | undefined;
1840
+ floodColor?: import("csstype").Property.FloodColor | undefined;
1841
+ floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
1842
+ fontFamily?: import("csstype").Property.FontFamily | undefined;
1843
+ fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
1844
+ fontKerning?: import("csstype").Property.FontKerning | undefined;
1845
+ fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
1846
+ fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | undefined;
1847
+ fontPalette?: import("csstype").Property.FontPalette | undefined;
1848
+ fontSize?: import("csstype").Property.FontSize<string | number> | undefined;
1849
+ fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
1850
+ fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
1851
+ fontStyle?: import("csstype").Property.FontStyle | undefined;
1852
+ fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
1853
+ fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
1854
+ fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
1855
+ fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | undefined;
1856
+ fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | undefined;
1857
+ fontVariant?: import("csstype").Property.FontVariant | undefined;
1858
+ fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
1859
+ fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
1860
+ fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | undefined;
1861
+ fontVariantEmoji?: import("csstype").Property.FontVariantEmoji | undefined;
1862
+ fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
1863
+ fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | undefined;
1864
+ fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
1865
+ fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
1866
+ fontWeight?: import("csstype").Property.FontWeight | undefined;
1867
+ fontWidth?: import("csstype").Property.FontWidth | undefined;
1868
+ forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
1869
+ gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | undefined;
1870
+ gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
1871
+ gridAutoRows?: import("csstype").Property.GridAutoRows<string | number> | undefined;
1872
+ gridColumnEnd?: import("csstype").Property.GridColumnEnd | undefined;
1873
+ gridColumnStart?: import("csstype").Property.GridColumnStart | undefined;
1874
+ gridRowEnd?: import("csstype").Property.GridRowEnd | undefined;
1875
+ gridRowStart?: import("csstype").Property.GridRowStart | undefined;
1876
+ gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | undefined;
1877
+ gridTemplateColumns?: import("csstype").Property.GridTemplateColumns<string | number> | undefined;
1878
+ gridTemplateRows?: import("csstype").Property.GridTemplateRows<string | number> | undefined;
1879
+ hangingPunctuation?: import("csstype").Property.HangingPunctuation | undefined;
1880
+ height?: import("csstype").Property.Height<string | number> | undefined;
1881
+ hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
1882
+ hyphenateLimitChars?: import("csstype").Property.HyphenateLimitChars | undefined;
1883
+ hyphens?: import("csstype").Property.Hyphens | undefined;
1884
+ imageOrientation?: import("csstype").Property.ImageOrientation | undefined;
1885
+ imageRendering?: import("csstype").Property.ImageRendering | undefined;
1886
+ imageResolution?: import("csstype").Property.ImageResolution | undefined;
1887
+ initialLetter?: import("csstype").Property.InitialLetter | undefined;
1888
+ initialLetterAlign?: import("csstype").Property.InitialLetterAlign | undefined;
1889
+ inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
1890
+ insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
1891
+ insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
1892
+ insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
1893
+ insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
1894
+ interpolateSize?: import("csstype").Property.InterpolateSize | undefined;
1895
+ isolation?: import("csstype").Property.Isolation | undefined;
1896
+ justifyContent?: import("csstype").Property.JustifyContent | undefined;
1897
+ justifyItems?: import("csstype").Property.JustifyItems | undefined;
1898
+ justifySelf?: import("csstype").Property.JustifySelf | undefined;
1899
+ justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
1900
+ left?: import("csstype").Property.Left<string | number> | undefined;
1901
+ letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | undefined;
1902
+ lightingColor?: import("csstype").Property.LightingColor | undefined;
1903
+ lineBreak?: import("csstype").Property.LineBreak | undefined;
1904
+ lineHeight?: import("csstype").Property.LineHeight<string | number> | undefined;
1905
+ lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | undefined;
1906
+ listStyleImage?: import("csstype").Property.ListStyleImage | undefined;
1907
+ listStylePosition?: import("csstype").Property.ListStylePosition | undefined;
1908
+ listStyleType?: import("csstype").Property.ListStyleType | undefined;
1909
+ marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
1910
+ marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
1911
+ marginBottom?: import("csstype").Property.MarginBottom<string | number> | undefined;
1912
+ marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
1913
+ marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
1914
+ marginLeft?: import("csstype").Property.MarginLeft<string | number> | undefined;
1915
+ marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
1916
+ marginTop?: import("csstype").Property.MarginTop<string | number> | undefined;
1917
+ marginTrim?: import("csstype").Property.MarginTrim | undefined;
1918
+ marker?: import("csstype").Property.Marker | undefined;
1919
+ markerEnd?: import("csstype").Property.MarkerEnd | undefined;
1920
+ markerMid?: import("csstype").Property.MarkerMid | undefined;
1921
+ markerStart?: import("csstype").Property.MarkerStart | undefined;
1922
+ maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
1923
+ maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
1924
+ maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
1925
+ maskBorderSlice?: import("csstype").Property.MaskBorderSlice | undefined;
1926
+ maskBorderSource?: import("csstype").Property.MaskBorderSource | undefined;
1927
+ maskBorderWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
1928
+ maskClip?: import("csstype").Property.MaskClip | undefined;
1929
+ maskComposite?: import("csstype").Property.MaskComposite | undefined;
1930
+ maskImage?: import("csstype").Property.MaskImage | undefined;
1931
+ maskMode?: import("csstype").Property.MaskMode | undefined;
1932
+ maskOrigin?: import("csstype").Property.MaskOrigin | undefined;
1933
+ maskPosition?: import("csstype").Property.MaskPosition<string | number> | undefined;
1934
+ maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
1935
+ maskSize?: import("csstype").Property.MaskSize<string | number> | undefined;
1936
+ maskType?: import("csstype").Property.MaskType | undefined;
1937
+ masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | undefined;
1938
+ mathDepth?: import("csstype").Property.MathDepth | undefined;
1939
+ mathShift?: import("csstype").Property.MathShift | undefined;
1940
+ mathStyle?: import("csstype").Property.MathStyle | undefined;
1941
+ maxBlockSize?: import("csstype").Property.MaxBlockSize<string | number> | undefined;
1942
+ maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
1943
+ maxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
1944
+ maxLines?: import("csstype").Property.MaxLines | undefined;
1945
+ maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
1946
+ minBlockSize?: import("csstype").Property.MinBlockSize<string | number> | undefined;
1947
+ minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
1948
+ minInlineSize?: import("csstype").Property.MinInlineSize<string | number> | undefined;
1949
+ minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
1950
+ mixBlendMode?: import("csstype").Property.MixBlendMode | undefined;
1951
+ motionDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
1952
+ motionPath?: import("csstype").Property.OffsetPath | undefined;
1953
+ motionRotation?: import("csstype").Property.OffsetRotate | undefined;
1954
+ objectFit?: import("csstype").Property.ObjectFit | undefined;
1955
+ objectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
1956
+ objectViewBox?: import("csstype").Property.ObjectViewBox | undefined;
1957
+ offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
1958
+ offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
1959
+ offsetPath?: import("csstype").Property.OffsetPath | undefined;
1960
+ offsetPosition?: import("csstype").Property.OffsetPosition<string | number> | undefined;
1961
+ offsetRotate?: import("csstype").Property.OffsetRotate | undefined;
1962
+ offsetRotation?: import("csstype").Property.OffsetRotate | undefined;
1963
+ opacity?: import("csstype").Property.Opacity | undefined;
1964
+ order?: import("csstype").Property.Order | undefined;
1965
+ orphans?: import("csstype").Property.Orphans | undefined;
1966
+ outlineColor?: import("csstype").Property.OutlineColor | undefined;
1967
+ outlineOffset?: import("csstype").Property.OutlineOffset<string | number> | undefined;
1968
+ outlineStyle?: import("csstype").Property.OutlineStyle | undefined;
1969
+ outlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
1970
+ overflowAnchor?: import("csstype").Property.OverflowAnchor | undefined;
1971
+ overflowBlock?: import("csstype").Property.OverflowBlock | undefined;
1972
+ overflowClipBox?: import("csstype").Property.OverflowClipBox | undefined;
1973
+ overflowClipMargin?: import("csstype").Property.OverflowClipMargin<string | number> | undefined;
1974
+ overflowInline?: import("csstype").Property.OverflowInline | undefined;
1975
+ overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
1976
+ overflowX?: import("csstype").Property.OverflowX | undefined;
1977
+ overflowY?: import("csstype").Property.OverflowY | undefined;
1978
+ overlay?: import("csstype").Property.Overlay | undefined;
1979
+ overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
1980
+ overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
1981
+ overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
1982
+ overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | undefined;
1983
+ paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
1984
+ paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
1985
+ paddingBottom?: import("csstype").Property.PaddingBottom<string | number> | undefined;
1986
+ paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
1987
+ paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
1988
+ paddingLeft?: import("csstype").Property.PaddingLeft<string | number> | undefined;
1989
+ paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
1990
+ paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
1991
+ page?: import("csstype").Property.Page | undefined;
1992
+ paintOrder?: import("csstype").Property.PaintOrder | undefined;
1993
+ perspective?: import("csstype").Property.Perspective<string | number> | undefined;
1994
+ perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
1995
+ pointerEvents?: import("csstype").Property.PointerEvents | undefined;
1996
+ position?: import("csstype").Property.Position | undefined;
1997
+ positionAnchor?: import("csstype").Property.PositionAnchor | undefined;
1998
+ positionArea?: import("csstype").Property.PositionArea | undefined;
1999
+ positionTryFallbacks?: import("csstype").Property.PositionTryFallbacks | undefined;
2000
+ positionTryOrder?: import("csstype").Property.PositionTryOrder | undefined;
2001
+ positionVisibility?: import("csstype").Property.PositionVisibility | undefined;
2002
+ printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
2003
+ quotes?: import("csstype").Property.Quotes | undefined;
2004
+ r?: import("csstype").Property.R<string | number> | undefined;
2005
+ resize?: import("csstype").Property.Resize | undefined;
2006
+ right?: import("csstype").Property.Right<string | number> | undefined;
2007
+ rotate?: import("csstype").Property.Rotate | undefined;
2008
+ rowGap?: import("csstype").Property.RowGap<string | number> | undefined;
2009
+ rubyAlign?: import("csstype").Property.RubyAlign | undefined;
2010
+ rubyMerge?: import("csstype").Property.RubyMerge | undefined;
2011
+ rubyOverhang?: import("csstype").Property.RubyOverhang | undefined;
2012
+ rubyPosition?: import("csstype").Property.RubyPosition | undefined;
2013
+ rx?: import("csstype").Property.Rx<string | number> | undefined;
2014
+ ry?: import("csstype").Property.Ry<string | number> | undefined;
2015
+ scale?: import("csstype").Property.Scale | undefined;
2016
+ scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
2017
+ scrollInitialTarget?: import("csstype").Property.ScrollInitialTarget | undefined;
2018
+ scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
2019
+ scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
2020
+ scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
2021
+ scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined;
2022
+ scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined;
2023
+ scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
2024
+ scrollMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
2025
+ scrollMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
2026
+ scrollPaddingBlockEnd?: import("csstype").Property.ScrollPaddingBlockEnd<string | number> | undefined;
2027
+ scrollPaddingBlockStart?: import("csstype").Property.ScrollPaddingBlockStart<string | number> | undefined;
2028
+ scrollPaddingBottom?: import("csstype").Property.ScrollPaddingBottom<string | number> | undefined;
2029
+ scrollPaddingInlineEnd?: import("csstype").Property.ScrollPaddingInlineEnd<string | number> | undefined;
2030
+ scrollPaddingInlineStart?: import("csstype").Property.ScrollPaddingInlineStart<string | number> | undefined;
2031
+ scrollPaddingLeft?: import("csstype").Property.ScrollPaddingLeft<string | number> | undefined;
2032
+ scrollPaddingRight?: import("csstype").Property.ScrollPaddingRight<string | number> | undefined;
2033
+ scrollPaddingTop?: import("csstype").Property.ScrollPaddingTop<string | number> | undefined;
2034
+ scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | undefined;
2035
+ scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
2036
+ scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
2037
+ scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
2038
+ scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
2039
+ scrollSnapStop?: import("csstype").Property.ScrollSnapStop | undefined;
2040
+ scrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
2041
+ scrollTimelineAxis?: import("csstype").Property.ScrollTimelineAxis | undefined;
2042
+ scrollTimelineName?: import("csstype").Property.ScrollTimelineName | undefined;
2043
+ scrollbarColor?: import("csstype").Property.ScrollbarColor | undefined;
2044
+ scrollbarGutter?: import("csstype").Property.ScrollbarGutter | undefined;
2045
+ scrollbarWidth?: import("csstype").Property.ScrollbarWidth | undefined;
2046
+ shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
2047
+ shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
2048
+ shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
2049
+ shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
2050
+ speakAs?: import("csstype").Property.SpeakAs | undefined;
2051
+ stopColor?: import("csstype").Property.StopColor | undefined;
2052
+ stopOpacity?: import("csstype").Property.StopOpacity | undefined;
2053
+ stroke?: import("csstype").Property.Stroke | undefined;
2054
+ strokeColor?: import("csstype").Property.StrokeColor | undefined;
2055
+ strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
2056
+ strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
2057
+ strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
2058
+ strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
2059
+ strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
2060
+ strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
2061
+ strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
2062
+ tabSize?: import("csstype").Property.TabSize<string | number> | undefined;
2063
+ tableLayout?: import("csstype").Property.TableLayout | undefined;
2064
+ textAlign?: import("csstype").Property.TextAlign | undefined;
2065
+ textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
2066
+ textAnchor?: import("csstype").Property.TextAnchor | undefined;
2067
+ textAutospace?: import("csstype").Property.TextAutospace | undefined;
2068
+ textBox?: import("csstype").Property.TextBox | undefined;
2069
+ textBoxEdge?: import("csstype").Property.TextBoxEdge | undefined;
2070
+ textBoxTrim?: import("csstype").Property.TextBoxTrim | undefined;
2071
+ textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined;
2072
+ textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
2073
+ textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
2074
+ textDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
2075
+ textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | undefined;
2076
+ textDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
2077
+ textDecorationThickness?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
2078
+ textEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
2079
+ textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
2080
+ textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
2081
+ textIndent?: import("csstype").Property.TextIndent<string | number> | undefined;
2082
+ textJustify?: import("csstype").Property.TextJustify | undefined;
2083
+ textOrientation?: import("csstype").Property.TextOrientation | undefined;
2084
+ textOverflow?: import("csstype").Property.TextOverflow | undefined;
2085
+ textRendering?: import("csstype").Property.TextRendering | undefined;
2086
+ textShadow?: import("csstype").Property.TextShadow | undefined;
2087
+ textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
2088
+ textSpacingTrim?: import("csstype").Property.TextSpacingTrim | undefined;
2089
+ textTransform?: import("csstype").Property.TextTransform | undefined;
2090
+ textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
2091
+ textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
2092
+ textWrapMode?: import("csstype").Property.TextWrapMode | undefined;
2093
+ textWrapStyle?: import("csstype").Property.TextWrapStyle | undefined;
2094
+ timelineScope?: import("csstype").Property.TimelineScope | undefined;
2095
+ top?: import("csstype").Property.Top<string | number> | undefined;
2096
+ touchAction?: import("csstype").Property.TouchAction | undefined;
2097
+ transform?: import("csstype").Property.Transform | undefined;
2098
+ transformBox?: import("csstype").Property.TransformBox | undefined;
2099
+ transformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
2100
+ transformStyle?: import("csstype").Property.TransformStyle | undefined;
2101
+ transitionBehavior?: import("csstype").Property.TransitionBehavior | undefined;
2102
+ transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
2103
+ transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
2104
+ transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
2105
+ transitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
2106
+ translate?: import("csstype").Property.Translate<string | number> | undefined;
2107
+ unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
2108
+ userSelect?: import("csstype").Property.UserSelect | undefined;
2109
+ vectorEffect?: import("csstype").Property.VectorEffect | undefined;
2110
+ verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
2111
+ viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
2112
+ viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
2113
+ viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
2114
+ viewTransitionClass?: import("csstype").Property.ViewTransitionClass | undefined;
2115
+ viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
2116
+ visibility?: import("csstype").Property.Visibility | undefined;
2117
+ whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
2118
+ whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
2119
+ widows?: import("csstype").Property.Widows | undefined;
2120
+ width?: import("csstype").Property.Width<string | number> | undefined;
2121
+ willChange?: import("csstype").Property.WillChange | undefined;
2122
+ wordBreak?: import("csstype").Property.WordBreak | undefined;
2123
+ wordSpacing?: import("csstype").Property.WordSpacing<string | number> | undefined;
2124
+ wordWrap?: import("csstype").Property.WordWrap | undefined;
2125
+ writingMode?: import("csstype").Property.WritingMode | undefined;
2126
+ x?: import("csstype").Property.X<string | number> | undefined;
2127
+ y?: import("csstype").Property.Y<string | number> | undefined;
2128
+ zIndex?: import("csstype").Property.ZIndex | undefined;
2129
+ zoom?: import("csstype").Property.Zoom | undefined;
2130
+ all?: import('csstype').Globals | undefined;
2131
+ animation?: import("csstype").Property.Animation<string & {}> | undefined;
2132
+ animationRange?: import("csstype").Property.AnimationRange<string | number> | undefined;
2133
+ background?: import("csstype").Property.Background<string | number> | undefined;
2134
+ backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
2135
+ border?: import("csstype").Property.Border<string | number> | undefined;
2136
+ borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
2137
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
2138
+ borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
2139
+ borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
2140
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
2141
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
2142
+ borderBottom?: import("csstype").Property.BorderBottom<string | number> | undefined;
2143
+ borderColor?: import("csstype").Property.BorderColor | undefined;
2144
+ borderImage?: import("csstype").Property.BorderImage | undefined;
2145
+ borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
2146
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
2147
+ borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
2148
+ borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
2149
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
2150
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
2151
+ borderLeft?: import("csstype").Property.BorderLeft<string | number> | undefined;
2152
+ borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
2153
+ borderRight?: import("csstype").Property.BorderRight<string | number> | undefined;
2154
+ borderStyle?: import("csstype").Property.BorderStyle | undefined;
2155
+ borderTop?: import("csstype").Property.BorderTop<string | number> | undefined;
2156
+ borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
2157
+ caret?: import("csstype").Property.Caret | undefined;
2158
+ columnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
2159
+ columns?: import("csstype").Property.Columns<string | number> | undefined;
2160
+ containIntrinsicSize?: import("csstype").Property.ContainIntrinsicSize<string | number> | undefined;
2161
+ container?: import("csstype").Property.Container | undefined;
2162
+ flex?: import("csstype").Property.Flex<string | number> | undefined;
2163
+ flexFlow?: import("csstype").Property.FlexFlow | undefined;
2164
+ font?: import("csstype").Property.Font | undefined;
2165
+ gap?: import("csstype").Property.Gap<string | number> | undefined;
2166
+ grid?: import("csstype").Property.Grid | undefined;
2167
+ gridArea?: import("csstype").Property.GridArea | undefined;
2168
+ gridColumn?: import("csstype").Property.GridColumn | undefined;
2169
+ gridRow?: import("csstype").Property.GridRow | undefined;
2170
+ gridTemplate?: import("csstype").Property.GridTemplate | undefined;
2171
+ inset?: import("csstype").Property.Inset<string | number> | undefined;
2172
+ insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
2173
+ insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
2174
+ lineClamp?: import("csstype").Property.LineClamp | undefined;
2175
+ listStyle?: import("csstype").Property.ListStyle | undefined;
2176
+ margin?: import("csstype").Property.Margin<string | number> | undefined;
2177
+ marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
2178
+ marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
2179
+ mask?: import("csstype").Property.Mask<string | number> | undefined;
2180
+ maskBorder?: import("csstype").Property.MaskBorder | undefined;
2181
+ motion?: import("csstype").Property.Offset<string | number> | undefined;
2182
+ offset?: import("csstype").Property.Offset<string | number> | undefined;
2183
+ outline?: import("csstype").Property.Outline<string | number> | undefined;
2184
+ overflow?: import("csstype").Property.Overflow | undefined;
2185
+ overscrollBehavior?: import("csstype").Property.OverscrollBehavior | undefined;
2186
+ padding?: import("csstype").Property.Padding<string | number> | undefined;
2187
+ paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
2188
+ paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
2189
+ placeContent?: import("csstype").Property.PlaceContent | undefined;
2190
+ placeItems?: import("csstype").Property.PlaceItems | undefined;
2191
+ placeSelf?: import("csstype").Property.PlaceSelf | undefined;
2192
+ positionTry?: import("csstype").Property.PositionTry | undefined;
2193
+ scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
2194
+ scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
2195
+ scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
2196
+ scrollPadding?: import("csstype").Property.ScrollPadding<string | number> | undefined;
2197
+ scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<string | number> | undefined;
2198
+ scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<string | number> | undefined;
2199
+ scrollSnapMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
2200
+ scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
2201
+ textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
2202
+ textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
2203
+ textWrap?: import("csstype").Property.TextWrap | undefined;
2204
+ transition?: import("csstype").Property.Transition<string & {}> | undefined;
2205
+ viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
2206
+ MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
2207
+ MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
2208
+ MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
2209
+ MozAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
2210
+ MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
2211
+ MozAnimationName?: import("csstype").Property.AnimationName | undefined;
2212
+ MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
2213
+ MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
2214
+ MozAppearance?: import("csstype").Property.MozAppearance | undefined;
2215
+ MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
2216
+ MozBinding?: import("csstype").Property.MozBinding | undefined;
2217
+ MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
2218
+ MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
2219
+ MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
2220
+ MozBorderEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
2221
+ MozBorderLeftColors?: import("csstype").Property.MozBorderLeftColors | undefined;
2222
+ MozBorderRightColors?: import("csstype").Property.MozBorderRightColors | undefined;
2223
+ MozBorderStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
2224
+ MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
2225
+ MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined;
2226
+ MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
2227
+ MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
2228
+ MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
2229
+ MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
2230
+ MozColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
2231
+ MozContextProperties?: import("csstype").Property.MozContextProperties | undefined;
2232
+ MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
2233
+ MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
2234
+ MozHyphens?: import("csstype").Property.Hyphens | undefined;
2235
+ MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
2236
+ MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
2237
+ MozOrient?: import("csstype").Property.MozOrient | undefined;
2238
+ MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
2239
+ MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
2240
+ MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
2241
+ MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
2242
+ MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
2243
+ MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
2244
+ MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
2245
+ MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
2246
+ MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
2247
+ MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
2248
+ MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
2249
+ MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
2250
+ MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
2251
+ MozTransform?: import("csstype").Property.Transform | undefined;
2252
+ MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
2253
+ MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
2254
+ MozUserModify?: import("csstype").Property.MozUserModify | undefined;
2255
+ MozUserSelect?: import("csstype").Property.UserSelect | undefined;
2256
+ MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
2257
+ MozWindowShadow?: import("csstype").Property.MozWindowShadow | undefined;
2258
+ msAccelerator?: import("csstype").Property.MsAccelerator | undefined;
2259
+ msBlockProgression?: import("csstype").Property.MsBlockProgression | undefined;
2260
+ msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | undefined;
2261
+ msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | undefined;
2262
+ msContentZoomLimitMin?: import("csstype").Property.MsContentZoomLimitMin | undefined;
2263
+ msContentZoomSnapPoints?: import("csstype").Property.MsContentZoomSnapPoints | undefined;
2264
+ msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | undefined;
2265
+ msContentZooming?: import("csstype").Property.MsContentZooming | undefined;
2266
+ msFilter?: import("csstype").Property.MsFilter | undefined;
2267
+ msFlexDirection?: import("csstype").Property.FlexDirection | undefined;
2268
+ msFlexPositive?: import("csstype").Property.FlexGrow | undefined;
2269
+ msFlowFrom?: import("csstype").Property.MsFlowFrom | undefined;
2270
+ msFlowInto?: import("csstype").Property.MsFlowInto | undefined;
2271
+ msGridColumns?: import("csstype").Property.MsGridColumns<string | number> | undefined;
2272
+ msGridRows?: import("csstype").Property.MsGridRows<string | number> | undefined;
2273
+ msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | undefined;
2274
+ msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | undefined;
2275
+ msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | undefined;
2276
+ msHyphenateLimitZone?: import("csstype").Property.MsHyphenateLimitZone<string | number> | undefined;
2277
+ msHyphens?: import("csstype").Property.Hyphens | undefined;
2278
+ msImeAlign?: import("csstype").Property.MsImeAlign | undefined;
2279
+ msLineBreak?: import("csstype").Property.LineBreak | undefined;
2280
+ msOrder?: import("csstype").Property.Order | undefined;
2281
+ msOverflowStyle?: import("csstype").Property.MsOverflowStyle | undefined;
2282
+ msOverflowX?: import("csstype").Property.OverflowX | undefined;
2283
+ msOverflowY?: import("csstype").Property.OverflowY | undefined;
2284
+ msScrollChaining?: import("csstype").Property.MsScrollChaining | undefined;
2285
+ msScrollLimitXMax?: import("csstype").Property.MsScrollLimitXMax<string | number> | undefined;
2286
+ msScrollLimitXMin?: import("csstype").Property.MsScrollLimitXMin<string | number> | undefined;
2287
+ msScrollLimitYMax?: import("csstype").Property.MsScrollLimitYMax<string | number> | undefined;
2288
+ msScrollLimitYMin?: import("csstype").Property.MsScrollLimitYMin<string | number> | undefined;
2289
+ msScrollRails?: import("csstype").Property.MsScrollRails | undefined;
2290
+ msScrollSnapPointsX?: import("csstype").Property.MsScrollSnapPointsX | undefined;
2291
+ msScrollSnapPointsY?: import("csstype").Property.MsScrollSnapPointsY | undefined;
2292
+ msScrollSnapType?: import("csstype").Property.MsScrollSnapType | undefined;
2293
+ msScrollTranslation?: import("csstype").Property.MsScrollTranslation | undefined;
2294
+ msScrollbar3dlightColor?: import("csstype").Property.MsScrollbar3dlightColor | undefined;
2295
+ msScrollbarArrowColor?: import("csstype").Property.MsScrollbarArrowColor | undefined;
2296
+ msScrollbarBaseColor?: import("csstype").Property.MsScrollbarBaseColor | undefined;
2297
+ msScrollbarDarkshadowColor?: import("csstype").Property.MsScrollbarDarkshadowColor | undefined;
2298
+ msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | undefined;
2299
+ msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | undefined;
2300
+ msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | undefined;
2301
+ msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
2302
+ msTextAutospace?: import("csstype").Property.MsTextAutospace | undefined;
2303
+ msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | undefined;
2304
+ msTextOverflow?: import("csstype").Property.TextOverflow | undefined;
2305
+ msTouchAction?: import("csstype").Property.TouchAction | undefined;
2306
+ msTouchSelect?: import("csstype").Property.MsTouchSelect | undefined;
2307
+ msTransform?: import("csstype").Property.Transform | undefined;
2308
+ msTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
2309
+ msTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
2310
+ msTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
2311
+ msTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
2312
+ msTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
2313
+ msUserSelect?: import("csstype").Property.MsUserSelect | undefined;
2314
+ msWordBreak?: import("csstype").Property.WordBreak | undefined;
2315
+ msWrapFlow?: import("csstype").Property.MsWrapFlow | undefined;
2316
+ msWrapMargin?: import("csstype").Property.MsWrapMargin<string | number> | undefined;
2317
+ msWrapThrough?: import("csstype").Property.MsWrapThrough | undefined;
2318
+ msWritingMode?: import("csstype").Property.WritingMode | undefined;
2319
+ WebkitAlignContent?: import("csstype").Property.AlignContent | undefined;
2320
+ WebkitAlignItems?: import("csstype").Property.AlignItems | undefined;
2321
+ WebkitAlignSelf?: import("csstype").Property.AlignSelf | undefined;
2322
+ WebkitAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
2323
+ WebkitAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
2324
+ WebkitAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
2325
+ WebkitAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
2326
+ WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
2327
+ WebkitAnimationName?: import("csstype").Property.AnimationName | undefined;
2328
+ WebkitAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
2329
+ WebkitAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
2330
+ WebkitAppearance?: import("csstype").Property.WebkitAppearance | undefined;
2331
+ WebkitBackdropFilter?: import("csstype").Property.BackdropFilter | undefined;
2332
+ WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
2333
+ WebkitBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
2334
+ WebkitBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
2335
+ WebkitBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
2336
+ WebkitBorderBeforeColor?: import("csstype").Property.WebkitBorderBeforeColor | undefined;
2337
+ WebkitBorderBeforeStyle?: import("csstype").Property.WebkitBorderBeforeStyle | undefined;
2338
+ WebkitBorderBeforeWidth?: import("csstype").Property.WebkitBorderBeforeWidth<string | number> | undefined;
2339
+ WebkitBorderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
2340
+ WebkitBorderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
2341
+ WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
2342
+ WebkitBorderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
2343
+ WebkitBorderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
2344
+ WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
2345
+ WebkitBoxReflect?: import("csstype").Property.WebkitBoxReflect<string | number> | undefined;
2346
+ WebkitBoxShadow?: import("csstype").Property.BoxShadow | undefined;
2347
+ WebkitBoxSizing?: import("csstype").Property.BoxSizing | undefined;
2348
+ WebkitClipPath?: import("csstype").Property.ClipPath | undefined;
2349
+ WebkitColumnCount?: import("csstype").Property.ColumnCount | undefined;
2350
+ WebkitColumnFill?: import("csstype").Property.ColumnFill | undefined;
2351
+ WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
2352
+ WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
2353
+ WebkitColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
2354
+ WebkitColumnSpan?: import("csstype").Property.ColumnSpan | undefined;
2355
+ WebkitColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
2356
+ WebkitFilter?: import("csstype").Property.Filter | undefined;
2357
+ WebkitFlexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
2358
+ WebkitFlexDirection?: import("csstype").Property.FlexDirection | undefined;
2359
+ WebkitFlexGrow?: import("csstype").Property.FlexGrow | undefined;
2360
+ WebkitFlexShrink?: import("csstype").Property.FlexShrink | undefined;
2361
+ WebkitFlexWrap?: import("csstype").Property.FlexWrap | undefined;
2362
+ WebkitFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
2363
+ WebkitFontKerning?: import("csstype").Property.FontKerning | undefined;
2364
+ WebkitFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
2365
+ WebkitFontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
2366
+ WebkitHyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
2367
+ WebkitHyphens?: import("csstype").Property.Hyphens | undefined;
2368
+ WebkitInitialLetter?: import("csstype").Property.InitialLetter | undefined;
2369
+ WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
2370
+ WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
2371
+ WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
2372
+ WebkitLogicalHeight?: import("csstype").Property.BlockSize<string | number> | undefined;
2373
+ WebkitLogicalWidth?: import("csstype").Property.InlineSize<string | number> | undefined;
2374
+ WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
2375
+ WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
2376
+ WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
2377
+ WebkitMaskBoxImageOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
2378
+ WebkitMaskBoxImageRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
2379
+ WebkitMaskBoxImageSlice?: import("csstype").Property.MaskBorderSlice | undefined;
2380
+ WebkitMaskBoxImageSource?: import("csstype").Property.MaskBorderSource | undefined;
2381
+ WebkitMaskBoxImageWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
2382
+ WebkitMaskClip?: import("csstype").Property.WebkitMaskClip | undefined;
2383
+ WebkitMaskComposite?: import("csstype").Property.WebkitMaskComposite | undefined;
2384
+ WebkitMaskImage?: import("csstype").Property.WebkitMaskImage | undefined;
2385
+ WebkitMaskOrigin?: import("csstype").Property.WebkitMaskOrigin | undefined;
2386
+ WebkitMaskPosition?: import("csstype").Property.WebkitMaskPosition<string | number> | undefined;
2387
+ WebkitMaskPositionX?: import("csstype").Property.WebkitMaskPositionX<string | number> | undefined;
2388
+ WebkitMaskPositionY?: import("csstype").Property.WebkitMaskPositionY<string | number> | undefined;
2389
+ WebkitMaskRepeat?: import("csstype").Property.WebkitMaskRepeat | undefined;
2390
+ WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | undefined;
2391
+ WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | undefined;
2392
+ WebkitMaskSize?: import("csstype").Property.WebkitMaskSize<string | number> | undefined;
2393
+ WebkitMaxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
2394
+ WebkitOrder?: import("csstype").Property.Order | undefined;
2395
+ WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | undefined;
2396
+ WebkitPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
2397
+ WebkitPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
2398
+ WebkitPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
2399
+ WebkitPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
2400
+ WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
2401
+ WebkitRubyPosition?: import("csstype").Property.RubyPosition | undefined;
2402
+ WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
2403
+ WebkitShapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
2404
+ WebkitTapHighlightColor?: import("csstype").Property.WebkitTapHighlightColor | undefined;
2405
+ WebkitTextCombine?: import("csstype").Property.TextCombineUpright | undefined;
2406
+ WebkitTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
2407
+ WebkitTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
2408
+ WebkitTextDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
2409
+ WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
2410
+ WebkitTextEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
2411
+ WebkitTextEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
2412
+ WebkitTextEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
2413
+ WebkitTextFillColor?: import("csstype").Property.WebkitTextFillColor | undefined;
2414
+ WebkitTextOrientation?: import("csstype").Property.TextOrientation | undefined;
2415
+ WebkitTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
2416
+ WebkitTextStrokeColor?: import("csstype").Property.WebkitTextStrokeColor | undefined;
2417
+ WebkitTextStrokeWidth?: import("csstype").Property.WebkitTextStrokeWidth<string | number> | undefined;
2418
+ WebkitTextUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
2419
+ WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | undefined;
2420
+ WebkitTransform?: import("csstype").Property.Transform | undefined;
2421
+ WebkitTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
2422
+ WebkitTransformStyle?: import("csstype").Property.TransformStyle | undefined;
2423
+ WebkitTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
2424
+ WebkitTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
2425
+ WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
2426
+ WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
2427
+ WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
2428
+ WebkitUserSelect?: import("csstype").Property.WebkitUserSelect | undefined;
2429
+ WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
2430
+ MozAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
2431
+ MozBorderImage?: import("csstype").Property.BorderImage | undefined;
2432
+ MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
2433
+ MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
2434
+ MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
2435
+ MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
2436
+ msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
2437
+ msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
2438
+ msFlex?: import("csstype").Property.Flex<string | number> | undefined;
2439
+ msScrollLimit?: import("csstype").Property.MsScrollLimit | undefined;
2440
+ msScrollSnapX?: import("csstype").Property.MsScrollSnapX | undefined;
2441
+ msScrollSnapY?: import("csstype").Property.MsScrollSnapY | undefined;
2442
+ msTransition?: import("csstype").Property.Transition<string & {}> | undefined;
2443
+ WebkitAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
2444
+ WebkitBorderBefore?: import("csstype").Property.WebkitBorderBefore<string | number> | undefined;
2445
+ WebkitBorderImage?: import("csstype").Property.BorderImage | undefined;
2446
+ WebkitBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
2447
+ WebkitColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
2448
+ WebkitColumns?: import("csstype").Property.Columns<string | number> | undefined;
2449
+ WebkitFlex?: import("csstype").Property.Flex<string | number> | undefined;
2450
+ WebkitFlexFlow?: import("csstype").Property.FlexFlow | undefined;
2451
+ WebkitMask?: import("csstype").Property.WebkitMask<string | number> | undefined;
2452
+ WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | undefined;
2453
+ WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
2454
+ WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | undefined;
2455
+ WebkitTransition?: import("csstype").Property.Transition<string & {}> | undefined;
2456
+ boxAlign?: import("csstype").Property.BoxAlign | undefined;
2457
+ boxDirection?: import("csstype").Property.BoxDirection | undefined;
2458
+ boxFlex?: import("csstype").Property.BoxFlex | undefined;
2459
+ boxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
2460
+ boxLines?: import("csstype").Property.BoxLines | undefined;
2461
+ boxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
2462
+ boxOrient?: import("csstype").Property.BoxOrient | undefined;
2463
+ boxPack?: import("csstype").Property.BoxPack | undefined;
2464
+ clip?: import("csstype").Property.Clip | undefined;
2465
+ fontStretch?: import("csstype").Property.FontStretch | undefined;
2466
+ gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | undefined;
2467
+ gridGap?: import("csstype").Property.GridGap<string | number> | undefined;
2468
+ gridRowGap?: import("csstype").Property.GridRowGap<string | number> | undefined;
2469
+ imeMode?: import("csstype").Property.ImeMode | undefined;
2470
+ insetArea?: import("csstype").Property.PositionArea | undefined;
2471
+ offsetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
2472
+ offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
2473
+ offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
2474
+ offsetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
2475
+ offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
2476
+ offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
2477
+ pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
2478
+ pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
2479
+ pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
2480
+ positionTryOptions?: import("csstype").Property.PositionTryFallbacks | undefined;
2481
+ scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined;
2482
+ scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | undefined;
2483
+ scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
2484
+ scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
2485
+ scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | undefined;
2486
+ scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | undefined;
2487
+ KhtmlBoxAlign?: import("csstype").Property.BoxAlign | undefined;
2488
+ KhtmlBoxDirection?: import("csstype").Property.BoxDirection | undefined;
2489
+ KhtmlBoxFlex?: import("csstype").Property.BoxFlex | undefined;
2490
+ KhtmlBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
2491
+ KhtmlBoxLines?: import("csstype").Property.BoxLines | undefined;
2492
+ KhtmlBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
2493
+ KhtmlBoxOrient?: import("csstype").Property.BoxOrient | undefined;
2494
+ KhtmlBoxPack?: import("csstype").Property.BoxPack | undefined;
2495
+ KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
2496
+ KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
2497
+ KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
2498
+ MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
2499
+ MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
2500
+ MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
2501
+ MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
2502
+ MozBorderRadiusBottomleft?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
2503
+ MozBorderRadiusBottomright?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
2504
+ MozBorderRadiusTopleft?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
2505
+ MozBorderRadiusTopright?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
2506
+ MozBoxAlign?: import("csstype").Property.BoxAlign | undefined;
2507
+ MozBoxDirection?: import("csstype").Property.BoxDirection | undefined;
2508
+ MozBoxFlex?: import("csstype").Property.BoxFlex | undefined;
2509
+ MozBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
2510
+ MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
2511
+ MozBoxPack?: import("csstype").Property.BoxPack | undefined;
2512
+ MozBoxShadow?: import("csstype").Property.BoxShadow | undefined;
2513
+ MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
2514
+ MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
2515
+ MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
2516
+ MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
2517
+ MozOpacity?: import("csstype").Property.Opacity | undefined;
2518
+ MozOutline?: import("csstype").Property.Outline<string | number> | undefined;
2519
+ MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
2520
+ MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
2521
+ MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
2522
+ MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
2523
+ MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
2524
+ MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
2525
+ MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
2526
+ MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
2527
+ MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
2528
+ MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
2529
+ MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
2530
+ MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
2531
+ MozUserInput?: import("csstype").Property.MozUserInput | undefined;
2532
+ msImeMode?: import("csstype").Property.ImeMode | undefined;
2533
+ OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
2534
+ OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
2535
+ OAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
2536
+ OAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
2537
+ OAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
2538
+ OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
2539
+ OAnimationName?: import("csstype").Property.AnimationName | undefined;
2540
+ OAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
2541
+ OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
2542
+ OBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
2543
+ OBorderImage?: import("csstype").Property.BorderImage | undefined;
2544
+ OObjectFit?: import("csstype").Property.ObjectFit | undefined;
2545
+ OObjectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
2546
+ OTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
2547
+ OTextOverflow?: import("csstype").Property.TextOverflow | undefined;
2548
+ OTransform?: import("csstype").Property.Transform | undefined;
2549
+ OTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
2550
+ OTransition?: import("csstype").Property.Transition<string & {}> | undefined;
2551
+ OTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
2552
+ OTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
2553
+ OTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
2554
+ OTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
2555
+ WebkitBoxAlign?: import("csstype").Property.BoxAlign | undefined;
2556
+ WebkitBoxDirection?: import("csstype").Property.BoxDirection | undefined;
2557
+ WebkitBoxFlex?: import("csstype").Property.BoxFlex | undefined;
2558
+ WebkitBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
2559
+ WebkitBoxLines?: import("csstype").Property.BoxLines | undefined;
2560
+ WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
2561
+ WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
2562
+ WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
2563
+ colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
2564
+ colorRendering?: import("csstype").Property.ColorRendering | undefined;
2565
+ glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined;
2566
+ "accent-color"?: import("csstype").Property.AccentColor | undefined;
2567
+ "align-content"?: import("csstype").Property.AlignContent | undefined;
2568
+ "align-items"?: import("csstype").Property.AlignItems | undefined;
2569
+ "align-self"?: import("csstype").Property.AlignSelf | undefined;
2570
+ "align-tracks"?: import("csstype").Property.AlignTracks | undefined;
2571
+ "alignment-baseline"?: import("csstype").Property.AlignmentBaseline | undefined;
2572
+ "anchor-name"?: import("csstype").Property.AnchorName | undefined;
2573
+ "anchor-scope"?: import("csstype").Property.AnchorScope | undefined;
2574
+ "animation-composition"?: import("csstype").Property.AnimationComposition | undefined;
2575
+ "animation-delay"?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
2576
+ "animation-direction"?: import("csstype").Property.AnimationDirection | undefined;
2577
+ "animation-duration"?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
2578
+ "animation-fill-mode"?: import("csstype").Property.AnimationFillMode | undefined;
2579
+ "animation-iteration-count"?: import("csstype").Property.AnimationIterationCount | undefined;
2580
+ "animation-name"?: import("csstype").Property.AnimationName | undefined;
2581
+ "animation-play-state"?: import("csstype").Property.AnimationPlayState | undefined;
2582
+ "animation-range-end"?: import("csstype").Property.AnimationRangeEnd<string | number> | undefined;
2583
+ "animation-range-start"?: import("csstype").Property.AnimationRangeStart<string | number> | undefined;
2584
+ "animation-timeline"?: import("csstype").Property.AnimationTimeline | undefined;
2585
+ "animation-timing-function"?: import("csstype").Property.AnimationTimingFunction | undefined;
2586
+ "aspect-ratio"?: import("csstype").Property.AspectRatio | undefined;
2587
+ "backdrop-filter"?: import("csstype").Property.BackdropFilter | undefined;
2588
+ "backface-visibility"?: import("csstype").Property.BackfaceVisibility | undefined;
2589
+ "background-attachment"?: import("csstype").Property.BackgroundAttachment | undefined;
2590
+ "background-blend-mode"?: import("csstype").Property.BackgroundBlendMode | undefined;
2591
+ "background-clip"?: import("csstype").Property.BackgroundClip | undefined;
2592
+ "background-color"?: import("csstype").Property.BackgroundColor | undefined;
2593
+ "background-image"?: import("csstype").Property.BackgroundImage | undefined;
2594
+ "background-origin"?: import("csstype").Property.BackgroundOrigin | undefined;
2595
+ "background-position-x"?: import("csstype").Property.BackgroundPositionX<string | number> | undefined;
2596
+ "background-position-y"?: import("csstype").Property.BackgroundPositionY<string | number> | undefined;
2597
+ "background-repeat"?: import("csstype").Property.BackgroundRepeat | undefined;
2598
+ "background-size"?: import("csstype").Property.BackgroundSize<string | number> | undefined;
2599
+ "baseline-shift"?: import("csstype").Property.BaselineShift<string | number> | undefined;
2600
+ "block-size"?: import("csstype").Property.BlockSize<string | number> | undefined;
2601
+ "border-block-end-color"?: import("csstype").Property.BorderBlockEndColor | undefined;
2602
+ "border-block-end-style"?: import("csstype").Property.BorderBlockEndStyle | undefined;
2603
+ "border-block-end-width"?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
2604
+ "border-block-start-color"?: import("csstype").Property.BorderBlockStartColor | undefined;
2605
+ "border-block-start-style"?: import("csstype").Property.BorderBlockStartStyle | undefined;
2606
+ "border-block-start-width"?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
2607
+ "border-bottom-color"?: import("csstype").Property.BorderBottomColor | undefined;
2608
+ "border-bottom-left-radius"?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
2609
+ "border-bottom-right-radius"?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
2610
+ "border-bottom-style"?: import("csstype").Property.BorderBottomStyle | undefined;
2611
+ "border-bottom-width"?: import("csstype").Property.BorderBottomWidth<string | number> | undefined;
2612
+ "border-collapse"?: import("csstype").Property.BorderCollapse | undefined;
2613
+ "border-end-end-radius"?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
2614
+ "border-end-start-radius"?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
2615
+ "border-image-outset"?: import("csstype").Property.BorderImageOutset<string | number> | undefined;
2616
+ "border-image-repeat"?: import("csstype").Property.BorderImageRepeat | undefined;
2617
+ "border-image-slice"?: import("csstype").Property.BorderImageSlice | undefined;
2618
+ "border-image-source"?: import("csstype").Property.BorderImageSource | undefined;
2619
+ "border-image-width"?: import("csstype").Property.BorderImageWidth<string | number> | undefined;
2620
+ "border-inline-end-color"?: import("csstype").Property.BorderInlineEndColor | undefined;
2621
+ "border-inline-end-style"?: import("csstype").Property.BorderInlineEndStyle | undefined;
2622
+ "border-inline-end-width"?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
2623
+ "border-inline-start-color"?: import("csstype").Property.BorderInlineStartColor | undefined;
2624
+ "border-inline-start-style"?: import("csstype").Property.BorderInlineStartStyle | undefined;
2625
+ "border-inline-start-width"?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
2626
+ "border-left-color"?: import("csstype").Property.BorderLeftColor | undefined;
2627
+ "border-left-style"?: import("csstype").Property.BorderLeftStyle | undefined;
2628
+ "border-left-width"?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
2629
+ "border-right-color"?: import("csstype").Property.BorderRightColor | undefined;
2630
+ "border-right-style"?: import("csstype").Property.BorderRightStyle | undefined;
2631
+ "border-right-width"?: import("csstype").Property.BorderRightWidth<string | number> | undefined;
2632
+ "border-spacing"?: import("csstype").Property.BorderSpacing<string | number> | undefined;
2633
+ "border-start-end-radius"?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
2634
+ "border-start-start-radius"?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
2635
+ "border-top-color"?: import("csstype").Property.BorderTopColor | undefined;
2636
+ "border-top-left-radius"?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
2637
+ "border-top-right-radius"?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
2638
+ "border-top-style"?: import("csstype").Property.BorderTopStyle | undefined;
2639
+ "border-top-width"?: import("csstype").Property.BorderTopWidth<string | number> | undefined;
2640
+ "box-decoration-break"?: import("csstype").Property.BoxDecorationBreak | undefined;
2641
+ "box-shadow"?: import("csstype").Property.BoxShadow | undefined;
2642
+ "box-sizing"?: import("csstype").Property.BoxSizing | undefined;
2643
+ "break-after"?: import("csstype").Property.BreakAfter | undefined;
2644
+ "break-before"?: import("csstype").Property.BreakBefore | undefined;
2645
+ "break-inside"?: import("csstype").Property.BreakInside | undefined;
2646
+ "caption-side"?: import("csstype").Property.CaptionSide | undefined;
2647
+ "caret-color"?: import("csstype").Property.CaretColor | undefined;
2648
+ "caret-shape"?: import("csstype").Property.CaretShape | undefined;
2649
+ "clip-path"?: import("csstype").Property.ClipPath | undefined;
2650
+ "clip-rule"?: import("csstype").Property.ClipRule | undefined;
2651
+ "color-adjust"?: import("csstype").Property.PrintColorAdjust | undefined;
2652
+ "color-interpolation-filters"?: import("csstype").Property.ColorInterpolationFilters | undefined;
2653
+ "color-scheme"?: import("csstype").Property.ColorScheme | undefined;
2654
+ "column-count"?: import("csstype").Property.ColumnCount | undefined;
2655
+ "column-fill"?: import("csstype").Property.ColumnFill | undefined;
2656
+ "column-gap"?: import("csstype").Property.ColumnGap<string | number> | undefined;
2657
+ "column-rule-color"?: import("csstype").Property.ColumnRuleColor | undefined;
2658
+ "column-rule-style"?: import("csstype").Property.ColumnRuleStyle | undefined;
2659
+ "column-rule-width"?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
2660
+ "column-span"?: import("csstype").Property.ColumnSpan | undefined;
2661
+ "column-width"?: import("csstype").Property.ColumnWidth<string | number> | undefined;
2662
+ "contain-intrinsic-block-size"?: import("csstype").Property.ContainIntrinsicBlockSize<string | number> | undefined;
2663
+ "contain-intrinsic-height"?: import("csstype").Property.ContainIntrinsicHeight<string | number> | undefined;
2664
+ "contain-intrinsic-inline-size"?: import("csstype").Property.ContainIntrinsicInlineSize<string | number> | undefined;
2665
+ "contain-intrinsic-width"?: import("csstype").Property.ContainIntrinsicWidth<string | number> | undefined;
2666
+ "container-name"?: import("csstype").Property.ContainerName | undefined;
2667
+ "container-type"?: import("csstype").Property.ContainerType | undefined;
2668
+ "content-visibility"?: import("csstype").Property.ContentVisibility | undefined;
2669
+ "counter-increment"?: import("csstype").Property.CounterIncrement | undefined;
2670
+ "counter-reset"?: import("csstype").Property.CounterReset | undefined;
2671
+ "counter-set"?: import("csstype").Property.CounterSet | undefined;
2672
+ "dominant-baseline"?: import("csstype").Property.DominantBaseline | undefined;
2673
+ "empty-cells"?: import("csstype").Property.EmptyCells | undefined;
2674
+ "field-sizing"?: import("csstype").Property.FieldSizing | undefined;
2675
+ "fill-opacity"?: import("csstype").Property.FillOpacity | undefined;
2676
+ "fill-rule"?: import("csstype").Property.FillRule | undefined;
2677
+ "flex-basis"?: import("csstype").Property.FlexBasis<string | number> | undefined;
2678
+ "flex-direction"?: import("csstype").Property.FlexDirection | undefined;
2679
+ "flex-grow"?: import("csstype").Property.FlexGrow | undefined;
2680
+ "flex-shrink"?: import("csstype").Property.FlexShrink | undefined;
2681
+ "flex-wrap"?: import("csstype").Property.FlexWrap | undefined;
2682
+ "flood-color"?: import("csstype").Property.FloodColor | undefined;
2683
+ "flood-opacity"?: import("csstype").Property.FloodOpacity | undefined;
2684
+ "font-family"?: import("csstype").Property.FontFamily | undefined;
2685
+ "font-feature-settings"?: import("csstype").Property.FontFeatureSettings | undefined;
2686
+ "font-kerning"?: import("csstype").Property.FontKerning | undefined;
2687
+ "font-language-override"?: import("csstype").Property.FontLanguageOverride | undefined;
2688
+ "font-optical-sizing"?: import("csstype").Property.FontOpticalSizing | undefined;
2689
+ "font-palette"?: import("csstype").Property.FontPalette | undefined;
2690
+ "font-size"?: import("csstype").Property.FontSize<string | number> | undefined;
2691
+ "font-size-adjust"?: import("csstype").Property.FontSizeAdjust | undefined;
2692
+ "font-smooth"?: import("csstype").Property.FontSmooth<string | number> | undefined;
2693
+ "font-style"?: import("csstype").Property.FontStyle | undefined;
2694
+ "font-synthesis"?: import("csstype").Property.FontSynthesis | undefined;
2695
+ "font-synthesis-position"?: import("csstype").Property.FontSynthesisPosition | undefined;
2696
+ "font-synthesis-small-caps"?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
2697
+ "font-synthesis-style"?: import("csstype").Property.FontSynthesisStyle | undefined;
2698
+ "font-synthesis-weight"?: import("csstype").Property.FontSynthesisWeight | undefined;
2699
+ "font-variant"?: import("csstype").Property.FontVariant | undefined;
2700
+ "font-variant-alternates"?: import("csstype").Property.FontVariantAlternates | undefined;
2701
+ "font-variant-caps"?: import("csstype").Property.FontVariantCaps | undefined;
2702
+ "font-variant-east-asian"?: import("csstype").Property.FontVariantEastAsian | undefined;
2703
+ "font-variant-emoji"?: import("csstype").Property.FontVariantEmoji | undefined;
2704
+ "font-variant-ligatures"?: import("csstype").Property.FontVariantLigatures | undefined;
2705
+ "font-variant-numeric"?: import("csstype").Property.FontVariantNumeric | undefined;
2706
+ "font-variant-position"?: import("csstype").Property.FontVariantPosition | undefined;
2707
+ "font-variation-settings"?: import("csstype").Property.FontVariationSettings | undefined;
2708
+ "font-weight"?: import("csstype").Property.FontWeight | undefined;
2709
+ "font-width"?: import("csstype").Property.FontWidth | undefined;
2710
+ "forced-color-adjust"?: import("csstype").Property.ForcedColorAdjust | undefined;
2711
+ "grid-auto-columns"?: import("csstype").Property.GridAutoColumns<string | number> | undefined;
2712
+ "grid-auto-flow"?: import("csstype").Property.GridAutoFlow | undefined;
2713
+ "grid-auto-rows"?: import("csstype").Property.GridAutoRows<string | number> | undefined;
2714
+ "grid-column-end"?: import("csstype").Property.GridColumnEnd | undefined;
2715
+ "grid-column-start"?: import("csstype").Property.GridColumnStart | undefined;
2716
+ "grid-row-end"?: import("csstype").Property.GridRowEnd | undefined;
2717
+ "grid-row-start"?: import("csstype").Property.GridRowStart | undefined;
2718
+ "grid-template-areas"?: import("csstype").Property.GridTemplateAreas | undefined;
2719
+ "grid-template-columns"?: import("csstype").Property.GridTemplateColumns<string | number> | undefined;
2720
+ "grid-template-rows"?: import("csstype").Property.GridTemplateRows<string | number> | undefined;
2721
+ "hanging-punctuation"?: import("csstype").Property.HangingPunctuation | undefined;
2722
+ "hyphenate-character"?: import("csstype").Property.HyphenateCharacter | undefined;
2723
+ "hyphenate-limit-chars"?: import("csstype").Property.HyphenateLimitChars | undefined;
2724
+ "image-orientation"?: import("csstype").Property.ImageOrientation | undefined;
2725
+ "image-rendering"?: import("csstype").Property.ImageRendering | undefined;
2726
+ "image-resolution"?: import("csstype").Property.ImageResolution | undefined;
2727
+ "initial-letter"?: import("csstype").Property.InitialLetter | undefined;
2728
+ "initial-letter-align"?: import("csstype").Property.InitialLetterAlign | undefined;
2729
+ "inline-size"?: import("csstype").Property.InlineSize<string | number> | undefined;
2730
+ "inset-block-end"?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
2731
+ "inset-block-start"?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
2732
+ "inset-inline-end"?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
2733
+ "inset-inline-start"?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
2734
+ "interpolate-size"?: import("csstype").Property.InterpolateSize | undefined;
2735
+ "justify-content"?: import("csstype").Property.JustifyContent | undefined;
2736
+ "justify-items"?: import("csstype").Property.JustifyItems | undefined;
2737
+ "justify-self"?: import("csstype").Property.JustifySelf | undefined;
2738
+ "justify-tracks"?: import("csstype").Property.JustifyTracks | undefined;
2739
+ "letter-spacing"?: import("csstype").Property.LetterSpacing<string | number> | undefined;
2740
+ "lighting-color"?: import("csstype").Property.LightingColor | undefined;
2741
+ "line-break"?: import("csstype").Property.LineBreak | undefined;
2742
+ "line-height"?: import("csstype").Property.LineHeight<string | number> | undefined;
2743
+ "line-height-step"?: import("csstype").Property.LineHeightStep<string | number> | undefined;
2744
+ "list-style-image"?: import("csstype").Property.ListStyleImage | undefined;
2745
+ "list-style-position"?: import("csstype").Property.ListStylePosition | undefined;
2746
+ "list-style-type"?: import("csstype").Property.ListStyleType | undefined;
2747
+ "margin-block-end"?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
2748
+ "margin-block-start"?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
2749
+ "margin-bottom"?: import("csstype").Property.MarginBottom<string | number> | undefined;
2750
+ "margin-inline-end"?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
2751
+ "margin-inline-start"?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
2752
+ "margin-left"?: import("csstype").Property.MarginLeft<string | number> | undefined;
2753
+ "margin-right"?: import("csstype").Property.MarginRight<string | number> | undefined;
2754
+ "margin-top"?: import("csstype").Property.MarginTop<string | number> | undefined;
2755
+ "margin-trim"?: import("csstype").Property.MarginTrim | undefined;
2756
+ "marker-end"?: import("csstype").Property.MarkerEnd | undefined;
2757
+ "marker-mid"?: import("csstype").Property.MarkerMid | undefined;
2758
+ "marker-start"?: import("csstype").Property.MarkerStart | undefined;
2759
+ "mask-border-mode"?: import("csstype").Property.MaskBorderMode | undefined;
2760
+ "mask-border-outset"?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
2761
+ "mask-border-repeat"?: import("csstype").Property.MaskBorderRepeat | undefined;
2762
+ "mask-border-slice"?: import("csstype").Property.MaskBorderSlice | undefined;
2763
+ "mask-border-source"?: import("csstype").Property.MaskBorderSource | undefined;
2764
+ "mask-border-width"?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
2765
+ "mask-clip"?: import("csstype").Property.MaskClip | undefined;
2766
+ "mask-composite"?: import("csstype").Property.MaskComposite | undefined;
2767
+ "mask-image"?: import("csstype").Property.MaskImage | undefined;
2768
+ "mask-mode"?: import("csstype").Property.MaskMode | undefined;
2769
+ "mask-origin"?: import("csstype").Property.MaskOrigin | undefined;
2770
+ "mask-position"?: import("csstype").Property.MaskPosition<string | number> | undefined;
2771
+ "mask-repeat"?: import("csstype").Property.MaskRepeat | undefined;
2772
+ "mask-size"?: import("csstype").Property.MaskSize<string | number> | undefined;
2773
+ "mask-type"?: import("csstype").Property.MaskType | undefined;
2774
+ "masonry-auto-flow"?: import("csstype").Property.MasonryAutoFlow | undefined;
2775
+ "math-depth"?: import("csstype").Property.MathDepth | undefined;
2776
+ "math-shift"?: import("csstype").Property.MathShift | undefined;
2777
+ "math-style"?: import("csstype").Property.MathStyle | undefined;
2778
+ "max-block-size"?: import("csstype").Property.MaxBlockSize<string | number> | undefined;
2779
+ "max-height"?: import("csstype").Property.MaxHeight<string | number> | undefined;
2780
+ "max-inline-size"?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
2781
+ "max-lines"?: import("csstype").Property.MaxLines | undefined;
2782
+ "max-width"?: import("csstype").Property.MaxWidth<string | number> | undefined;
2783
+ "min-block-size"?: import("csstype").Property.MinBlockSize<string | number> | undefined;
2784
+ "min-height"?: import("csstype").Property.MinHeight<string | number> | undefined;
2785
+ "min-inline-size"?: import("csstype").Property.MinInlineSize<string | number> | undefined;
2786
+ "min-width"?: import("csstype").Property.MinWidth<string | number> | undefined;
2787
+ "mix-blend-mode"?: import("csstype").Property.MixBlendMode | undefined;
2788
+ "motion-distance"?: import("csstype").Property.OffsetDistance<string | number> | undefined;
2789
+ "motion-path"?: import("csstype").Property.OffsetPath | undefined;
2790
+ "motion-rotation"?: import("csstype").Property.OffsetRotate | undefined;
2791
+ "object-fit"?: import("csstype").Property.ObjectFit | undefined;
2792
+ "object-position"?: import("csstype").Property.ObjectPosition<string | number> | undefined;
2793
+ "object-view-box"?: import("csstype").Property.ObjectViewBox | undefined;
2794
+ "offset-anchor"?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
2795
+ "offset-distance"?: import("csstype").Property.OffsetDistance<string | number> | undefined;
2796
+ "offset-path"?: import("csstype").Property.OffsetPath | undefined;
2797
+ "offset-position"?: import("csstype").Property.OffsetPosition<string | number> | undefined;
2798
+ "offset-rotate"?: import("csstype").Property.OffsetRotate | undefined;
2799
+ "offset-rotation"?: import("csstype").Property.OffsetRotate | undefined;
2800
+ "outline-color"?: import("csstype").Property.OutlineColor | undefined;
2801
+ "outline-offset"?: import("csstype").Property.OutlineOffset<string | number> | undefined;
2802
+ "outline-style"?: import("csstype").Property.OutlineStyle | undefined;
2803
+ "outline-width"?: import("csstype").Property.OutlineWidth<string | number> | undefined;
2804
+ "overflow-anchor"?: import("csstype").Property.OverflowAnchor | undefined;
2805
+ "overflow-block"?: import("csstype").Property.OverflowBlock | undefined;
2806
+ "overflow-clip-box"?: import("csstype").Property.OverflowClipBox | undefined;
2807
+ "overflow-clip-margin"?: import("csstype").Property.OverflowClipMargin<string | number> | undefined;
2808
+ "overflow-inline"?: import("csstype").Property.OverflowInline | undefined;
2809
+ "overflow-wrap"?: import("csstype").Property.OverflowWrap | undefined;
2810
+ "overflow-x"?: import("csstype").Property.OverflowX | undefined;
2811
+ "overflow-y"?: import("csstype").Property.OverflowY | undefined;
2812
+ "overscroll-behavior-block"?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
2813
+ "overscroll-behavior-inline"?: import("csstype").Property.OverscrollBehaviorInline | undefined;
2814
+ "overscroll-behavior-x"?: import("csstype").Property.OverscrollBehaviorX | undefined;
2815
+ "overscroll-behavior-y"?: import("csstype").Property.OverscrollBehaviorY | undefined;
2816
+ "padding-block-end"?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
2817
+ "padding-block-start"?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
2818
+ "padding-bottom"?: import("csstype").Property.PaddingBottom<string | number> | undefined;
2819
+ "padding-inline-end"?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
2820
+ "padding-inline-start"?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
2821
+ "padding-left"?: import("csstype").Property.PaddingLeft<string | number> | undefined;
2822
+ "padding-right"?: import("csstype").Property.PaddingRight<string | number> | undefined;
2823
+ "padding-top"?: import("csstype").Property.PaddingTop<string | number> | undefined;
2824
+ "paint-order"?: import("csstype").Property.PaintOrder | undefined;
2825
+ "perspective-origin"?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
2826
+ "pointer-events"?: import("csstype").Property.PointerEvents | undefined;
2827
+ "position-anchor"?: import("csstype").Property.PositionAnchor | undefined;
2828
+ "position-area"?: import("csstype").Property.PositionArea | undefined;
2829
+ "position-try-fallbacks"?: import("csstype").Property.PositionTryFallbacks | undefined;
2830
+ "position-try-order"?: import("csstype").Property.PositionTryOrder | undefined;
2831
+ "position-visibility"?: import("csstype").Property.PositionVisibility | undefined;
2832
+ "print-color-adjust"?: import("csstype").Property.PrintColorAdjust | undefined;
2833
+ "row-gap"?: import("csstype").Property.RowGap<string | number> | undefined;
2834
+ "ruby-align"?: import("csstype").Property.RubyAlign | undefined;
2835
+ "ruby-merge"?: import("csstype").Property.RubyMerge | undefined;
2836
+ "ruby-overhang"?: import("csstype").Property.RubyOverhang | undefined;
2837
+ "ruby-position"?: import("csstype").Property.RubyPosition | undefined;
2838
+ "scroll-behavior"?: import("csstype").Property.ScrollBehavior | undefined;
2839
+ "scroll-initial-target"?: import("csstype").Property.ScrollInitialTarget | undefined;
2840
+ "scroll-margin-block-end"?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
2841
+ "scroll-margin-block-start"?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
2842
+ "scroll-margin-bottom"?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
2843
+ "scroll-margin-inline-end"?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined;
2844
+ "scroll-margin-inline-start"?: import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined;
2845
+ "scroll-margin-left"?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
2846
+ "scroll-margin-right"?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
2847
+ "scroll-margin-top"?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
2848
+ "scroll-padding-block-end"?: import("csstype").Property.ScrollPaddingBlockEnd<string | number> | undefined;
2849
+ "scroll-padding-block-start"?: import("csstype").Property.ScrollPaddingBlockStart<string | number> | undefined;
2850
+ "scroll-padding-bottom"?: import("csstype").Property.ScrollPaddingBottom<string | number> | undefined;
2851
+ "scroll-padding-inline-end"?: import("csstype").Property.ScrollPaddingInlineEnd<string | number> | undefined;
2852
+ "scroll-padding-inline-start"?: import("csstype").Property.ScrollPaddingInlineStart<string | number> | undefined;
2853
+ "scroll-padding-left"?: import("csstype").Property.ScrollPaddingLeft<string | number> | undefined;
2854
+ "scroll-padding-right"?: import("csstype").Property.ScrollPaddingRight<string | number> | undefined;
2855
+ "scroll-padding-top"?: import("csstype").Property.ScrollPaddingTop<string | number> | undefined;
2856
+ "scroll-snap-align"?: import("csstype").Property.ScrollSnapAlign | undefined;
2857
+ "scroll-snap-margin-bottom"?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
2858
+ "scroll-snap-margin-left"?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
2859
+ "scroll-snap-margin-right"?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
2860
+ "scroll-snap-margin-top"?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
2861
+ "scroll-snap-stop"?: import("csstype").Property.ScrollSnapStop | undefined;
2862
+ "scroll-snap-type"?: import("csstype").Property.ScrollSnapType | undefined;
2863
+ "scroll-timeline-axis"?: import("csstype").Property.ScrollTimelineAxis | undefined;
2864
+ "scroll-timeline-name"?: import("csstype").Property.ScrollTimelineName | undefined;
2865
+ "scrollbar-color"?: import("csstype").Property.ScrollbarColor | undefined;
2866
+ "scrollbar-gutter"?: import("csstype").Property.ScrollbarGutter | undefined;
2867
+ "scrollbar-width"?: import("csstype").Property.ScrollbarWidth | undefined;
2868
+ "shape-image-threshold"?: import("csstype").Property.ShapeImageThreshold | undefined;
2869
+ "shape-margin"?: import("csstype").Property.ShapeMargin<string | number> | undefined;
2870
+ "shape-outside"?: import("csstype").Property.ShapeOutside | undefined;
2871
+ "shape-rendering"?: import("csstype").Property.ShapeRendering | undefined;
2872
+ "speak-as"?: import("csstype").Property.SpeakAs | undefined;
2873
+ "stop-color"?: import("csstype").Property.StopColor | undefined;
2874
+ "stop-opacity"?: import("csstype").Property.StopOpacity | undefined;
2875
+ "stroke-color"?: import("csstype").Property.StrokeColor | undefined;
2876
+ "stroke-dasharray"?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
2877
+ "stroke-dashoffset"?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
2878
+ "stroke-linecap"?: import("csstype").Property.StrokeLinecap | undefined;
2879
+ "stroke-linejoin"?: import("csstype").Property.StrokeLinejoin | undefined;
2880
+ "stroke-miterlimit"?: import("csstype").Property.StrokeMiterlimit | undefined;
2881
+ "stroke-opacity"?: import("csstype").Property.StrokeOpacity | undefined;
2882
+ "stroke-width"?: import("csstype").Property.StrokeWidth<string | number> | undefined;
2883
+ "tab-size"?: import("csstype").Property.TabSize<string | number> | undefined;
2884
+ "table-layout"?: import("csstype").Property.TableLayout | undefined;
2885
+ "text-align"?: import("csstype").Property.TextAlign | undefined;
2886
+ "text-align-last"?: import("csstype").Property.TextAlignLast | undefined;
2887
+ "text-anchor"?: import("csstype").Property.TextAnchor | undefined;
2888
+ "text-autospace"?: import("csstype").Property.TextAutospace | undefined;
2889
+ "text-box"?: import("csstype").Property.TextBox | undefined;
2890
+ "text-box-edge"?: import("csstype").Property.TextBoxEdge | undefined;
2891
+ "text-box-trim"?: import("csstype").Property.TextBoxTrim | undefined;
2892
+ "text-combine-upright"?: import("csstype").Property.TextCombineUpright | undefined;
2893
+ "text-decoration-color"?: import("csstype").Property.TextDecorationColor | undefined;
2894
+ "text-decoration-line"?: import("csstype").Property.TextDecorationLine | undefined;
2895
+ "text-decoration-skip"?: import("csstype").Property.TextDecorationSkip | undefined;
2896
+ "text-decoration-skip-ink"?: import("csstype").Property.TextDecorationSkipInk | undefined;
2897
+ "text-decoration-style"?: import("csstype").Property.TextDecorationStyle | undefined;
2898
+ "text-decoration-thickness"?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
2899
+ "text-emphasis-color"?: import("csstype").Property.TextEmphasisColor | undefined;
2900
+ "text-emphasis-position"?: import("csstype").Property.TextEmphasisPosition | undefined;
2901
+ "text-emphasis-style"?: import("csstype").Property.TextEmphasisStyle | undefined;
2902
+ "text-indent"?: import("csstype").Property.TextIndent<string | number> | undefined;
2903
+ "text-justify"?: import("csstype").Property.TextJustify | undefined;
2904
+ "text-orientation"?: import("csstype").Property.TextOrientation | undefined;
2905
+ "text-overflow"?: import("csstype").Property.TextOverflow | undefined;
2906
+ "text-rendering"?: import("csstype").Property.TextRendering | undefined;
2907
+ "text-shadow"?: import("csstype").Property.TextShadow | undefined;
2908
+ "text-size-adjust"?: import("csstype").Property.TextSizeAdjust | undefined;
2909
+ "text-spacing-trim"?: import("csstype").Property.TextSpacingTrim | undefined;
2910
+ "text-transform"?: import("csstype").Property.TextTransform | undefined;
2911
+ "text-underline-offset"?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
2912
+ "text-underline-position"?: import("csstype").Property.TextUnderlinePosition | undefined;
2913
+ "text-wrap-mode"?: import("csstype").Property.TextWrapMode | undefined;
2914
+ "text-wrap-style"?: import("csstype").Property.TextWrapStyle | undefined;
2915
+ "timeline-scope"?: import("csstype").Property.TimelineScope | undefined;
2916
+ "touch-action"?: import("csstype").Property.TouchAction | undefined;
2917
+ "transform-box"?: import("csstype").Property.TransformBox | undefined;
2918
+ "transform-origin"?: import("csstype").Property.TransformOrigin<string | number> | undefined;
2919
+ "transform-style"?: import("csstype").Property.TransformStyle | undefined;
2920
+ "transition-behavior"?: import("csstype").Property.TransitionBehavior | undefined;
2921
+ "transition-delay"?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
2922
+ "transition-duration"?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
2923
+ "transition-property"?: import("csstype").Property.TransitionProperty | undefined;
2924
+ "transition-timing-function"?: import("csstype").Property.TransitionTimingFunction | undefined;
2925
+ "unicode-bidi"?: import("csstype").Property.UnicodeBidi | undefined;
2926
+ "user-select"?: import("csstype").Property.UserSelect | undefined;
2927
+ "vector-effect"?: import("csstype").Property.VectorEffect | undefined;
2928
+ "vertical-align"?: import("csstype").Property.VerticalAlign<string | number> | undefined;
2929
+ "view-timeline-axis"?: import("csstype").Property.ViewTimelineAxis | undefined;
2930
+ "view-timeline-inset"?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
2931
+ "view-timeline-name"?: import("csstype").Property.ViewTimelineName | undefined;
2932
+ "view-transition-class"?: import("csstype").Property.ViewTransitionClass | undefined;
2933
+ "view-transition-name"?: import("csstype").Property.ViewTransitionName | undefined;
2934
+ "white-space"?: import("csstype").Property.WhiteSpace | undefined;
2935
+ "white-space-collapse"?: import("csstype").Property.WhiteSpaceCollapse | undefined;
2936
+ "will-change"?: import("csstype").Property.WillChange | undefined;
2937
+ "word-break"?: import("csstype").Property.WordBreak | undefined;
2938
+ "word-spacing"?: import("csstype").Property.WordSpacing<string | number> | undefined;
2939
+ "word-wrap"?: import("csstype").Property.WordWrap | undefined;
2940
+ "writing-mode"?: import("csstype").Property.WritingMode | undefined;
2941
+ "z-index"?: import("csstype").Property.ZIndex | undefined;
2942
+ "animation-range"?: import("csstype").Property.AnimationRange<string | number> | undefined;
2943
+ "background-position"?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
2944
+ "border-block"?: import("csstype").Property.BorderBlock<string | number> | undefined;
2945
+ "border-block-color"?: import("csstype").Property.BorderBlockColor | undefined;
2946
+ "border-block-end"?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
2947
+ "border-block-start"?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
2948
+ "border-block-style"?: import("csstype").Property.BorderBlockStyle | undefined;
2949
+ "border-block-width"?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
2950
+ "border-bottom"?: import("csstype").Property.BorderBottom<string | number> | undefined;
2951
+ "border-color"?: import("csstype").Property.BorderColor | undefined;
2952
+ "border-image"?: import("csstype").Property.BorderImage | undefined;
2953
+ "border-inline"?: import("csstype").Property.BorderInline<string | number> | undefined;
2954
+ "border-inline-color"?: import("csstype").Property.BorderInlineColor | undefined;
2955
+ "border-inline-end"?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
2956
+ "border-inline-start"?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
2957
+ "border-inline-style"?: import("csstype").Property.BorderInlineStyle | undefined;
2958
+ "border-inline-width"?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
2959
+ "border-left"?: import("csstype").Property.BorderLeft<string | number> | undefined;
2960
+ "border-radius"?: import("csstype").Property.BorderRadius<string | number> | undefined;
2961
+ "border-right"?: import("csstype").Property.BorderRight<string | number> | undefined;
2962
+ "border-style"?: import("csstype").Property.BorderStyle | undefined;
2963
+ "border-top"?: import("csstype").Property.BorderTop<string | number> | undefined;
2964
+ "border-width"?: import("csstype").Property.BorderWidth<string | number> | undefined;
2965
+ "column-rule"?: import("csstype").Property.ColumnRule<string | number> | undefined;
2966
+ "contain-intrinsic-size"?: import("csstype").Property.ContainIntrinsicSize<string | number> | undefined;
2967
+ "flex-flow"?: import("csstype").Property.FlexFlow | undefined;
2968
+ "grid-area"?: import("csstype").Property.GridArea | undefined;
2969
+ "grid-column"?: import("csstype").Property.GridColumn | undefined;
2970
+ "grid-row"?: import("csstype").Property.GridRow | undefined;
2971
+ "grid-template"?: import("csstype").Property.GridTemplate | undefined;
2972
+ "inset-block"?: import("csstype").Property.InsetBlock<string | number> | undefined;
2973
+ "inset-inline"?: import("csstype").Property.InsetInline<string | number> | undefined;
2974
+ "line-clamp"?: import("csstype").Property.LineClamp | undefined;
2975
+ "list-style"?: import("csstype").Property.ListStyle | undefined;
2976
+ "margin-block"?: import("csstype").Property.MarginBlock<string | number> | undefined;
2977
+ "margin-inline"?: import("csstype").Property.MarginInline<string | number> | undefined;
2978
+ "mask-border"?: import("csstype").Property.MaskBorder | undefined;
2979
+ "overscroll-behavior"?: import("csstype").Property.OverscrollBehavior | undefined;
2980
+ "padding-block"?: import("csstype").Property.PaddingBlock<string | number> | undefined;
2981
+ "padding-inline"?: import("csstype").Property.PaddingInline<string | number> | undefined;
2982
+ "place-content"?: import("csstype").Property.PlaceContent | undefined;
2983
+ "place-items"?: import("csstype").Property.PlaceItems | undefined;
2984
+ "place-self"?: import("csstype").Property.PlaceSelf | undefined;
2985
+ "position-try"?: import("csstype").Property.PositionTry | undefined;
2986
+ "scroll-margin"?: import("csstype").Property.ScrollMargin<string | number> | undefined;
2987
+ "scroll-margin-block"?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
2988
+ "scroll-margin-inline"?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
2989
+ "scroll-padding"?: import("csstype").Property.ScrollPadding<string | number> | undefined;
2990
+ "scroll-padding-block"?: import("csstype").Property.ScrollPaddingBlock<string | number> | undefined;
2991
+ "scroll-padding-inline"?: import("csstype").Property.ScrollPaddingInline<string | number> | undefined;
2992
+ "scroll-snap-margin"?: import("csstype").Property.ScrollMargin<string | number> | undefined;
2993
+ "scroll-timeline"?: import("csstype").Property.ScrollTimeline | undefined;
2994
+ "text-decoration"?: import("csstype").Property.TextDecoration<string | number> | undefined;
2995
+ "text-emphasis"?: import("csstype").Property.TextEmphasis | undefined;
2996
+ "text-wrap"?: import("csstype").Property.TextWrap | undefined;
2997
+ "view-timeline"?: import("csstype").Property.ViewTimeline | undefined;
2998
+ "-moz-animation-delay"?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
2999
+ "-moz-animation-direction"?: import("csstype").Property.AnimationDirection | undefined;
3000
+ "-moz-animation-duration"?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
3001
+ "-moz-animation-fill-mode"?: import("csstype").Property.AnimationFillMode | undefined;
3002
+ "-moz-animation-iteration-count"?: import("csstype").Property.AnimationIterationCount | undefined;
3003
+ "-moz-animation-name"?: import("csstype").Property.AnimationName | undefined;
3004
+ "-moz-animation-play-state"?: import("csstype").Property.AnimationPlayState | undefined;
3005
+ "-moz-animation-timing-function"?: import("csstype").Property.AnimationTimingFunction | undefined;
3006
+ "-moz-appearance"?: import("csstype").Property.MozAppearance | undefined;
3007
+ "-moz-backface-visibility"?: import("csstype").Property.BackfaceVisibility | undefined;
3008
+ "-moz-binding"?: import("csstype").Property.MozBinding | undefined;
3009
+ "-moz-border-bottom-colors"?: import("csstype").Property.MozBorderBottomColors | undefined;
3010
+ "-moz-border-end-color"?: import("csstype").Property.BorderInlineEndColor | undefined;
3011
+ "-moz-border-end-style"?: import("csstype").Property.BorderInlineEndStyle | undefined;
3012
+ "-moz-border-end-width"?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
3013
+ "-moz-border-left-colors"?: import("csstype").Property.MozBorderLeftColors | undefined;
3014
+ "-moz-border-right-colors"?: import("csstype").Property.MozBorderRightColors | undefined;
3015
+ "-moz-border-start-color"?: import("csstype").Property.BorderInlineStartColor | undefined;
3016
+ "-moz-border-start-style"?: import("csstype").Property.BorderInlineStartStyle | undefined;
3017
+ "-moz-border-top-colors"?: import("csstype").Property.MozBorderTopColors | undefined;
3018
+ "-moz-box-sizing"?: import("csstype").Property.BoxSizing | undefined;
3019
+ "-moz-column-rule-color"?: import("csstype").Property.ColumnRuleColor | undefined;
3020
+ "-moz-column-rule-style"?: import("csstype").Property.ColumnRuleStyle | undefined;
3021
+ "-moz-column-rule-width"?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
3022
+ "-moz-column-width"?: import("csstype").Property.ColumnWidth<string | number> | undefined;
3023
+ "-moz-context-properties"?: import("csstype").Property.MozContextProperties | undefined;
3024
+ "-moz-font-feature-settings"?: import("csstype").Property.FontFeatureSettings | undefined;
3025
+ "-moz-font-language-override"?: import("csstype").Property.FontLanguageOverride | undefined;
3026
+ "-moz-hyphens"?: import("csstype").Property.Hyphens | undefined;
3027
+ "-moz-margin-end"?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
3028
+ "-moz-margin-start"?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
3029
+ "-moz-orient"?: import("csstype").Property.MozOrient | undefined;
3030
+ "-moz-osx-font-smoothing"?: import("csstype").Property.FontSmooth<string | number> | undefined;
3031
+ "-moz-outline-radius-bottomleft"?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
3032
+ "-moz-outline-radius-bottomright"?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
3033
+ "-moz-outline-radius-topleft"?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
3034
+ "-moz-outline-radius-topright"?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
3035
+ "-moz-padding-end"?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
3036
+ "-moz-padding-start"?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
3037
+ "-moz-perspective"?: import("csstype").Property.Perspective<string | number> | undefined;
3038
+ "-moz-perspective-origin"?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
3039
+ "-moz-stack-sizing"?: import("csstype").Property.MozStackSizing | undefined;
3040
+ "-moz-tab-size"?: import("csstype").Property.TabSize<string | number> | undefined;
3041
+ "-moz-text-blink"?: import("csstype").Property.MozTextBlink | undefined;
3042
+ "-moz-text-size-adjust"?: import("csstype").Property.TextSizeAdjust | undefined;
3043
+ "-moz-transform"?: import("csstype").Property.Transform | undefined;
3044
+ "-moz-transform-origin"?: import("csstype").Property.TransformOrigin<string | number> | undefined;
3045
+ "-moz-transform-style"?: import("csstype").Property.TransformStyle | undefined;
3046
+ "-moz-user-modify"?: import("csstype").Property.MozUserModify | undefined;
3047
+ "-moz-user-select"?: import("csstype").Property.UserSelect | undefined;
3048
+ "-moz-window-dragging"?: import("csstype").Property.MozWindowDragging | undefined;
3049
+ "-moz-window-shadow"?: import("csstype").Property.MozWindowShadow | undefined;
3050
+ "-ms-accelerator"?: import("csstype").Property.MsAccelerator | undefined;
3051
+ "-ms-block-progression"?: import("csstype").Property.MsBlockProgression | undefined;
3052
+ "-ms-content-zoom-chaining"?: import("csstype").Property.MsContentZoomChaining | undefined;
3053
+ "-ms-content-zoom-limit-max"?: import("csstype").Property.MsContentZoomLimitMax | undefined;
3054
+ "-ms-content-zoom-limit-min"?: import("csstype").Property.MsContentZoomLimitMin | undefined;
3055
+ "-ms-content-zoom-snap-points"?: import("csstype").Property.MsContentZoomSnapPoints | undefined;
3056
+ "-ms-content-zoom-snap-type"?: import("csstype").Property.MsContentZoomSnapType | undefined;
3057
+ "-ms-content-zooming"?: import("csstype").Property.MsContentZooming | undefined;
3058
+ "-ms-filter"?: import("csstype").Property.MsFilter | undefined;
3059
+ "-ms-flex-direction"?: import("csstype").Property.FlexDirection | undefined;
3060
+ "-ms-flex-positive"?: import("csstype").Property.FlexGrow | undefined;
3061
+ "-ms-flow-from"?: import("csstype").Property.MsFlowFrom | undefined;
3062
+ "-ms-flow-into"?: import("csstype").Property.MsFlowInto | undefined;
3063
+ "-ms-grid-columns"?: import("csstype").Property.MsGridColumns<string | number> | undefined;
3064
+ "-ms-grid-rows"?: import("csstype").Property.MsGridRows<string | number> | undefined;
3065
+ "-ms-high-contrast-adjust"?: import("csstype").Property.MsHighContrastAdjust | undefined;
3066
+ "-ms-hyphenate-limit-chars"?: import("csstype").Property.MsHyphenateLimitChars | undefined;
3067
+ "-ms-hyphenate-limit-lines"?: import("csstype").Property.MsHyphenateLimitLines | undefined;
3068
+ "-ms-hyphenate-limit-zone"?: import("csstype").Property.MsHyphenateLimitZone<string | number> | undefined;
3069
+ "-ms-hyphens"?: import("csstype").Property.Hyphens | undefined;
3070
+ "-ms-ime-align"?: import("csstype").Property.MsImeAlign | undefined;
3071
+ "-ms-line-break"?: import("csstype").Property.LineBreak | undefined;
3072
+ "-ms-order"?: import("csstype").Property.Order | undefined;
3073
+ "-ms-overflow-style"?: import("csstype").Property.MsOverflowStyle | undefined;
3074
+ "-ms-overflow-x"?: import("csstype").Property.OverflowX | undefined;
3075
+ "-ms-overflow-y"?: import("csstype").Property.OverflowY | undefined;
3076
+ "-ms-scroll-chaining"?: import("csstype").Property.MsScrollChaining | undefined;
3077
+ "-ms-scroll-limit-x-max"?: import("csstype").Property.MsScrollLimitXMax<string | number> | undefined;
3078
+ "-ms-scroll-limit-x-min"?: import("csstype").Property.MsScrollLimitXMin<string | number> | undefined;
3079
+ "-ms-scroll-limit-y-max"?: import("csstype").Property.MsScrollLimitYMax<string | number> | undefined;
3080
+ "-ms-scroll-limit-y-min"?: import("csstype").Property.MsScrollLimitYMin<string | number> | undefined;
3081
+ "-ms-scroll-rails"?: import("csstype").Property.MsScrollRails | undefined;
3082
+ "-ms-scroll-snap-points-x"?: import("csstype").Property.MsScrollSnapPointsX | undefined;
3083
+ "-ms-scroll-snap-points-y"?: import("csstype").Property.MsScrollSnapPointsY | undefined;
3084
+ "-ms-scroll-snap-type"?: import("csstype").Property.MsScrollSnapType | undefined;
3085
+ "-ms-scroll-translation"?: import("csstype").Property.MsScrollTranslation | undefined;
3086
+ "-ms-scrollbar-3dlight-color"?: import("csstype").Property.MsScrollbar3dlightColor | undefined;
3087
+ "-ms-scrollbar-arrow-color"?: import("csstype").Property.MsScrollbarArrowColor | undefined;
3088
+ "-ms-scrollbar-base-color"?: import("csstype").Property.MsScrollbarBaseColor | undefined;
3089
+ "-ms-scrollbar-darkshadow-color"?: import("csstype").Property.MsScrollbarDarkshadowColor | undefined;
3090
+ "-ms-scrollbar-face-color"?: import("csstype").Property.MsScrollbarFaceColor | undefined;
3091
+ "-ms-scrollbar-highlight-color"?: import("csstype").Property.MsScrollbarHighlightColor | undefined;
3092
+ "-ms-scrollbar-shadow-color"?: import("csstype").Property.MsScrollbarShadowColor | undefined;
3093
+ "-ms-scrollbar-track-color"?: import("csstype").Property.MsScrollbarTrackColor | undefined;
3094
+ "-ms-text-autospace"?: import("csstype").Property.MsTextAutospace | undefined;
3095
+ "-ms-text-combine-horizontal"?: import("csstype").Property.TextCombineUpright | undefined;
3096
+ "-ms-text-overflow"?: import("csstype").Property.TextOverflow | undefined;
3097
+ "-ms-touch-action"?: import("csstype").Property.TouchAction | undefined;
3098
+ "-ms-touch-select"?: import("csstype").Property.MsTouchSelect | undefined;
3099
+ "-ms-transform"?: import("csstype").Property.Transform | undefined;
3100
+ "-ms-transform-origin"?: import("csstype").Property.TransformOrigin<string | number> | undefined;
3101
+ "-ms-transition-delay"?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
3102
+ "-ms-transition-duration"?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
3103
+ "-ms-transition-property"?: import("csstype").Property.TransitionProperty | undefined;
3104
+ "-ms-transition-timing-function"?: import("csstype").Property.TransitionTimingFunction | undefined;
3105
+ "-ms-user-select"?: import("csstype").Property.MsUserSelect | undefined;
3106
+ "-ms-word-break"?: import("csstype").Property.WordBreak | undefined;
3107
+ "-ms-wrap-flow"?: import("csstype").Property.MsWrapFlow | undefined;
3108
+ "-ms-wrap-margin"?: import("csstype").Property.MsWrapMargin<string | number> | undefined;
3109
+ "-ms-wrap-through"?: import("csstype").Property.MsWrapThrough | undefined;
3110
+ "-ms-writing-mode"?: import("csstype").Property.WritingMode | undefined;
3111
+ "-webkit-align-content"?: import("csstype").Property.AlignContent | undefined;
3112
+ "-webkit-align-items"?: import("csstype").Property.AlignItems | undefined;
3113
+ "-webkit-align-self"?: import("csstype").Property.AlignSelf | undefined;
3114
+ "-webkit-animation-delay"?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
3115
+ "-webkit-animation-direction"?: import("csstype").Property.AnimationDirection | undefined;
3116
+ "-webkit-animation-duration"?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
3117
+ "-webkit-animation-fill-mode"?: import("csstype").Property.AnimationFillMode | undefined;
3118
+ "-webkit-animation-iteration-count"?: import("csstype").Property.AnimationIterationCount | undefined;
3119
+ "-webkit-animation-name"?: import("csstype").Property.AnimationName | undefined;
3120
+ "-webkit-animation-play-state"?: import("csstype").Property.AnimationPlayState | undefined;
3121
+ "-webkit-animation-timing-function"?: import("csstype").Property.AnimationTimingFunction | undefined;
3122
+ "-webkit-appearance"?: import("csstype").Property.WebkitAppearance | undefined;
3123
+ "-webkit-backdrop-filter"?: import("csstype").Property.BackdropFilter | undefined;
3124
+ "-webkit-backface-visibility"?: import("csstype").Property.BackfaceVisibility | undefined;
3125
+ "-webkit-background-clip"?: import("csstype").Property.BackgroundClip | undefined;
3126
+ "-webkit-background-origin"?: import("csstype").Property.BackgroundOrigin | undefined;
3127
+ "-webkit-background-size"?: import("csstype").Property.BackgroundSize<string | number> | undefined;
3128
+ "-webkit-border-before-color"?: import("csstype").Property.WebkitBorderBeforeColor | undefined;
3129
+ "-webkit-border-before-style"?: import("csstype").Property.WebkitBorderBeforeStyle | undefined;
3130
+ "-webkit-border-before-width"?: import("csstype").Property.WebkitBorderBeforeWidth<string | number> | undefined;
3131
+ "-webkit-border-bottom-left-radius"?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
3132
+ "-webkit-border-bottom-right-radius"?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
3133
+ "-webkit-border-image-slice"?: import("csstype").Property.BorderImageSlice | undefined;
3134
+ "-webkit-border-top-left-radius"?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
3135
+ "-webkit-border-top-right-radius"?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
3136
+ "-webkit-box-decoration-break"?: import("csstype").Property.BoxDecorationBreak | undefined;
3137
+ "-webkit-box-reflect"?: import("csstype").Property.WebkitBoxReflect<string | number> | undefined;
3138
+ "-webkit-box-shadow"?: import("csstype").Property.BoxShadow | undefined;
3139
+ "-webkit-box-sizing"?: import("csstype").Property.BoxSizing | undefined;
3140
+ "-webkit-clip-path"?: import("csstype").Property.ClipPath | undefined;
3141
+ "-webkit-column-count"?: import("csstype").Property.ColumnCount | undefined;
3142
+ "-webkit-column-fill"?: import("csstype").Property.ColumnFill | undefined;
3143
+ "-webkit-column-rule-color"?: import("csstype").Property.ColumnRuleColor | undefined;
3144
+ "-webkit-column-rule-style"?: import("csstype").Property.ColumnRuleStyle | undefined;
3145
+ "-webkit-column-rule-width"?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
3146
+ "-webkit-column-span"?: import("csstype").Property.ColumnSpan | undefined;
3147
+ "-webkit-column-width"?: import("csstype").Property.ColumnWidth<string | number> | undefined;
3148
+ "-webkit-filter"?: import("csstype").Property.Filter | undefined;
3149
+ "-webkit-flex-basis"?: import("csstype").Property.FlexBasis<string | number> | undefined;
3150
+ "-webkit-flex-direction"?: import("csstype").Property.FlexDirection | undefined;
3151
+ "-webkit-flex-grow"?: import("csstype").Property.FlexGrow | undefined;
3152
+ "-webkit-flex-shrink"?: import("csstype").Property.FlexShrink | undefined;
3153
+ "-webkit-flex-wrap"?: import("csstype").Property.FlexWrap | undefined;
3154
+ "-webkit-font-feature-settings"?: import("csstype").Property.FontFeatureSettings | undefined;
3155
+ "-webkit-font-kerning"?: import("csstype").Property.FontKerning | undefined;
3156
+ "-webkit-font-smoothing"?: import("csstype").Property.FontSmooth<string | number> | undefined;
3157
+ "-webkit-font-variant-ligatures"?: import("csstype").Property.FontVariantLigatures | undefined;
3158
+ "-webkit-hyphenate-character"?: import("csstype").Property.HyphenateCharacter | undefined;
3159
+ "-webkit-hyphens"?: import("csstype").Property.Hyphens | undefined;
3160
+ "-webkit-initial-letter"?: import("csstype").Property.InitialLetter | undefined;
3161
+ "-webkit-justify-content"?: import("csstype").Property.JustifyContent | undefined;
3162
+ "-webkit-line-break"?: import("csstype").Property.LineBreak | undefined;
3163
+ "-webkit-line-clamp"?: import("csstype").Property.WebkitLineClamp | undefined;
3164
+ "-webkit-logical-height"?: import("csstype").Property.BlockSize<string | number> | undefined;
3165
+ "-webkit-logical-width"?: import("csstype").Property.InlineSize<string | number> | undefined;
3166
+ "-webkit-margin-end"?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
3167
+ "-webkit-margin-start"?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
3168
+ "-webkit-mask-attachment"?: import("csstype").Property.WebkitMaskAttachment | undefined;
3169
+ "-webkit-mask-box-image-outset"?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
3170
+ "-webkit-mask-box-image-repeat"?: import("csstype").Property.MaskBorderRepeat | undefined;
3171
+ "-webkit-mask-box-image-slice"?: import("csstype").Property.MaskBorderSlice | undefined;
3172
+ "-webkit-mask-box-image-source"?: import("csstype").Property.MaskBorderSource | undefined;
3173
+ "-webkit-mask-box-image-width"?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
3174
+ "-webkit-mask-clip"?: import("csstype").Property.WebkitMaskClip | undefined;
3175
+ "-webkit-mask-composite"?: import("csstype").Property.WebkitMaskComposite | undefined;
3176
+ "-webkit-mask-image"?: import("csstype").Property.WebkitMaskImage | undefined;
3177
+ "-webkit-mask-origin"?: import("csstype").Property.WebkitMaskOrigin | undefined;
3178
+ "-webkit-mask-position"?: import("csstype").Property.WebkitMaskPosition<string | number> | undefined;
3179
+ "-webkit-mask-position-x"?: import("csstype").Property.WebkitMaskPositionX<string | number> | undefined;
3180
+ "-webkit-mask-position-y"?: import("csstype").Property.WebkitMaskPositionY<string | number> | undefined;
3181
+ "-webkit-mask-repeat"?: import("csstype").Property.WebkitMaskRepeat | undefined;
3182
+ "-webkit-mask-repeat-x"?: import("csstype").Property.WebkitMaskRepeatX | undefined;
3183
+ "-webkit-mask-repeat-y"?: import("csstype").Property.WebkitMaskRepeatY | undefined;
3184
+ "-webkit-mask-size"?: import("csstype").Property.WebkitMaskSize<string | number> | undefined;
3185
+ "-webkit-max-inline-size"?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
3186
+ "-webkit-order"?: import("csstype").Property.Order | undefined;
3187
+ "-webkit-overflow-scrolling"?: import("csstype").Property.WebkitOverflowScrolling | undefined;
3188
+ "-webkit-padding-end"?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
3189
+ "-webkit-padding-start"?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
3190
+ "-webkit-perspective"?: import("csstype").Property.Perspective<string | number> | undefined;
3191
+ "-webkit-perspective-origin"?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
3192
+ "-webkit-print-color-adjust"?: import("csstype").Property.PrintColorAdjust | undefined;
3193
+ "-webkit-ruby-position"?: import("csstype").Property.RubyPosition | undefined;
3194
+ "-webkit-scroll-snap-type"?: import("csstype").Property.ScrollSnapType | undefined;
3195
+ "-webkit-shape-margin"?: import("csstype").Property.ShapeMargin<string | number> | undefined;
3196
+ "-webkit-tap-highlight-color"?: import("csstype").Property.WebkitTapHighlightColor | undefined;
3197
+ "-webkit-text-combine"?: import("csstype").Property.TextCombineUpright | undefined;
3198
+ "-webkit-text-decoration-color"?: import("csstype").Property.TextDecorationColor | undefined;
3199
+ "-webkit-text-decoration-line"?: import("csstype").Property.TextDecorationLine | undefined;
3200
+ "-webkit-text-decoration-skip"?: import("csstype").Property.TextDecorationSkip | undefined;
3201
+ "-webkit-text-decoration-style"?: import("csstype").Property.TextDecorationStyle | undefined;
3202
+ "-webkit-text-emphasis-color"?: import("csstype").Property.TextEmphasisColor | undefined;
3203
+ "-webkit-text-emphasis-position"?: import("csstype").Property.TextEmphasisPosition | undefined;
3204
+ "-webkit-text-emphasis-style"?: import("csstype").Property.TextEmphasisStyle | undefined;
3205
+ "-webkit-text-fill-color"?: import("csstype").Property.WebkitTextFillColor | undefined;
3206
+ "-webkit-text-orientation"?: import("csstype").Property.TextOrientation | undefined;
3207
+ "-webkit-text-size-adjust"?: import("csstype").Property.TextSizeAdjust | undefined;
3208
+ "-webkit-text-stroke-color"?: import("csstype").Property.WebkitTextStrokeColor | undefined;
3209
+ "-webkit-text-stroke-width"?: import("csstype").Property.WebkitTextStrokeWidth<string | number> | undefined;
3210
+ "-webkit-text-underline-position"?: import("csstype").Property.TextUnderlinePosition | undefined;
3211
+ "-webkit-touch-callout"?: import("csstype").Property.WebkitTouchCallout | undefined;
3212
+ "-webkit-transform"?: import("csstype").Property.Transform | undefined;
3213
+ "-webkit-transform-origin"?: import("csstype").Property.TransformOrigin<string | number> | undefined;
3214
+ "-webkit-transform-style"?: import("csstype").Property.TransformStyle | undefined;
3215
+ "-webkit-transition-delay"?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
3216
+ "-webkit-transition-duration"?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
3217
+ "-webkit-transition-property"?: import("csstype").Property.TransitionProperty | undefined;
3218
+ "-webkit-transition-timing-function"?: import("csstype").Property.TransitionTimingFunction | undefined;
3219
+ "-webkit-user-modify"?: import("csstype").Property.WebkitUserModify | undefined;
3220
+ "-webkit-user-select"?: import("csstype").Property.WebkitUserSelect | undefined;
3221
+ "-webkit-writing-mode"?: import("csstype").Property.WritingMode | undefined;
3222
+ "-moz-animation"?: import("csstype").Property.Animation<string & {}> | undefined;
3223
+ "-moz-border-image"?: import("csstype").Property.BorderImage | undefined;
3224
+ "-moz-column-rule"?: import("csstype").Property.ColumnRule<string | number> | undefined;
3225
+ "-moz-columns"?: import("csstype").Property.Columns<string | number> | undefined;
3226
+ "-moz-outline-radius"?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
3227
+ "-moz-transition"?: import("csstype").Property.Transition<string & {}> | undefined;
3228
+ "-ms-content-zoom-limit"?: import("csstype").Property.MsContentZoomLimit | undefined;
3229
+ "-ms-content-zoom-snap"?: import("csstype").Property.MsContentZoomSnap | undefined;
3230
+ "-ms-flex"?: import("csstype").Property.Flex<string | number> | undefined;
3231
+ "-ms-scroll-limit"?: import("csstype").Property.MsScrollLimit | undefined;
3232
+ "-ms-scroll-snap-x"?: import("csstype").Property.MsScrollSnapX | undefined;
3233
+ "-ms-scroll-snap-y"?: import("csstype").Property.MsScrollSnapY | undefined;
3234
+ "-ms-transition"?: import("csstype").Property.Transition<string & {}> | undefined;
3235
+ "-webkit-animation"?: import("csstype").Property.Animation<string & {}> | undefined;
3236
+ "-webkit-border-before"?: import("csstype").Property.WebkitBorderBefore<string | number> | undefined;
3237
+ "-webkit-border-image"?: import("csstype").Property.BorderImage | undefined;
3238
+ "-webkit-border-radius"?: import("csstype").Property.BorderRadius<string | number> | undefined;
3239
+ "-webkit-column-rule"?: import("csstype").Property.ColumnRule<string | number> | undefined;
3240
+ "-webkit-columns"?: import("csstype").Property.Columns<string | number> | undefined;
3241
+ "-webkit-flex"?: import("csstype").Property.Flex<string | number> | undefined;
3242
+ "-webkit-flex-flow"?: import("csstype").Property.FlexFlow | undefined;
3243
+ "-webkit-mask"?: import("csstype").Property.WebkitMask<string | number> | undefined;
3244
+ "-webkit-mask-box-image"?: import("csstype").Property.MaskBorder | undefined;
3245
+ "-webkit-text-emphasis"?: import("csstype").Property.TextEmphasis | undefined;
3246
+ "-webkit-text-stroke"?: import("csstype").Property.WebkitTextStroke<string | number> | undefined;
3247
+ "-webkit-transition"?: import("csstype").Property.Transition<string & {}> | undefined;
3248
+ "box-align"?: import("csstype").Property.BoxAlign | undefined;
3249
+ "box-direction"?: import("csstype").Property.BoxDirection | undefined;
3250
+ "box-flex"?: import("csstype").Property.BoxFlex | undefined;
3251
+ "box-flex-group"?: import("csstype").Property.BoxFlexGroup | undefined;
3252
+ "box-lines"?: import("csstype").Property.BoxLines | undefined;
3253
+ "box-ordinal-group"?: import("csstype").Property.BoxOrdinalGroup | undefined;
3254
+ "box-orient"?: import("csstype").Property.BoxOrient | undefined;
3255
+ "box-pack"?: import("csstype").Property.BoxPack | undefined;
3256
+ "font-stretch"?: import("csstype").Property.FontStretch | undefined;
3257
+ "grid-column-gap"?: import("csstype").Property.GridColumnGap<string | number> | undefined;
3258
+ "grid-gap"?: import("csstype").Property.GridGap<string | number> | undefined;
3259
+ "grid-row-gap"?: import("csstype").Property.GridRowGap<string | number> | undefined;
3260
+ "ime-mode"?: import("csstype").Property.ImeMode | undefined;
3261
+ "inset-area"?: import("csstype").Property.PositionArea | undefined;
3262
+ "offset-block"?: import("csstype").Property.InsetBlock<string | number> | undefined;
3263
+ "offset-block-end"?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
3264
+ "offset-block-start"?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
3265
+ "offset-inline"?: import("csstype").Property.InsetInline<string | number> | undefined;
3266
+ "offset-inline-end"?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
3267
+ "offset-inline-start"?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
3268
+ "page-break-after"?: import("csstype").Property.PageBreakAfter | undefined;
3269
+ "page-break-before"?: import("csstype").Property.PageBreakBefore | undefined;
3270
+ "page-break-inside"?: import("csstype").Property.PageBreakInside | undefined;
3271
+ "position-try-options"?: import("csstype").Property.PositionTryFallbacks | undefined;
3272
+ "scroll-snap-coordinate"?: import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined;
3273
+ "scroll-snap-destination"?: import("csstype").Property.ScrollSnapDestination<string | number> | undefined;
3274
+ "scroll-snap-points-x"?: import("csstype").Property.ScrollSnapPointsX | undefined;
3275
+ "scroll-snap-points-y"?: import("csstype").Property.ScrollSnapPointsY | undefined;
3276
+ "scroll-snap-type-x"?: import("csstype").Property.ScrollSnapTypeX | undefined;
3277
+ "scroll-snap-type-y"?: import("csstype").Property.ScrollSnapTypeY | undefined;
3278
+ "-khtml-box-align"?: import("csstype").Property.BoxAlign | undefined;
3279
+ "-khtml-box-direction"?: import("csstype").Property.BoxDirection | undefined;
3280
+ "-khtml-box-flex"?: import("csstype").Property.BoxFlex | undefined;
3281
+ "-khtml-box-flex-group"?: import("csstype").Property.BoxFlexGroup | undefined;
3282
+ "-khtml-box-lines"?: import("csstype").Property.BoxLines | undefined;
3283
+ "-khtml-box-ordinal-group"?: import("csstype").Property.BoxOrdinalGroup | undefined;
3284
+ "-khtml-box-orient"?: import("csstype").Property.BoxOrient | undefined;
3285
+ "-khtml-box-pack"?: import("csstype").Property.BoxPack | undefined;
3286
+ "-khtml-line-break"?: import("csstype").Property.LineBreak | undefined;
3287
+ "-khtml-opacity"?: import("csstype").Property.Opacity | undefined;
3288
+ "-khtml-user-select"?: import("csstype").Property.UserSelect | undefined;
3289
+ "-moz-background-clip"?: import("csstype").Property.BackgroundClip | undefined;
3290
+ "-moz-background-origin"?: import("csstype").Property.BackgroundOrigin | undefined;
3291
+ "-moz-background-size"?: import("csstype").Property.BackgroundSize<string | number> | undefined;
3292
+ "-moz-border-radius"?: import("csstype").Property.BorderRadius<string | number> | undefined;
3293
+ "-moz-border-radius-bottomleft"?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
3294
+ "-moz-border-radius-bottomright"?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
3295
+ "-moz-border-radius-topleft"?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
3296
+ "-moz-border-radius-topright"?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
3297
+ "-moz-box-align"?: import("csstype").Property.BoxAlign | undefined;
3298
+ "-moz-box-direction"?: import("csstype").Property.BoxDirection | undefined;
3299
+ "-moz-box-flex"?: import("csstype").Property.BoxFlex | undefined;
3300
+ "-moz-box-ordinal-group"?: import("csstype").Property.BoxOrdinalGroup | undefined;
3301
+ "-moz-box-orient"?: import("csstype").Property.BoxOrient | undefined;
3302
+ "-moz-box-pack"?: import("csstype").Property.BoxPack | undefined;
3303
+ "-moz-box-shadow"?: import("csstype").Property.BoxShadow | undefined;
3304
+ "-moz-column-count"?: import("csstype").Property.ColumnCount | undefined;
3305
+ "-moz-column-fill"?: import("csstype").Property.ColumnFill | undefined;
3306
+ "-moz-float-edge"?: import("csstype").Property.MozFloatEdge | undefined;
3307
+ "-moz-force-broken-image-icon"?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
3308
+ "-moz-opacity"?: import("csstype").Property.Opacity | undefined;
3309
+ "-moz-outline"?: import("csstype").Property.Outline<string | number> | undefined;
3310
+ "-moz-outline-color"?: import("csstype").Property.OutlineColor | undefined;
3311
+ "-moz-outline-style"?: import("csstype").Property.OutlineStyle | undefined;
3312
+ "-moz-outline-width"?: import("csstype").Property.OutlineWidth<string | number> | undefined;
3313
+ "-moz-text-align-last"?: import("csstype").Property.TextAlignLast | undefined;
3314
+ "-moz-text-decoration-color"?: import("csstype").Property.TextDecorationColor | undefined;
3315
+ "-moz-text-decoration-line"?: import("csstype").Property.TextDecorationLine | undefined;
3316
+ "-moz-text-decoration-style"?: import("csstype").Property.TextDecorationStyle | undefined;
3317
+ "-moz-transition-delay"?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
3318
+ "-moz-transition-duration"?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
3319
+ "-moz-transition-property"?: import("csstype").Property.TransitionProperty | undefined;
3320
+ "-moz-transition-timing-function"?: import("csstype").Property.TransitionTimingFunction | undefined;
3321
+ "-moz-user-focus"?: import("csstype").Property.MozUserFocus | undefined;
3322
+ "-moz-user-input"?: import("csstype").Property.MozUserInput | undefined;
3323
+ "-ms-ime-mode"?: import("csstype").Property.ImeMode | undefined;
3324
+ "-o-animation"?: import("csstype").Property.Animation<string & {}> | undefined;
3325
+ "-o-animation-delay"?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
3326
+ "-o-animation-direction"?: import("csstype").Property.AnimationDirection | undefined;
3327
+ "-o-animation-duration"?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
3328
+ "-o-animation-fill-mode"?: import("csstype").Property.AnimationFillMode | undefined;
3329
+ "-o-animation-iteration-count"?: import("csstype").Property.AnimationIterationCount | undefined;
3330
+ "-o-animation-name"?: import("csstype").Property.AnimationName | undefined;
3331
+ "-o-animation-play-state"?: import("csstype").Property.AnimationPlayState | undefined;
3332
+ "-o-animation-timing-function"?: import("csstype").Property.AnimationTimingFunction | undefined;
3333
+ "-o-background-size"?: import("csstype").Property.BackgroundSize<string | number> | undefined;
3334
+ "-o-border-image"?: import("csstype").Property.BorderImage | undefined;
3335
+ "-o-object-fit"?: import("csstype").Property.ObjectFit | undefined;
3336
+ "-o-object-position"?: import("csstype").Property.ObjectPosition<string | number> | undefined;
3337
+ "-o-tab-size"?: import("csstype").Property.TabSize<string | number> | undefined;
3338
+ "-o-text-overflow"?: import("csstype").Property.TextOverflow | undefined;
3339
+ "-o-transform"?: import("csstype").Property.Transform | undefined;
3340
+ "-o-transform-origin"?: import("csstype").Property.TransformOrigin<string | number> | undefined;
3341
+ "-o-transition"?: import("csstype").Property.Transition<string & {}> | undefined;
3342
+ "-o-transition-delay"?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
3343
+ "-o-transition-duration"?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
3344
+ "-o-transition-property"?: import("csstype").Property.TransitionProperty | undefined;
3345
+ "-o-transition-timing-function"?: import("csstype").Property.TransitionTimingFunction | undefined;
3346
+ "-webkit-box-align"?: import("csstype").Property.BoxAlign | undefined;
3347
+ "-webkit-box-direction"?: import("csstype").Property.BoxDirection | undefined;
3348
+ "-webkit-box-flex"?: import("csstype").Property.BoxFlex | undefined;
3349
+ "-webkit-box-flex-group"?: import("csstype").Property.BoxFlexGroup | undefined;
3350
+ "-webkit-box-lines"?: import("csstype").Property.BoxLines | undefined;
3351
+ "-webkit-box-ordinal-group"?: import("csstype").Property.BoxOrdinalGroup | undefined;
3352
+ "-webkit-box-orient"?: import("csstype").Property.BoxOrient | undefined;
3353
+ "-webkit-box-pack"?: import("csstype").Property.BoxPack | undefined;
3354
+ "color-interpolation"?: import("csstype").Property.ColorInterpolation | undefined;
3355
+ "color-rendering"?: import("csstype").Property.ColorRendering | undefined;
3356
+ "glyph-orientation-vertical"?: import("csstype").Property.GlyphOrientationVertical | undefined;
3357
+ };
3358
+ virtualRef: Element | import('vue').ComponentPublicInstance | null;
3359
+ overflow: boolean | {
3360
+ direction?: "horizontal" | "vertical" | "both" | undefined;
3361
+ tolerance?: number | undefined;
3362
+ innerElement?: (HTMLElement | null) | undefined;
3363
+ useCloneCheck?: boolean | undefined;
3364
+ };
3365
+ };
3366
+ scheduler: {
3367
+ run: (fn: () => void, delay: number) => void;
3368
+ cancel: () => void;
3369
+ };
3370
+ parentId: symbol | null;
3371
+ };
3372
+ };
3373
+ interface ShowPayload {
3374
+ triggerEl: any;
3375
+ content: any;
3376
+ props: Required<Props>;
3377
+ }
3378
+ export declare const tooltipActions: {
3379
+ updateFloatingEl(isSingleton: boolean, id: symbol | null, el: HTMLElement): void;
3380
+ show(isSingleton: boolean, id: symbol | null, payload: ShowPayload): void;
3381
+ hide(isSingleton: boolean, id: symbol | null, delay: number): void;
3382
+ remove(id: symbol | null): void;
3383
+ };
3384
+ export {};