@uzum-tech/ui 1.12.2 → 1.12.4

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 (239) hide show
  1. package/README.md +1 -1
  2. package/dist/index.js +727 -13414
  3. package/dist/index.prod.js +4 -4
  4. package/es/_utils/composable/composables.js +2 -1
  5. package/es/chat/index.d.ts +1 -1
  6. package/es/chat/src/ChatParts/ChatAttachment.d.ts +1 -1
  7. package/es/chat/src/ChatParts/ChatAttachment.js +4 -4
  8. package/es/chat/src/ChatParts/MainArea.js +11 -1
  9. package/es/chat/src/interface.d.ts +9 -1
  10. package/es/chat/src/interface.js +7 -0
  11. package/es/header/src/Header.d.ts +3 -1
  12. package/es/header/src/Header.js +16 -4
  13. package/es/header/src/HeaderNavigation.d.ts +1601 -4
  14. package/es/header/src/HeaderNavigation.js +191 -31
  15. package/es/header/src/styles/index.cssr.js +47 -10
  16. package/es/locales/index.d.ts +0 -48
  17. package/es/locales/index.js +0 -48
  18. package/es/menu/src/utils.js +3 -1
  19. package/es/message/src/use-message.js +1 -1
  20. package/es/slider/src/Slider.js +0 -1
  21. package/es/tabs/src/Tabs.js +2 -2
  22. package/es/upload/src/interface.d.ts +3 -2
  23. package/es/version.d.ts +1 -1
  24. package/es/version.js +1 -1
  25. package/lib/_utils/composable/composables.js +2 -1
  26. package/lib/chat/index.d.ts +1 -1
  27. package/lib/chat/src/ChatParts/ChatAttachment.d.ts +1 -1
  28. package/lib/chat/src/ChatParts/ChatAttachment.js +3 -3
  29. package/lib/chat/src/ChatParts/MainArea.js +11 -1
  30. package/lib/chat/src/interface.d.ts +9 -1
  31. package/lib/chat/src/interface.js +8 -1
  32. package/lib/header/src/Header.d.ts +3 -1
  33. package/lib/header/src/Header.js +16 -4
  34. package/lib/header/src/HeaderNavigation.d.ts +1601 -4
  35. package/lib/header/src/HeaderNavigation.js +189 -29
  36. package/lib/header/src/styles/index.cssr.js +47 -10
  37. package/lib/locales/index.d.ts +0 -48
  38. package/lib/locales/index.js +1 -98
  39. package/lib/menu/src/utils.js +3 -1
  40. package/lib/message/src/use-message.js +1 -1
  41. package/lib/slider/src/Slider.js +0 -1
  42. package/lib/tabs/src/Tabs.js +2 -2
  43. package/lib/upload/src/interface.d.ts +3 -2
  44. package/lib/version.d.ts +1 -1
  45. package/lib/version.js +1 -1
  46. package/package.json +1 -1
  47. package/web-types.json +2752 -2752
  48. package/es/locales/common/arDZ.d.ts +0 -3
  49. package/es/locales/common/arDZ.js +0 -147
  50. package/es/locales/common/deDE.d.ts +0 -3
  51. package/es/locales/common/deDE.js +0 -147
  52. package/es/locales/common/enGB.d.ts +0 -3
  53. package/es/locales/common/enGB.js +0 -148
  54. package/es/locales/common/eo.d.ts +0 -3
  55. package/es/locales/common/eo.js +0 -149
  56. package/es/locales/common/esAR.d.ts +0 -3
  57. package/es/locales/common/esAR.js +0 -151
  58. package/es/locales/common/faIR.d.ts +0 -3
  59. package/es/locales/common/faIR.js +0 -147
  60. package/es/locales/common/frFR.d.ts +0 -3
  61. package/es/locales/common/frFR.js +0 -147
  62. package/es/locales/common/idID.d.ts +0 -3
  63. package/es/locales/common/idID.js +0 -151
  64. package/es/locales/common/itIT.d.ts +0 -3
  65. package/es/locales/common/itIT.js +0 -150
  66. package/es/locales/common/jaJP.d.ts +0 -3
  67. package/es/locales/common/jaJP.js +0 -150
  68. package/es/locales/common/koKR.d.ts +0 -3
  69. package/es/locales/common/koKR.js +0 -150
  70. package/es/locales/common/nbNO.d.ts +0 -3
  71. package/es/locales/common/nbNO.js +0 -151
  72. package/es/locales/common/nlNL.d.ts +0 -3
  73. package/es/locales/common/nlNL.js +0 -149
  74. package/es/locales/common/plPL.d.ts +0 -3
  75. package/es/locales/common/plPL.js +0 -150
  76. package/es/locales/common/ptBR.d.ts +0 -3
  77. package/es/locales/common/ptBR.js +0 -147
  78. package/es/locales/common/ruRU.d.ts +0 -3
  79. package/es/locales/common/ruRU.js +0 -152
  80. package/es/locales/common/skSK.d.ts +0 -3
  81. package/es/locales/common/skSK.js +0 -151
  82. package/es/locales/common/svSE.d.ts +0 -3
  83. package/es/locales/common/svSE.js +0 -147
  84. package/es/locales/common/thTH.d.ts +0 -3
  85. package/es/locales/common/thTH.js +0 -151
  86. package/es/locales/common/trTR.d.ts +0 -3
  87. package/es/locales/common/trTR.js +0 -148
  88. package/es/locales/common/ukUA.d.ts +0 -3
  89. package/es/locales/common/ukUA.js +0 -148
  90. package/es/locales/common/viVN.d.ts +0 -3
  91. package/es/locales/common/viVN.js +0 -147
  92. package/es/locales/common/zhCN.d.ts +0 -3
  93. package/es/locales/common/zhCN.js +0 -147
  94. package/es/locales/common/zhTW.d.ts +0 -3
  95. package/es/locales/common/zhTW.js +0 -147
  96. package/es/locales/date/arDZ.d.ts +0 -3
  97. package/es/locales/date/arDZ.js +0 -6
  98. package/es/locales/date/deDE.d.ts +0 -3
  99. package/es/locales/date/deDE.js +0 -6
  100. package/es/locales/date/enGB.d.ts +0 -3
  101. package/es/locales/date/enGB.js +0 -6
  102. package/es/locales/date/eo.d.ts +0 -3
  103. package/es/locales/date/eo.js +0 -6
  104. package/es/locales/date/esAR.d.ts +0 -3
  105. package/es/locales/date/esAR.js +0 -6
  106. package/es/locales/date/faIR.d.ts +0 -3
  107. package/es/locales/date/faIR.js +0 -6
  108. package/es/locales/date/frFR.d.ts +0 -3
  109. package/es/locales/date/frFR.js +0 -6
  110. package/es/locales/date/idID.d.ts +0 -3
  111. package/es/locales/date/idID.js +0 -6
  112. package/es/locales/date/itIT.d.ts +0 -3
  113. package/es/locales/date/itIT.js +0 -6
  114. package/es/locales/date/jaJP.d.ts +0 -3
  115. package/es/locales/date/jaJP.js +0 -6
  116. package/es/locales/date/koKR.d.ts +0 -3
  117. package/es/locales/date/koKR.js +0 -6
  118. package/es/locales/date/nbNO.d.ts +0 -3
  119. package/es/locales/date/nbNO.js +0 -6
  120. package/es/locales/date/nlNL.d.ts +0 -3
  121. package/es/locales/date/nlNL.js +0 -6
  122. package/es/locales/date/plPL.d.ts +0 -3
  123. package/es/locales/date/plPL.js +0 -6
  124. package/es/locales/date/ptBR.d.ts +0 -3
  125. package/es/locales/date/ptBR.js +0 -6
  126. package/es/locales/date/ruRU.d.ts +0 -3
  127. package/es/locales/date/ruRU.js +0 -6
  128. package/es/locales/date/skSK.d.ts +0 -3
  129. package/es/locales/date/skSK.js +0 -6
  130. package/es/locales/date/svSE.d.ts +0 -3
  131. package/es/locales/date/svSE.js +0 -6
  132. package/es/locales/date/thTH.d.ts +0 -3
  133. package/es/locales/date/thTH.js +0 -6
  134. package/es/locales/date/trTR.d.ts +0 -3
  135. package/es/locales/date/trTR.js +0 -6
  136. package/es/locales/date/ukUA.d.ts +0 -3
  137. package/es/locales/date/ukUA.js +0 -6
  138. package/es/locales/date/viVN.d.ts +0 -3
  139. package/es/locales/date/viVN.js +0 -6
  140. package/es/locales/date/zhCN.d.ts +0 -3
  141. package/es/locales/date/zhCN.js +0 -6
  142. package/es/locales/date/zhTW.d.ts +0 -3
  143. package/es/locales/date/zhTW.js +0 -6
  144. package/lib/locales/common/arDZ.d.ts +0 -3
  145. package/lib/locales/common/arDZ.js +0 -149
  146. package/lib/locales/common/deDE.d.ts +0 -3
  147. package/lib/locales/common/deDE.js +0 -149
  148. package/lib/locales/common/enGB.d.ts +0 -3
  149. package/lib/locales/common/enGB.js +0 -150
  150. package/lib/locales/common/eo.d.ts +0 -3
  151. package/lib/locales/common/eo.js +0 -151
  152. package/lib/locales/common/esAR.d.ts +0 -3
  153. package/lib/locales/common/esAR.js +0 -153
  154. package/lib/locales/common/faIR.d.ts +0 -3
  155. package/lib/locales/common/faIR.js +0 -149
  156. package/lib/locales/common/frFR.d.ts +0 -3
  157. package/lib/locales/common/frFR.js +0 -149
  158. package/lib/locales/common/idID.d.ts +0 -3
  159. package/lib/locales/common/idID.js +0 -153
  160. package/lib/locales/common/itIT.d.ts +0 -3
  161. package/lib/locales/common/itIT.js +0 -152
  162. package/lib/locales/common/jaJP.d.ts +0 -3
  163. package/lib/locales/common/jaJP.js +0 -152
  164. package/lib/locales/common/koKR.d.ts +0 -3
  165. package/lib/locales/common/koKR.js +0 -152
  166. package/lib/locales/common/nbNO.d.ts +0 -3
  167. package/lib/locales/common/nbNO.js +0 -153
  168. package/lib/locales/common/nlNL.d.ts +0 -3
  169. package/lib/locales/common/nlNL.js +0 -151
  170. package/lib/locales/common/plPL.d.ts +0 -3
  171. package/lib/locales/common/plPL.js +0 -152
  172. package/lib/locales/common/ptBR.d.ts +0 -3
  173. package/lib/locales/common/ptBR.js +0 -149
  174. package/lib/locales/common/ruRU.d.ts +0 -3
  175. package/lib/locales/common/ruRU.js +0 -154
  176. package/lib/locales/common/skSK.d.ts +0 -3
  177. package/lib/locales/common/skSK.js +0 -153
  178. package/lib/locales/common/svSE.d.ts +0 -3
  179. package/lib/locales/common/svSE.js +0 -149
  180. package/lib/locales/common/thTH.d.ts +0 -3
  181. package/lib/locales/common/thTH.js +0 -153
  182. package/lib/locales/common/trTR.d.ts +0 -3
  183. package/lib/locales/common/trTR.js +0 -150
  184. package/lib/locales/common/ukUA.d.ts +0 -3
  185. package/lib/locales/common/ukUA.js +0 -150
  186. package/lib/locales/common/viVN.d.ts +0 -3
  187. package/lib/locales/common/viVN.js +0 -149
  188. package/lib/locales/common/zhCN.d.ts +0 -3
  189. package/lib/locales/common/zhCN.js +0 -149
  190. package/lib/locales/common/zhTW.d.ts +0 -3
  191. package/lib/locales/common/zhTW.js +0 -149
  192. package/lib/locales/date/arDZ.d.ts +0 -3
  193. package/lib/locales/date/arDZ.js +0 -11
  194. package/lib/locales/date/deDE.d.ts +0 -3
  195. package/lib/locales/date/deDE.js +0 -11
  196. package/lib/locales/date/enGB.d.ts +0 -3
  197. package/lib/locales/date/enGB.js +0 -11
  198. package/lib/locales/date/eo.d.ts +0 -3
  199. package/lib/locales/date/eo.js +0 -11
  200. package/lib/locales/date/esAR.d.ts +0 -3
  201. package/lib/locales/date/esAR.js +0 -11
  202. package/lib/locales/date/faIR.d.ts +0 -3
  203. package/lib/locales/date/faIR.js +0 -11
  204. package/lib/locales/date/frFR.d.ts +0 -3
  205. package/lib/locales/date/frFR.js +0 -11
  206. package/lib/locales/date/idID.d.ts +0 -3
  207. package/lib/locales/date/idID.js +0 -11
  208. package/lib/locales/date/itIT.d.ts +0 -3
  209. package/lib/locales/date/itIT.js +0 -11
  210. package/lib/locales/date/jaJP.d.ts +0 -3
  211. package/lib/locales/date/jaJP.js +0 -11
  212. package/lib/locales/date/koKR.d.ts +0 -3
  213. package/lib/locales/date/koKR.js +0 -11
  214. package/lib/locales/date/nbNO.d.ts +0 -3
  215. package/lib/locales/date/nbNO.js +0 -11
  216. package/lib/locales/date/nlNL.d.ts +0 -3
  217. package/lib/locales/date/nlNL.js +0 -11
  218. package/lib/locales/date/plPL.d.ts +0 -3
  219. package/lib/locales/date/plPL.js +0 -11
  220. package/lib/locales/date/ptBR.d.ts +0 -3
  221. package/lib/locales/date/ptBR.js +0 -11
  222. package/lib/locales/date/ruRU.d.ts +0 -3
  223. package/lib/locales/date/ruRU.js +0 -11
  224. package/lib/locales/date/skSK.d.ts +0 -3
  225. package/lib/locales/date/skSK.js +0 -11
  226. package/lib/locales/date/svSE.d.ts +0 -3
  227. package/lib/locales/date/svSE.js +0 -11
  228. package/lib/locales/date/thTH.d.ts +0 -3
  229. package/lib/locales/date/thTH.js +0 -11
  230. package/lib/locales/date/trTR.d.ts +0 -3
  231. package/lib/locales/date/trTR.js +0 -11
  232. package/lib/locales/date/ukUA.d.ts +0 -3
  233. package/lib/locales/date/ukUA.js +0 -11
  234. package/lib/locales/date/viVN.d.ts +0 -3
  235. package/lib/locales/date/viVN.js +0 -11
  236. package/lib/locales/date/zhCN.d.ts +0 -3
  237. package/lib/locales/date/zhCN.js +0 -11
  238. package/lib/locales/date/zhTW.d.ts +0 -3
  239. package/lib/locales/date/zhTW.js +0 -11
@@ -1,4 +1,4 @@
1
- import { type PropType } from 'vue';
1
+ import { type PropType, type ComponentPublicInstance } from 'vue';
2
2
  import { type MaybeArray } from '../../_utils';
3
3
  import type { HeaderMenuOption, HeaderMenuPlacement, HeaderMenuTabsProps } from './interface';
