ele-admin-plus 1.3.0-beta.2 → 1.3.0-beta.3

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