bkui-vue 2.0.1-beta.50 → 2.0.1-beta.51.select.1

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