4
4
  interface InternalMenuItem {
@@ -80,8 +80,1605 @@ declare const _default: import("vue").DefineComponent<{
80
80
  readonly onUpdateMenuValue: PropType<MaybeArray<(value: string | number | null) => void>>;
81
81
  }, {
82
82
  normalizedMenuItems: import("vue").ComputedRef<InternalMenuItem[]>;
83
- resolvedMenuPlacement: import("vue").ComputedRef<"left" | "right" | "top" | "bottom" | undefined>;
84
- handleMenuValueUpdate: (value: string | number) => void;
83
+ handleMenuValueUpdate: (value: string | number | null) => void;
84
+ setNavRef: (ref: Element | ComponentPublicInstance | null, refs: Record<string, any>) => void;
85
+ navRef: import("vue").Ref<HTMLElement | null>;
86
+ setTabRef: (key: string | number) => (el: Element | ComponentPublicInstance | null) => void;
87
+ indicatorStyle: import("vue").Ref<{
88
+ [x: `--${string}`]: string | number | undefined;
89
+ accentColor?: import("csstype").Property.AccentColor | undefined;
90
+ alignContent?: import("csstype").Property.AlignContent | undefined;
91
+ alignItems?: import("csstype").Property.AlignItems | undefined;
92
+ alignSelf?: import("csstype").Property.AlignSelf | undefined;
93
+ alignTracks?: import("csstype").Property.AlignTracks | undefined;
94
+ animationComposition?: import("csstype").Property.AnimationComposition | undefined;
95
+ animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
96
+ animationDirection?: import("csstype").Property.AnimationDirection | undefined;
97
+ animationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
98
+ animationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
99
+ animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
100
+ animationName?: import("csstype").Property.AnimationName | undefined;
101
+ animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
102
+ animationRangeEnd?: import("csstype").Property.AnimationRangeEnd<string | number> | undefined;
103
+ animationRangeStart?: import("csstype").Property.AnimationRangeStart<string | number> | undefined;
104
+ animationTimeline?: import("csstype").Property.AnimationTimeline | undefined;
105
+ animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
106
+ appearance?: import("csstype").Property.Appearance | undefined;
107
+ aspectRatio?: import("csstype").Property.AspectRatio | undefined;
108
+ backdropFilter?: import("csstype").Property.BackdropFilter | undefined;
109
+ backfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
110
+ backgroundAttachment?: import("csstype").Property.BackgroundAttachment | undefined;
111
+ backgroundBlendMode?: import("csstype").Property.BackgroundBlendMode | undefined;
112
+ backgroundClip?: import("csstype").Property.BackgroundClip | undefined;
113
+ backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
114
+ backgroundImage?: import("csstype").Property.BackgroundImage | undefined;
115
+ backgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
116
+ backgroundPositionX?: import("csstype").Property.BackgroundPositionX<string | number> | undefined;
117
+ backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | undefined;
118
+ backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
119
+ backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
120
+ blockOverflow?: import("csstype").Property.BlockOverflow | undefined;
121
+ blockSize?: import("csstype").Property.BlockSize<string | number> | undefined;
122
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
123
+ borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
124
+ borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
125
+ borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
126
+ borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
127
+ borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
128
+ borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
129
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
130
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
131
+ borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined;
132
+ borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
133
+ borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
134
+ borderBottomStyle?: import("csstype").Property.BorderBottomStyle | undefined;
135
+ borderBottomWidth?: import("csstype").Property.BorderBottomWidth<string | number> | undefined;
136
+ borderCollapse?: import("csstype").Property.BorderCollapse | undefined;
137
+ borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
138
+ borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
139
+ borderImageOutset?: import("csstype").Property.BorderImageOutset<string | number> | undefined;
140
+ borderImageRepeat?: import("csstype").Property.BorderImageRepeat | undefined;
141
+ borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
142
+ borderImageSource?: import("csstype").Property.BorderImageSource | undefined;
143
+ borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | undefined;
144
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
145
+ borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
146
+ borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
147
+ borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
148
+ borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
149
+ borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
150
+ borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
151
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
152
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
153
+ borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined;
154
+ borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
155
+ borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
156
+ borderRightColor?: import("csstype").Property.BorderRightColor | undefined;
157
+ borderRightStyle?: import("csstype").Property.BorderRightStyle | undefined;
158
+ borderRightWidth?: import("csstype").Property.BorderRightWidth<string | number> | undefined;
159
+ borderSpacing?: import("csstype").Property.BorderSpacing<string | number> | undefined;
160
+ borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
161
+ borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
162
+ borderTopColor?: import("csstype").Property.BorderTopColor | undefined;
163
+ borderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
164
+ borderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
165
+ borderTopStyle?: import("csstype").Property.BorderTopStyle | undefined;
166
+ borderTopWidth?: import("csstype").Property.BorderTopWidth<string | number> | undefined;
167
+ bottom?: import("csstype").Property.Bottom<string | number> | undefined;
168
+ boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
169
+ boxShadow?: import("csstype").Property.BoxShadow | undefined;
170
+ boxSizing?: import("csstype").Property.BoxSizing | undefined;
171
+ breakAfter?: import("csstype").Property.BreakAfter | undefined;
172
+ breakBefore?: import("csstype").Property.BreakBefore | undefined;
173
+ breakInside?: import("csstype").Property.BreakInside | undefined;
174
+ captionSide?: import("csstype").Property.CaptionSide | undefined;
175
+ caretColor?: import("csstype").Property.CaretColor | undefined;
176
+ caretShape?: import("csstype").Property.CaretShape | undefined;
177
+ clear?: import("csstype").Property.Clear | undefined;
178
+ clipPath?: import("csstype").Property.ClipPath | undefined;
179
+ color?: import("csstype").Property.Color | undefined;
180
+ colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
181
+ colorScheme?: import("csstype").Property.ColorScheme | undefined;
182
+ columnCount?: import("csstype").Property.ColumnCount | undefined;
183
+ columnFill?: import("csstype").Property.ColumnFill | undefined;
184
+ columnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
185
+ columnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
186
+ columnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
187
+ columnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
188
+ columnSpan?: import("csstype").Property.ColumnSpan | undefined;
189
+ columnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
190
+ contain?: import("csstype").Property.Contain | undefined;
191
+ containIntrinsicBlockSize?: import("csstype").Property.ContainIntrinsicBlockSize<string | number> | undefined;
192
+ containIntrinsicHeight?: import("csstype").Property.ContainIntrinsicHeight<string | number> | undefined;
193
+ containIntrinsicInlineSize?: import("csstype").Property.ContainIntrinsicInlineSize<string | number> | undefined;
194
+ containIntrinsicWidth?: import("csstype").Property.ContainIntrinsicWidth<string | number> | undefined;
195
+ containerName?: import("csstype").Property.ContainerName | undefined;
196
+ containerType?: import("csstype").Property.ContainerType | undefined;
197
+ content?: import("csstype").Property.Content | undefined;
198
+ contentVisibility?: import("csstype").Property.ContentVisibility | undefined;
199
+ counterIncrement?: import("csstype").Property.CounterIncrement | undefined;
200
+ counterReset?: import("csstype").Property.CounterReset | undefined;
201
+ counterSet?: import("csstype").Property.CounterSet | undefined;
202
+ cursor?: import("csstype").Property.Cursor | undefined;
203
+ direction?: import("csstype").Property.Direction | undefined;
204
+ display?: import("csstype").Property.Display | undefined;
205
+ emptyCells?: import("csstype").Property.EmptyCells | undefined;
206
+ filter?: import("csstype").Property.Filter | undefined;
207
+ flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
208
+ flexDirection?: import("csstype").Property.FlexDirection | undefined;
209
+ flexGrow?: import("csstype").Property.FlexGrow | undefined;
210
+ flexShrink?: import("csstype").Property.FlexShrink | undefined;
211
+ flexWrap?: import("csstype").Property.FlexWrap | undefined;
212
+ float?: import("csstype").Property.Float | undefined;
213
+ fontFamily?: import("csstype").Property.FontFamily | undefined;
214
+ fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
215
+ fontKerning?: import("csstype").Property.FontKerning | undefined;
216
+ fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
217
+ fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | undefined;
218
+ fontPalette?: import("csstype").Property.FontPalette | undefined;
219
+ fontSize?: import("csstype").Property.FontSize<string | number> | undefined;
220
+ fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
221
+ fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
222
+ fontStretch?: import("csstype").Property.FontStretch | undefined;
223
+ fontStyle?: import("csstype").Property.FontStyle | undefined;
224
+ fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
225
+ fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
226
+ fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
227
+ fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | undefined;
228
+ fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | undefined;
229
+ fontVariant?: import("csstype").Property.FontVariant | undefined;
230
+ fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
231
+ fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
232
+ fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | undefined;
233
+ fontVariantEmoji?: import("csstype").Property.FontVariantEmoji | undefined;
234
+ fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
235
+ fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | undefined;
236
+ fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
237
+ fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
238
+ fontWeight?: import("csstype").Property.FontWeight | undefined;
239
+ forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
240
+ gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | undefined;
241
+ gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
242
+ gridAutoRows?: import("csstype").Property.GridAutoRows<string | number> | undefined;
243
+ gridColumnEnd?: import("csstype").Property.GridColumnEnd | undefined;
244
+ gridColumnStart?: import("csstype").Property.GridColumnStart | undefined;
245
+ gridRowEnd?: import("csstype").Property.GridRowEnd | undefined;
246
+ gridRowStart?: import("csstype").Property.GridRowStart | undefined;
247
+ gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | undefined;
248
+ gridTemplateColumns?: import("csstype").Property.GridTemplateColumns<string | number> | undefined;
249
+ gridTemplateRows?: import("csstype").Property.GridTemplateRows<string | number> | undefined;
250
+ hangingPunctuation?: import("csstype").Property.HangingPunctuation | undefined;
251
+ height?: import("csstype").Property.Height<string | number> | undefined;
252
+ hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
253
+ hyphenateLimitChars?: import("csstype").Property.HyphenateLimitChars | undefined;
254
+ hyphens?: import("csstype").Property.Hyphens | undefined;
255
+ imageOrientation?: import("csstype").Property.ImageOrientation | undefined;
256
+ imageRendering?: import("csstype").Property.ImageRendering | undefined;
257
+ imageResolution?: import("csstype").Property.ImageResolution | undefined;
258
+ initialLetter?: import("csstype").Property.InitialLetter | undefined;
259
+ inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
260
+ inputSecurity?: import("csstype").Property.InputSecurity | undefined;
261
+ insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
262
+ insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
263
+ insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
264
+ insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
265
+ isolation?: import("csstype").Property.Isolation | undefined;
266
+ justifyContent?: import("csstype").Property.JustifyContent | undefined;
267
+ justifyItems?: import("csstype").Property.JustifyItems | undefined;
268
+ justifySelf?: import("csstype").Property.JustifySelf | undefined;
269
+ justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
270
+ left?: import("csstype").Property.Left<string | number> | undefined;
271
+ letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | undefined;
272
+ lineBreak?: import("csstype").Property.LineBreak | undefined;
273
+ lineHeight?: import("csstype").Property.LineHeight<string | number> | undefined;
274
+ lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | undefined;
275
+ listStyleImage?: import("csstype").Property.ListStyleImage | undefined;
276
+ listStylePosition?: import("csstype").Property.ListStylePosition | undefined;
277
+ listStyleType?: import("csstype").Property.ListStyleType | undefined;
278
+ marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
279
+ marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
280
+ marginBottom?: import("csstype").Property.MarginBottom<string | number> | undefined;
281
+ marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
282
+ marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
283
+ marginLeft?: import("csstype").Property.MarginLeft<string | number> | undefined;
284
+ marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
285
+ marginTop?: import("csstype").Property.MarginTop<string | number> | undefined;
286
+ marginTrim?: import("csstype").Property.MarginTrim | undefined;
287
+ maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
288
+ maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
289
+ maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
290
+ maskBorderSlice?: import("csstype").Property.MaskBorderSlice | undefined;
291
+ maskBorderSource?: import("csstype").Property.MaskBorderSource | undefined;
292
+ maskBorderWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
293
+ maskClip?: import("csstype").Property.MaskClip | undefined;
294
+ maskComposite?: import("csstype").Property.MaskComposite | undefined;
295
+ maskImage?: import("csstype").Property.MaskImage | undefined;
296
+ maskMode?: import("csstype").Property.MaskMode | undefined;
297
+ maskOrigin?: import("csstype").Property.MaskOrigin | undefined;
298
+ maskPosition?: import("csstype").Property.MaskPosition<string | number> | undefined;
299
+ maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
300
+ maskSize?: import("csstype").Property.MaskSize<string | number> | undefined;
301
+ maskType?: import("csstype").Property.MaskType | undefined;
302
+ masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | undefined;
303
+ mathDepth?: import("csstype").Property.MathDepth | undefined;
304
+ mathShift?: import("csstype").Property.MathShift | undefined;
305
+ mathStyle?: import("csstype").Property.MathStyle | undefined;
306
+ maxBlockSize?: import("csstype").Property.MaxBlockSize<string | number> | undefined;
307
+ maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
308
+ maxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
309
+ maxLines?: import("csstype").Property.MaxLines | undefined;
310
+ maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
311
+ minBlockSize?: import("csstype").Property.MinBlockSize<string | number> | undefined;
312
+ minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
313
+ minInlineSize?: import("csstype").Property.MinInlineSize<string | number> | undefined;
314
+ minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
315
+ mixBlendMode?: import("csstype").Property.MixBlendMode | undefined;
316
+ motionDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
317
+ motionPath?: import("csstype").Property.OffsetPath | undefined;
318
+ motionRotation?: import("csstype").Property.OffsetRotate | undefined;
319
+ objectFit?: import("csstype").Property.ObjectFit | undefined;
320
+ objectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
321
+ offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
322
+ offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
323
+ offsetPath?: import("csstype").Property.OffsetPath | undefined;
324
+ offsetPosition?: import("csstype").Property.OffsetPosition<string | number> | undefined;
325
+ offsetRotate?: import("csstype").Property.OffsetRotate | undefined;
326
+ offsetRotation?: import("csstype").Property.OffsetRotate | undefined;
327
+ opacity?: import("csstype").Property.Opacity | undefined;
328
+ order?: import("csstype").Property.Order | undefined;
329
+ orphans?: import("csstype").Property.Orphans | undefined;
330
+ outlineColor?: import("csstype").Property.OutlineColor | undefined;
331
+ outlineOffset?: import("csstype").Property.OutlineOffset<string | number> | undefined;
332
+ outlineStyle?: import("csstype").Property.OutlineStyle | undefined;
333
+ outlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
334
+ overflowAnchor?: import("csstype").Property.OverflowAnchor | undefined;
335
+ overflowBlock?: import("csstype").Property.OverflowBlock | undefined;
336
+ overflowClipBox?: import("csstype").Property.OverflowClipBox | undefined;
337
+ overflowClipMargin?: import("csstype").Property.OverflowClipMargin<string | number> | undefined;
338
+ overflowInline?: import("csstype").Property.OverflowInline | undefined;
339
+ overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
340
+ overflowX?: import("csstype").Property.OverflowX | undefined;
341
+ overflowY?: import("csstype").Property.OverflowY | undefined;
342
+ overlay?: import("csstype").Property.Overlay | undefined;
343
+ overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
344
+ overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
345
+ overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
346
+ overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | undefined;
347
+ paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
348
+ paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
349
+ paddingBottom?: import("csstype").Property.PaddingBottom<string | number> | undefined;
350
+ paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
351
+ paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
352
+ paddingLeft?: import("csstype").Property.PaddingLeft<string | number> | undefined;
353
+ paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
354
+ paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
355
+ page?: import("csstype").Property.Page | undefined;
356
+ pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
357
+ pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
358
+ pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
359
+ paintOrder?: import("csstype").Property.PaintOrder | undefined;
360
+ perspective?: import("csstype").Property.Perspective<string | number> | undefined;
361
+ perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
362
+ pointerEvents?: import("csstype").Property.PointerEvents | undefined;
363
+ position?: import("csstype").Property.Position | undefined;
364
+ printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
365
+ quotes?: import("csstype").Property.Quotes | undefined;
366
+ resize?: import("csstype").Property.Resize | undefined;
367
+ right?: import("csstype").Property.Right<string | number> | undefined;
368
+ rotate?: import("csstype").Property.Rotate | undefined;
369
+ rowGap?: import("csstype").Property.RowGap<string | number> | undefined;
370
+ rubyAlign?: import("csstype").Property.RubyAlign | undefined;
371
+ rubyMerge?: import("csstype").Property.RubyMerge | undefined;
372
+ rubyPosition?: import("csstype").Property.RubyPosition | undefined;
373
+ scale?: import("csstype").Property.Scale | undefined;
374
+ scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
375
+ scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
376
+ scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
377
+ scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
378
+ scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined;
379
+ scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined;
380
+ scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
381
+ scrollMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
382
+ scrollMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
383
+ scrollPaddingBlockEnd?: import("csstype").Property.ScrollPaddingBlockEnd<string | number> | undefined;
384
+ scrollPaddingBlockStart?: import("csstype").Property.ScrollPaddingBlockStart<string | number> | undefined;
385
+ scrollPaddingBottom?: import("csstype").Property.ScrollPaddingBottom<string | number> | undefined;
386
+ scrollPaddingInlineEnd?: import("csstype").Property.ScrollPaddingInlineEnd<string | number> | undefined;
387
+ scrollPaddingInlineStart?: import("csstype").Property.ScrollPaddingInlineStart<string | number> | undefined;
388
+ scrollPaddingLeft?: import("csstype").Property.ScrollPaddingLeft<string | number> | undefined;
389
+ scrollPaddingRight?: import("csstype").Property.ScrollPaddingRight<string | number> | undefined;
390
+ scrollPaddingTop?: import("csstype").Property.ScrollPaddingTop<string | number> | undefined;
391
+ scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | undefined;
392
+ scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
393
+ scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
394
+ scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
395
+ scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
396
+ scrollSnapStop?: import("csstype").Property.ScrollSnapStop | undefined;
397
+ scrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
398
+ scrollTimelineAxis?: import("csstype").Property.ScrollTimelineAxis | undefined;
399
+ scrollTimelineName?: import("csstype").Property.ScrollTimelineName | undefined;
400
+ scrollbarColor?: import("csstype").Property.ScrollbarColor | undefined;
401
+ scrollbarGutter?: import("csstype").Property.ScrollbarGutter | undefined;
402
+ scrollbarWidth?: import("csstype").Property.ScrollbarWidth | undefined;
403
+ shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
404
+ shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
405
+ shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
406
+ tabSize?: import("csstype").Property.TabSize<string | number> | undefined;
407
+ tableLayout?: import("csstype").Property.TableLayout | undefined;
408
+ textAlign?: import("csstype").Property.TextAlign | undefined;
409
+ textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
410
+ textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined;
411
+ textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
412
+ textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
413
+ textDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
414
+ textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | undefined;
415
+ textDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
416
+ textDecorationThickness?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
417
+ textEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
418
+ textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
419
+ textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
420
+ textIndent?: import("csstype").Property.TextIndent<string | number> | undefined;
421
+ textJustify?: import("csstype").Property.TextJustify | undefined;
422
+ textOrientation?: import("csstype").Property.TextOrientation | undefined;
423
+ textOverflow?: import("csstype").Property.TextOverflow | undefined;
424
+ textRendering?: import("csstype").Property.TextRendering | undefined;
425
+ textShadow?: import("csstype").Property.TextShadow | undefined;
426
+ textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
427
+ textTransform?: import("csstype").Property.TextTransform | undefined;
428
+ textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
429
+ textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
430
+ textWrap?: import("csstype").Property.TextWrap | undefined;
431
+ timelineScope?: import("csstype").Property.TimelineScope | undefined;
432
+ top?: import("csstype").Property.Top<string | number> | undefined;
433
+ touchAction?: import("csstype").Property.TouchAction | undefined;
434
+ transform?: import("csstype").Property.Transform | undefined;
435
+ transformBox?: import("csstype").Property.TransformBox | undefined;
436
+ transformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
437
+ transformStyle?: import("csstype").Property.TransformStyle | undefined;
438
+ transitionBehavior?: import("csstype").Property.TransitionBehavior | undefined;
439
+ transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
440
+ transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
441
+ transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
442
+ transitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
443
+ translate?: import("csstype").Property.Translate<string | number> | undefined;
444
+ unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
445
+ userSelect?: import("csstype").Property.UserSelect | undefined;
446
+ verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
447
+ viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
448
+ viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
449
+ viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
450
+ viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
451
+ visibility?: import("csstype").Property.Visibility | undefined;
452
+ whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
453
+ whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
454
+ whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | undefined;
455
+ widows?: import("csstype").Property.Widows | undefined;
456
+ width?: import("csstype").Property.Width<string | number> | undefined;
457
+ willChange?: import("csstype").Property.WillChange | undefined;
458
+ wordBreak?: import("csstype").Property.WordBreak | undefined;
459
+ wordSpacing?: import("csstype").Property.WordSpacing<string | number> | undefined;
460
+ wordWrap?: import("csstype").Property.WordWrap | undefined;
461
+ writingMode?: import("csstype").Property.WritingMode | undefined;
462
+ zIndex?: import("csstype").Property.ZIndex | undefined;
463
+ zoom?: import("csstype").Property.Zoom | undefined;
464
+ all?: import("csstype").Property.All | undefined;
465
+ animation?: import("csstype").Property.Animation<string & {}> | undefined;
466
+ animationRange?: import("csstype").Property.AnimationRange<string | number> | undefined;
467
+ background?: import("csstype").Property.Background<string | number> | undefined;
468
+ backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
469
+ border?: import("csstype").Property.Border<string | number> | undefined;
470
+ borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
471
+ borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
472
+ borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
473
+ borderBottom?: import("csstype").Property.BorderBottom<string | number> | undefined;
474
+ borderColor?: import("csstype").Property.BorderColor | undefined;
475
+ borderImage?: import("csstype").Property.BorderImage | undefined;
476
+ borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
477
+ borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
478
+ borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
479
+ borderLeft?: import("csstype").Property.BorderLeft<string | number> | undefined;
480
+ borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
481
+ borderRight?: import("csstype").Property.BorderRight<string | number> | undefined;
482
+ borderStyle?: import("csstype").Property.BorderStyle | undefined;
483
+ borderTop?: import("csstype").Property.BorderTop<string | number> | undefined;
484
+ borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
485
+ caret?: import("csstype").Property.Caret | undefined;
486
+ columnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
487
+ columns?: import("csstype").Property.Columns<string | number> | undefined;
488
+ containIntrinsicSize?: import("csstype").Property.ContainIntrinsicSize<string | number> | undefined;
489
+ container?: import("csstype").Property.Container | undefined;
490
+ flex?: import("csstype").Property.Flex<string | number> | undefined;
491
+ flexFlow?: import("csstype").Property.FlexFlow | undefined;
492
+ font?: import("csstype").Property.Font | undefined;
493
+ gap?: import("csstype").Property.Gap<string | number> | undefined;
494
+ grid?: import("csstype").Property.Grid | undefined;
495
+ gridArea?: import("csstype").Property.GridArea | undefined;
496
+ gridColumn?: import("csstype").Property.GridColumn | undefined;
497
+ gridRow?: import("csstype").Property.GridRow | undefined;
498
+ gridTemplate?: import("csstype").Property.GridTemplate | undefined;
499
+ inset?: import("csstype").Property.Inset<string | number> | undefined;
500
+ insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
501
+ insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
502
+ lineClamp?: import("csstype").Property.LineClamp | undefined;
503
+ listStyle?: import("csstype").Property.ListStyle | undefined;
504
+ margin?: import("csstype").Property.Margin<string | number> | undefined;
505
+ marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
506
+ marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
507
+ mask?: import("csstype").Property.Mask<string | number> | undefined;
508
+ maskBorder?: import("csstype").Property.MaskBorder | undefined;
509
+ motion?: import("csstype").Property.Offset<string | number> | undefined;
510
+ offset?: import("csstype").Property.Offset<string | number> | undefined;
511
+ outline?: import("csstype").Property.Outline<string | number> | undefined;
512
+ overflow?: import("csstype").Property.Overflow | undefined;
513
+ overscrollBehavior?: import("csstype").Property.OverscrollBehavior | undefined;
514
+ padding?: import("csstype").Property.Padding<string | number> | undefined;
515
+ paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
516
+ paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
517
+ placeContent?: import("csstype").Property.PlaceContent | undefined;
518
+ placeItems?: import("csstype").Property.PlaceItems | undefined;
519
+ placeSelf?: import("csstype").Property.PlaceSelf | undefined;
520
+ scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
521
+ scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
522
+ scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
523
+ scrollPadding?: import("csstype").Property.ScrollPadding<string | number> | undefined;
524
+ scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<string | number> | undefined;
525
+ scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<string | number> | undefined;
526
+ scrollSnapMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
527
+ scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
528
+ textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
529
+ textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
530
+ transition?: import("csstype").Property.Transition<string & {}> | undefined;
531
+ viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
532
+ MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
533
+ MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
534
+ MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
535
+ MozAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
536
+ MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
537
+ MozAnimationName?: import("csstype").Property.AnimationName | undefined;
538
+ MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
539
+ MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
540
+ MozAppearance?: import("csstype").Property.MozAppearance | undefined;
541
+ MozBinding?: import("csstype").Property.MozBinding | undefined;
542
+ MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
543
+ MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
544
+ MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
545
+ MozBorderEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
546
+ MozBorderLeftColors?: import("csstype").Property.MozBorderLeftColors | undefined;
547
+ MozBorderRightColors?: import("csstype").Property.MozBorderRightColors | undefined;
548
+ MozBorderStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
549
+ MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
550
+ MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined;
551
+ MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
552
+ MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
553
+ MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
554
+ MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
555
+ MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
556
+ MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
557
+ MozColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
558
+ MozContextProperties?: import("csstype").Property.MozContextProperties | undefined;
559
+ MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
560
+ MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
561
+ MozHyphens?: import("csstype").Property.Hyphens | undefined;
562
+ MozImageRegion?: import("csstype").Property.MozImageRegion | undefined;
563
+ MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
564
+ MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
565
+ MozOrient?: import("csstype").Property.MozOrient | undefined;
566
+ MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
567
+ MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
568
+ MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
569
+ MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
570
+ MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
571
+ MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
572
+ MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
573
+ MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
574
+ MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
575
+ MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
576
+ MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
577
+ MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
578
+ MozUserModify?: import("csstype").Property.MozUserModify | undefined;
579
+ MozUserSelect?: import("csstype").Property.UserSelect | undefined;
580
+ MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
581
+ MozWindowShadow?: import("csstype").Property.MozWindowShadow | undefined;
582
+ msAccelerator?: import("csstype").Property.MsAccelerator | undefined;
583
+ msBlockProgression?: import("csstype").Property.MsBlockProgression | undefined;
584
+ msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | undefined;
585
+ msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | undefined;
586
+ msContentZoomLimitMin?: import("csstype").Property.MsContentZoomLimitMin | undefined;
587
+ msContentZoomSnapPoints?: import("csstype").Property.MsContentZoomSnapPoints | undefined;
588
+ msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | undefined;
589
+ msContentZooming?: import("csstype").Property.MsContentZooming | undefined;
590
+ msFilter?: import("csstype").Property.MsFilter | undefined;
591
+ msFlexDirection?: import("csstype").Property.FlexDirection | undefined;
592
+ msFlexPositive?: import("csstype").Property.FlexGrow | undefined;
593
+ msFlowFrom?: import("csstype").Property.MsFlowFrom | undefined;
594
+ msFlowInto?: import("csstype").Property.MsFlowInto | undefined;
595
+ msGridColumns?: import("csstype").Property.MsGridColumns<string | number> | undefined;
596
+ msGridRows?: import("csstype").Property.MsGridRows<string | number> | undefined;
597
+ msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | undefined;
598
+ msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | undefined;
599
+ msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | undefined;
600
+ msHyphenateLimitZone?: import("csstype").Property.MsHyphenateLimitZone<string | number> | undefined;
601
+ msHyphens?: import("csstype").Property.Hyphens | undefined;
602
+ msImeAlign?: import("csstype").Property.MsImeAlign | undefined;
603
+ msLineBreak?: import("csstype").Property.LineBreak | undefined;
604
+ msOrder?: import("csstype").Property.Order | undefined;
605
+ msOverflowStyle?: import("csstype").Property.MsOverflowStyle | undefined;
606
+ msOverflowX?: import("csstype").Property.OverflowX | undefined;
607
+ msOverflowY?: import("csstype").Property.OverflowY | undefined;
608
+ msScrollChaining?: import("csstype").Property.MsScrollChaining | undefined;
609
+ msScrollLimitXMax?: import("csstype").Property.MsScrollLimitXMax<string | number> | undefined;
610
+ msScrollLimitXMin?: import("csstype").Property.MsScrollLimitXMin<string | number> | undefined;
611
+ msScrollLimitYMax?: import("csstype").Property.MsScrollLimitYMax<string | number> | undefined;
612
+ msScrollLimitYMin?: import("csstype").Property.MsScrollLimitYMin<string | number> | undefined;
613
+ msScrollRails?: import("csstype").Property.MsScrollRails | undefined;
614
+ msScrollSnapPointsX?: import("csstype").Property.MsScrollSnapPointsX | undefined;
615
+ msScrollSnapPointsY?: import("csstype").Property.MsScrollSnapPointsY | undefined;
616
+ msScrollSnapType?: import("csstype").Property.MsScrollSnapType | undefined;
617
+ msScrollTranslation?: import("csstype").Property.MsScrollTranslation | undefined;
618
+ msScrollbar3dlightColor?: import("csstype").Property.MsScrollbar3dlightColor | undefined;
619
+ msScrollbarArrowColor?: import("csstype").Property.MsScrollbarArrowColor | undefined;
620
+ msScrollbarBaseColor?: import("csstype").Property.MsScrollbarBaseColor | undefined;
621
+ msScrollbarDarkshadowColor?: import("csstype").Property.MsScrollbarDarkshadowColor | undefined;
622
+ msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | undefined;
623
+ msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | undefined;
624
+ msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | undefined;
625
+ msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
626
+ msTextAutospace?: import("csstype").Property.MsTextAutospace | undefined;
627
+ msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | undefined;
628
+ msTextOverflow?: import("csstype").Property.TextOverflow | undefined;
629
+ msTouchAction?: import("csstype").Property.TouchAction | undefined;
630
+ msTouchSelect?: import("csstype").Property.MsTouchSelect | undefined;
631
+ msTransform?: import("csstype").Property.Transform | undefined;
632
+ msTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
633
+ msTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
634
+ msTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
635
+ msTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
636
+ msTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
637
+ msUserSelect?: import("csstype").Property.MsUserSelect | undefined;
638
+ msWordBreak?: import("csstype").Property.WordBreak | undefined;
639
+ msWrapFlow?: import("csstype").Property.MsWrapFlow | undefined;
640
+ msWrapMargin?: import("csstype").Property.MsWrapMargin<string | number> | undefined;
641
+ msWrapThrough?: import("csstype").Property.MsWrapThrough | undefined;
642
+ msWritingMode?: import("csstype").Property.WritingMode | undefined;
643
+ WebkitAlignContent?: import("csstype").Property.AlignContent | undefined;
644
+ WebkitAlignItems?: import("csstype").Property.AlignItems | undefined;
645
+ WebkitAlignSelf?: import("csstype").Property.AlignSelf | undefined;
646
+ WebkitAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
647
+ WebkitAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
648
+ WebkitAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
649
+ WebkitAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
650
+ WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
651
+ WebkitAnimationName?: import("csstype").Property.AnimationName | undefined;
652
+ WebkitAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
653
+ WebkitAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
654
+ WebkitAppearance?: import("csstype").Property.WebkitAppearance | undefined;
655
+ WebkitBackdropFilter?: import("csstype").Property.BackdropFilter | undefined;
656
+ WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
657
+ WebkitBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
658
+ WebkitBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
659
+ WebkitBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
660
+ WebkitBorderBeforeColor?: import("csstype").Property.WebkitBorderBeforeColor | undefined;
661
+ WebkitBorderBeforeStyle?: import("csstype").Property.WebkitBorderBeforeStyle | undefined;
662
+ WebkitBorderBeforeWidth?: import("csstype").Property.WebkitBorderBeforeWidth<string | number> | undefined;
663
+ WebkitBorderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
664
+ WebkitBorderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
665
+ WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
666
+ WebkitBorderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
667
+ WebkitBorderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
668
+ WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
669
+ WebkitBoxReflect?: import("csstype").Property.WebkitBoxReflect<string | number> | undefined;
670
+ WebkitBoxShadow?: import("csstype").Property.BoxShadow | undefined;
671
+ WebkitBoxSizing?: import("csstype").Property.BoxSizing | undefined;
672
+ WebkitClipPath?: import("csstype").Property.ClipPath | undefined;
673
+ WebkitColumnCount?: import("csstype").Property.ColumnCount | undefined;
674
+ WebkitColumnFill?: import("csstype").Property.ColumnFill | undefined;
675
+ WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
676
+ WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
677
+ WebkitColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
678
+ WebkitColumnSpan?: import("csstype").Property.ColumnSpan | undefined;
679
+ WebkitColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
680
+ WebkitFilter?: import("csstype").Property.Filter | undefined;
681
+ WebkitFlexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
682
+ WebkitFlexDirection?: import("csstype").Property.FlexDirection | undefined;
683
+ WebkitFlexGrow?: import("csstype").Property.FlexGrow | undefined;
684
+ WebkitFlexShrink?: import("csstype").Property.FlexShrink | undefined;
685
+ WebkitFlexWrap?: import("csstype").Property.FlexWrap | undefined;
686
+ WebkitFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
687
+ WebkitFontKerning?: import("csstype").Property.FontKerning | undefined;
688
+ WebkitFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
689
+ WebkitFontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
690
+ WebkitHyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
691
+ WebkitHyphens?: import("csstype").Property.Hyphens | undefined;
692
+ WebkitInitialLetter?: import("csstype").Property.InitialLetter | undefined;
693
+ WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
694
+ WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
695
+ WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
696
+ WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
697
+ WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
698
+ WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
699
+ WebkitMaskBoxImageOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
700
+ WebkitMaskBoxImageRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
701
+ WebkitMaskBoxImageSlice?: import("csstype").Property.MaskBorderSlice | undefined;
702
+ WebkitMaskBoxImageSource?: import("csstype").Property.MaskBorderSource | undefined;
703
+ WebkitMaskBoxImageWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
704
+ WebkitMaskClip?: import("csstype").Property.WebkitMaskClip | undefined;
705
+ WebkitMaskComposite?: import("csstype").Property.WebkitMaskComposite | undefined;
706
+ WebkitMaskImage?: import("csstype").Property.WebkitMaskImage | undefined;
707
+ WebkitMaskOrigin?: import("csstype").Property.WebkitMaskOrigin | undefined;
708
+ WebkitMaskPosition?: import("csstype").Property.WebkitMaskPosition<string | number> | undefined;
709
+ WebkitMaskPositionX?: import("csstype").Property.WebkitMaskPositionX<string | number> | undefined;
710
+ WebkitMaskPositionY?: import("csstype").Property.WebkitMaskPositionY<string | number> | undefined;
711
+ WebkitMaskRepeat?: import("csstype").Property.WebkitMaskRepeat | undefined;
712
+ WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | undefined;
713
+ WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | undefined;
714
+ WebkitMaskSize?: import("csstype").Property.WebkitMaskSize<string | number> | undefined;
715
+ WebkitMaxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
716
+ WebkitOrder?: import("csstype").Property.Order | undefined;
717
+ WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | undefined;
718
+ WebkitPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
719
+ WebkitPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
720
+ WebkitPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
721
+ WebkitPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
722
+ WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
723
+ WebkitRubyPosition?: import("csstype").Property.RubyPosition | undefined;
724
+ WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
725
+ WebkitShapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
726
+ WebkitTapHighlightColor?: import("csstype").Property.WebkitTapHighlightColor | undefined;
727
+ WebkitTextCombine?: import("csstype").Property.TextCombineUpright | undefined;
728
+ WebkitTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
729
+ WebkitTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
730
+ WebkitTextDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
731
+ WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
732
+ WebkitTextEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
733
+ WebkitTextEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
734
+ WebkitTextEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
735
+ WebkitTextFillColor?: import("csstype").Property.WebkitTextFillColor | undefined;
736
+ WebkitTextOrientation?: import("csstype").Property.TextOrientation | undefined;
737
+ WebkitTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
738
+ WebkitTextStrokeColor?: import("csstype").Property.WebkitTextStrokeColor | undefined;
739
+ WebkitTextStrokeWidth?: import("csstype").Property.WebkitTextStrokeWidth<string | number> | undefined;
740
+ WebkitTextUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
741
+ WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | undefined;
742
+ WebkitTransform?: import("csstype").Property.Transform | undefined;
743
+ WebkitTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
744
+ WebkitTransformStyle?: import("csstype").Property.TransformStyle | undefined;
745
+ WebkitTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
746
+ WebkitTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
747
+ WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
748
+ WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
749
+ WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
750
+ WebkitUserSelect?: import("csstype").Property.UserSelect | undefined;
751
+ WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
752
+ MozAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
753
+ MozBorderImage?: import("csstype").Property.BorderImage | undefined;
754
+ MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
755
+ MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
756
+ MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
757
+ msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
758
+ msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
759
+ msFlex?: import("csstype").Property.Flex<string | number> | undefined;
760
+ msScrollLimit?: import("csstype").Property.MsScrollLimit | undefined;
761
+ msScrollSnapX?: import("csstype").Property.MsScrollSnapX | undefined;
762
+ msScrollSnapY?: import("csstype").Property.MsScrollSnapY | undefined;
763
+ msTransition?: import("csstype").Property.Transition<string & {}> | undefined;
764
+ WebkitAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
765
+ WebkitBorderBefore?: import("csstype").Property.WebkitBorderBefore<string | number> | undefined;
766
+ WebkitBorderImage?: import("csstype").Property.BorderImage | undefined;
767
+ WebkitBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
768
+ WebkitColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
769
+ WebkitColumns?: import("csstype").Property.Columns<string | number> | undefined;
770
+ WebkitFlex?: import("csstype").Property.Flex<string | number> | undefined;
771
+ WebkitFlexFlow?: import("csstype").Property.FlexFlow | undefined;
772
+ WebkitMask?: import("csstype").Property.WebkitMask<string | number> | undefined;
773
+ WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | undefined;
774
+ WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
775
+ WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | undefined;
776
+ WebkitTransition?: import("csstype").Property.Transition<string & {}> | undefined;
777
+ azimuth?: import("csstype").Property.Azimuth | undefined;
778
+ boxAlign?: import("csstype").Property.BoxAlign | undefined;
779
+ boxDirection?: import("csstype").Property.BoxDirection | undefined;
780
+ boxFlex?: import("csstype").Property.BoxFlex | undefined;
781
+ boxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
782
+ boxLines?: import("csstype").Property.BoxLines | undefined;
783
+ boxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
784
+ boxOrient?: import("csstype").Property.BoxOrient | undefined;
785
+ boxPack?: import("csstype").Property.BoxPack | undefined;
786
+ clip?: import("csstype").Property.Clip | undefined;
787
+ gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | undefined;
788
+ gridGap?: import("csstype").Property.GridGap<string | number> | undefined;
789
+ gridRowGap?: import("csstype").Property.GridRowGap<string | number> | undefined;
790
+ imeMode?: import("csstype").Property.ImeMode | undefined;
791
+ offsetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
792
+ offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
793
+ offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
794
+ offsetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
795
+ offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
796
+ offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | 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
+ MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
815
+ MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
816
+ MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
817
+ MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
818
+ MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
819
+ MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
820
+ MozBorderRadiusBottomleft?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
821
+ MozBorderRadiusBottomright?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
822
+ MozBorderRadiusTopleft?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
823
+ MozBorderRadiusTopright?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
824
+ MozBoxAlign?: import("csstype").Property.BoxAlign | undefined;
825
+ MozBoxDirection?: import("csstype").Property.BoxDirection | undefined;
826
+ MozBoxFlex?: import("csstype").Property.BoxFlex | undefined;
827
+ MozBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
828
+ MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
829
+ MozBoxPack?: import("csstype").Property.BoxPack | undefined;
830
+ MozBoxShadow?: import("csstype").Property.BoxShadow | 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
+ MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
839
+ MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
840
+ MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
841
+ MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
842
+ MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
843
+ MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
844
+ MozTransform?: import("csstype").Property.Transform | undefined;
845
+ MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
846
+ MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
847
+ MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
848
+ MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
849
+ MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
850
+ MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
851
+ MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
852
+ MozUserInput?: import("csstype").Property.MozUserInput | undefined;
853
+ msImeMode?: import("csstype").Property.ImeMode | undefined;
854
+ OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
855
+ OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
856
+ OAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
857
+ OAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
858
+ OAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
859
+ OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
860
+ OAnimationName?: import("csstype").Property.AnimationName | undefined;
861
+ OAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
862
+ OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
863
+ OBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
864
+ OBorderImage?: import("csstype").Property.BorderImage | undefined;
865
+ OObjectFit?: import("csstype").Property.ObjectFit | undefined;
866
+ OObjectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
867
+ OTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
868
+ OTextOverflow?: import("csstype").Property.TextOverflow | undefined;
869
+ OTransform?: import("csstype").Property.Transform | undefined;
870
+ OTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
871
+ OTransition?: import("csstype").Property.Transition<string & {}> | undefined;
872
+ OTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
873
+ OTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
874
+ OTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
875
+ OTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
876
+ WebkitBoxAlign?: import("csstype").Property.BoxAlign | undefined;
877
+ WebkitBoxDirection?: import("csstype").Property.BoxDirection | undefined;
878
+ WebkitBoxFlex?: import("csstype").Property.BoxFlex | undefined;
879
+ WebkitBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
880
+ WebkitBoxLines?: import("csstype").Property.BoxLines | undefined;
881
+ WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
882
+ WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
883
+ WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
884
+ alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
885
+ baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
886
+ clipRule?: import("csstype").Property.ClipRule | undefined;
887
+ colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
888
+ colorRendering?: import("csstype").Property.ColorRendering | undefined;
889
+ dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
890
+ fill?: import("csstype").Property.Fill | undefined;
891
+ fillOpacity?: import("csstype").Property.FillOpacity | undefined;
892
+ fillRule?: import("csstype").Property.FillRule | undefined;
893
+ floodColor?: import("csstype").Property.FloodColor | undefined;
894
+ floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
895
+ glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined;
896
+ lightingColor?: import("csstype").Property.LightingColor | undefined;
897
+ marker?: import("csstype").Property.Marker | undefined;
898
+ markerEnd?: import("csstype").Property.MarkerEnd | undefined;
899
+ markerMid?: import("csstype").Property.MarkerMid | undefined;
900
+ markerStart?: import("csstype").Property.MarkerStart | undefined;
901
+ shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
902
+ stopColor?: import("csstype").Property.StopColor | undefined;
903
+ stopOpacity?: import("csstype").Property.StopOpacity | undefined;
904
+ stroke?: import("csstype").Property.Stroke | undefined;
905
+ strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
906
+ strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
907
+ strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
908
+ strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
909
+ strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
910
+ strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
911
+ strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
912
+ textAnchor?: import("csstype").Property.TextAnchor | undefined;
913
+ vectorEffect?: import("csstype").Property.VectorEffect | undefined;
914
+ "accent-color"?: import("csstype").Property.AccentColor | undefined;
915
+ "align-content"?: import("csstype").Property.AlignContent | undefined;
916
+ "align-items"?: import("csstype").Property.AlignItems | undefined;
917
+ "align-self"?: import("csstype").Property.AlignSelf | undefined;
918
+ "align-tracks"?: import("csstype").Property.AlignTracks | undefined;
919
+ "animation-composition"?: import("csstype").Property.AnimationComposition | undefined;
920
+ "animation-delay"?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
921
+ "animation-direction"?: import("csstype").Property.AnimationDirection | undefined;
922
+ "animation-duration"?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
923
+ "animation-fill-mode"?: import("csstype").Property.AnimationFillMode | undefined;
924
+ "animation-iteration-count"?: import("csstype").Property.AnimationIterationCount | undefined;
925
+ "animation-name"?: import("csstype").Property.AnimationName | undefined;
926
+ "animation-play-state"?: import("csstype").Property.AnimationPlayState | undefined;
927
+ "animation-range-end"?: import("csstype").Property.AnimationRangeEnd<string | number> | undefined;
928
+ "animation-range-start"?: import("csstype").Property.AnimationRangeStart<string | number> | undefined;
929
+ "animation-timeline"?: import("csstype").Property.AnimationTimeline | undefined;
930
+ "animation-timing-function"?: import("csstype").Property.AnimationTimingFunction | undefined;
931
+ "aspect-ratio"?: import("csstype").Property.AspectRatio | undefined;
932
+ "backdrop-filter"?: import("csstype").Property.BackdropFilter | undefined;
933
+ "backface-visibility"?: import("csstype").Property.BackfaceVisibility | undefined;
934
+ "background-attachment"?: import("csstype").Property.BackgroundAttachment | undefined;
935
+ "background-blend-mode"?: import("csstype").Property.BackgroundBlendMode | undefined;
936
+ "background-clip"?: import("csstype").Property.BackgroundClip | undefined;
937
+ "background-color"?: import("csstype").Property.BackgroundColor | undefined;
938
+ "background-image"?: import("csstype").Property.BackgroundImage | undefined;
939
+ "background-origin"?: import("csstype").Property.BackgroundOrigin | undefined;
940
+ "background-position-x"?: import("csstype").Property.BackgroundPositionX<string | number> | undefined;
941
+ "background-position-y"?: import("csstype").Property.BackgroundPositionY<string | number> | undefined;
942
+ "background-repeat"?: import("csstype").Property.BackgroundRepeat | undefined;
943
+ "background-size"?: import("csstype").Property.BackgroundSize<string | number> | undefined;
944
+ "block-overflow"?: import("csstype").Property.BlockOverflow | undefined;
945
+ "block-size"?: import("csstype").Property.BlockSize<string | number> | undefined;
946
+ "border-block-color"?: import("csstype").Property.BorderBlockColor | undefined;
947
+ "border-block-end-color"?: import("csstype").Property.BorderBlockEndColor | undefined;
948
+ "border-block-end-style"?: import("csstype").Property.BorderBlockEndStyle | undefined;
949
+ "border-block-end-width"?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
950
+ "border-block-start-color"?: import("csstype").Property.BorderBlockStartColor | undefined;
951
+ "border-block-start-style"?: import("csstype").Property.BorderBlockStartStyle | undefined;
952
+ "border-block-start-width"?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
953
+ "border-block-style"?: import("csstype").Property.BorderBlockStyle | undefined;
954
+ "border-block-width"?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
955
+ "border-bottom-color"?: import("csstype").Property.BorderBottomColor | undefined;
956
+ "border-bottom-left-radius"?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
957
+ "border-bottom-right-radius"?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
958
+ "border-bottom-style"?: import("csstype").Property.BorderBottomStyle | undefined;
959
+ "border-bottom-width"?: import("csstype").Property.BorderBottomWidth<string | number> | undefined;
960
+ "border-collapse"?: import("csstype").Property.BorderCollapse | undefined;
961
+ "border-end-end-radius"?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
962
+ "border-end-start-radius"?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
963
+ "border-image-outset"?: import("csstype").Property.BorderImageOutset<string | number> | undefined;
964
+ "border-image-repeat"?: import("csstype").Property.BorderImageRepeat | undefined;
965
+ "border-image-slice"?: import("csstype").Property.BorderImageSlice | undefined;
966
+ "border-image-source"?: import("csstype").Property.BorderImageSource | undefined;
967
+ "border-image-width"?: import("csstype").Property.BorderImageWidth<string | number> | undefined;
968
+ "border-inline-color"?: import("csstype").Property.BorderInlineColor | undefined;
969
+ "border-inline-end-color"?: import("csstype").Property.BorderInlineEndColor | undefined;
970
+ "border-inline-end-style"?: import("csstype").Property.BorderInlineEndStyle | undefined;
971
+ "border-inline-end-width"?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
972
+ "border-inline-start-color"?: import("csstype").Property.BorderInlineStartColor | undefined;
973
+ "border-inline-start-style"?: import("csstype").Property.BorderInlineStartStyle | undefined;
974
+ "border-inline-start-width"?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
975
+ "border-inline-style"?: import("csstype").Property.BorderInlineStyle | undefined;
976
+ "border-inline-width"?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
977
+ "border-left-color"?: import("csstype").Property.BorderLeftColor | undefined;
978
+ "border-left-style"?: import("csstype").Property.BorderLeftStyle | undefined;
979
+ "border-left-width"?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
980
+ "border-right-color"?: import("csstype").Property.BorderRightColor | undefined;
981
+ "border-right-style"?: import("csstype").Property.BorderRightStyle | undefined;
982
+ "border-right-width"?: import("csstype").Property.BorderRightWidth<string | number> | undefined;
983
+ "border-spacing"?: import("csstype").Property.BorderSpacing<string | number> | undefined;
984
+ "border-start-end-radius"?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
985
+ "border-start-start-radius"?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
986
+ "border-top-color"?: import("csstype").Property.BorderTopColor | undefined;
987
+ "border-top-left-radius"?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
988
+ "border-top-right-radius"?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
989
+ "border-top-style"?: import("csstype").Property.BorderTopStyle | undefined;
990
+ "border-top-width"?: import("csstype").Property.BorderTopWidth<string | number> | undefined;
991
+ "box-decoration-break"?: import("csstype").Property.BoxDecorationBreak | undefined;
992
+ "box-shadow"?: import("csstype").Property.BoxShadow | undefined;
993
+ "box-sizing"?: import("csstype").Property.BoxSizing | undefined;
994
+ "break-after"?: import("csstype").Property.BreakAfter | undefined;
995
+ "break-before"?: import("csstype").Property.BreakBefore | undefined;
996
+ "break-inside"?: import("csstype").Property.BreakInside | undefined;
997
+ "caption-side"?: import("csstype").Property.CaptionSide | undefined;
998
+ "caret-color"?: import("csstype").Property.CaretColor | undefined;
999
+ "caret-shape"?: import("csstype").Property.CaretShape | undefined;
1000
+ "clip-path"?: import("csstype").Property.ClipPath | undefined;
1001
+ "color-adjust"?: import("csstype").Property.PrintColorAdjust | undefined;
1002
+ "color-scheme"?: import("csstype").Property.ColorScheme | undefined;
1003
+ "column-count"?: import("csstype").Property.ColumnCount | undefined;
1004
+ "column-fill"?: import("csstype").Property.ColumnFill | undefined;
1005
+ "column-gap"?: import("csstype").Property.ColumnGap<string | number> | undefined;
1006
+ "column-rule-color"?: import("csstype").Property.ColumnRuleColor | undefined;
1007
+ "column-rule-style"?: import("csstype").Property.ColumnRuleStyle | undefined;
1008
+ "column-rule-width"?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
1009
+ "column-span"?: import("csstype").Property.ColumnSpan | undefined;
1010
+ "column-width"?: import("csstype").Property.ColumnWidth<string | number> | undefined;
1011
+ "contain-intrinsic-block-size"?: import("csstype").Property.ContainIntrinsicBlockSize<string | number> | undefined;
1012
+ "contain-intrinsic-height"?: import("csstype").Property.ContainIntrinsicHeight<string | number> | undefined;
1013
+ "contain-intrinsic-inline-size"?: import("csstype").Property.ContainIntrinsicInlineSize<string | number> | undefined;
1014
+ "contain-intrinsic-width"?: import("csstype").Property.ContainIntrinsicWidth<string | number> | undefined;
1015
+ "container-name"?: import("csstype").Property.ContainerName | undefined;
1016
+ "container-type"?: import("csstype").Property.ContainerType | undefined;
1017
+ "content-visibility"?: import("csstype").Property.ContentVisibility | undefined;
1018
+ "counter-increment"?: import("csstype").Property.CounterIncrement | undefined;
1019
+ "counter-reset"?: import("csstype").Property.CounterReset | undefined;
1020
+ "counter-set"?: import("csstype").Property.CounterSet | undefined;
1021
+ "empty-cells"?: import("csstype").Property.EmptyCells | undefined;
1022
+ "flex-basis"?: import("csstype").Property.FlexBasis<string | number> | undefined;
1023
+ "flex-direction"?: import("csstype").Property.FlexDirection | undefined;
1024
+ "flex-grow"?: import("csstype").Property.FlexGrow | undefined;
1025
+ "flex-shrink"?: import("csstype").Property.FlexShrink | undefined;
1026
+ "flex-wrap"?: import("csstype").Property.FlexWrap | undefined;
1027
+ "font-family"?: import("csstype").Property.FontFamily | undefined;
1028
+ "font-feature-settings"?: import("csstype").Property.FontFeatureSettings | undefined;
1029
+ "font-kerning"?: import("csstype").Property.FontKerning | undefined;
1030
+ "font-language-override"?: import("csstype").Property.FontLanguageOverride | undefined;
1031
+ "font-optical-sizing"?: import("csstype").Property.FontOpticalSizing | undefined;
1032
+ "font-palette"?: import("csstype").Property.FontPalette | undefined;
1033
+ "font-size"?: import("csstype").Property.FontSize<string | number> | undefined;
1034
+ "font-size-adjust"?: import("csstype").Property.FontSizeAdjust | undefined;
1035
+ "font-smooth"?: import("csstype").Property.FontSmooth<string | number> | undefined;
1036
+ "font-stretch"?: import("csstype").Property.FontStretch | undefined;
1037
+ "font-style"?: import("csstype").Property.FontStyle | undefined;
1038
+ "font-synthesis"?: import("csstype").Property.FontSynthesis | undefined;
1039
+ "font-synthesis-position"?: import("csstype").Property.FontSynthesisPosition | undefined;
1040
+ "font-synthesis-small-caps"?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
1041
+ "font-synthesis-style"?: import("csstype").Property.FontSynthesisStyle | undefined;
1042
+ "font-synthesis-weight"?: import("csstype").Property.FontSynthesisWeight | undefined;
1043
+ "font-variant"?: import("csstype").Property.FontVariant | undefined;
1044
+ "font-variant-alternates"?: import("csstype").Property.FontVariantAlternates | undefined;
1045
+ "font-variant-caps"?: import("csstype").Property.FontVariantCaps | undefined;
1046
+ "font-variant-east-asian"?: import("csstype").Property.FontVariantEastAsian | undefined;
1047
+ "font-variant-emoji"?: import("csstype").Property.FontVariantEmoji | undefined;
1048
+ "font-variant-ligatures"?: import("csstype").Property.FontVariantLigatures | undefined;
1049
+ "font-variant-numeric"?: import("csstype").Property.FontVariantNumeric | undefined;
1050
+ "font-variant-position"?: import("csstype").Property.FontVariantPosition | undefined;
1051
+ "font-variation-settings"?: import("csstype").Property.FontVariationSettings | undefined;
1052
+ "font-weight"?: import("csstype").Property.FontWeight | undefined;
1053
+ "forced-color-adjust"?: import("csstype").Property.ForcedColorAdjust | undefined;
1054
+ "grid-auto-columns"?: import("csstype").Property.GridAutoColumns<string | number> | undefined;
1055
+ "grid-auto-flow"?: import("csstype").Property.GridAutoFlow | undefined;
1056
+ "grid-auto-rows"?: import("csstype").Property.GridAutoRows<string | number> | undefined;
1057
+ "grid-column-end"?: import("csstype").Property.GridColumnEnd | undefined;
1058
+ "grid-column-start"?: import("csstype").Property.GridColumnStart | undefined;
1059
+ "grid-row-end"?: import("csstype").Property.GridRowEnd | undefined;
1060
+ "grid-row-start"?: import("csstype").Property.GridRowStart | undefined;
1061
+ "grid-template-areas"?: import("csstype").Property.GridTemplateAreas | undefined;
1062
+ "grid-template-columns"?: import("csstype").Property.GridTemplateColumns<string | number> | undefined;
1063
+ "grid-template-rows"?: import("csstype").Property.GridTemplateRows<string | number> | undefined;
1064
+ "hanging-punctuation"?: import("csstype").Property.HangingPunctuation | undefined;
1065
+ "hyphenate-character"?: import("csstype").Property.HyphenateCharacter | undefined;
1066
+ "hyphenate-limit-chars"?: import("csstype").Property.HyphenateLimitChars | undefined;
1067
+ "image-orientation"?: import("csstype").Property.ImageOrientation | undefined;
1068
+ "image-rendering"?: import("csstype").Property.ImageRendering | undefined;
1069
+ "image-resolution"?: import("csstype").Property.ImageResolution | undefined;
1070
+ "initial-letter"?: import("csstype").Property.InitialLetter | undefined;
1071
+ "inline-size"?: import("csstype").Property.InlineSize<string | number> | undefined;
1072
+ "input-security"?: import("csstype").Property.InputSecurity | undefined;
1073
+ "inset-block-end"?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
1074
+ "inset-block-start"?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
1075
+ "inset-inline-end"?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
1076
+ "inset-inline-start"?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
1077
+ "justify-content"?: import("csstype").Property.JustifyContent | undefined;
1078
+ "justify-items"?: import("csstype").Property.JustifyItems | undefined;
1079
+ "justify-self"?: import("csstype").Property.JustifySelf | undefined;
1080
+ "justify-tracks"?: import("csstype").Property.JustifyTracks | undefined;
1081
+ "letter-spacing"?: import("csstype").Property.LetterSpacing<string | number> | undefined;
1082
+ "line-break"?: import("csstype").Property.LineBreak | undefined;
1083
+ "line-height"?: import("csstype").Property.LineHeight<string | number> | undefined;
1084
+ "line-height-step"?: import("csstype").Property.LineHeightStep<string | number> | undefined;
1085
+ "list-style-image"?: import("csstype").Property.ListStyleImage | undefined;
1086
+ "list-style-position"?: import("csstype").Property.ListStylePosition | undefined;
1087
+ "list-style-type"?: import("csstype").Property.ListStyleType | undefined;
1088
+ "margin-block-end"?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
1089
+ "margin-block-start"?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
1090
+ "margin-bottom"?: import("csstype").Property.MarginBottom<string | number> | undefined;
1091
+ "margin-inline-end"?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
1092
+ "margin-inline-start"?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
1093
+ "margin-left"?: import("csstype").Property.MarginLeft<string | number> | undefined;
1094
+ "margin-right"?: import("csstype").Property.MarginRight<string | number> | undefined;
1095
+ "margin-top"?: import("csstype").Property.MarginTop<string | number> | undefined;
1096
+ "margin-trim"?: import("csstype").Property.MarginTrim | undefined;
1097
+ "mask-border-mode"?: import("csstype").Property.MaskBorderMode | undefined;
1098
+ "mask-border-outset"?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
1099
+ "mask-border-repeat"?: import("csstype").Property.MaskBorderRepeat | undefined;
1100
+ "mask-border-slice"?: import("csstype").Property.MaskBorderSlice | undefined;
1101
+ "mask-border-source"?: import("csstype").Property.MaskBorderSource | undefined;
1102
+ "mask-border-width"?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
1103
+ "mask-clip"?: import("csstype").Property.MaskClip | undefined;
1104
+ "mask-composite"?: import("csstype").Property.MaskComposite | undefined;
1105
+ "mask-image"?: import("csstype").Property.MaskImage | undefined;
1106
+ "mask-mode"?: import("csstype").Property.MaskMode | undefined;
1107
+ "mask-origin"?: import("csstype").Property.MaskOrigin | undefined;
1108
+ "mask-position"?: import("csstype").Property.MaskPosition<string | number> | undefined;
1109
+ "mask-repeat"?: import("csstype").Property.MaskRepeat | undefined;
1110
+ "mask-size"?: import("csstype").Property.MaskSize<string | number> | undefined;
1111
+ "mask-type"?: import("csstype").Property.MaskType | undefined;
1112
+ "masonry-auto-flow"?: import("csstype").Property.MasonryAutoFlow | undefined;
1113
+ "math-depth"?: import("csstype").Property.MathDepth | undefined;
1114
+ "math-shift"?: import("csstype").Property.MathShift | undefined;
1115
+ "math-style"?: import("csstype").Property.MathStyle | undefined;
1116
+ "max-block-size"?: import("csstype").Property.MaxBlockSize<string | number> | undefined;
1117
+ "max-height"?: import("csstype").Property.MaxHeight<string | number> | undefined;
1118
+ "max-inline-size"?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
1119
+ "max-lines"?: import("csstype").Property.MaxLines | undefined;
1120
+ "max-width"?: import("csstype").Property.MaxWidth<string | number> | undefined;
1121
+ "min-block-size"?: import("csstype").Property.MinBlockSize<string | number> | undefined;
1122
+ "min-height"?: import("csstype").Property.MinHeight<string | number> | undefined;
1123
+ "min-inline-size"?: import("csstype").Property.MinInlineSize<string | number> | undefined;
1124
+ "min-width"?: import("csstype").Property.MinWidth<string | number> | undefined;
1125
+ "mix-blend-mode"?: import("csstype").Property.MixBlendMode | undefined;
1126
+ "motion-distance"?: import("csstype").Property.OffsetDistance<string | number> | undefined;
1127
+ "motion-path"?: import("csstype").Property.OffsetPath | undefined;
1128
+ "motion-rotation"?: import("csstype").Property.OffsetRotate | undefined;
1129
+ "object-fit"?: import("csstype").Property.ObjectFit | undefined;
1130
+ "object-position"?: import("csstype").Property.ObjectPosition<string | number> | undefined;
1131
+ "offset-anchor"?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
1132
+ "offset-distance"?: import("csstype").Property.OffsetDistance<string | number> | undefined;
1133
+ "offset-path"?: import("csstype").Property.OffsetPath | undefined;
1134
+ "offset-position"?: import("csstype").Property.OffsetPosition<string | number> | undefined;
1135
+ "offset-rotate"?: import("csstype").Property.OffsetRotate | undefined;
1136
+ "offset-rotation"?: import("csstype").Property.OffsetRotate | undefined;
1137
+ "outline-color"?: import("csstype").Property.OutlineColor | undefined;
1138
+ "outline-offset"?: import("csstype").Property.OutlineOffset<string | number> | undefined;
1139
+ "outline-style"?: import("csstype").Property.OutlineStyle | undefined;
1140
+ "outline-width"?: import("csstype").Property.OutlineWidth<string | number> | undefined;
1141
+ "overflow-anchor"?: import("csstype").Property.OverflowAnchor | undefined;
1142
+ "overflow-block"?: import("csstype").Property.OverflowBlock | undefined;
1143
+ "overflow-clip-box"?: import("csstype").Property.OverflowClipBox | undefined;
1144
+ "overflow-clip-margin"?: import("csstype").Property.OverflowClipMargin<string | number> | undefined;
1145
+ "overflow-inline"?: import("csstype").Property.OverflowInline | undefined;
1146
+ "overflow-wrap"?: import("csstype").Property.OverflowWrap | undefined;
1147
+ "overflow-x"?: import("csstype").Property.OverflowX | undefined;
1148
+ "overflow-y"?: import("csstype").Property.OverflowY | undefined;
1149
+ "overscroll-behavior-block"?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
1150
+ "overscroll-behavior-inline"?: import("csstype").Property.OverscrollBehaviorInline | undefined;
1151
+ "overscroll-behavior-x"?: import("csstype").Property.OverscrollBehaviorX | undefined;
1152
+ "overscroll-behavior-y"?: import("csstype").Property.OverscrollBehaviorY | undefined;
1153
+ "padding-block-end"?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
1154
+ "padding-block-start"?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
1155
+ "padding-bottom"?: import("csstype").Property.PaddingBottom<string | number> | undefined;
1156
+ "padding-inline-end"?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
1157
+ "padding-inline-start"?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
1158
+ "padding-left"?: import("csstype").Property.PaddingLeft<string | number> | undefined;
1159
+ "padding-right"?: import("csstype").Property.PaddingRight<string | number> | undefined;
1160
+ "padding-top"?: import("csstype").Property.PaddingTop<string | number> | undefined;
1161
+ "page-break-after"?: import("csstype").Property.PageBreakAfter | undefined;
1162
+ "page-break-before"?: import("csstype").Property.PageBreakBefore | undefined;
1163
+ "page-break-inside"?: import("csstype").Property.PageBreakInside | undefined;
1164
+ "paint-order"?: import("csstype").Property.PaintOrder | undefined;
1165
+ "perspective-origin"?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
1166
+ "pointer-events"?: import("csstype").Property.PointerEvents | undefined;
1167
+ "print-color-adjust"?: import("csstype").Property.PrintColorAdjust | undefined;
1168
+ "row-gap"?: import("csstype").Property.RowGap<string | number> | undefined;
1169
+ "ruby-align"?: import("csstype").Property.RubyAlign | undefined;
1170
+ "ruby-merge"?: import("csstype").Property.RubyMerge | undefined;
1171
+ "ruby-position"?: import("csstype").Property.RubyPosition | undefined;
1172
+ "scroll-behavior"?: import("csstype").Property.ScrollBehavior | undefined;
1173
+ "scroll-margin-block-end"?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
1174
+ "scroll-margin-block-start"?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
1175
+ "scroll-margin-bottom"?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
1176
+ "scroll-margin-inline-end"?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined;
1177
+ "scroll-margin-inline-start"?: import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined;
1178
+ "scroll-margin-left"?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
1179
+ "scroll-margin-right"?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
1180
+ "scroll-margin-top"?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
1181
+ "scroll-padding-block-end"?: import("csstype").Property.ScrollPaddingBlockEnd<string | number> | undefined;
1182
+ "scroll-padding-block-start"?: import("csstype").Property.ScrollPaddingBlockStart<string | number> | undefined;
1183
+ "scroll-padding-bottom"?: import("csstype").Property.ScrollPaddingBottom<string | number> | undefined;
1184
+ "scroll-padding-inline-end"?: import("csstype").Property.ScrollPaddingInlineEnd<string | number> | undefined;
1185
+ "scroll-padding-inline-start"?: import("csstype").Property.ScrollPaddingInlineStart<string | number> | undefined;
1186
+ "scroll-padding-left"?: import("csstype").Property.ScrollPaddingLeft<string | number> | undefined;
1187
+ "scroll-padding-right"?: import("csstype").Property.ScrollPaddingRight<string | number> | undefined;
1188
+ "scroll-padding-top"?: import("csstype").Property.ScrollPaddingTop<string | number> | undefined;
1189
+ "scroll-snap-align"?: import("csstype").Property.ScrollSnapAlign | undefined;
1190
+ "scroll-snap-margin-bottom"?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
1191
+ "scroll-snap-margin-left"?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
1192
+ "scroll-snap-margin-right"?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
1193
+ "scroll-snap-margin-top"?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
1194
+ "scroll-snap-stop"?: import("csstype").Property.ScrollSnapStop | undefined;
1195
+ "scroll-snap-type"?: import("csstype").Property.ScrollSnapType | undefined;
1196
+ "scroll-timeline-axis"?: import("csstype").Property.ScrollTimelineAxis | undefined;
1197
+ "scroll-timeline-name"?: import("csstype").Property.ScrollTimelineName | undefined;
1198
+ "scrollbar-color"?: import("csstype").Property.ScrollbarColor | undefined;
1199
+ "scrollbar-gutter"?: import("csstype").Property.ScrollbarGutter | undefined;
1200
+ "scrollbar-width"?: import("csstype").Property.ScrollbarWidth | undefined;
1201
+ "shape-image-threshold"?: import("csstype").Property.ShapeImageThreshold | undefined;
1202
+ "shape-margin"?: import("csstype").Property.ShapeMargin<string | number> | undefined;
1203
+ "shape-outside"?: import("csstype").Property.ShapeOutside | undefined;
1204
+ "tab-size"?: import("csstype").Property.TabSize<string | number> | undefined;
1205
+ "table-layout"?: import("csstype").Property.TableLayout | undefined;
1206
+ "text-align"?: import("csstype").Property.TextAlign | undefined;
1207
+ "text-align-last"?: import("csstype").Property.TextAlignLast | 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-transform"?: import("csstype").Property.TextTransform | undefined;
1226
+ "text-underline-offset"?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
1227
+ "text-underline-position"?: import("csstype").Property.TextUnderlinePosition | undefined;
1228
+ "text-wrap"?: import("csstype").Property.TextWrap | undefined;
1229
+ "timeline-scope"?: import("csstype").Property.TimelineScope | undefined;
1230
+ "touch-action"?: import("csstype").Property.TouchAction | undefined;
1231
+ "transform-box"?: import("csstype").Property.TransformBox | undefined;
1232
+ "transform-origin"?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1233
+ "transform-style"?: import("csstype").Property.TransformStyle | undefined;
1234
+ "transition-behavior"?: import("csstype").Property.TransitionBehavior | undefined;
1235
+ "transition-delay"?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1236
+ "transition-duration"?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1237
+ "transition-property"?: import("csstype").Property.TransitionProperty | undefined;
1238
+ "transition-timing-function"?: import("csstype").Property.TransitionTimingFunction | undefined;
1239
+ "unicode-bidi"?: import("csstype").Property.UnicodeBidi | undefined;
1240
+ "user-select"?: import("csstype").Property.UserSelect | undefined;
1241
+ "vertical-align"?: import("csstype").Property.VerticalAlign<string | number> | undefined;
1242
+ "view-timeline-axis"?: import("csstype").Property.ViewTimelineAxis | undefined;
1243
+ "view-timeline-inset"?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
1244
+ "view-timeline-name"?: import("csstype").Property.ViewTimelineName | undefined;
1245
+ "view-transition-name"?: import("csstype").Property.ViewTransitionName | undefined;
1246
+ "white-space"?: import("csstype").Property.WhiteSpace | undefined;
1247
+ "white-space-collapse"?: import("csstype").Property.WhiteSpaceCollapse | undefined;
1248
+ "white-space-trim"?: import("csstype").Property.WhiteSpaceTrim | undefined;
1249
+ "will-change"?: import("csstype").Property.WillChange | undefined;
1250
+ "word-break"?: import("csstype").Property.WordBreak | undefined;
1251
+ "word-spacing"?: import("csstype").Property.WordSpacing<string | number> | undefined;
1252
+ "word-wrap"?: import("csstype").Property.WordWrap | undefined;
1253
+ "writing-mode"?: import("csstype").Property.WritingMode | undefined;
1254
+ "z-index"?: import("csstype").Property.ZIndex | undefined;
1255
+ "animation-range"?: import("csstype").Property.AnimationRange<string | number> | undefined;
1256
+ "background-position"?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
1257
+ "border-block"?: import("csstype").Property.BorderBlock<string | number> | undefined;
1258
+ "border-block-end"?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
1259
+ "border-block-start"?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
1260
+ "border-bottom"?: import("csstype").Property.BorderBottom<string | number> | undefined;
1261
+ "border-color"?: import("csstype").Property.BorderColor | undefined;
1262
+ "border-image"?: import("csstype").Property.BorderImage | undefined;
1263
+ "border-inline"?: import("csstype").Property.BorderInline<string | number> | undefined;
1264
+ "border-inline-end"?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
1265
+ "border-inline-start"?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
1266
+ "border-left"?: import("csstype").Property.BorderLeft<string | number> | undefined;
1267
+ "border-radius"?: import("csstype").Property.BorderRadius<string | number> | undefined;
1268
+ "border-right"?: import("csstype").Property.BorderRight<string | number> | undefined;
1269
+ "border-style"?: import("csstype").Property.BorderStyle | undefined;
1270
+ "border-top"?: import("csstype").Property.BorderTop<string | number> | undefined;
1271
+ "border-width"?: import("csstype").Property.BorderWidth<string | number> | undefined;
1272
+ "column-rule"?: import("csstype").Property.ColumnRule<string | number> | undefined;
1273
+ "contain-intrinsic-size"?: import("csstype").Property.ContainIntrinsicSize<string | number> | undefined;
1274
+ "flex-flow"?: import("csstype").Property.FlexFlow | undefined;
1275
+ "grid-area"?: import("csstype").Property.GridArea | undefined;
1276
+ "grid-column"?: import("csstype").Property.GridColumn | undefined;
1277
+ "grid-row"?: import("csstype").Property.GridRow | undefined;
1278
+ "grid-template"?: import("csstype").Property.GridTemplate | undefined;
1279
+ "inset-block"?: import("csstype").Property.InsetBlock<string | number> | undefined;
1280
+ "inset-inline"?: import("csstype").Property.InsetInline<string | number> | undefined;
1281
+ "line-clamp"?: import("csstype").Property.LineClamp | undefined;
1282
+ "list-style"?: import("csstype").Property.ListStyle | undefined;
1283
+ "margin-block"?: import("csstype").Property.MarginBlock<string | number> | undefined;
1284
+ "margin-inline"?: import("csstype").Property.MarginInline<string | number> | undefined;
1285
+ "mask-border"?: import("csstype").Property.MaskBorder | undefined;
1286
+ "overscroll-behavior"?: import("csstype").Property.OverscrollBehavior | undefined;
1287
+ "padding-block"?: import("csstype").Property.PaddingBlock<string | number> | undefined;
1288
+ "padding-inline"?: import("csstype").Property.PaddingInline<string | number> | undefined;
1289
+ "place-content"?: import("csstype").Property.PlaceContent | undefined;
1290
+ "place-items"?: import("csstype").Property.PlaceItems | undefined;
1291
+ "place-self"?: import("csstype").Property.PlaceSelf | undefined;
1292
+ "scroll-margin"?: import("csstype").Property.ScrollMargin<string | number> | undefined;
1293
+ "scroll-margin-block"?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
1294
+ "scroll-margin-inline"?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
1295
+ "scroll-padding"?: import("csstype").Property.ScrollPadding<string | number> | undefined;
1296
+ "scroll-padding-block"?: import("csstype").Property.ScrollPaddingBlock<string | number> | undefined;
1297
+ "scroll-padding-inline"?: import("csstype").Property.ScrollPaddingInline<string | number> | undefined;
1298
+ "scroll-snap-margin"?: import("csstype").Property.ScrollMargin<string | number> | undefined;
1299
+ "scroll-timeline"?: import("csstype").Property.ScrollTimeline | undefined;
1300
+ "text-decoration"?: import("csstype").Property.TextDecoration<string | number> | undefined;
1301
+ "text-emphasis"?: import("csstype").Property.TextEmphasis | undefined;
1302
+ "view-timeline"?: import("csstype").Property.ViewTimeline | undefined;
1303
+ "-moz-animation-delay"?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
1304
+ "-moz-animation-direction"?: import("csstype").Property.AnimationDirection | undefined;
1305
+ "-moz-animation-duration"?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
1306
+ "-moz-animation-fill-mode"?: import("csstype").Property.AnimationFillMode | undefined;
1307
+ "-moz-animation-iteration-count"?: import("csstype").Property.AnimationIterationCount | undefined;
1308
+ "-moz-animation-name"?: import("csstype").Property.AnimationName | undefined;
1309
+ "-moz-animation-play-state"?: import("csstype").Property.AnimationPlayState | undefined;
1310
+ "-moz-animation-timing-function"?: import("csstype").Property.AnimationTimingFunction | undefined;
1311
+ "-moz-appearance"?: import("csstype").Property.MozAppearance | undefined;
1312
+ "-moz-binding"?: import("csstype").Property.MozBinding | undefined;
1313
+ "-moz-border-bottom-colors"?: import("csstype").Property.MozBorderBottomColors | undefined;
1314
+ "-moz-border-end-color"?: import("csstype").Property.BorderInlineEndColor | undefined;
1315
+ "-moz-border-end-style"?: import("csstype").Property.BorderInlineEndStyle | undefined;
1316
+ "-moz-border-end-width"?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
1317
+ "-moz-border-left-colors"?: import("csstype").Property.MozBorderLeftColors | undefined;
1318
+ "-moz-border-right-colors"?: import("csstype").Property.MozBorderRightColors | undefined;
1319
+ "-moz-border-start-color"?: import("csstype").Property.BorderInlineStartColor | undefined;
1320
+ "-moz-border-start-style"?: import("csstype").Property.BorderInlineStartStyle | undefined;
1321
+ "-moz-border-top-colors"?: import("csstype").Property.MozBorderTopColors | undefined;
1322
+ "-moz-box-sizing"?: import("csstype").Property.BoxSizing | undefined;
1323
+ "-moz-column-count"?: import("csstype").Property.ColumnCount | undefined;
1324
+ "-moz-column-fill"?: import("csstype").Property.ColumnFill | undefined;
1325
+ "-moz-column-rule-color"?: import("csstype").Property.ColumnRuleColor | undefined;
1326
+ "-moz-column-rule-style"?: import("csstype").Property.ColumnRuleStyle | undefined;
1327
+ "-moz-column-rule-width"?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
1328
+ "-moz-column-width"?: import("csstype").Property.ColumnWidth<string | number> | undefined;
1329
+ "-moz-context-properties"?: import("csstype").Property.MozContextProperties | undefined;
1330
+ "-moz-font-feature-settings"?: import("csstype").Property.FontFeatureSettings | undefined;
1331
+ "-moz-font-language-override"?: import("csstype").Property.FontLanguageOverride | undefined;
1332
+ "-moz-hyphens"?: import("csstype").Property.Hyphens | undefined;
1333
+ "-moz-image-region"?: import("csstype").Property.MozImageRegion | undefined;
1334
+ "-moz-margin-end"?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
1335
+ "-moz-margin-start"?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
1336
+ "-moz-orient"?: import("csstype").Property.MozOrient | undefined;
1337
+ "-moz-osx-font-smoothing"?: import("csstype").Property.FontSmooth<string | number> | undefined;
1338
+ "-moz-outline-radius-bottomleft"?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
1339
+ "-moz-outline-radius-bottomright"?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
1340
+ "-moz-outline-radius-topleft"?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
1341
+ "-moz-outline-radius-topright"?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
1342
+ "-moz-padding-end"?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
1343
+ "-moz-padding-start"?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
1344
+ "-moz-stack-sizing"?: import("csstype").Property.MozStackSizing | undefined;
1345
+ "-moz-tab-size"?: import("csstype").Property.TabSize<string | number> | undefined;
1346
+ "-moz-text-blink"?: import("csstype").Property.MozTextBlink | undefined;
1347
+ "-moz-text-size-adjust"?: import("csstype").Property.TextSizeAdjust | undefined;
1348
+ "-moz-user-focus"?: import("csstype").Property.MozUserFocus | undefined;
1349
+ "-moz-user-modify"?: import("csstype").Property.MozUserModify | undefined;
1350
+ "-moz-user-select"?: import("csstype").Property.UserSelect | undefined;
1351
+ "-moz-window-dragging"?: import("csstype").Property.MozWindowDragging | undefined;
1352
+ "-moz-window-shadow"?: import("csstype").Property.MozWindowShadow | undefined;
1353
+ "-ms-accelerator"?: import("csstype").Property.MsAccelerator | undefined;
1354
+ "-ms-block-progression"?: import("csstype").Property.MsBlockProgression | undefined;
1355
+ "-ms-content-zoom-chaining"?: import("csstype").Property.MsContentZoomChaining | undefined;
1356
+ "-ms-content-zoom-limit-max"?: import("csstype").Property.MsContentZoomLimitMax | undefined;
1357
+ "-ms-content-zoom-limit-min"?: import("csstype").Property.MsContentZoomLimitMin | undefined;
1358
+ "-ms-content-zoom-snap-points"?: import("csstype").Property.MsContentZoomSnapPoints | undefined;
1359
+ "-ms-content-zoom-snap-type"?: import("csstype").Property.MsContentZoomSnapType | undefined;
1360
+ "-ms-content-zooming"?: import("csstype").Property.MsContentZooming | undefined;
1361
+ "-ms-filter"?: import("csstype").Property.MsFilter | undefined;
1362
+ "-ms-flex-direction"?: import("csstype").Property.FlexDirection | undefined;
1363
+ "-ms-flex-positive"?: import("csstype").Property.FlexGrow | undefined;
1364
+ "-ms-flow-from"?: import("csstype").Property.MsFlowFrom | undefined;
1365
+ "-ms-flow-into"?: import("csstype").Property.MsFlowInto | undefined;
1366
+ "-ms-grid-columns"?: import("csstype").Property.MsGridColumns<string | number> | undefined;
1367
+ "-ms-grid-rows"?: import("csstype").Property.MsGridRows<string | number> | undefined;
1368
+ "-ms-high-contrast-adjust"?: import("csstype").Property.MsHighContrastAdjust | undefined;
1369
+ "-ms-hyphenate-limit-chars"?: import("csstype").Property.MsHyphenateLimitChars | undefined;
1370
+ "-ms-hyphenate-limit-lines"?: import("csstype").Property.MsHyphenateLimitLines | undefined;
1371
+ "-ms-hyphenate-limit-zone"?: import("csstype").Property.MsHyphenateLimitZone<string | number> | undefined;
1372
+ "-ms-hyphens"?: import("csstype").Property.Hyphens | undefined;
1373
+ "-ms-ime-align"?: import("csstype").Property.MsImeAlign | undefined;
1374
+ "-ms-line-break"?: import("csstype").Property.LineBreak | undefined;
1375
+ "-ms-order"?: import("csstype").Property.Order | undefined;
1376
+ "-ms-overflow-style"?: import("csstype").Property.MsOverflowStyle | undefined;
1377
+ "-ms-overflow-x"?: import("csstype").Property.OverflowX | undefined;
1378
+ "-ms-overflow-y"?: import("csstype").Property.OverflowY | undefined;
1379
+ "-ms-scroll-chaining"?: import("csstype").Property.MsScrollChaining | undefined;
1380
+ "-ms-scroll-limit-x-max"?: import("csstype").Property.MsScrollLimitXMax<string | number> | undefined;
1381
+ "-ms-scroll-limit-x-min"?: import("csstype").Property.MsScrollLimitXMin<string | number> | undefined;
1382
+ "-ms-scroll-limit-y-max"?: import("csstype").Property.MsScrollLimitYMax<string | number> | undefined;
1383
+ "-ms-scroll-limit-y-min"?: import("csstype").Property.MsScrollLimitYMin<string | number> | undefined;
1384
+ "-ms-scroll-rails"?: import("csstype").Property.MsScrollRails | undefined;
1385
+ "-ms-scroll-snap-points-x"?: import("csstype").Property.MsScrollSnapPointsX | undefined;
1386
+ "-ms-scroll-snap-points-y"?: import("csstype").Property.MsScrollSnapPointsY | undefined;
1387
+ "-ms-scroll-snap-type"?: import("csstype").Property.MsScrollSnapType | undefined;
1388
+ "-ms-scroll-translation"?: import("csstype").Property.MsScrollTranslation | undefined;
1389
+ "-ms-scrollbar-3dlight-color"?: import("csstype").Property.MsScrollbar3dlightColor | undefined;
1390
+ "-ms-scrollbar-arrow-color"?: import("csstype").Property.MsScrollbarArrowColor | undefined;
1391
+ "-ms-scrollbar-base-color"?: import("csstype").Property.MsScrollbarBaseColor | undefined;
1392
+ "-ms-scrollbar-darkshadow-color"?: import("csstype").Property.MsScrollbarDarkshadowColor | undefined;
1393
+ "-ms-scrollbar-face-color"?: import("csstype").Property.MsScrollbarFaceColor | undefined;
1394
+ "-ms-scrollbar-highlight-color"?: import("csstype").Property.MsScrollbarHighlightColor | undefined;
1395
+ "-ms-scrollbar-shadow-color"?: import("csstype").Property.MsScrollbarShadowColor | undefined;
1396
+ "-ms-scrollbar-track-color"?: import("csstype").Property.MsScrollbarTrackColor | undefined;
1397
+ "-ms-text-autospace"?: import("csstype").Property.MsTextAutospace | undefined;
1398
+ "-ms-text-combine-horizontal"?: import("csstype").Property.TextCombineUpright | undefined;
1399
+ "-ms-text-overflow"?: import("csstype").Property.TextOverflow | undefined;
1400
+ "-ms-touch-action"?: import("csstype").Property.TouchAction | undefined;
1401
+ "-ms-touch-select"?: import("csstype").Property.MsTouchSelect | undefined;
1402
+ "-ms-transform"?: import("csstype").Property.Transform | undefined;
1403
+ "-ms-transform-origin"?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1404
+ "-ms-transition-delay"?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1405
+ "-ms-transition-duration"?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1406
+ "-ms-transition-property"?: import("csstype").Property.TransitionProperty | undefined;
1407
+ "-ms-transition-timing-function"?: import("csstype").Property.TransitionTimingFunction | undefined;
1408
+ "-ms-user-select"?: import("csstype").Property.MsUserSelect | undefined;
1409
+ "-ms-word-break"?: import("csstype").Property.WordBreak | undefined;
1410
+ "-ms-wrap-flow"?: import("csstype").Property.MsWrapFlow | undefined;
1411
+ "-ms-wrap-margin"?: import("csstype").Property.MsWrapMargin<string | number> | undefined;
1412
+ "-ms-wrap-through"?: import("csstype").Property.MsWrapThrough | undefined;
1413
+ "-ms-writing-mode"?: import("csstype").Property.WritingMode | undefined;
1414
+ "-webkit-align-content"?: import("csstype").Property.AlignContent | undefined;
1415
+ "-webkit-align-items"?: import("csstype").Property.AlignItems | undefined;
1416
+ "-webkit-align-self"?: import("csstype").Property.AlignSelf | undefined;
1417
+ "-webkit-animation-delay"?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
1418
+ "-webkit-animation-direction"?: import("csstype").Property.AnimationDirection | undefined;
1419
+ "-webkit-animation-duration"?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
1420
+ "-webkit-animation-fill-mode"?: import("csstype").Property.AnimationFillMode | undefined;
1421
+ "-webkit-animation-iteration-count"?: import("csstype").Property.AnimationIterationCount | undefined;
1422
+ "-webkit-animation-name"?: import("csstype").Property.AnimationName | undefined;
1423
+ "-webkit-animation-play-state"?: import("csstype").Property.AnimationPlayState | undefined;
1424
+ "-webkit-animation-timing-function"?: import("csstype").Property.AnimationTimingFunction | undefined;
1425
+ "-webkit-appearance"?: import("csstype").Property.WebkitAppearance | undefined;
1426
+ "-webkit-backdrop-filter"?: import("csstype").Property.BackdropFilter | undefined;
1427
+ "-webkit-backface-visibility"?: import("csstype").Property.BackfaceVisibility | undefined;
1428
+ "-webkit-background-clip"?: import("csstype").Property.BackgroundClip | undefined;
1429
+ "-webkit-background-origin"?: import("csstype").Property.BackgroundOrigin | undefined;
1430
+ "-webkit-background-size"?: import("csstype").Property.BackgroundSize<string | number> | undefined;
1431
+ "-webkit-border-before-color"?: import("csstype").Property.WebkitBorderBeforeColor | undefined;
1432
+ "-webkit-border-before-style"?: import("csstype").Property.WebkitBorderBeforeStyle | undefined;
1433
+ "-webkit-border-before-width"?: import("csstype").Property.WebkitBorderBeforeWidth<string | number> | undefined;
1434
+ "-webkit-border-bottom-left-radius"?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
1435
+ "-webkit-border-bottom-right-radius"?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
1436
+ "-webkit-border-image-slice"?: import("csstype").Property.BorderImageSlice | undefined;
1437
+ "-webkit-border-top-left-radius"?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
1438
+ "-webkit-border-top-right-radius"?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
1439
+ "-webkit-box-decoration-break"?: import("csstype").Property.BoxDecorationBreak | undefined;
1440
+ "-webkit-box-reflect"?: import("csstype").Property.WebkitBoxReflect<string | number> | undefined;
1441
+ "-webkit-box-shadow"?: import("csstype").Property.BoxShadow | undefined;
1442
+ "-webkit-box-sizing"?: import("csstype").Property.BoxSizing | undefined;
1443
+ "-webkit-clip-path"?: import("csstype").Property.ClipPath | undefined;
1444
+ "-webkit-column-count"?: import("csstype").Property.ColumnCount | undefined;
1445
+ "-webkit-column-fill"?: import("csstype").Property.ColumnFill | undefined;
1446
+ "-webkit-column-rule-color"?: import("csstype").Property.ColumnRuleColor | undefined;
1447
+ "-webkit-column-rule-style"?: import("csstype").Property.ColumnRuleStyle | undefined;
1448
+ "-webkit-column-rule-width"?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
1449
+ "-webkit-column-span"?: import("csstype").Property.ColumnSpan | undefined;
1450
+ "-webkit-column-width"?: import("csstype").Property.ColumnWidth<string | number> | undefined;
1451
+ "-webkit-filter"?: import("csstype").Property.Filter | undefined;
1452
+ "-webkit-flex-basis"?: import("csstype").Property.FlexBasis<string | number> | undefined;
1453
+ "-webkit-flex-direction"?: import("csstype").Property.FlexDirection | undefined;
1454
+ "-webkit-flex-grow"?: import("csstype").Property.FlexGrow | undefined;
1455
+ "-webkit-flex-shrink"?: import("csstype").Property.FlexShrink | undefined;
1456
+ "-webkit-flex-wrap"?: import("csstype").Property.FlexWrap | undefined;
1457
+ "-webkit-font-feature-settings"?: import("csstype").Property.FontFeatureSettings | undefined;
1458
+ "-webkit-font-kerning"?: import("csstype").Property.FontKerning | undefined;
1459
+ "-webkit-font-smoothing"?: import("csstype").Property.FontSmooth<string | number> | undefined;
1460
+ "-webkit-font-variant-ligatures"?: import("csstype").Property.FontVariantLigatures | undefined;
1461
+ "-webkit-hyphenate-character"?: import("csstype").Property.HyphenateCharacter | undefined;
1462
+ "-webkit-hyphens"?: import("csstype").Property.Hyphens | undefined;
1463
+ "-webkit-initial-letter"?: import("csstype").Property.InitialLetter | undefined;
1464
+ "-webkit-justify-content"?: import("csstype").Property.JustifyContent | undefined;
1465
+ "-webkit-line-break"?: import("csstype").Property.LineBreak | undefined;
1466
+ "-webkit-line-clamp"?: import("csstype").Property.WebkitLineClamp | undefined;
1467
+ "-webkit-margin-end"?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
1468
+ "-webkit-margin-start"?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
1469
+ "-webkit-mask-attachment"?: import("csstype").Property.WebkitMaskAttachment | undefined;
1470
+ "-webkit-mask-box-image-outset"?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
1471
+ "-webkit-mask-box-image-repeat"?: import("csstype").Property.MaskBorderRepeat | undefined;
1472
+ "-webkit-mask-box-image-slice"?: import("csstype").Property.MaskBorderSlice | undefined;
1473
+ "-webkit-mask-box-image-source"?: import("csstype").Property.MaskBorderSource | undefined;
1474
+ "-webkit-mask-box-image-width"?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
1475
+ "-webkit-mask-clip"?: import("csstype").Property.WebkitMaskClip | undefined;
1476
+ "-webkit-mask-composite"?: import("csstype").Property.WebkitMaskComposite | undefined;
1477
+ "-webkit-mask-image"?: import("csstype").Property.WebkitMaskImage | undefined;
1478
+ "-webkit-mask-origin"?: import("csstype").Property.WebkitMaskOrigin | undefined;
1479
+ "-webkit-mask-position"?: import("csstype").Property.WebkitMaskPosition<string | number> | undefined;
1480
+ "-webkit-mask-position-x"?: import("csstype").Property.WebkitMaskPositionX<string | number> | undefined;
1481
+ "-webkit-mask-position-y"?: import("csstype").Property.WebkitMaskPositionY<string | number> | undefined;
1482
+ "-webkit-mask-repeat"?: import("csstype").Property.WebkitMaskRepeat | undefined;
1483
+ "-webkit-mask-repeat-x"?: import("csstype").Property.WebkitMaskRepeatX | undefined;
1484
+ "-webkit-mask-repeat-y"?: import("csstype").Property.WebkitMaskRepeatY | undefined;
1485
+ "-webkit-mask-size"?: import("csstype").Property.WebkitMaskSize<string | number> | undefined;
1486
+ "-webkit-max-inline-size"?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
1487
+ "-webkit-order"?: import("csstype").Property.Order | undefined;
1488
+ "-webkit-overflow-scrolling"?: import("csstype").Property.WebkitOverflowScrolling | undefined;
1489
+ "-webkit-padding-end"?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
1490
+ "-webkit-padding-start"?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
1491
+ "-webkit-perspective"?: import("csstype").Property.Perspective<string | number> | undefined;
1492
+ "-webkit-perspective-origin"?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
1493
+ "-webkit-print-color-adjust"?: import("csstype").Property.PrintColorAdjust | undefined;
1494
+ "-webkit-ruby-position"?: import("csstype").Property.RubyPosition | undefined;
1495
+ "-webkit-scroll-snap-type"?: import("csstype").Property.ScrollSnapType | undefined;
1496
+ "-webkit-shape-margin"?: import("csstype").Property.ShapeMargin<string | number> | undefined;
1497
+ "-webkit-tap-highlight-color"?: import("csstype").Property.WebkitTapHighlightColor | undefined;
1498
+ "-webkit-text-combine"?: import("csstype").Property.TextCombineUpright | undefined;
1499
+ "-webkit-text-decoration-color"?: import("csstype").Property.TextDecorationColor | undefined;
1500
+ "-webkit-text-decoration-line"?: import("csstype").Property.TextDecorationLine | undefined;
1501
+ "-webkit-text-decoration-skip"?: import("csstype").Property.TextDecorationSkip | undefined;
1502
+ "-webkit-text-decoration-style"?: import("csstype").Property.TextDecorationStyle | undefined;
1503
+ "-webkit-text-emphasis-color"?: import("csstype").Property.TextEmphasisColor | undefined;
1504
+ "-webkit-text-emphasis-position"?: import("csstype").Property.TextEmphasisPosition | undefined;
1505
+ "-webkit-text-emphasis-style"?: import("csstype").Property.TextEmphasisStyle | undefined;
1506
+ "-webkit-text-fill-color"?: import("csstype").Property.WebkitTextFillColor | undefined;
1507
+ "-webkit-text-orientation"?: import("csstype").Property.TextOrientation | undefined;
1508
+ "-webkit-text-size-adjust"?: import("csstype").Property.TextSizeAdjust | undefined;
1509
+ "-webkit-text-stroke-color"?: import("csstype").Property.WebkitTextStrokeColor | undefined;
1510
+ "-webkit-text-stroke-width"?: import("csstype").Property.WebkitTextStrokeWidth<string | number> | undefined;
1511
+ "-webkit-text-underline-position"?: import("csstype").Property.TextUnderlinePosition | undefined;
1512
+ "-webkit-touch-callout"?: import("csstype").Property.WebkitTouchCallout | undefined;
1513
+ "-webkit-transform"?: import("csstype").Property.Transform | undefined;
1514
+ "-webkit-transform-origin"?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1515
+ "-webkit-transform-style"?: import("csstype").Property.TransformStyle | undefined;
1516
+ "-webkit-transition-delay"?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1517
+ "-webkit-transition-duration"?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1518
+ "-webkit-transition-property"?: import("csstype").Property.TransitionProperty | undefined;
1519
+ "-webkit-transition-timing-function"?: import("csstype").Property.TransitionTimingFunction | undefined;
1520
+ "-webkit-user-modify"?: import("csstype").Property.WebkitUserModify | undefined;
1521
+ "-webkit-user-select"?: import("csstype").Property.UserSelect | undefined;
1522
+ "-webkit-writing-mode"?: import("csstype").Property.WritingMode | undefined;
1523
+ "-moz-animation"?: import("csstype").Property.Animation<string & {}> | undefined;
1524
+ "-moz-border-image"?: import("csstype").Property.BorderImage | undefined;
1525
+ "-moz-column-rule"?: import("csstype").Property.ColumnRule<string | number> | undefined;
1526
+ "-moz-columns"?: import("csstype").Property.Columns<string | number> | undefined;
1527
+ "-moz-outline-radius"?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
1528
+ "-ms-content-zoom-limit"?: import("csstype").Property.MsContentZoomLimit | undefined;
1529
+ "-ms-content-zoom-snap"?: import("csstype").Property.MsContentZoomSnap | undefined;
1530
+ "-ms-flex"?: import("csstype").Property.Flex<string | number> | undefined;
1531
+ "-ms-scroll-limit"?: import("csstype").Property.MsScrollLimit | undefined;
1532
+ "-ms-scroll-snap-x"?: import("csstype").Property.MsScrollSnapX | undefined;
1533
+ "-ms-scroll-snap-y"?: import("csstype").Property.MsScrollSnapY | undefined;
1534
+ "-ms-transition"?: import("csstype").Property.Transition<string & {}> | undefined;
1535
+ "-webkit-animation"?: import("csstype").Property.Animation<string & {}> | undefined;
1536
+ "-webkit-border-before"?: import("csstype").Property.WebkitBorderBefore<string | number> | undefined;
1537
+ "-webkit-border-image"?: import("csstype").Property.BorderImage | undefined;
1538
+ "-webkit-border-radius"?: import("csstype").Property.BorderRadius<string | number> | undefined;
1539
+ "-webkit-column-rule"?: import("csstype").Property.ColumnRule<string | number> | undefined;
1540
+ "-webkit-columns"?: import("csstype").Property.Columns<string | number> | undefined;
1541
+ "-webkit-flex"?: import("csstype").Property.Flex<string | number> | undefined;
1542
+ "-webkit-flex-flow"?: import("csstype").Property.FlexFlow | undefined;
1543
+ "-webkit-mask"?: import("csstype").Property.WebkitMask<string | number> | undefined;
1544
+ "-webkit-mask-box-image"?: import("csstype").Property.MaskBorder | undefined;
1545
+ "-webkit-text-emphasis"?: import("csstype").Property.TextEmphasis | undefined;
1546
+ "-webkit-text-stroke"?: import("csstype").Property.WebkitTextStroke<string | number> | undefined;
1547
+ "-webkit-transition"?: import("csstype").Property.Transition<string & {}> | undefined;
1548
+ "box-align"?: import("csstype").Property.BoxAlign | undefined;
1549
+ "box-direction"?: import("csstype").Property.BoxDirection | undefined;
1550
+ "box-flex"?: import("csstype").Property.BoxFlex | undefined;
1551
+ "box-flex-group"?: import("csstype").Property.BoxFlexGroup | undefined;
1552
+ "box-lines"?: import("csstype").Property.BoxLines | undefined;
1553
+ "box-ordinal-group"?: import("csstype").Property.BoxOrdinalGroup | undefined;
1554
+ "box-orient"?: import("csstype").Property.BoxOrient | undefined;
1555
+ "box-pack"?: import("csstype").Property.BoxPack | undefined;
1556
+ "grid-column-gap"?: import("csstype").Property.GridColumnGap<string | number> | undefined;
1557
+ "grid-gap"?: import("csstype").Property.GridGap<string | number> | undefined;
1558
+ "grid-row-gap"?: import("csstype").Property.GridRowGap<string | number> | undefined;
1559
+ "ime-mode"?: import("csstype").Property.ImeMode | undefined;
1560
+ "offset-block"?: import("csstype").Property.InsetBlock<string | number> | undefined;
1561
+ "offset-block-end"?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
1562
+ "offset-block-start"?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
1563
+ "offset-inline"?: import("csstype").Property.InsetInline<string | number> | undefined;
1564
+ "offset-inline-end"?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
1565
+ "offset-inline-start"?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
1566
+ "scroll-snap-coordinate"?: import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined;
1567
+ "scroll-snap-destination"?: import("csstype").Property.ScrollSnapDestination<string | number> | undefined;
1568
+ "scroll-snap-points-x"?: import("csstype").Property.ScrollSnapPointsX | undefined;
1569
+ "scroll-snap-points-y"?: import("csstype").Property.ScrollSnapPointsY | undefined;
1570
+ "scroll-snap-type-x"?: import("csstype").Property.ScrollSnapTypeX | undefined;
1571
+ "scroll-snap-type-y"?: import("csstype").Property.ScrollSnapTypeY | undefined;
1572
+ "-khtml-box-align"?: import("csstype").Property.BoxAlign | undefined;
1573
+ "-khtml-box-direction"?: import("csstype").Property.BoxDirection | undefined;
1574
+ "-khtml-box-flex"?: import("csstype").Property.BoxFlex | undefined;
1575
+ "-khtml-box-flex-group"?: import("csstype").Property.BoxFlexGroup | undefined;
1576
+ "-khtml-box-lines"?: import("csstype").Property.BoxLines | undefined;
1577
+ "-khtml-box-ordinal-group"?: import("csstype").Property.BoxOrdinalGroup | undefined;
1578
+ "-khtml-box-orient"?: import("csstype").Property.BoxOrient | undefined;
1579
+ "-khtml-box-pack"?: import("csstype").Property.BoxPack | undefined;
1580
+ "-khtml-line-break"?: import("csstype").Property.LineBreak | undefined;
1581
+ "-khtml-opacity"?: import("csstype").Property.Opacity | undefined;
1582
+ "-khtml-user-select"?: import("csstype").Property.UserSelect | undefined;
1583
+ "-moz-backface-visibility"?: import("csstype").Property.BackfaceVisibility | undefined;
1584
+ "-moz-background-clip"?: import("csstype").Property.BackgroundClip | undefined;
1585
+ "-moz-background-inline-policy"?: import("csstype").Property.BoxDecorationBreak | undefined;
1586
+ "-moz-background-origin"?: import("csstype").Property.BackgroundOrigin | undefined;
1587
+ "-moz-background-size"?: import("csstype").Property.BackgroundSize<string | number> | undefined;
1588
+ "-moz-border-radius"?: import("csstype").Property.BorderRadius<string | number> | undefined;
1589
+ "-moz-border-radius-bottomleft"?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
1590
+ "-moz-border-radius-bottomright"?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
1591
+ "-moz-border-radius-topleft"?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
1592
+ "-moz-border-radius-topright"?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
1593
+ "-moz-box-align"?: import("csstype").Property.BoxAlign | undefined;
1594
+ "-moz-box-direction"?: import("csstype").Property.BoxDirection | undefined;
1595
+ "-moz-box-flex"?: import("csstype").Property.BoxFlex | undefined;
1596
+ "-moz-box-ordinal-group"?: import("csstype").Property.BoxOrdinalGroup | undefined;
1597
+ "-moz-box-orient"?: import("csstype").Property.BoxOrient | undefined;
1598
+ "-moz-box-pack"?: import("csstype").Property.BoxPack | undefined;
1599
+ "-moz-box-shadow"?: import("csstype").Property.BoxShadow | undefined;
1600
+ "-moz-float-edge"?: import("csstype").Property.MozFloatEdge | undefined;
1601
+ "-moz-force-broken-image-icon"?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
1602
+ "-moz-opacity"?: import("csstype").Property.Opacity | undefined;
1603
+ "-moz-outline"?: import("csstype").Property.Outline<string | number> | undefined;
1604
+ "-moz-outline-color"?: import("csstype").Property.OutlineColor | undefined;
1605
+ "-moz-outline-style"?: import("csstype").Property.OutlineStyle | undefined;
1606
+ "-moz-outline-width"?: import("csstype").Property.OutlineWidth<string | number> | undefined;
1607
+ "-moz-perspective"?: import("csstype").Property.Perspective<string | number> | undefined;
1608
+ "-moz-perspective-origin"?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
1609
+ "-moz-text-align-last"?: import("csstype").Property.TextAlignLast | undefined;
1610
+ "-moz-text-decoration-color"?: import("csstype").Property.TextDecorationColor | undefined;
1611
+ "-moz-text-decoration-line"?: import("csstype").Property.TextDecorationLine | undefined;
1612
+ "-moz-text-decoration-style"?: import("csstype").Property.TextDecorationStyle | undefined;
1613
+ "-moz-transform"?: import("csstype").Property.Transform | undefined;
1614
+ "-moz-transform-origin"?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1615
+ "-moz-transform-style"?: import("csstype").Property.TransformStyle | undefined;
1616
+ "-moz-transition"?: import("csstype").Property.Transition<string & {}> | undefined;
1617
+ "-moz-transition-delay"?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1618
+ "-moz-transition-duration"?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1619
+ "-moz-transition-property"?: import("csstype").Property.TransitionProperty | undefined;
1620
+ "-moz-transition-timing-function"?: import("csstype").Property.TransitionTimingFunction | undefined;
1621
+ "-moz-user-input"?: import("csstype").Property.MozUserInput | undefined;
1622
+ "-ms-ime-mode"?: import("csstype").Property.ImeMode | undefined;
1623
+ "-o-animation"?: import("csstype").Property.Animation<string & {}> | undefined;
1624
+ "-o-animation-delay"?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
1625
+ "-o-animation-direction"?: import("csstype").Property.AnimationDirection | undefined;
1626
+ "-o-animation-duration"?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
1627
+ "-o-animation-fill-mode"?: import("csstype").Property.AnimationFillMode | undefined;
1628
+ "-o-animation-iteration-count"?: import("csstype").Property.AnimationIterationCount | undefined;
1629
+ "-o-animation-name"?: import("csstype").Property.AnimationName | undefined;
1630
+ "-o-animation-play-state"?: import("csstype").Property.AnimationPlayState | undefined;
1631
+ "-o-animation-timing-function"?: import("csstype").Property.AnimationTimingFunction | undefined;
1632
+ "-o-background-size"?: import("csstype").Property.BackgroundSize<string | number> | undefined;
1633
+ "-o-border-image"?: import("csstype").Property.BorderImage | undefined;
1634
+ "-o-object-fit"?: import("csstype").Property.ObjectFit | undefined;
1635
+ "-o-object-position"?: import("csstype").Property.ObjectPosition<string | number> | undefined;
1636
+ "-o-tab-size"?: import("csstype").Property.TabSize<string | number> | undefined;
1637
+ "-o-text-overflow"?: import("csstype").Property.TextOverflow | undefined;
1638
+ "-o-transform"?: import("csstype").Property.Transform | undefined;
1639
+ "-o-transform-origin"?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1640
+ "-o-transition"?: import("csstype").Property.Transition<string & {}> | undefined;
1641
+ "-o-transition-delay"?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1642
+ "-o-transition-duration"?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1643
+ "-o-transition-property"?: import("csstype").Property.TransitionProperty | undefined;
1644
+ "-o-transition-timing-function"?: import("csstype").Property.TransitionTimingFunction | undefined;
1645
+ "-webkit-box-align"?: import("csstype").Property.BoxAlign | undefined;
1646
+ "-webkit-box-direction"?: import("csstype").Property.BoxDirection | undefined;
1647
+ "-webkit-box-flex"?: import("csstype").Property.BoxFlex | undefined;
1648
+ "-webkit-box-flex-group"?: import("csstype").Property.BoxFlexGroup | undefined;
1649
+ "-webkit-box-lines"?: import("csstype").Property.BoxLines | undefined;
1650
+ "-webkit-box-ordinal-group"?: import("csstype").Property.BoxOrdinalGroup | undefined;
1651
+ "-webkit-box-orient"?: import("csstype").Property.BoxOrient | undefined;
1652
+ "-webkit-box-pack"?: import("csstype").Property.BoxPack | undefined;
1653
+ "alignment-baseline"?: import("csstype").Property.AlignmentBaseline | undefined;
1654
+ "baseline-shift"?: import("csstype").Property.BaselineShift<string | number> | undefined;
1655
+ "clip-rule"?: import("csstype").Property.ClipRule | undefined;
1656
+ "color-interpolation"?: import("csstype").Property.ColorInterpolation | undefined;
1657
+ "color-rendering"?: import("csstype").Property.ColorRendering | undefined;
1658
+ "dominant-baseline"?: import("csstype").Property.DominantBaseline | undefined;
1659
+ "fill-opacity"?: import("csstype").Property.FillOpacity | undefined;
1660
+ "fill-rule"?: import("csstype").Property.FillRule | undefined;
1661
+ "flood-color"?: import("csstype").Property.FloodColor | undefined;
1662
+ "flood-opacity"?: import("csstype").Property.FloodOpacity | undefined;
1663
+ "glyph-orientation-vertical"?: import("csstype").Property.GlyphOrientationVertical | undefined;
1664
+ "lighting-color"?: import("csstype").Property.LightingColor | undefined;
1665
+ "marker-end"?: import("csstype").Property.MarkerEnd | undefined;
1666
+ "marker-mid"?: import("csstype").Property.MarkerMid | undefined;
1667
+ "marker-start"?: import("csstype").Property.MarkerStart | undefined;
1668
+ "shape-rendering"?: import("csstype").Property.ShapeRendering | undefined;
1669
+ "stop-color"?: import("csstype").Property.StopColor | undefined;
1670
+ "stop-opacity"?: import("csstype").Property.StopOpacity | undefined;
1671
+ "stroke-dasharray"?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
1672
+ "stroke-dashoffset"?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
1673
+ "stroke-linecap"?: import("csstype").Property.StrokeLinecap | undefined;
1674
+ "stroke-linejoin"?: import("csstype").Property.StrokeLinejoin | undefined;
1675
+ "stroke-miterlimit"?: import("csstype").Property.StrokeMiterlimit | undefined;
1676
+ "stroke-opacity"?: import("csstype").Property.StrokeOpacity | undefined;
1677
+ "stroke-width"?: import("csstype").Property.StrokeWidth<string | number> | undefined;
1678
+ "text-anchor"?: import("csstype").Property.TextAnchor | undefined;
1679
+ "vector-effect"?: import("csstype").Property.VectorEffect | undefined;
1680
+ }>;
1681
+ hoveredKey: import("vue").Ref<string | number | null>;
85
1682
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
86
1683
  readonly menuOptions: {
87
1684
  readonly type: PropType<HeaderMenuOption[]>;
@@ -122,7 +1719,7 @@ declare const _default: import("vue").DefineComponent<{
122
1719
  readonly menuOptions: HeaderMenuOption[];
123
1720
  readonly menuPlacement: HeaderMenuPlacement;
124
1721
  readonly menuTrigger: "click" | "hover";
125
- readonly menuTabsProps: Partial<import("../../tabs").TabsProps>;
1722
+ readonly menuTabsProps: Partial<import("../..").TabsProps>;
126
1723
  readonly menuCardMinColumnWidth: string | number;
127
1724
  }, {}>;
128
1725
  export default _default;