bkui-vue 0.0.2-beta.10 → 0.0.2-beta.101

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