yc-pro-components 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1074) hide show
  1. package/README.md +119 -0
  2. package/es/_virtual/_plugin-vue_export-helper.mjs +9 -0
  3. package/es/component.d.ts +4 -0
  4. package/es/component.mjs +106 -0
  5. package/es/components/breadcrumb/index.d.ts +6985 -0
  6. package/es/components/breadcrumb/index.mjs +5 -0
  7. package/es/components/breadcrumb/src/index.vue.d.ts +6947 -0
  8. package/es/components/breadcrumb/src/index.vue.mjs +6 -0
  9. package/es/components/breadcrumb/src/index.vue2.mjs +96 -0
  10. package/es/components/breadcrumb/src/type.d.ts +8 -0
  11. package/es/components/breadcrumb/src/type.mjs +1 -0
  12. package/es/components/breadcrumb/style/css.d.ts +3 -0
  13. package/es/components/breadcrumb/style/css.mjs +3 -0
  14. package/es/components/breadcrumb/style/index.d.ts +3 -0
  15. package/es/components/breadcrumb/style/index.mjs +3 -0
  16. package/es/components/check-card/index.d.ts +223 -0
  17. package/es/components/check-card/index.mjs +5 -0
  18. package/es/components/check-card/src/index.vue.d.ts +102 -0
  19. package/es/components/check-card/src/index.vue.mjs +6 -0
  20. package/es/components/check-card/src/index.vue2.mjs +165 -0
  21. package/es/components/check-card/style/css.d.ts +2 -0
  22. package/es/components/check-card/style/css.mjs +2 -0
  23. package/es/components/check-card/style/index.d.ts +2 -0
  24. package/es/components/check-card/style/index.mjs +2 -0
  25. package/es/components/check-card-group/index.d.ts +208 -0
  26. package/es/components/check-card-group/index.mjs +5 -0
  27. package/es/components/check-card-group/src/index.vue.d.ts +121 -0
  28. package/es/components/check-card-group/src/index.vue.mjs +6 -0
  29. package/es/components/check-card-group/src/index.vue2.mjs +118 -0
  30. package/es/components/check-card-group/style/css.d.ts +2 -0
  31. package/es/components/check-card-group/style/css.mjs +1 -0
  32. package/es/components/check-card-group/style/index.d.ts +2 -0
  33. package/es/components/check-card-group/style/index.mjs +1 -0
  34. package/es/components/date-picker/index.d.ts +727 -0
  35. package/es/components/date-picker/index.mjs +5 -0
  36. package/es/components/date-picker/src/index.vue.d.ts +711 -0
  37. package/es/components/date-picker/src/index.vue.mjs +6 -0
  38. package/es/components/date-picker/src/index.vue2.mjs +144 -0
  39. package/es/components/date-picker/style/css.d.ts +2 -0
  40. package/es/components/date-picker/style/css.mjs +2 -0
  41. package/es/components/date-picker/style/index.d.ts +2 -0
  42. package/es/components/date-picker/style/index.mjs +2 -0
  43. package/es/components/descriptions/index.d.ts +256 -0
  44. package/es/components/descriptions/index.mjs +5 -0
  45. package/es/components/descriptions/src/index.vue.d.ts +115 -0
  46. package/es/components/descriptions/src/index.vue.mjs +6 -0
  47. package/es/components/descriptions/src/index.vue2.mjs +215 -0
  48. package/es/components/descriptions/style/css.d.ts +3 -0
  49. package/es/components/descriptions/style/css.mjs +2 -0
  50. package/es/components/descriptions/style/index.d.ts +3 -0
  51. package/es/components/descriptions/style/index.mjs +2 -0
  52. package/es/components/dialog/index.d.ts +226 -0
  53. package/es/components/dialog/index.mjs +5 -0
  54. package/es/components/dialog/src/index.vue.d.ts +69 -0
  55. package/es/components/dialog/src/index.vue.mjs +6 -0
  56. package/es/components/dialog/src/index.vue2.mjs +121 -0
  57. package/es/components/dialog/src/type.d.ts +20 -0
  58. package/es/components/dialog/src/type.mjs +1 -0
  59. package/es/components/dialog/style/css.d.ts +3 -0
  60. package/es/components/dialog/style/css.mjs +3 -0
  61. package/es/components/dialog/style/index.d.ts +3 -0
  62. package/es/components/dialog/style/index.mjs +3 -0
  63. package/es/components/dialog-form/index.d.ts +1142 -0
  64. package/es/components/dialog-form/index.mjs +5 -0
  65. package/es/components/dialog-form/src/index.vue.d.ts +481 -0
  66. package/es/components/dialog-form/src/index.vue.mjs +6 -0
  67. package/es/components/dialog-form/src/index.vue2.mjs +157 -0
  68. package/es/components/dialog-form/style/css.d.ts +3 -0
  69. package/es/components/dialog-form/style/css.mjs +1 -0
  70. package/es/components/dialog-form/style/index.d.ts +3 -0
  71. package/es/components/dialog-form/style/index.mjs +1 -0
  72. package/es/components/display-item/index.d.ts +535 -0
  73. package/es/components/display-item/index.mjs +5 -0
  74. package/es/components/display-item/src/display-item.d.ts +29 -0
  75. package/es/components/display-item/src/display-item.mjs +43 -0
  76. package/es/components/display-item/src/index.vue.d.ts +402 -0
  77. package/es/components/display-item/src/index.vue.mjs +6 -0
  78. package/es/components/display-item/src/index.vue2.mjs +659 -0
  79. package/es/components/display-item/style/css.d.ts +9 -0
  80. package/es/components/display-item/style/css.mjs +8 -0
  81. package/es/components/display-item/style/index.d.ts +8 -0
  82. package/es/components/display-item/style/index.mjs +7 -0
  83. package/es/components/drawer-form/index.d.ts +3455 -0
  84. package/es/components/drawer-form/index.mjs +5 -0
  85. package/es/components/drawer-form/src/index.vue.d.ts +1242 -0
  86. package/es/components/drawer-form/src/index.vue.mjs +6 -0
  87. package/es/components/drawer-form/src/index.vue2.mjs +188 -0
  88. package/es/components/drawer-form/style/css.d.ts +4 -0
  89. package/es/components/drawer-form/style/css.mjs +3 -0
  90. package/es/components/drawer-form/style/index.d.ts +4 -0
  91. package/es/components/drawer-form/style/index.mjs +3 -0
  92. package/es/components/form/index.d.ts +1645 -0
  93. package/es/components/form/index.mjs +5 -0
  94. package/es/components/form/src/collapse-transition.vue.d.ts +48 -0
  95. package/es/components/form/src/collapse-transition.vue.mjs +6 -0
  96. package/es/components/form/src/collapse-transition.vue2.mjs +54 -0
  97. package/es/components/form/src/form-content.vue.d.ts +530 -0
  98. package/es/components/form/src/form-content.vue.mjs +6 -0
  99. package/es/components/form/src/form-content.vue2.mjs +160 -0
  100. package/es/components/form/src/index.vue.d.ts +628 -0
  101. package/es/components/form/src/index.vue.mjs +6 -0
  102. package/es/components/form/src/index.vue2.mjs +305 -0
  103. package/es/components/form/src/type.d.ts +161 -0
  104. package/es/components/form/src/type.mjs +1 -0
  105. package/es/components/form/style/css.d.ts +7 -0
  106. package/es/components/form/style/css.mjs +6 -0
  107. package/es/components/form/style/index.d.ts +7 -0
  108. package/es/components/form/style/index.mjs +6 -0
  109. package/es/components/form-item/index.d.ts +1791 -0
  110. package/es/components/form-item/index.mjs +5 -0
  111. package/es/components/form-item/src/form-item.d.ts +53 -0
  112. package/es/components/form-item/src/form-item.mjs +95 -0
  113. package/es/components/form-item/src/index.vue.d.ts +629 -0
  114. package/es/components/form-item/src/index.vue.mjs +6 -0
  115. package/es/components/form-item/src/index.vue2.mjs +640 -0
  116. package/es/components/form-item/style/css.d.ts +28 -0
  117. package/es/components/form-item/style/css.mjs +25 -0
  118. package/es/components/form-item/style/index.d.ts +28 -0
  119. package/es/components/form-item/style/index.mjs +25 -0
  120. package/es/components/header/index.d.ts +333 -0
  121. package/es/components/header/index.mjs +5 -0
  122. package/es/components/header/src/index.vue.d.ts +88 -0
  123. package/es/components/header/src/index.vue.mjs +6 -0
  124. package/es/components/header/src/index.vue2.mjs +210 -0
  125. package/es/components/header/src/type.d.ts +34 -0
  126. package/es/components/header/src/type.mjs +1 -0
  127. package/es/components/header/style/css.d.ts +6 -0
  128. package/es/components/header/style/css.mjs +6 -0
  129. package/es/components/header/style/index.d.ts +6 -0
  130. package/es/components/header/style/index.mjs +6 -0
  131. package/es/components/index.d.ts +45 -0
  132. package/es/components/index.mjs +63 -0
  133. package/es/components/input-tag/index.d.ts +1266 -0
  134. package/es/components/input-tag/index.mjs +5 -0
  135. package/es/components/input-tag/src/index.vue.d.ts +1249 -0
  136. package/es/components/input-tag/src/index.vue.mjs +6 -0
  137. package/es/components/input-tag/src/index.vue2.mjs +144 -0
  138. package/es/components/input-tag/style/css.d.ts +3 -0
  139. package/es/components/input-tag/style/css.mjs +3 -0
  140. package/es/components/input-tag/style/index.d.ts +3 -0
  141. package/es/components/input-tag/style/index.mjs +3 -0
  142. package/es/components/layout/index.d.ts +1635 -0
  143. package/es/components/layout/index.mjs +5 -0
  144. package/es/components/layout/src/index.vue.d.ts +564 -0
  145. package/es/components/layout/src/index.vue.mjs +6 -0
  146. package/es/components/layout/src/index.vue2.mjs +207 -0
  147. package/es/components/layout/style/css.d.ts +8 -0
  148. package/es/components/layout/style/css.mjs +5 -0
  149. package/es/components/layout/style/index.d.ts +8 -0
  150. package/es/components/layout/style/index.mjs +5 -0
  151. package/es/components/page/index.d.ts +15104 -0
  152. package/es/components/page/index.mjs +5 -0
  153. package/es/components/page/src/index.vue.d.ts +5204 -0
  154. package/es/components/page/src/index.vue.mjs +6 -0
  155. package/es/components/page/src/index.vue2.mjs +292 -0
  156. package/es/components/page/style/css.d.ts +4 -0
  157. package/es/components/page/style/css.mjs +2 -0
  158. package/es/components/page/style/index.d.ts +4 -0
  159. package/es/components/page/style/index.mjs +2 -0
  160. package/es/components/pagination/index.d.ts +149 -0
  161. package/es/components/pagination/index.mjs +5 -0
  162. package/es/components/pagination/src/index.vue.d.ts +62 -0
  163. package/es/components/pagination/src/index.vue.mjs +6 -0
  164. package/es/components/pagination/src/index.vue2.mjs +85 -0
  165. package/es/components/pagination/src/type.d.ts +16 -0
  166. package/es/components/pagination/src/type.mjs +1 -0
  167. package/es/components/pagination/style/css.d.ts +2 -0
  168. package/es/components/pagination/style/css.mjs +2 -0
  169. package/es/components/pagination/style/index.d.ts +2 -0
  170. package/es/components/pagination/style/index.mjs +2 -0
  171. package/es/components/popover/index.d.ts +121 -0
  172. package/es/components/popover/index.mjs +5 -0
  173. package/es/components/popover/src/index.vue.d.ts +61 -0
  174. package/es/components/popover/src/index.vue.mjs +6 -0
  175. package/es/components/popover/src/index.vue2.mjs +97 -0
  176. package/es/components/popover/style/css.d.ts +3 -0
  177. package/es/components/popover/style/css.mjs +3 -0
  178. package/es/components/popover/style/index.d.ts +3 -0
  179. package/es/components/popover/style/index.mjs +3 -0
  180. package/es/components/radio/index.d.ts +410 -0
  181. package/es/components/radio/index.mjs +5 -0
  182. package/es/components/radio/src/index.vue.d.ts +405 -0
  183. package/es/components/radio/src/index.vue.mjs +6 -0
  184. package/es/components/radio/src/index.vue2.mjs +191 -0
  185. package/es/components/radio/style/css.d.ts +3 -0
  186. package/es/components/radio/style/css.mjs +3 -0
  187. package/es/components/radio/style/index.d.ts +3 -0
  188. package/es/components/radio/style/index.mjs +3 -0
  189. package/es/components/render/index.d.ts +136 -0
  190. package/es/components/render/index.mjs +5 -0
  191. package/es/components/render/src/index.vue.d.ts +81 -0
  192. package/es/components/render/src/index.vue.mjs +6 -0
  193. package/es/components/render/src/index.vue2.mjs +72 -0
  194. package/es/components/search/index.d.ts +4392 -0
  195. package/es/components/search/index.mjs +5 -0
  196. package/es/components/search/src/index.vue.d.ts +1497 -0
  197. package/es/components/search/src/index.vue.mjs +6 -0
  198. package/es/components/search/src/index.vue2.mjs +221 -0
  199. package/es/components/search/src/type.d.ts +41 -0
  200. package/es/components/search/src/type.mjs +1 -0
  201. package/es/components/search/style/css.d.ts +3 -0
  202. package/es/components/search/style/css.mjs +2 -0
  203. package/es/components/search/style/index.d.ts +3 -0
  204. package/es/components/search/style/index.mjs +2 -0
  205. package/es/components/sidebar/index.d.ts +749 -0
  206. package/es/components/sidebar/index.mjs +7 -0
  207. package/es/components/sidebar/src/index.vue.d.ts +206 -0
  208. package/es/components/sidebar/src/index.vue.mjs +6 -0
  209. package/es/components/sidebar/src/index.vue2.mjs +174 -0
  210. package/es/components/sidebar/src/sidebar-item.vue.d.ts +66 -0
  211. package/es/components/sidebar/src/sidebar-item.vue.mjs +6 -0
  212. package/es/components/sidebar/src/sidebar-item.vue2.mjs +280 -0
  213. package/es/components/sidebar/src/type.d.ts +40 -0
  214. package/es/components/sidebar/src/type.mjs +1 -0
  215. package/es/components/sidebar/style/css.d.ts +6 -0
  216. package/es/components/sidebar/style/css.mjs +6 -0
  217. package/es/components/sidebar/style/index.d.ts +6 -0
  218. package/es/components/sidebar/style/index.mjs +6 -0
  219. package/es/components/steps-form/index.d.ts +181 -0
  220. package/es/components/steps-form/index.mjs +5 -0
  221. package/es/components/steps-form/src/index.vue.d.ts +125 -0
  222. package/es/components/steps-form/src/index.vue.mjs +6 -0
  223. package/es/components/steps-form/src/index.vue2.mjs +148 -0
  224. package/es/components/steps-form/src/type.d.ts +14 -0
  225. package/es/components/steps-form/src/type.mjs +1 -0
  226. package/es/components/steps-form/style/css.d.ts +4 -0
  227. package/es/components/steps-form/style/css.mjs +3 -0
  228. package/es/components/steps-form/style/index.d.ts +4 -0
  229. package/es/components/steps-form/style/index.mjs +3 -0
  230. package/es/components/table/index.d.ts +2445 -0
  231. package/es/components/table/index.mjs +5 -0
  232. package/es/components/table/src/index.vue.d.ts +743 -0
  233. package/es/components/table/src/index.vue.mjs +6 -0
  234. package/es/components/table/src/index.vue2.mjs +470 -0
  235. package/es/components/table/src/table-action-bar.vue.d.ts +74 -0
  236. package/es/components/table/src/table-action-bar.vue.mjs +6 -0
  237. package/es/components/table/src/table-action-bar.vue2.mjs +380 -0
  238. package/es/components/table/src/table-column-drag-sort.vue.d.ts +606 -0
  239. package/es/components/table/src/table-column-drag-sort.vue.mjs +6 -0
  240. package/es/components/table/src/table-column-drag-sort.vue2.mjs +72 -0
  241. package/es/components/table/src/table-column-index.vue.d.ts +47 -0
  242. package/es/components/table/src/table-column-index.vue.mjs +6 -0
  243. package/es/components/table/src/table-column-index.vue2.mjs +81 -0
  244. package/es/components/table/src/table-column.vue.d.ts +580 -0
  245. package/es/components/table/src/table-column.vue.mjs +6 -0
  246. package/es/components/table/src/table-column.vue2.mjs +231 -0
  247. package/es/components/table/src/table-title-bar.vue.d.ts +92 -0
  248. package/es/components/table/src/table-title-bar.vue.mjs +6 -0
  249. package/es/components/table/src/table-title-bar.vue2.mjs +489 -0
  250. package/es/components/table/src/type.d.ts +513 -0
  251. package/es/components/table/src/type.mjs +1 -0
  252. package/es/components/table/style/css.d.ts +15 -0
  253. package/es/components/table/style/css.mjs +11 -0
  254. package/es/components/table/style/index.d.ts +15 -0
  255. package/es/components/table/style/index.mjs +11 -0
  256. package/es/components/utils/format.d.ts +10 -0
  257. package/es/components/utils/format.mjs +12 -0
  258. package/es/components/utils/index.d.ts +144 -0
  259. package/es/components/utils/index.mjs +126 -0
  260. package/es/components/utils/is.d.ts +104 -0
  261. package/es/components/utils/is.mjs +30 -0
  262. package/es/components/yc-animate-selector/index.d.ts +25 -0
  263. package/es/components/yc-animate-selector/index.mjs +14 -0
  264. package/es/components/yc-animate-selector/src/animate.d.ts +5 -0
  265. package/es/components/yc-animate-selector/src/animate.mjs +116 -0
  266. package/es/components/yc-animate-selector/src/index.vue.d.ts +17 -0
  267. package/es/components/yc-animate-selector/src/index.vue.mjs +6 -0
  268. package/es/components/yc-animate-selector/src/index.vue2.mjs +135 -0
  269. package/es/components/yc-auth/index.d.ts +31 -0
  270. package/es/components/yc-auth/index.mjs +13 -0
  271. package/es/components/yc-auth/src/index.d.ts +61 -0
  272. package/es/components/yc-auth/src/index.mjs +39 -0
  273. package/es/components/yc-card/index.d.ts +148 -0
  274. package/es/components/yc-card/index.mjs +13 -0
  275. package/es/components/yc-card/src/index.vue.d.ts +45 -0
  276. package/es/components/yc-card/src/index.vue.mjs +6 -0
  277. package/es/components/yc-card/src/index.vue2.mjs +73 -0
  278. package/es/components/yc-card/src/type.d.ts +18 -0
  279. package/es/components/yc-card/src/type.mjs +1 -0
  280. package/es/components/yc-col/index.d.ts +36 -0
  281. package/es/components/yc-col/index.mjs +43 -0
  282. package/es/components/yc-config-provider/index.d.ts +50 -0
  283. package/es/components/yc-config-provider/index.mjs +15 -0
  284. package/es/components/yc-config-provider/src/index.vue.d.ts +41 -0
  285. package/es/components/yc-config-provider/src/index.vue.mjs +6 -0
  286. package/es/components/yc-config-provider/src/index.vue2.mjs +50 -0
  287. package/es/components/yc-config-provider/src/type.d.ts +82 -0
  288. package/es/components/yc-config-provider/src/type.mjs +23 -0
  289. package/es/components/yc-config-provider/src/useYcConfig.d.ts +55 -0
  290. package/es/components/yc-config-provider/src/useYcConfig.mjs +52 -0
  291. package/es/components/yc-count-to/index.d.ts +185 -0
  292. package/es/components/yc-count-to/index.mjs +15 -0
  293. package/es/components/yc-count-to/src/normal/index.d.ts +136 -0
  294. package/es/components/yc-count-to/src/normal/index.mjs +153 -0
  295. package/es/components/yc-count-to/src/normal/props.d.ts +86 -0
  296. package/es/components/yc-count-to/src/normal/props.mjs +62 -0
  297. package/es/components/yc-count-to/src/rebound/index.d.ts +38 -0
  298. package/es/components/yc-count-to/src/rebound/index.mjs +52 -0
  299. package/es/components/yc-count-to/src/rebound/props.d.ts +26 -0
  300. package/es/components/yc-count-to/src/rebound/props.mjs +20 -0
  301. package/es/components/yc-dialog/index.d.ts +183 -0
  302. package/es/components/yc-dialog/index.mjs +7 -0
  303. package/es/components/yc-dialog/src/index.vue.d.ts +50 -0
  304. package/es/components/yc-dialog/src/index.vue.mjs +6 -0
  305. package/es/components/yc-dialog/src/index.vue2.mjs +88 -0
  306. package/es/components/yc-dialog/src/type.d.ts +13 -0
  307. package/es/components/yc-dialog/src/type.mjs +8 -0
  308. package/es/components/yc-download-dialog/index.d.ts +208 -0
  309. package/es/components/yc-download-dialog/index.mjs +13 -0
  310. package/es/components/yc-download-dialog/src/index.vue.d.ts +57 -0
  311. package/es/components/yc-download-dialog/src/index.vue.mjs +6 -0
  312. package/es/components/yc-download-dialog/src/index.vue2.mjs +252 -0
  313. package/es/components/yc-download-dialog/src/type.d.ts +37 -0
  314. package/es/components/yc-download-dialog/src/type.mjs +1 -0
  315. package/es/components/yc-drawer/index.d.ts +11 -0
  316. package/es/components/yc-drawer/index.mjs +7 -0
  317. package/es/components/yc-drawer/src/index.vue.d.ts +3 -0
  318. package/es/components/yc-drawer/src/index.vue.mjs +6 -0
  319. package/es/components/yc-drawer/src/index.vue2.mjs +228 -0
  320. package/es/components/yc-drawer/src/type.d.ts +206 -0
  321. package/es/components/yc-drawer/src/type.mjs +1 -0
  322. package/es/components/yc-drawer/store.d.ts +2351 -0
  323. package/es/components/yc-drawer/store.mjs +38 -0
  324. package/es/components/yc-flicker/index.d.ts +24 -0
  325. package/es/components/yc-flicker/index.mjs +29 -0
  326. package/es/components/yc-form-container-header/index.d.ts +79 -0
  327. package/es/components/yc-form-container-header/index.mjs +6 -0
  328. package/es/components/yc-form-container-header/src/index.vue.d.ts +31 -0
  329. package/es/components/yc-form-container-header/src/index.vue.mjs +6 -0
  330. package/es/components/yc-form-container-header/src/index.vue2.mjs +52 -0
  331. package/es/components/yc-form-container-header/src/type.d.ts +23 -0
  332. package/es/components/yc-form-container-header/src/type.mjs +1 -0
  333. package/es/components/yc-icon/index.d.ts +49 -0
  334. package/es/components/yc-icon/index.mjs +10 -0
  335. package/es/components/yc-icon/src/hooks.d.ts +11 -0
  336. package/es/components/yc-icon/src/hooks.mjs +80 -0
  337. package/es/components/yc-icon/src/iconfont.d.ts +21 -0
  338. package/es/components/yc-icon/src/iconfont.mjs +45 -0
  339. package/es/components/yc-icon/src/iconifyIconOffline.d.ts +34 -0
  340. package/es/components/yc-icon/src/iconifyIconOffline.mjs +51 -0
  341. package/es/components/yc-icon/src/iconifyIconOnline.d.ts +19 -0
  342. package/es/components/yc-icon/src/iconifyIconOnline.mjs +30 -0
  343. package/es/components/yc-icon/src/types.d.ts +35 -0
  344. package/es/components/yc-icon/src/types.mjs +1 -0
  345. package/es/components/yc-line-tree/index.d.ts +55 -0
  346. package/es/components/yc-line-tree/index.mjs +13 -0
  347. package/es/components/yc-line-tree/src/index.vue.d.ts +55 -0
  348. package/es/components/yc-line-tree/src/index.vue.mjs +6 -0
  349. package/es/components/yc-line-tree/src/index.vue2.mjs +140 -0
  350. package/es/components/yc-line-tree/src/type.d.ts +18 -0
  351. package/es/components/yc-line-tree/src/type.mjs +1 -0
  352. package/es/components/yc-more-actions/index.d.ts +225 -0
  353. package/es/components/yc-more-actions/index.mjs +6 -0
  354. package/es/components/yc-more-actions/src/index.vue.d.ts +68 -0
  355. package/es/components/yc-more-actions/src/index.vue.mjs +6 -0
  356. package/es/components/yc-more-actions/src/index.vue2.mjs +156 -0
  357. package/es/components/yc-more-actions/src/type.d.ts +69 -0
  358. package/es/components/yc-more-actions/src/type.mjs +1 -0
  359. package/es/components/yc-perms/index.d.ts +32 -0
  360. package/es/components/yc-perms/index.mjs +13 -0
  361. package/es/components/yc-perms/src/index.d.ts +61 -0
  362. package/es/components/yc-perms/src/index.mjs +39 -0
  363. package/es/components/yc-plus-page/index.d.ts +8 -0
  364. package/es/components/yc-plus-page/index.mjs +6 -0
  365. package/es/components/yc-plus-page/src/index.vue.d.ts +12745 -0
  366. package/es/components/yc-plus-page/src/index.vue.mjs +6 -0
  367. package/es/components/yc-plus-page/src/index.vue2.mjs +301 -0
  368. package/es/components/yc-plus-page/src/type.d.ts +48 -0
  369. package/es/components/yc-plus-page/src/type.mjs +1 -0
  370. package/es/components/yc-plus-tree/index.d.ts +8 -0
  371. package/es/components/yc-plus-tree/index.mjs +15 -0
  372. package/es/components/yc-plus-tree/src/index.vue.d.ts +231 -0
  373. package/es/components/yc-plus-tree/src/index.vue.mjs +6 -0
  374. package/es/components/yc-plus-tree/src/index.vue2.mjs +887 -0
  375. package/es/components/yc-plus-tree/src/treeDataUtils.d.ts +126 -0
  376. package/es/components/yc-plus-tree/src/treeDataUtils.mjs +213 -0
  377. package/es/components/yc-plus-tree/src/type.d.ts +292 -0
  378. package/es/components/yc-plus-tree/src/type.mjs +1 -0
  379. package/es/components/yc-plus-tree/src/useSortableDrag.d.ts +107 -0
  380. package/es/components/yc-plus-tree/src/useSortableDrag.mjs +155 -0
  381. package/es/components/yc-segmented/index.d.ts +71 -0
  382. package/es/components/yc-segmented/index.mjs +13 -0
  383. package/es/components/yc-segmented/src/index.d.ts +74 -0
  384. package/es/components/yc-segmented/src/index.mjs +176 -0
  385. package/es/components/yc-segmented/src/type.d.ts +28 -0
  386. package/es/components/yc-segmented/src/type.mjs +1 -0
  387. package/es/components/yc-select-v2/index.d.ts +6 -0
  388. package/es/components/yc-select-v2/index.mjs +1 -0
  389. package/es/components/yc-select-v2/src/directive.d.ts +8 -0
  390. package/es/components/yc-select-v2/src/directive.mjs +31 -0
  391. package/es/components/yc-select-v2/src/index.vue.d.ts +84 -0
  392. package/es/components/yc-select-v2/src/index.vue.mjs +6 -0
  393. package/es/components/yc-select-v2/src/index.vue2.mjs +386 -0
  394. package/es/components/yc-select-v2/src/loadMore.d.ts +4 -0
  395. package/es/components/yc-select-v2/src/loadMore.mjs +56 -0
  396. package/es/components/yc-select-v2/src/type.d.ts +83 -0
  397. package/es/components/yc-select-v2/src/type.mjs +1 -0
  398. package/es/components/yc-status-dialog/index.d.ts +9 -0
  399. package/es/components/yc-status-dialog/index.mjs +2 -0
  400. package/es/components/yc-status-dialog/src/index.vue.d.ts +65 -0
  401. package/es/components/yc-status-dialog/src/index.vue.mjs +6 -0
  402. package/es/components/yc-status-dialog/src/index.vue2.mjs +155 -0
  403. package/es/components/yc-status-dialog/src/type.d.ts +46 -0
  404. package/es/components/yc-status-dialog/src/type.mjs +28 -0
  405. package/es/components/yc-svg-icon/index.d.ts +9 -0
  406. package/es/components/yc-svg-icon/index.mjs +1 -0
  407. package/es/components/yc-svg-icon/src/index.vue.d.ts +43 -0
  408. package/es/components/yc-svg-icon/src/index.vue.mjs +6 -0
  409. package/es/components/yc-svg-icon/src/index.vue2.mjs +85 -0
  410. package/es/components/yc-svg-icon/src/type.d.ts +19 -0
  411. package/es/components/yc-svg-icon/src/type.mjs +1 -0
  412. package/es/components/yc-tabs-with-filter/index.d.ts +170 -0
  413. package/es/components/yc-tabs-with-filter/index.mjs +13 -0
  414. package/es/components/yc-tabs-with-filter/src/index.vue.d.ts +83 -0
  415. package/es/components/yc-tabs-with-filter/src/index.vue.mjs +6 -0
  416. package/es/components/yc-tabs-with-filter/src/index.vue2.mjs +132 -0
  417. package/es/components/yc-text/index.d.ts +10 -0
  418. package/es/components/yc-text/index.mjs +13 -0
  419. package/es/components/yc-text/src/index.vue.d.ts +43 -0
  420. package/es/components/yc-text/src/index.vue.mjs +6 -0
  421. package/es/components/yc-text/src/index.vue2.mjs +76 -0
  422. package/es/constants/display-item.d.ts +4 -0
  423. package/es/constants/display-item.mjs +9 -0
  424. package/es/constants/form.d.ts +28 -0
  425. package/es/constants/form.mjs +15 -0
  426. package/es/constants/index.d.ts +3 -0
  427. package/es/constants/index.mjs +3 -0
  428. package/es/constants/page.d.ts +10 -0
  429. package/es/constants/page.mjs +7 -0
  430. package/es/defaults.d.ts +5 -0
  431. package/es/defaults.mjs +6 -0
  432. package/es/hooks/index.d.ts +8 -0
  433. package/es/hooks/index.mjs +8 -0
  434. package/es/hooks/useGetOptions.d.ts +15 -0
  435. package/es/hooks/useGetOptions.mjs +77 -0
  436. package/es/hooks/useLocale.d.ts +16 -0
  437. package/es/hooks/useLocale.mjs +31 -0
  438. package/es/hooks/usePlusFormReset.d.ts +9853 -0
  439. package/es/hooks/usePlusFormReset.mjs +83 -0
  440. package/es/hooks/usePlusProConfig.d.ts +41 -0
  441. package/es/hooks/usePlusProConfig.mjs +56 -0
  442. package/es/hooks/useSelectWithMapping.d.ts +149 -0
  443. package/es/hooks/useSelectWithMapping.mjs +103 -0
  444. package/es/hooks/useSelectWithPagination.d.ts +71 -0
  445. package/es/hooks/useSelectWithPagination.mjs +118 -0
  446. package/es/hooks/useSortableDrag.d.ts +80 -0
  447. package/es/hooks/useSortableDrag.mjs +155 -0
  448. package/es/hooks/useTable.d.ts +18 -0
  449. package/es/hooks/useTable.mjs +20 -0
  450. package/es/index.css +18 -0
  451. package/es/index.d.ts +10 -0
  452. package/es/index.mjs +80 -0
  453. package/es/locale/index.d.ts +12 -0
  454. package/es/locale/index.mjs +5 -0
  455. package/es/locale/lang/en.d.ts +69 -0
  456. package/es/locale/lang/en.mjs +70 -0
  457. package/es/locale/lang/ja.d.ts +69 -0
  458. package/es/locale/lang/ja.mjs +70 -0
  459. package/es/locale/lang/ko.d.ts +69 -0
  460. package/es/locale/lang/ko.mjs +70 -0
  461. package/es/locale/lang/zh-cn.d.ts +69 -0
  462. package/es/locale/lang/zh-cn.mjs +70 -0
  463. package/es/locale/lang/zh-tw.d.ts +69 -0
  464. package/es/locale/lang/zh-tw.mjs +70 -0
  465. package/es/make-installer.d.ts +5 -0
  466. package/es/make-installer.mjs +10 -0
  467. package/es/types/form.d.ts +324 -0
  468. package/es/types/form.mjs +1 -0
  469. package/es/types/global.d.ts +29 -0
  470. package/es/types/global.mjs +1 -0
  471. package/es/types/index.d.ts +5 -0
  472. package/es/types/index.mjs +1 -0
  473. package/es/types/layout.d.ts +44 -0
  474. package/es/types/layout.mjs +1 -0
  475. package/es/types/plus.d.ts +280 -0
  476. package/es/types/plus.mjs +1 -0
  477. package/es/types/table.d.ts +55 -0
  478. package/es/types/table.mjs +1 -0
  479. package/es/utils/dist/component.mjs +3 -0
  480. package/es/version.d.ts +1 -0
  481. package/es/version.mjs +3 -0
  482. package/es/yc-components/component.d.ts +4 -0
  483. package/es/yc-components/defaults.d.ts +5 -0
  484. package/es/yc-components/index.d.ts +10 -0
  485. package/es/yc-components/make-installer.d.ts +5 -0
  486. package/es/yc-components/version.d.ts +1 -0
  487. package/global.d.ts +29 -0
  488. package/index.css +907 -0
  489. package/index.js +61792 -0
  490. package/index.min.css +18 -0
  491. package/index.min.js +37 -0
  492. package/index.min.mjs +37 -0
  493. package/index.mjs +61647 -0
  494. package/lib/_virtual/_plugin-vue_export-helper.js +13 -0
  495. package/lib/component.d.ts +4 -0
  496. package/lib/component.js +110 -0
  497. package/lib/components/breadcrumb/index.d.ts +6985 -0
  498. package/lib/components/breadcrumb/index.js +7 -0
  499. package/lib/components/breadcrumb/src/index.vue.d.ts +6947 -0
  500. package/lib/components/breadcrumb/src/index.vue.js +10 -0
  501. package/lib/components/breadcrumb/src/index.vue2.js +100 -0
  502. package/lib/components/breadcrumb/src/type.d.ts +8 -0
  503. package/lib/components/breadcrumb/src/type.js +2 -0
  504. package/lib/components/breadcrumb/style/css.d.ts +3 -0
  505. package/lib/components/breadcrumb/style/css.js +6 -0
  506. package/lib/components/breadcrumb/style/index.d.ts +3 -0
  507. package/lib/components/breadcrumb/style/index.js +6 -0
  508. package/lib/components/check-card/index.d.ts +223 -0
  509. package/lib/components/check-card/index.js +7 -0
  510. package/lib/components/check-card/src/index.vue.d.ts +102 -0
  511. package/lib/components/check-card/src/index.vue.js +10 -0
  512. package/lib/components/check-card/src/index.vue2.js +169 -0
  513. package/lib/components/check-card/style/css.d.ts +2 -0
  514. package/lib/components/check-card/style/css.js +5 -0
  515. package/lib/components/check-card/style/index.d.ts +2 -0
  516. package/lib/components/check-card/style/index.js +5 -0
  517. package/lib/components/check-card-group/index.d.ts +208 -0
  518. package/lib/components/check-card-group/index.js +7 -0
  519. package/lib/components/check-card-group/src/index.vue.d.ts +121 -0
  520. package/lib/components/check-card-group/src/index.vue.js +10 -0
  521. package/lib/components/check-card-group/src/index.vue2.js +122 -0
  522. package/lib/components/check-card-group/style/css.d.ts +2 -0
  523. package/lib/components/check-card-group/style/css.js +4 -0
  524. package/lib/components/check-card-group/style/index.d.ts +2 -0
  525. package/lib/components/check-card-group/style/index.js +4 -0
  526. package/lib/components/date-picker/index.d.ts +727 -0
  527. package/lib/components/date-picker/index.js +7 -0
  528. package/lib/components/date-picker/src/index.vue.d.ts +711 -0
  529. package/lib/components/date-picker/src/index.vue.js +10 -0
  530. package/lib/components/date-picker/src/index.vue2.js +148 -0
  531. package/lib/components/date-picker/style/css.d.ts +2 -0
  532. package/lib/components/date-picker/style/css.js +5 -0
  533. package/lib/components/date-picker/style/index.d.ts +2 -0
  534. package/lib/components/date-picker/style/index.js +5 -0
  535. package/lib/components/descriptions/index.d.ts +256 -0
  536. package/lib/components/descriptions/index.js +7 -0
  537. package/lib/components/descriptions/src/index.vue.d.ts +115 -0
  538. package/lib/components/descriptions/src/index.vue.js +10 -0
  539. package/lib/components/descriptions/src/index.vue2.js +219 -0
  540. package/lib/components/descriptions/style/css.d.ts +3 -0
  541. package/lib/components/descriptions/style/css.js +5 -0
  542. package/lib/components/descriptions/style/index.d.ts +3 -0
  543. package/lib/components/descriptions/style/index.js +5 -0
  544. package/lib/components/dialog/index.d.ts +226 -0
  545. package/lib/components/dialog/index.js +7 -0
  546. package/lib/components/dialog/src/index.vue.d.ts +69 -0
  547. package/lib/components/dialog/src/index.vue.js +10 -0
  548. package/lib/components/dialog/src/index.vue2.js +125 -0
  549. package/lib/components/dialog/src/type.d.ts +20 -0
  550. package/lib/components/dialog/src/type.js +2 -0
  551. package/lib/components/dialog/style/css.d.ts +3 -0
  552. package/lib/components/dialog/style/css.js +6 -0
  553. package/lib/components/dialog/style/index.d.ts +3 -0
  554. package/lib/components/dialog/style/index.js +6 -0
  555. package/lib/components/dialog-form/index.d.ts +1142 -0
  556. package/lib/components/dialog-form/index.js +7 -0
  557. package/lib/components/dialog-form/src/index.vue.d.ts +481 -0
  558. package/lib/components/dialog-form/src/index.vue.js +10 -0
  559. package/lib/components/dialog-form/src/index.vue2.js +161 -0
  560. package/lib/components/dialog-form/style/css.d.ts +3 -0
  561. package/lib/components/dialog-form/style/css.js +4 -0
  562. package/lib/components/dialog-form/style/index.d.ts +3 -0
  563. package/lib/components/dialog-form/style/index.js +4 -0
  564. package/lib/components/display-item/index.d.ts +535 -0
  565. package/lib/components/display-item/index.js +7 -0
  566. package/lib/components/display-item/src/display-item.d.ts +29 -0
  567. package/lib/components/display-item/src/display-item.js +47 -0
  568. package/lib/components/display-item/src/index.vue.d.ts +402 -0
  569. package/lib/components/display-item/src/index.vue.js +10 -0
  570. package/lib/components/display-item/src/index.vue2.js +663 -0
  571. package/lib/components/display-item/style/css.d.ts +9 -0
  572. package/lib/components/display-item/style/css.js +11 -0
  573. package/lib/components/display-item/style/index.d.ts +8 -0
  574. package/lib/components/display-item/style/index.js +10 -0
  575. package/lib/components/drawer-form/index.d.ts +3455 -0
  576. package/lib/components/drawer-form/index.js +7 -0
  577. package/lib/components/drawer-form/src/index.vue.d.ts +1242 -0
  578. package/lib/components/drawer-form/src/index.vue.js +10 -0
  579. package/lib/components/drawer-form/src/index.vue2.js +192 -0
  580. package/lib/components/drawer-form/style/css.d.ts +4 -0
  581. package/lib/components/drawer-form/style/css.js +6 -0
  582. package/lib/components/drawer-form/style/index.d.ts +4 -0
  583. package/lib/components/drawer-form/style/index.js +6 -0
  584. package/lib/components/form/index.d.ts +1645 -0
  585. package/lib/components/form/index.js +7 -0
  586. package/lib/components/form/src/collapse-transition.vue.d.ts +48 -0
  587. package/lib/components/form/src/collapse-transition.vue.js +10 -0
  588. package/lib/components/form/src/collapse-transition.vue2.js +58 -0
  589. package/lib/components/form/src/form-content.vue.d.ts +530 -0
  590. package/lib/components/form/src/form-content.vue.js +10 -0
  591. package/lib/components/form/src/form-content.vue2.js +164 -0
  592. package/lib/components/form/src/index.vue.d.ts +628 -0
  593. package/lib/components/form/src/index.vue.js +10 -0
  594. package/lib/components/form/src/index.vue2.js +309 -0
  595. package/lib/components/form/src/type.d.ts +161 -0
  596. package/lib/components/form/src/type.js +2 -0
  597. package/lib/components/form/style/css.d.ts +7 -0
  598. package/lib/components/form/style/css.js +9 -0
  599. package/lib/components/form/style/index.d.ts +7 -0
  600. package/lib/components/form/style/index.js +9 -0
  601. package/lib/components/form-item/index.d.ts +1791 -0
  602. package/lib/components/form-item/index.js +7 -0
  603. package/lib/components/form-item/src/form-item.d.ts +53 -0
  604. package/lib/components/form-item/src/form-item.js +99 -0
  605. package/lib/components/form-item/src/index.vue.d.ts +629 -0
  606. package/lib/components/form-item/src/index.vue.js +10 -0
  607. package/lib/components/form-item/src/index.vue2.js +644 -0
  608. package/lib/components/form-item/style/css.d.ts +28 -0
  609. package/lib/components/form-item/style/css.js +28 -0
  610. package/lib/components/form-item/style/index.d.ts +28 -0
  611. package/lib/components/form-item/style/index.js +28 -0
  612. package/lib/components/header/index.d.ts +333 -0
  613. package/lib/components/header/index.js +7 -0
  614. package/lib/components/header/src/index.vue.d.ts +88 -0
  615. package/lib/components/header/src/index.vue.js +10 -0
  616. package/lib/components/header/src/index.vue2.js +214 -0
  617. package/lib/components/header/src/type.d.ts +34 -0
  618. package/lib/components/header/src/type.js +2 -0
  619. package/lib/components/header/style/css.d.ts +6 -0
  620. package/lib/components/header/style/css.js +9 -0
  621. package/lib/components/header/style/index.d.ts +6 -0
  622. package/lib/components/header/style/index.js +9 -0
  623. package/lib/components/index.d.ts +45 -0
  624. package/lib/components/index.js +183 -0
  625. package/lib/components/input-tag/index.d.ts +1266 -0
  626. package/lib/components/input-tag/index.js +7 -0
  627. package/lib/components/input-tag/src/index.vue.d.ts +1249 -0
  628. package/lib/components/input-tag/src/index.vue.js +10 -0
  629. package/lib/components/input-tag/src/index.vue2.js +148 -0
  630. package/lib/components/input-tag/style/css.d.ts +3 -0
  631. package/lib/components/input-tag/style/css.js +6 -0
  632. package/lib/components/input-tag/style/index.d.ts +3 -0
  633. package/lib/components/input-tag/style/index.js +6 -0
  634. package/lib/components/layout/index.d.ts +1635 -0
  635. package/lib/components/layout/index.js +7 -0
  636. package/lib/components/layout/src/index.vue.d.ts +564 -0
  637. package/lib/components/layout/src/index.vue.js +10 -0
  638. package/lib/components/layout/src/index.vue2.js +211 -0
  639. package/lib/components/layout/style/css.d.ts +8 -0
  640. package/lib/components/layout/style/css.js +8 -0
  641. package/lib/components/layout/style/index.d.ts +8 -0
  642. package/lib/components/layout/style/index.js +8 -0
  643. package/lib/components/page/index.d.ts +15104 -0
  644. package/lib/components/page/index.js +7 -0
  645. package/lib/components/page/src/index.vue.d.ts +5204 -0
  646. package/lib/components/page/src/index.vue.js +10 -0
  647. package/lib/components/page/src/index.vue2.js +296 -0
  648. package/lib/components/page/style/css.d.ts +4 -0
  649. package/lib/components/page/style/css.js +5 -0
  650. package/lib/components/page/style/index.d.ts +4 -0
  651. package/lib/components/page/style/index.js +5 -0
  652. package/lib/components/pagination/index.d.ts +149 -0
  653. package/lib/components/pagination/index.js +7 -0
  654. package/lib/components/pagination/src/index.vue.d.ts +62 -0
  655. package/lib/components/pagination/src/index.vue.js +10 -0
  656. package/lib/components/pagination/src/index.vue2.js +89 -0
  657. package/lib/components/pagination/src/type.d.ts +16 -0
  658. package/lib/components/pagination/src/type.js +2 -0
  659. package/lib/components/pagination/style/css.d.ts +2 -0
  660. package/lib/components/pagination/style/css.js +5 -0
  661. package/lib/components/pagination/style/index.d.ts +2 -0
  662. package/lib/components/pagination/style/index.js +5 -0
  663. package/lib/components/popover/index.d.ts +121 -0
  664. package/lib/components/popover/index.js +7 -0
  665. package/lib/components/popover/src/index.vue.d.ts +61 -0
  666. package/lib/components/popover/src/index.vue.js +10 -0
  667. package/lib/components/popover/src/index.vue2.js +101 -0
  668. package/lib/components/popover/style/css.d.ts +3 -0
  669. package/lib/components/popover/style/css.js +6 -0
  670. package/lib/components/popover/style/index.d.ts +3 -0
  671. package/lib/components/popover/style/index.js +6 -0
  672. package/lib/components/radio/index.d.ts +410 -0
  673. package/lib/components/radio/index.js +7 -0
  674. package/lib/components/radio/src/index.vue.d.ts +405 -0
  675. package/lib/components/radio/src/index.vue.js +10 -0
  676. package/lib/components/radio/src/index.vue2.js +195 -0
  677. package/lib/components/radio/style/css.d.ts +3 -0
  678. package/lib/components/radio/style/css.js +6 -0
  679. package/lib/components/radio/style/index.d.ts +3 -0
  680. package/lib/components/radio/style/index.js +6 -0
  681. package/lib/components/render/index.d.ts +136 -0
  682. package/lib/components/render/index.js +7 -0
  683. package/lib/components/render/src/index.vue.d.ts +81 -0
  684. package/lib/components/render/src/index.vue.js +10 -0
  685. package/lib/components/render/src/index.vue2.js +76 -0
  686. package/lib/components/search/index.d.ts +4392 -0
  687. package/lib/components/search/index.js +7 -0
  688. package/lib/components/search/src/index.vue.d.ts +1497 -0
  689. package/lib/components/search/src/index.vue.js +10 -0
  690. package/lib/components/search/src/index.vue2.js +225 -0
  691. package/lib/components/search/src/type.d.ts +41 -0
  692. package/lib/components/search/src/type.js +2 -0
  693. package/lib/components/search/style/css.d.ts +3 -0
  694. package/lib/components/search/style/css.js +5 -0
  695. package/lib/components/search/style/index.d.ts +3 -0
  696. package/lib/components/search/style/index.js +5 -0
  697. package/lib/components/sidebar/index.d.ts +749 -0
  698. package/lib/components/sidebar/index.js +10 -0
  699. package/lib/components/sidebar/src/index.vue.d.ts +206 -0
  700. package/lib/components/sidebar/src/index.vue.js +10 -0
  701. package/lib/components/sidebar/src/index.vue2.js +178 -0
  702. package/lib/components/sidebar/src/sidebar-item.vue.d.ts +66 -0
  703. package/lib/components/sidebar/src/sidebar-item.vue.js +10 -0
  704. package/lib/components/sidebar/src/sidebar-item.vue2.js +284 -0
  705. package/lib/components/sidebar/src/type.d.ts +40 -0
  706. package/lib/components/sidebar/src/type.js +2 -0
  707. package/lib/components/sidebar/style/css.d.ts +6 -0
  708. package/lib/components/sidebar/style/css.js +9 -0
  709. package/lib/components/sidebar/style/index.d.ts +6 -0
  710. package/lib/components/sidebar/style/index.js +9 -0
  711. package/lib/components/steps-form/index.d.ts +181 -0
  712. package/lib/components/steps-form/index.js +7 -0
  713. package/lib/components/steps-form/src/index.vue.d.ts +125 -0
  714. package/lib/components/steps-form/src/index.vue.js +10 -0
  715. package/lib/components/steps-form/src/index.vue2.js +152 -0
  716. package/lib/components/steps-form/src/type.d.ts +14 -0
  717. package/lib/components/steps-form/src/type.js +2 -0
  718. package/lib/components/steps-form/style/css.d.ts +4 -0
  719. package/lib/components/steps-form/style/css.js +6 -0
  720. package/lib/components/steps-form/style/index.d.ts +4 -0
  721. package/lib/components/steps-form/style/index.js +6 -0
  722. package/lib/components/table/index.d.ts +2445 -0
  723. package/lib/components/table/index.js +7 -0
  724. package/lib/components/table/src/index.vue.d.ts +743 -0
  725. package/lib/components/table/src/index.vue.js +10 -0
  726. package/lib/components/table/src/index.vue2.js +474 -0
  727. package/lib/components/table/src/table-action-bar.vue.d.ts +74 -0
  728. package/lib/components/table/src/table-action-bar.vue.js +10 -0
  729. package/lib/components/table/src/table-action-bar.vue2.js +384 -0
  730. package/lib/components/table/src/table-column-drag-sort.vue.d.ts +606 -0
  731. package/lib/components/table/src/table-column-drag-sort.vue.js +10 -0
  732. package/lib/components/table/src/table-column-drag-sort.vue2.js +76 -0
  733. package/lib/components/table/src/table-column-index.vue.d.ts +47 -0
  734. package/lib/components/table/src/table-column-index.vue.js +10 -0
  735. package/lib/components/table/src/table-column-index.vue2.js +85 -0
  736. package/lib/components/table/src/table-column.vue.d.ts +580 -0
  737. package/lib/components/table/src/table-column.vue.js +10 -0
  738. package/lib/components/table/src/table-column.vue2.js +235 -0
  739. package/lib/components/table/src/table-title-bar.vue.d.ts +92 -0
  740. package/lib/components/table/src/table-title-bar.vue.js +10 -0
  741. package/lib/components/table/src/table-title-bar.vue2.js +493 -0
  742. package/lib/components/table/src/type.d.ts +513 -0
  743. package/lib/components/table/src/type.js +2 -0
  744. package/lib/components/table/style/css.d.ts +15 -0
  745. package/lib/components/table/style/css.js +14 -0
  746. package/lib/components/table/style/index.d.ts +15 -0
  747. package/lib/components/table/style/index.js +14 -0
  748. package/lib/components/utils/format.d.ts +10 -0
  749. package/lib/components/utils/format.js +15 -0
  750. package/lib/components/utils/index.d.ts +144 -0
  751. package/lib/components/utils/index.js +168 -0
  752. package/lib/components/utils/is.d.ts +104 -0
  753. package/lib/components/utils/is.js +49 -0
  754. package/lib/components/yc-animate-selector/index.d.ts +25 -0
  755. package/lib/components/yc-animate-selector/index.js +22 -0
  756. package/lib/components/yc-animate-selector/src/animate.d.ts +5 -0
  757. package/lib/components/yc-animate-selector/src/animate.js +118 -0
  758. package/lib/components/yc-animate-selector/src/index.vue.d.ts +17 -0
  759. package/lib/components/yc-animate-selector/src/index.vue.js +10 -0
  760. package/lib/components/yc-animate-selector/src/index.vue2.js +139 -0
  761. package/lib/components/yc-auth/index.d.ts +31 -0
  762. package/lib/components/yc-auth/index.js +20 -0
  763. package/lib/components/yc-auth/src/index.d.ts +61 -0
  764. package/lib/components/yc-auth/src/index.js +43 -0
  765. package/lib/components/yc-card/index.d.ts +148 -0
  766. package/lib/components/yc-card/index.js +20 -0
  767. package/lib/components/yc-card/src/index.vue.d.ts +45 -0
  768. package/lib/components/yc-card/src/index.vue.js +10 -0
  769. package/lib/components/yc-card/src/index.vue2.js +77 -0
  770. package/lib/components/yc-card/src/type.d.ts +18 -0
  771. package/lib/components/yc-card/src/type.js +2 -0
  772. package/lib/components/yc-col/index.d.ts +36 -0
  773. package/lib/components/yc-col/index.js +49 -0
  774. package/lib/components/yc-config-provider/index.d.ts +50 -0
  775. package/lib/components/yc-config-provider/index.js +32 -0
  776. package/lib/components/yc-config-provider/src/index.vue.d.ts +41 -0
  777. package/lib/components/yc-config-provider/src/index.vue.js +10 -0
  778. package/lib/components/yc-config-provider/src/index.vue2.js +54 -0
  779. package/lib/components/yc-config-provider/src/type.d.ts +82 -0
  780. package/lib/components/yc-config-provider/src/type.js +27 -0
  781. package/lib/components/yc-config-provider/src/useYcConfig.d.ts +55 -0
  782. package/lib/components/yc-config-provider/src/useYcConfig.js +61 -0
  783. package/lib/components/yc-count-to/index.d.ts +185 -0
  784. package/lib/components/yc-count-to/index.js +24 -0
  785. package/lib/components/yc-count-to/src/normal/index.d.ts +136 -0
  786. package/lib/components/yc-count-to/src/normal/index.js +157 -0
  787. package/lib/components/yc-count-to/src/normal/props.d.ts +86 -0
  788. package/lib/components/yc-count-to/src/normal/props.js +64 -0
  789. package/lib/components/yc-count-to/src/rebound/index.d.ts +38 -0
  790. package/lib/components/yc-count-to/src/rebound/index.js +56 -0
  791. package/lib/components/yc-count-to/src/rebound/props.d.ts +26 -0
  792. package/lib/components/yc-count-to/src/rebound/props.js +22 -0
  793. package/lib/components/yc-dialog/index.d.ts +183 -0
  794. package/lib/components/yc-dialog/index.js +11 -0
  795. package/lib/components/yc-dialog/src/index.vue.d.ts +50 -0
  796. package/lib/components/yc-dialog/src/index.vue.js +10 -0
  797. package/lib/components/yc-dialog/src/index.vue2.js +92 -0
  798. package/lib/components/yc-dialog/src/type.d.ts +13 -0
  799. package/lib/components/yc-dialog/src/type.js +10 -0
  800. package/lib/components/yc-download-dialog/index.d.ts +208 -0
  801. package/lib/components/yc-download-dialog/index.js +20 -0
  802. package/lib/components/yc-download-dialog/src/index.vue.d.ts +57 -0
  803. package/lib/components/yc-download-dialog/src/index.vue.js +10 -0
  804. package/lib/components/yc-download-dialog/src/index.vue2.js +256 -0
  805. package/lib/components/yc-download-dialog/src/type.d.ts +37 -0
  806. package/lib/components/yc-download-dialog/src/type.js +2 -0
  807. package/lib/components/yc-drawer/index.d.ts +11 -0
  808. package/lib/components/yc-drawer/index.js +15 -0
  809. package/lib/components/yc-drawer/src/index.vue.d.ts +3 -0
  810. package/lib/components/yc-drawer/src/index.vue.js +10 -0
  811. package/lib/components/yc-drawer/src/index.vue2.js +232 -0
  812. package/lib/components/yc-drawer/src/type.d.ts +206 -0
  813. package/lib/components/yc-drawer/src/type.js +2 -0
  814. package/lib/components/yc-drawer/store.d.ts +2351 -0
  815. package/lib/components/yc-drawer/store.js +44 -0
  816. package/lib/components/yc-flicker/index.d.ts +24 -0
  817. package/lib/components/yc-flicker/index.js +36 -0
  818. package/lib/components/yc-form-container-header/index.d.ts +79 -0
  819. package/lib/components/yc-form-container-header/index.js +9 -0
  820. package/lib/components/yc-form-container-header/src/index.vue.d.ts +31 -0
  821. package/lib/components/yc-form-container-header/src/index.vue.js +10 -0
  822. package/lib/components/yc-form-container-header/src/index.vue2.js +56 -0
  823. package/lib/components/yc-form-container-header/src/type.d.ts +23 -0
  824. package/lib/components/yc-form-container-header/src/type.js +2 -0
  825. package/lib/components/yc-icon/index.d.ts +49 -0
  826. package/lib/components/yc-icon/index.js +18 -0
  827. package/lib/components/yc-icon/src/hooks.d.ts +11 -0
  828. package/lib/components/yc-icon/src/hooks.js +82 -0
  829. package/lib/components/yc-icon/src/iconfont.d.ts +21 -0
  830. package/lib/components/yc-icon/src/iconfont.js +49 -0
  831. package/lib/components/yc-icon/src/iconifyIconOffline.d.ts +34 -0
  832. package/lib/components/yc-icon/src/iconifyIconOffline.js +55 -0
  833. package/lib/components/yc-icon/src/iconifyIconOnline.d.ts +19 -0
  834. package/lib/components/yc-icon/src/iconifyIconOnline.js +34 -0
  835. package/lib/components/yc-icon/src/types.d.ts +35 -0
  836. package/lib/components/yc-icon/src/types.js +2 -0
  837. package/lib/components/yc-line-tree/index.d.ts +55 -0
  838. package/lib/components/yc-line-tree/index.js +20 -0
  839. package/lib/components/yc-line-tree/src/index.vue.d.ts +55 -0
  840. package/lib/components/yc-line-tree/src/index.vue.js +10 -0
  841. package/lib/components/yc-line-tree/src/index.vue2.js +144 -0
  842. package/lib/components/yc-line-tree/src/type.d.ts +18 -0
  843. package/lib/components/yc-line-tree/src/type.js +2 -0
  844. package/lib/components/yc-more-actions/index.d.ts +225 -0
  845. package/lib/components/yc-more-actions/index.js +9 -0
  846. package/lib/components/yc-more-actions/src/index.vue.d.ts +68 -0
  847. package/lib/components/yc-more-actions/src/index.vue.js +10 -0
  848. package/lib/components/yc-more-actions/src/index.vue2.js +160 -0
  849. package/lib/components/yc-more-actions/src/type.d.ts +69 -0
  850. package/lib/components/yc-more-actions/src/type.js +2 -0
  851. package/lib/components/yc-perms/index.d.ts +32 -0
  852. package/lib/components/yc-perms/index.js +20 -0
  853. package/lib/components/yc-perms/src/index.d.ts +61 -0
  854. package/lib/components/yc-perms/src/index.js +43 -0
  855. package/lib/components/yc-plus-page/index.d.ts +8 -0
  856. package/lib/components/yc-plus-page/index.js +9 -0
  857. package/lib/components/yc-plus-page/src/index.vue.d.ts +12745 -0
  858. package/lib/components/yc-plus-page/src/index.vue.js +10 -0
  859. package/lib/components/yc-plus-page/src/index.vue2.js +305 -0
  860. package/lib/components/yc-plus-page/src/type.d.ts +48 -0
  861. package/lib/components/yc-plus-page/src/type.js +2 -0
  862. package/lib/components/yc-plus-tree/index.d.ts +8 -0
  863. package/lib/components/yc-plus-tree/index.js +30 -0
  864. package/lib/components/yc-plus-tree/src/index.vue.d.ts +231 -0
  865. package/lib/components/yc-plus-tree/src/index.vue.js +10 -0
  866. package/lib/components/yc-plus-tree/src/index.vue2.js +891 -0
  867. package/lib/components/yc-plus-tree/src/treeDataUtils.d.ts +126 -0
  868. package/lib/components/yc-plus-tree/src/treeDataUtils.js +223 -0
  869. package/lib/components/yc-plus-tree/src/type.d.ts +292 -0
  870. package/lib/components/yc-plus-tree/src/type.js +2 -0
  871. package/lib/components/yc-plus-tree/src/useSortableDrag.d.ts +107 -0
  872. package/lib/components/yc-plus-tree/src/useSortableDrag.js +157 -0
  873. package/lib/components/yc-segmented/index.d.ts +71 -0
  874. package/lib/components/yc-segmented/index.js +20 -0
  875. package/lib/components/yc-segmented/src/index.d.ts +74 -0
  876. package/lib/components/yc-segmented/src/index.js +180 -0
  877. package/lib/components/yc-segmented/src/type.d.ts +28 -0
  878. package/lib/components/yc-segmented/src/type.js +2 -0
  879. package/lib/components/yc-select-v2/index.d.ts +6 -0
  880. package/lib/components/yc-select-v2/index.js +8 -0
  881. package/lib/components/yc-select-v2/src/directive.d.ts +8 -0
  882. package/lib/components/yc-select-v2/src/directive.js +35 -0
  883. package/lib/components/yc-select-v2/src/index.vue.d.ts +84 -0
  884. package/lib/components/yc-select-v2/src/index.vue.js +10 -0
  885. package/lib/components/yc-select-v2/src/index.vue2.js +390 -0
  886. package/lib/components/yc-select-v2/src/loadMore.d.ts +4 -0
  887. package/lib/components/yc-select-v2/src/loadMore.js +61 -0
  888. package/lib/components/yc-select-v2/src/type.d.ts +83 -0
  889. package/lib/components/yc-select-v2/src/type.js +2 -0
  890. package/lib/components/yc-status-dialog/index.d.ts +9 -0
  891. package/lib/components/yc-status-dialog/index.js +10 -0
  892. package/lib/components/yc-status-dialog/src/index.vue.d.ts +65 -0
  893. package/lib/components/yc-status-dialog/src/index.vue.js +10 -0
  894. package/lib/components/yc-status-dialog/src/index.vue2.js +178 -0
  895. package/lib/components/yc-status-dialog/src/type.d.ts +46 -0
  896. package/lib/components/yc-status-dialog/src/type.js +30 -0
  897. package/lib/components/yc-svg-icon/index.d.ts +9 -0
  898. package/lib/components/yc-svg-icon/index.js +8 -0
  899. package/lib/components/yc-svg-icon/src/index.vue.d.ts +43 -0
  900. package/lib/components/yc-svg-icon/src/index.vue.js +10 -0
  901. package/lib/components/yc-svg-icon/src/index.vue2.js +89 -0
  902. package/lib/components/yc-svg-icon/src/type.d.ts +19 -0
  903. package/lib/components/yc-svg-icon/src/type.js +2 -0
  904. package/lib/components/yc-tabs-with-filter/index.d.ts +170 -0
  905. package/lib/components/yc-tabs-with-filter/index.js +20 -0
  906. package/lib/components/yc-tabs-with-filter/src/index.vue.d.ts +83 -0
  907. package/lib/components/yc-tabs-with-filter/src/index.vue.js +10 -0
  908. package/lib/components/yc-tabs-with-filter/src/index.vue2.js +136 -0
  909. package/lib/components/yc-text/index.d.ts +10 -0
  910. package/lib/components/yc-text/index.js +20 -0
  911. package/lib/components/yc-text/src/index.vue.d.ts +43 -0
  912. package/lib/components/yc-text/src/index.vue.js +10 -0
  913. package/lib/components/yc-text/src/index.vue2.js +80 -0
  914. package/lib/constants/display-item.d.ts +4 -0
  915. package/lib/constants/display-item.js +11 -0
  916. package/lib/constants/form.d.ts +28 -0
  917. package/lib/constants/form.js +23 -0
  918. package/lib/constants/index.d.ts +3 -0
  919. package/lib/constants/index.js +18 -0
  920. package/lib/constants/page.d.ts +10 -0
  921. package/lib/constants/page.js +10 -0
  922. package/lib/defaults.d.ts +5 -0
  923. package/lib/defaults.js +10 -0
  924. package/lib/hooks/index.d.ts +8 -0
  925. package/lib/hooks/index.js +30 -0
  926. package/lib/hooks/useGetOptions.d.ts +15 -0
  927. package/lib/hooks/useGetOptions.js +80 -0
  928. package/lib/hooks/useLocale.d.ts +16 -0
  929. package/lib/hooks/useLocale.js +36 -0
  930. package/lib/hooks/usePlusFormReset.d.ts +9853 -0
  931. package/lib/hooks/usePlusFormReset.js +87 -0
  932. package/lib/hooks/usePlusProConfig.d.ts +41 -0
  933. package/lib/hooks/usePlusProConfig.js +61 -0
  934. package/lib/hooks/useSelectWithMapping.d.ts +149 -0
  935. package/lib/hooks/useSelectWithMapping.js +105 -0
  936. package/lib/hooks/useSelectWithPagination.d.ts +71 -0
  937. package/lib/hooks/useSelectWithPagination.js +120 -0
  938. package/lib/hooks/useSortableDrag.d.ts +80 -0
  939. package/lib/hooks/useSortableDrag.js +157 -0
  940. package/lib/hooks/useTable.d.ts +18 -0
  941. package/lib/hooks/useTable.js +22 -0
  942. package/lib/index.css +18 -0
  943. package/lib/index.d.ts +10 -0
  944. package/lib/index.js +222 -0
  945. package/lib/locale/index.d.ts +12 -0
  946. package/lib/locale/index.js +15 -0
  947. package/lib/locale/lang/en.d.ts +69 -0
  948. package/lib/locale/lang/en.js +74 -0
  949. package/lib/locale/lang/ja.d.ts +69 -0
  950. package/lib/locale/lang/ja.js +74 -0
  951. package/lib/locale/lang/ko.d.ts +69 -0
  952. package/lib/locale/lang/ko.js +74 -0
  953. package/lib/locale/lang/zh-cn.d.ts +69 -0
  954. package/lib/locale/lang/zh-cn.js +74 -0
  955. package/lib/locale/lang/zh-tw.d.ts +69 -0
  956. package/lib/locale/lang/zh-tw.js +74 -0
  957. package/lib/make-installer.d.ts +5 -0
  958. package/lib/make-installer.js +12 -0
  959. package/lib/types/form.d.ts +324 -0
  960. package/lib/types/form.js +2 -0
  961. package/lib/types/global.d.ts +29 -0
  962. package/lib/types/global.js +2 -0
  963. package/lib/types/index.d.ts +5 -0
  964. package/lib/types/index.js +2 -0
  965. package/lib/types/layout.d.ts +44 -0
  966. package/lib/types/layout.js +2 -0
  967. package/lib/types/plus.d.ts +280 -0
  968. package/lib/types/plus.js +2 -0
  969. package/lib/types/table.d.ts +55 -0
  970. package/lib/types/table.js +2 -0
  971. package/lib/utils/dist/component.js +5 -0
  972. package/lib/version.d.ts +1 -0
  973. package/lib/version.js +5 -0
  974. package/lib/yc-components/component.d.ts +4 -0
  975. package/lib/yc-components/defaults.d.ts +5 -0
  976. package/lib/yc-components/index.d.ts +10 -0
  977. package/lib/yc-components/make-installer.d.ts +5 -0
  978. package/lib/yc-components/version.d.ts +1 -0
  979. package/locale/en.d.ts +69 -0
  980. package/locale/en.js +80 -0
  981. package/locale/en.min.js +1 -0
  982. package/locale/en.min.mjs +1 -0
  983. package/locale/en.mjs +72 -0
  984. package/locale/ja.d.ts +69 -0
  985. package/locale/ja.js +80 -0
  986. package/locale/ja.min.js +1 -0
  987. package/locale/ja.min.mjs +1 -0
  988. package/locale/ja.mjs +72 -0
  989. package/locale/ko.d.ts +69 -0
  990. package/locale/ko.js +80 -0
  991. package/locale/ko.min.js +1 -0
  992. package/locale/ko.min.mjs +1 -0
  993. package/locale/ko.mjs +72 -0
  994. package/locale/zh-cn.d.ts +69 -0
  995. package/locale/zh-cn.js +80 -0
  996. package/locale/zh-cn.min.js +1 -0
  997. package/locale/zh-cn.min.mjs +1 -0
  998. package/locale/zh-cn.mjs +72 -0
  999. package/locale/zh-tw.d.ts +69 -0
  1000. package/locale/zh-tw.js +80 -0
  1001. package/locale/zh-tw.min.js +1 -0
  1002. package/locale/zh-tw.min.mjs +1 -0
  1003. package/locale/zh-tw.mjs +72 -0
  1004. package/package.json +120 -0
  1005. package/theme-chalk/index.css +1 -0
  1006. package/theme-chalk/plus-breadcrumb.css +1 -0
  1007. package/theme-chalk/plus-check-card-group.css +1 -0
  1008. package/theme-chalk/plus-check-card.css +1 -0
  1009. package/theme-chalk/plus-date-picker.css +1 -0
  1010. package/theme-chalk/plus-descriptions.css +1 -0
  1011. package/theme-chalk/plus-dialog-form.css +0 -0
  1012. package/theme-chalk/plus-dialog.css +1 -0
  1013. package/theme-chalk/plus-display-item.css +1 -0
  1014. package/theme-chalk/plus-drawer-form.css +1 -0
  1015. package/theme-chalk/plus-form-item.css +1 -0
  1016. package/theme-chalk/plus-form.css +1 -0
  1017. package/theme-chalk/plus-header.css +1 -0
  1018. package/theme-chalk/plus-input-tag.css +1 -0
  1019. package/theme-chalk/plus-layout.css +1 -0
  1020. package/theme-chalk/plus-page.css +1 -0
  1021. package/theme-chalk/plus-pagination.css +1 -0
  1022. package/theme-chalk/plus-plus-yc-tabs-with-filter.css +1 -0
  1023. package/theme-chalk/plus-popover.css +0 -0
  1024. package/theme-chalk/plus-radio.css +0 -0
  1025. package/theme-chalk/plus-search.css +1 -0
  1026. package/theme-chalk/plus-sidebar.css +1 -0
  1027. package/theme-chalk/plus-steps-form.css +1 -0
  1028. package/theme-chalk/plus-table.css +1 -0
  1029. package/theme-chalk/plus-yc-dialog.css +1 -0
  1030. package/theme-chalk/plus-yc-drawer.css +1 -0
  1031. package/theme-chalk/plus-yc-form-container-header.css +1 -0
  1032. package/theme-chalk/plus-yc-more-actions.css +1 -0
  1033. package/theme-chalk/plus-yc-plus-tree.css +1 -0
  1034. package/theme-chalk/plus-yc-select-v2.css +1 -0
  1035. package/theme-chalk/plus-yc-status-dialog.css +1 -0
  1036. package/theme-chalk/plus-yc-svg-icon.css +1 -0
  1037. package/theme-chalk/plus-yc-tabs-with-filter.css +1 -0
  1038. package/theme-chalk/src/breadcrumb.scss +9 -0
  1039. package/theme-chalk/src/check-card-group.scss +12 -0
  1040. package/theme-chalk/src/check-card.scss +81 -0
  1041. package/theme-chalk/src/date-picker.scss +96 -0
  1042. package/theme-chalk/src/descriptions.scss +41 -0
  1043. package/theme-chalk/src/dialog-form.scss +1 -0
  1044. package/theme-chalk/src/dialog.scss +8 -0
  1045. package/theme-chalk/src/display-item.scss +82 -0
  1046. package/theme-chalk/src/drawer-form.scss +16 -0
  1047. package/theme-chalk/src/form-item.scss +23 -0
  1048. package/theme-chalk/src/form.scss +34 -0
  1049. package/theme-chalk/src/header.scss +61 -0
  1050. package/theme-chalk/src/index.scss +34 -0
  1051. package/theme-chalk/src/input-tag.scss +91 -0
  1052. package/theme-chalk/src/layout.scss +36 -0
  1053. package/theme-chalk/src/mixins/config.scss +8 -0
  1054. package/theme-chalk/src/mixins/function.scss +73 -0
  1055. package/theme-chalk/src/mixins/mixins.scss +79 -0
  1056. package/theme-chalk/src/page.scss +7 -0
  1057. package/theme-chalk/src/pagination.scss +16 -0
  1058. package/theme-chalk/src/plus-yc-tabs-with-filter.scss +65 -0
  1059. package/theme-chalk/src/popover.scss +1 -0
  1060. package/theme-chalk/src/radio.scss +1 -0
  1061. package/theme-chalk/src/search.scss +49 -0
  1062. package/theme-chalk/src/sidebar.scss +93 -0
  1063. package/theme-chalk/src/steps-form.scss +18 -0
  1064. package/theme-chalk/src/table.scss +171 -0
  1065. package/theme-chalk/src/var/index.scss +6 -0
  1066. package/theme-chalk/src/yc-dialog.scss +59 -0
  1067. package/theme-chalk/src/yc-drawer.scss +64 -0
  1068. package/theme-chalk/src/yc-form-container-header.scss +28 -0
  1069. package/theme-chalk/src/yc-more-actions.scss +27 -0
  1070. package/theme-chalk/src/yc-plus-tree.scss +65 -0
  1071. package/theme-chalk/src/yc-select-v2.scss +6 -0
  1072. package/theme-chalk/src/yc-status-dialog.scss +65 -0
  1073. package/theme-chalk/src/yc-svg-icon.scss +12 -0
  1074. package/theme-chalk/src/yc-tabs-with-filter.scss +65 -0
@@ -0,0 +1,2351 @@
1
+ import { Globals } from 'csstype';
2
+ import { NavigationGuardWithThis, NavigationGuard } from 'vue-router';
3
+ import { LooseRequired } from '@vue/shared';
4
+ import { Ref, FunctionalComponent, Slot, Component, ComputedOptions, MethodOptions, Directive, WatchCallback, WatchOptions, ComponentProvideOptions, DebuggerEvent, ComponentPublicInstance, ComponentOptionsBase, VNode, RendererNode, RendererElement } from 'vue';
5
+ import { DrawerOptions, ArgsType, ButtonProps } from './src/type';
6
+
7
+ export declare const drawerStore: Ref<{
8
+ props?: unknown;
9
+ hideFooter?: boolean | undefined;
10
+ popConfirm?: {
11
+ title?: string | undefined;
12
+ confirmButtonText?: string | undefined;
13
+ cancelButtonText?: string | undefined;
14
+ confirmButtonType?: ("text" | "success" | "warning" | "info" | "primary" | "danger") | undefined;
15
+ cancelButtonType?: ("text" | "success" | "warning" | "info" | "primary" | "danger") | undefined;
16
+ icon?: string | FunctionalComponent<any, {}, any, {}> | {
17
+ new (...args: any[]): any;
18
+ __isFragment?: undefined;
19
+ __isTeleport?: undefined;
20
+ __isSuspense?: undefined;
21
+ } | {
22
+ [x: string]: any;
23
+ setup?: ((this: void, props: LooseRequired<any>, ctx: {
24
+ attrs: {
25
+ [x: string]: unknown;
26
+ };
27
+ slots: Readonly<{
28
+ [name: string]: Slot<any> | undefined;
29
+ }>;
30
+ emit: ((event: unknown, ...args: any[]) => void) | ((event: string, ...args: any[]) => void);
31
+ expose: (exposed?: Record<string, any> | undefined) => void;
32
+ }) => any) | undefined;
33
+ name?: string | undefined;
34
+ template?: string | object | undefined;
35
+ render?: Function | undefined;
36
+ components?: Record<string, Component<any, any, any, ComputedOptions, MethodOptions, {}, any>> | undefined;
37
+ directives?: Record<string, Directive<any, any>> | undefined;
38
+ inheritAttrs?: boolean | undefined;
39
+ emits?: any;
40
+ slots?: {} | undefined;
41
+ expose?: string[] | undefined;
42
+ serverPrefetch?: (() => void | Promise<any>) | undefined;
43
+ compilerOptions?: {
44
+ isCustomElement?: ((tag: string) => boolean) | undefined;
45
+ whitespace?: "preserve" | "condense" | undefined;
46
+ comments?: boolean | undefined;
47
+ delimiters?: [string, string] | undefined;
48
+ } | undefined;
49
+ call?: ((this: unknown, ...args: unknown[]) => never) | undefined;
50
+ __isFragment?: undefined;
51
+ __isTeleport?: undefined;
52
+ __isSuspense?: undefined;
53
+ __defaults?: any;
54
+ compatConfig?: {
55
+ GLOBAL_MOUNT?: boolean | "suppress-warning" | undefined;
56
+ GLOBAL_MOUNT_CONTAINER?: boolean | "suppress-warning" | undefined;
57
+ GLOBAL_EXTEND?: boolean | "suppress-warning" | undefined;
58
+ GLOBAL_PROTOTYPE?: boolean | "suppress-warning" | undefined;
59
+ GLOBAL_SET?: boolean | "suppress-warning" | undefined;
60
+ GLOBAL_DELETE?: boolean | "suppress-warning" | undefined;
61
+ GLOBAL_OBSERVABLE?: boolean | "suppress-warning" | undefined;
62
+ GLOBAL_PRIVATE_UTIL?: boolean | "suppress-warning" | undefined;
63
+ CONFIG_SILENT?: boolean | "suppress-warning" | undefined;
64
+ CONFIG_DEVTOOLS?: boolean | "suppress-warning" | undefined;
65
+ CONFIG_KEY_CODES?: boolean | "suppress-warning" | undefined;
66
+ CONFIG_PRODUCTION_TIP?: boolean | "suppress-warning" | undefined;
67
+ CONFIG_IGNORED_ELEMENTS?: boolean | "suppress-warning" | undefined;
68
+ CONFIG_WHITESPACE?: boolean | "suppress-warning" | undefined;
69
+ CONFIG_OPTION_MERGE_STRATS?: boolean | "suppress-warning" | undefined;
70
+ INSTANCE_SET?: boolean | "suppress-warning" | undefined;
71
+ INSTANCE_DELETE?: boolean | "suppress-warning" | undefined;
72
+ INSTANCE_DESTROY?: boolean | "suppress-warning" | undefined;
73
+ INSTANCE_EVENT_EMITTER?: boolean | "suppress-warning" | undefined;
74
+ INSTANCE_EVENT_HOOKS?: boolean | "suppress-warning" | undefined;
75
+ INSTANCE_CHILDREN?: boolean | "suppress-warning" | undefined;
76
+ INSTANCE_LISTENERS?: boolean | "suppress-warning" | undefined;
77
+ INSTANCE_SCOPED_SLOTS?: boolean | "suppress-warning" | undefined;
78
+ INSTANCE_ATTRS_CLASS_STYLE?: boolean | "suppress-warning" | undefined;
79
+ OPTIONS_DATA_FN?: boolean | "suppress-warning" | undefined;
80
+ OPTIONS_DATA_MERGE?: boolean | "suppress-warning" | undefined;
81
+ OPTIONS_BEFORE_DESTROY?: boolean | "suppress-warning" | undefined;
82
+ OPTIONS_DESTROYED?: boolean | "suppress-warning" | undefined;
83
+ WATCH_ARRAY?: boolean | "suppress-warning" | undefined;
84
+ PROPS_DEFAULT_THIS?: boolean | "suppress-warning" | undefined;
85
+ V_ON_KEYCODE_MODIFIER?: boolean | "suppress-warning" | undefined;
86
+ CUSTOM_DIR?: boolean | "suppress-warning" | undefined;
87
+ ATTR_FALSE_VALUE?: boolean | "suppress-warning" | undefined;
88
+ ATTR_ENUMERATED_COERCION?: boolean | "suppress-warning" | undefined;
89
+ TRANSITION_CLASSES?: boolean | "suppress-warning" | undefined;
90
+ TRANSITION_GROUP_ROOT?: boolean | "suppress-warning" | undefined;
91
+ COMPONENT_ASYNC?: boolean | "suppress-warning" | undefined;
92
+ COMPONENT_FUNCTIONAL?: boolean | "suppress-warning" | undefined;
93
+ COMPONENT_V_MODEL?: boolean | "suppress-warning" | undefined;
94
+ RENDER_FUNCTION?: boolean | "suppress-warning" | undefined;
95
+ FILTERS?: boolean | "suppress-warning" | undefined;
96
+ PRIVATE_APIS?: boolean | "suppress-warning" | undefined;
97
+ MODE?: 2 | 3 | ((comp: Component<any, any, any, ComputedOptions, MethodOptions, {}, any> | null) => 2 | 3) | undefined;
98
+ } | undefined;
99
+ data?: ((this: any, vm: any) => any) | undefined;
100
+ computed?: ComputedOptions | undefined;
101
+ methods?: MethodOptions | undefined;
102
+ watch?: {
103
+ [x: string]: (string | WatchCallback<any, any> | ({
104
+ handler: string | WatchCallback<any, any>;
105
+ } & WatchOptions<boolean>)) | (string | WatchCallback<any, any> | ({
106
+ handler: string | WatchCallback<any, any>;
107
+ } & WatchOptions<boolean>))[];
108
+ } | undefined;
109
+ provide?: ComponentProvideOptions | undefined;
110
+ inject?: {} | string[] | undefined;
111
+ filters?: Record<string, Function> | undefined;
112
+ mixins?: any[] | undefined;
113
+ extends?: any;
114
+ beforeCreate?: (() => void) | undefined;
115
+ created?: (() => void) | undefined;
116
+ beforeMount?: (() => void) | undefined;
117
+ mounted?: (() => void) | undefined;
118
+ beforeUpdate?: (() => void) | undefined;
119
+ updated?: (() => void) | undefined;
120
+ activated?: (() => void) | undefined;
121
+ deactivated?: (() => void) | undefined;
122
+ beforeDestroy?: (() => void) | undefined;
123
+ beforeUnmount?: (() => void) | undefined;
124
+ destroyed?: (() => void) | undefined;
125
+ unmounted?: (() => void) | undefined;
126
+ renderTracked?: ((e: DebuggerEvent) => void) | undefined;
127
+ renderTriggered?: ((e: DebuggerEvent) => void) | undefined;
128
+ errorCaptured?: ((err: unknown, instance: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | undefined;
129
+ delimiters?: [string, string] | undefined;
130
+ __differentiator?: string | number | symbol | undefined;
131
+ __isBuiltIn?: boolean | undefined;
132
+ __file?: string | undefined;
133
+ __name?: string | undefined;
134
+ beforeRouteEnter?: NavigationGuardWithThis<undefined> | undefined;
135
+ beforeRouteUpdate?: NavigationGuard | undefined;
136
+ beforeRouteLeave?: NavigationGuard | undefined;
137
+ } | undefined;
138
+ iconColor?: string | undefined;
139
+ hideIcon?: boolean | undefined;
140
+ hideAfter?: number | undefined;
141
+ teleported?: boolean | undefined;
142
+ persistent?: boolean | undefined;
143
+ width?: string | number | undefined;
144
+ } | undefined;
145
+ sureBtnLoading?: boolean | undefined;
146
+ headerRenderer?: ((params: {
147
+ close: () => void;
148
+ titleId: string;
149
+ titleClass: string;
150
+ }) => VNode<RendererNode, RendererElement, {
151
+ [key: string]: any;
152
+ }> | Component) | undefined;
153
+ contentRenderer?: ((params: {
154
+ options: DrawerOptions;
155
+ index: number;
156
+ }) => VNode<RendererNode, RendererElement, {
157
+ [key: string]: any;
158
+ }> | Component) | undefined;
159
+ footerRenderer?: ((params: {
160
+ options: DrawerOptions;
161
+ index: number;
162
+ }) => VNode<RendererNode, RendererElement, {
163
+ [key: string]: any;
164
+ }> | Component) | undefined;
165
+ footerButtons?: {
166
+ label: string;
167
+ size?: "default" | "small" | "large" | undefined;
168
+ type?: "success" | "warning" | "info" | "primary" | "danger" | undefined;
169
+ plain?: boolean | undefined;
170
+ text?: boolean | undefined;
171
+ bg?: boolean | undefined;
172
+ link?: boolean | undefined;
173
+ round?: boolean | undefined;
174
+ circle?: boolean | undefined;
175
+ popConfirm?: {
176
+ title?: string | undefined;
177
+ confirmButtonText?: string | undefined;
178
+ cancelButtonText?: string | undefined;
179
+ confirmButtonType?: ("text" | "success" | "warning" | "info" | "primary" | "danger") | undefined;
180
+ cancelButtonType?: ("text" | "success" | "warning" | "info" | "primary" | "danger") | undefined;
181
+ icon?: string | FunctionalComponent<any, {}, any, {}> | {
182
+ new (...args: any[]): any;
183
+ __isFragment?: undefined;
184
+ __isTeleport?: undefined;
185
+ __isSuspense?: undefined;
186
+ } | {
187
+ [x: string]: any;
188
+ setup?: ((this: void, props: LooseRequired<any>, ctx: {
189
+ attrs: {
190
+ [x: string]: unknown;
191
+ };
192
+ slots: Readonly<{
193
+ [name: string]: Slot<any> | undefined;
194
+ }>;
195
+ emit: ((event: unknown, ...args: any[]) => void) | ((event: string, ...args: any[]) => void);
196
+ expose: (exposed?: Record<string, any> | undefined) => void;
197
+ }) => any) | undefined;
198
+ name?: string | undefined;
199
+ template?: string | object | undefined;
200
+ render?: Function | undefined;
201
+ components?: Record<string, Component<any, any, any, ComputedOptions, MethodOptions, {}, any>> | undefined;
202
+ directives?: Record<string, Directive<any, any>> | undefined;
203
+ inheritAttrs?: boolean | undefined;
204
+ emits?: any;
205
+ slots?: {} | undefined;
206
+ expose?: string[] | undefined;
207
+ serverPrefetch?: (() => void | Promise<any>) | undefined;
208
+ compilerOptions?: {
209
+ isCustomElement?: ((tag: string) => boolean) | undefined;
210
+ whitespace?: "preserve" | "condense" | undefined;
211
+ comments?: boolean | undefined;
212
+ delimiters?: [string, string] | undefined;
213
+ } | undefined;
214
+ call?: ((this: unknown, ...args: unknown[]) => never) | undefined;
215
+ __isFragment?: undefined;
216
+ __isTeleport?: undefined;
217
+ __isSuspense?: undefined;
218
+ __defaults?: any;
219
+ compatConfig?: {
220
+ GLOBAL_MOUNT?: boolean | "suppress-warning" | undefined;
221
+ GLOBAL_MOUNT_CONTAINER?: boolean | "suppress-warning" | undefined;
222
+ GLOBAL_EXTEND?: boolean | "suppress-warning" | undefined;
223
+ GLOBAL_PROTOTYPE?: boolean | "suppress-warning" | undefined;
224
+ GLOBAL_SET?: boolean | "suppress-warning" | undefined;
225
+ GLOBAL_DELETE?: boolean | "suppress-warning" | undefined;
226
+ GLOBAL_OBSERVABLE?: boolean | "suppress-warning" | undefined;
227
+ GLOBAL_PRIVATE_UTIL?: boolean | "suppress-warning" | undefined;
228
+ CONFIG_SILENT?: boolean | "suppress-warning" | undefined;
229
+ CONFIG_DEVTOOLS?: boolean | "suppress-warning" | undefined;
230
+ CONFIG_KEY_CODES?: boolean | "suppress-warning" | undefined;
231
+ CONFIG_PRODUCTION_TIP?: boolean | "suppress-warning" | undefined;
232
+ CONFIG_IGNORED_ELEMENTS?: boolean | "suppress-warning" | undefined;
233
+ CONFIG_WHITESPACE?: boolean | "suppress-warning" | undefined;
234
+ CONFIG_OPTION_MERGE_STRATS?: boolean | "suppress-warning" | undefined;
235
+ INSTANCE_SET?: boolean | "suppress-warning" | undefined;
236
+ INSTANCE_DELETE?: boolean | "suppress-warning" | undefined;
237
+ INSTANCE_DESTROY?: boolean | "suppress-warning" | undefined;
238
+ INSTANCE_EVENT_EMITTER?: boolean | "suppress-warning" | undefined;
239
+ INSTANCE_EVENT_HOOKS?: boolean | "suppress-warning" | undefined;
240
+ INSTANCE_CHILDREN?: boolean | "suppress-warning" | undefined;
241
+ INSTANCE_LISTENERS?: boolean | "suppress-warning" | undefined;
242
+ INSTANCE_SCOPED_SLOTS?: boolean | "suppress-warning" | undefined;
243
+ INSTANCE_ATTRS_CLASS_STYLE?: boolean | "suppress-warning" | undefined;
244
+ OPTIONS_DATA_FN?: boolean | "suppress-warning" | undefined;
245
+ OPTIONS_DATA_MERGE?: boolean | "suppress-warning" | undefined;
246
+ OPTIONS_BEFORE_DESTROY?: boolean | "suppress-warning" | undefined;
247
+ OPTIONS_DESTROYED?: boolean | "suppress-warning" | undefined;
248
+ WATCH_ARRAY?: boolean | "suppress-warning" | undefined;
249
+ PROPS_DEFAULT_THIS?: boolean | "suppress-warning" | undefined;
250
+ V_ON_KEYCODE_MODIFIER?: boolean | "suppress-warning" | undefined;
251
+ CUSTOM_DIR?: boolean | "suppress-warning" | undefined;
252
+ ATTR_FALSE_VALUE?: boolean | "suppress-warning" | undefined;
253
+ ATTR_ENUMERATED_COERCION?: boolean | "suppress-warning" | undefined;
254
+ TRANSITION_CLASSES?: boolean | "suppress-warning" | undefined;
255
+ TRANSITION_GROUP_ROOT?: boolean | "suppress-warning" | undefined;
256
+ COMPONENT_ASYNC?: boolean | "suppress-warning" | undefined;
257
+ COMPONENT_FUNCTIONAL?: boolean | "suppress-warning" | undefined;
258
+ COMPONENT_V_MODEL?: boolean | "suppress-warning" | undefined;
259
+ RENDER_FUNCTION?: boolean | "suppress-warning" | undefined;
260
+ FILTERS?: boolean | "suppress-warning" | undefined;
261
+ PRIVATE_APIS?: boolean | "suppress-warning" | undefined;
262
+ MODE?: 2 | 3 | ((comp: Component<any, any, any, ComputedOptions, MethodOptions, {}, any> | null) => 2 | 3) | undefined;
263
+ } | undefined;
264
+ data?: ((this: any, vm: any) => any) | undefined;
265
+ computed?: ComputedOptions | undefined;
266
+ methods?: MethodOptions | undefined;
267
+ watch?: {
268
+ [x: string]: (string | WatchCallback<any, any> | ({
269
+ handler: string | WatchCallback<any, any>;
270
+ } & WatchOptions<boolean>)) | (string | WatchCallback<any, any> | ({
271
+ handler: string | WatchCallback<any, any>;
272
+ } & WatchOptions<boolean>))[];
273
+ } | undefined;
274
+ provide?: ComponentProvideOptions | undefined;
275
+ inject?: {} | string[] | undefined;
276
+ filters?: Record<string, Function> | undefined;
277
+ mixins?: any[] | undefined;
278
+ extends?: any;
279
+ beforeCreate?: (() => void) | undefined;
280
+ created?: (() => void) | undefined;
281
+ beforeMount?: (() => void) | undefined;
282
+ mounted?: (() => void) | undefined;
283
+ beforeUpdate?: (() => void) | undefined;
284
+ updated?: (() => void) | undefined;
285
+ activated?: (() => void) | undefined;
286
+ deactivated?: (() => void) | undefined;
287
+ beforeDestroy?: (() => void) | undefined;
288
+ beforeUnmount?: (() => void) | undefined;
289
+ destroyed?: (() => void) | undefined;
290
+ unmounted?: (() => void) | undefined;
291
+ renderTracked?: ((e: DebuggerEvent) => void) | undefined;
292
+ renderTriggered?: ((e: DebuggerEvent) => void) | undefined;
293
+ errorCaptured?: ((err: unknown, instance: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | undefined;
294
+ delimiters?: [string, string] | undefined;
295
+ __differentiator?: string | number | symbol | undefined;
296
+ __isBuiltIn?: boolean | undefined;
297
+ __file?: string | undefined;
298
+ __name?: string | undefined;
299
+ beforeRouteEnter?: NavigationGuardWithThis<undefined> | undefined;
300
+ beforeRouteUpdate?: NavigationGuard | undefined;
301
+ beforeRouteLeave?: NavigationGuard | undefined;
302
+ } | undefined;
303
+ iconColor?: string | undefined;
304
+ hideIcon?: boolean | undefined;
305
+ hideAfter?: number | undefined;
306
+ teleported?: boolean | undefined;
307
+ persistent?: boolean | undefined;
308
+ width?: string | number | undefined;
309
+ } | undefined;
310
+ loading?: boolean | undefined;
311
+ loadingIcon?: string | FunctionalComponent<any, {}, any, {}> | {
312
+ new (...args: any[]): any;
313
+ __isFragment?: undefined;
314
+ __isTeleport?: undefined;
315
+ __isSuspense?: undefined;
316
+ } | {
317
+ [x: string]: any;
318
+ setup?: ((this: void, props: LooseRequired<any>, ctx: {
319
+ attrs: {
320
+ [x: string]: unknown;
321
+ };
322
+ slots: Readonly<{
323
+ [name: string]: Slot<any> | undefined;
324
+ }>;
325
+ emit: ((event: unknown, ...args: any[]) => void) | ((event: string, ...args: any[]) => void);
326
+ expose: (exposed?: Record<string, any> | undefined) => void;
327
+ }) => any) | undefined;
328
+ name?: string | undefined;
329
+ template?: string | object | undefined;
330
+ render?: Function | undefined;
331
+ components?: Record<string, Component<any, any, any, ComputedOptions, MethodOptions, {}, any>> | undefined;
332
+ directives?: Record<string, Directive<any, any>> | undefined;
333
+ inheritAttrs?: boolean | undefined;
334
+ emits?: any;
335
+ slots?: {} | undefined;
336
+ expose?: string[] | undefined;
337
+ serverPrefetch?: (() => void | Promise<any>) | undefined;
338
+ compilerOptions?: {
339
+ isCustomElement?: ((tag: string) => boolean) | undefined;
340
+ whitespace?: "preserve" | "condense" | undefined;
341
+ comments?: boolean | undefined;
342
+ delimiters?: [string, string] | undefined;
343
+ } | undefined;
344
+ call?: ((this: unknown, ...args: unknown[]) => never) | undefined;
345
+ __isFragment?: undefined;
346
+ __isTeleport?: undefined;
347
+ __isSuspense?: undefined;
348
+ __defaults?: any;
349
+ compatConfig?: {
350
+ GLOBAL_MOUNT?: boolean | "suppress-warning" | undefined;
351
+ GLOBAL_MOUNT_CONTAINER?: boolean | "suppress-warning" | undefined;
352
+ GLOBAL_EXTEND?: boolean | "suppress-warning" | undefined;
353
+ GLOBAL_PROTOTYPE?: boolean | "suppress-warning" | undefined;
354
+ GLOBAL_SET?: boolean | "suppress-warning" | undefined;
355
+ GLOBAL_DELETE?: boolean | "suppress-warning" | undefined;
356
+ GLOBAL_OBSERVABLE?: boolean | "suppress-warning" | undefined;
357
+ GLOBAL_PRIVATE_UTIL?: boolean | "suppress-warning" | undefined;
358
+ CONFIG_SILENT?: boolean | "suppress-warning" | undefined;
359
+ CONFIG_DEVTOOLS?: boolean | "suppress-warning" | undefined;
360
+ CONFIG_KEY_CODES?: boolean | "suppress-warning" | undefined;
361
+ CONFIG_PRODUCTION_TIP?: boolean | "suppress-warning" | undefined;
362
+ CONFIG_IGNORED_ELEMENTS?: boolean | "suppress-warning" | undefined;
363
+ CONFIG_WHITESPACE?: boolean | "suppress-warning" | undefined;
364
+ CONFIG_OPTION_MERGE_STRATS?: boolean | "suppress-warning" | undefined;
365
+ INSTANCE_SET?: boolean | "suppress-warning" | undefined;
366
+ INSTANCE_DELETE?: boolean | "suppress-warning" | undefined;
367
+ INSTANCE_DESTROY?: boolean | "suppress-warning" | undefined;
368
+ INSTANCE_EVENT_EMITTER?: boolean | "suppress-warning" | undefined;
369
+ INSTANCE_EVENT_HOOKS?: boolean | "suppress-warning" | undefined;
370
+ INSTANCE_CHILDREN?: boolean | "suppress-warning" | undefined;
371
+ INSTANCE_LISTENERS?: boolean | "suppress-warning" | undefined;
372
+ INSTANCE_SCOPED_SLOTS?: boolean | "suppress-warning" | undefined;
373
+ INSTANCE_ATTRS_CLASS_STYLE?: boolean | "suppress-warning" | undefined;
374
+ OPTIONS_DATA_FN?: boolean | "suppress-warning" | undefined;
375
+ OPTIONS_DATA_MERGE?: boolean | "suppress-warning" | undefined;
376
+ OPTIONS_BEFORE_DESTROY?: boolean | "suppress-warning" | undefined;
377
+ OPTIONS_DESTROYED?: boolean | "suppress-warning" | undefined;
378
+ WATCH_ARRAY?: boolean | "suppress-warning" | undefined;
379
+ PROPS_DEFAULT_THIS?: boolean | "suppress-warning" | undefined;
380
+ V_ON_KEYCODE_MODIFIER?: boolean | "suppress-warning" | undefined;
381
+ CUSTOM_DIR?: boolean | "suppress-warning" | undefined;
382
+ ATTR_FALSE_VALUE?: boolean | "suppress-warning" | undefined;
383
+ ATTR_ENUMERATED_COERCION?: boolean | "suppress-warning" | undefined;
384
+ TRANSITION_CLASSES?: boolean | "suppress-warning" | undefined;
385
+ TRANSITION_GROUP_ROOT?: boolean | "suppress-warning" | undefined;
386
+ COMPONENT_ASYNC?: boolean | "suppress-warning" | undefined;
387
+ COMPONENT_FUNCTIONAL?: boolean | "suppress-warning" | undefined;
388
+ COMPONENT_V_MODEL?: boolean | "suppress-warning" | undefined;
389
+ RENDER_FUNCTION?: boolean | "suppress-warning" | undefined;
390
+ FILTERS?: boolean | "suppress-warning" | undefined;
391
+ PRIVATE_APIS?: boolean | "suppress-warning" | undefined;
392
+ MODE?: 2 | 3 | ((comp: Component<any, any, any, ComputedOptions, MethodOptions, {}, any> | null) => 2 | 3) | undefined;
393
+ } | undefined;
394
+ data?: ((this: any, vm: any) => any) | undefined;
395
+ computed?: ComputedOptions | undefined;
396
+ methods?: MethodOptions | undefined;
397
+ watch?: {
398
+ [x: string]: (string | WatchCallback<any, any> | ({
399
+ handler: string | WatchCallback<any, any>;
400
+ } & WatchOptions<boolean>)) | (string | WatchCallback<any, any> | ({
401
+ handler: string | WatchCallback<any, any>;
402
+ } & WatchOptions<boolean>))[];
403
+ } | undefined;
404
+ provide?: ComponentProvideOptions | undefined;
405
+ inject?: {} | string[] | undefined;
406
+ filters?: Record<string, Function> | undefined;
407
+ mixins?: any[] | undefined;
408
+ extends?: any;
409
+ beforeCreate?: (() => void) | undefined;
410
+ created?: (() => void) | undefined;
411
+ beforeMount?: (() => void) | undefined;
412
+ mounted?: (() => void) | undefined;
413
+ beforeUpdate?: (() => void) | undefined;
414
+ updated?: (() => void) | undefined;
415
+ activated?: (() => void) | undefined;
416
+ deactivated?: (() => void) | undefined;
417
+ beforeDestroy?: (() => void) | undefined;
418
+ beforeUnmount?: (() => void) | undefined;
419
+ destroyed?: (() => void) | undefined;
420
+ unmounted?: (() => void) | undefined;
421
+ renderTracked?: ((e: DebuggerEvent) => void) | undefined;
422
+ renderTriggered?: ((e: DebuggerEvent) => void) | undefined;
423
+ errorCaptured?: ((err: unknown, instance: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | undefined;
424
+ delimiters?: [string, string] | undefined;
425
+ __differentiator?: string | number | symbol | undefined;
426
+ __isBuiltIn?: boolean | undefined;
427
+ __file?: string | undefined;
428
+ __name?: string | undefined;
429
+ beforeRouteEnter?: NavigationGuardWithThis<undefined> | undefined;
430
+ beforeRouteUpdate?: NavigationGuard | undefined;
431
+ beforeRouteLeave?: NavigationGuard | undefined;
432
+ } | undefined;
433
+ disabled?: boolean | undefined;
434
+ icon?: string | FunctionalComponent<any, {}, any, {}> | {
435
+ new (...args: any[]): any;
436
+ __isFragment?: undefined;
437
+ __isTeleport?: undefined;
438
+ __isSuspense?: undefined;
439
+ } | {
440
+ [x: string]: any;
441
+ setup?: ((this: void, props: LooseRequired<any>, ctx: {
442
+ attrs: {
443
+ [x: string]: unknown;
444
+ };
445
+ slots: Readonly<{
446
+ [name: string]: Slot<any> | undefined;
447
+ }>;
448
+ emit: ((event: unknown, ...args: any[]) => void) | ((event: string, ...args: any[]) => void);
449
+ expose: (exposed?: Record<string, any> | undefined) => void;
450
+ }) => any) | undefined;
451
+ name?: string | undefined;
452
+ template?: string | object | undefined;
453
+ render?: Function | undefined;
454
+ components?: Record<string, Component<any, any, any, ComputedOptions, MethodOptions, {}, any>> | undefined;
455
+ directives?: Record<string, Directive<any, any>> | undefined;
456
+ inheritAttrs?: boolean | undefined;
457
+ emits?: any;
458
+ slots?: {} | undefined;
459
+ expose?: string[] | undefined;
460
+ serverPrefetch?: (() => void | Promise<any>) | undefined;
461
+ compilerOptions?: {
462
+ isCustomElement?: ((tag: string) => boolean) | undefined;
463
+ whitespace?: "preserve" | "condense" | undefined;
464
+ comments?: boolean | undefined;
465
+ delimiters?: [string, string] | undefined;
466
+ } | undefined;
467
+ call?: ((this: unknown, ...args: unknown[]) => never) | undefined;
468
+ __isFragment?: undefined;
469
+ __isTeleport?: undefined;
470
+ __isSuspense?: undefined;
471
+ __defaults?: any;
472
+ compatConfig?: {
473
+ GLOBAL_MOUNT?: boolean | "suppress-warning" | undefined;
474
+ GLOBAL_MOUNT_CONTAINER?: boolean | "suppress-warning" | undefined;
475
+ GLOBAL_EXTEND?: boolean | "suppress-warning" | undefined;
476
+ GLOBAL_PROTOTYPE?: boolean | "suppress-warning" | undefined;
477
+ GLOBAL_SET?: boolean | "suppress-warning" | undefined;
478
+ GLOBAL_DELETE?: boolean | "suppress-warning" | undefined;
479
+ GLOBAL_OBSERVABLE?: boolean | "suppress-warning" | undefined;
480
+ GLOBAL_PRIVATE_UTIL?: boolean | "suppress-warning" | undefined;
481
+ CONFIG_SILENT?: boolean | "suppress-warning" | undefined;
482
+ CONFIG_DEVTOOLS?: boolean | "suppress-warning" | undefined;
483
+ CONFIG_KEY_CODES?: boolean | "suppress-warning" | undefined;
484
+ CONFIG_PRODUCTION_TIP?: boolean | "suppress-warning" | undefined;
485
+ CONFIG_IGNORED_ELEMENTS?: boolean | "suppress-warning" | undefined;
486
+ CONFIG_WHITESPACE?: boolean | "suppress-warning" | undefined;
487
+ CONFIG_OPTION_MERGE_STRATS?: boolean | "suppress-warning" | undefined;
488
+ INSTANCE_SET?: boolean | "suppress-warning" | undefined;
489
+ INSTANCE_DELETE?: boolean | "suppress-warning" | undefined;
490
+ INSTANCE_DESTROY?: boolean | "suppress-warning" | undefined;
491
+ INSTANCE_EVENT_EMITTER?: boolean | "suppress-warning" | undefined;
492
+ INSTANCE_EVENT_HOOKS?: boolean | "suppress-warning" | undefined;
493
+ INSTANCE_CHILDREN?: boolean | "suppress-warning" | undefined;
494
+ INSTANCE_LISTENERS?: boolean | "suppress-warning" | undefined;
495
+ INSTANCE_SCOPED_SLOTS?: boolean | "suppress-warning" | undefined;
496
+ INSTANCE_ATTRS_CLASS_STYLE?: boolean | "suppress-warning" | undefined;
497
+ OPTIONS_DATA_FN?: boolean | "suppress-warning" | undefined;
498
+ OPTIONS_DATA_MERGE?: boolean | "suppress-warning" | undefined;
499
+ OPTIONS_BEFORE_DESTROY?: boolean | "suppress-warning" | undefined;
500
+ OPTIONS_DESTROYED?: boolean | "suppress-warning" | undefined;
501
+ WATCH_ARRAY?: boolean | "suppress-warning" | undefined;
502
+ PROPS_DEFAULT_THIS?: boolean | "suppress-warning" | undefined;
503
+ V_ON_KEYCODE_MODIFIER?: boolean | "suppress-warning" | undefined;
504
+ CUSTOM_DIR?: boolean | "suppress-warning" | undefined;
505
+ ATTR_FALSE_VALUE?: boolean | "suppress-warning" | undefined;
506
+ ATTR_ENUMERATED_COERCION?: boolean | "suppress-warning" | undefined;
507
+ TRANSITION_CLASSES?: boolean | "suppress-warning" | undefined;
508
+ TRANSITION_GROUP_ROOT?: boolean | "suppress-warning" | undefined;
509
+ COMPONENT_ASYNC?: boolean | "suppress-warning" | undefined;
510
+ COMPONENT_FUNCTIONAL?: boolean | "suppress-warning" | undefined;
511
+ COMPONENT_V_MODEL?: boolean | "suppress-warning" | undefined;
512
+ RENDER_FUNCTION?: boolean | "suppress-warning" | undefined;
513
+ FILTERS?: boolean | "suppress-warning" | undefined;
514
+ PRIVATE_APIS?: boolean | "suppress-warning" | undefined;
515
+ MODE?: 2 | 3 | ((comp: Component<any, any, any, ComputedOptions, MethodOptions, {}, any> | null) => 2 | 3) | undefined;
516
+ } | undefined;
517
+ data?: ((this: any, vm: any) => any) | undefined;
518
+ computed?: ComputedOptions | undefined;
519
+ methods?: MethodOptions | undefined;
520
+ watch?: {
521
+ [x: string]: (string | WatchCallback<any, any> | ({
522
+ handler: string | WatchCallback<any, any>;
523
+ } & WatchOptions<boolean>)) | (string | WatchCallback<any, any> | ({
524
+ handler: string | WatchCallback<any, any>;
525
+ } & WatchOptions<boolean>))[];
526
+ } | undefined;
527
+ provide?: ComponentProvideOptions | undefined;
528
+ inject?: {} | string[] | undefined;
529
+ filters?: Record<string, Function> | undefined;
530
+ mixins?: any[] | undefined;
531
+ extends?: any;
532
+ beforeCreate?: (() => void) | undefined;
533
+ created?: (() => void) | undefined;
534
+ beforeMount?: (() => void) | undefined;
535
+ mounted?: (() => void) | undefined;
536
+ beforeUpdate?: (() => void) | undefined;
537
+ updated?: (() => void) | undefined;
538
+ activated?: (() => void) | undefined;
539
+ deactivated?: (() => void) | undefined;
540
+ beforeDestroy?: (() => void) | undefined;
541
+ beforeUnmount?: (() => void) | undefined;
542
+ destroyed?: (() => void) | undefined;
543
+ unmounted?: (() => void) | undefined;
544
+ renderTracked?: ((e: DebuggerEvent) => void) | undefined;
545
+ renderTriggered?: ((e: DebuggerEvent) => void) | undefined;
546
+ errorCaptured?: ((err: unknown, instance: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | undefined;
547
+ delimiters?: [string, string] | undefined;
548
+ __differentiator?: string | number | symbol | undefined;
549
+ __isBuiltIn?: boolean | undefined;
550
+ __file?: string | undefined;
551
+ __name?: string | undefined;
552
+ beforeRouteEnter?: NavigationGuardWithThis<undefined> | undefined;
553
+ beforeRouteUpdate?: NavigationGuard | undefined;
554
+ beforeRouteLeave?: NavigationGuard | undefined;
555
+ } | undefined;
556
+ autofocus?: boolean | undefined;
557
+ nativeType?: "button" | "reset" | "submit" | undefined;
558
+ autoInsertSpace?: boolean | undefined;
559
+ color?: string | undefined;
560
+ dark?: boolean | undefined;
561
+ tag?: string | FunctionalComponent<any, {}, any, {}> | {
562
+ new (...args: any[]): any;
563
+ __isFragment?: undefined;
564
+ __isTeleport?: undefined;
565
+ __isSuspense?: undefined;
566
+ } | {
567
+ [x: string]: any;
568
+ setup?: ((this: void, props: LooseRequired<any>, ctx: {
569
+ attrs: {
570
+ [x: string]: unknown;
571
+ };
572
+ slots: Readonly<{
573
+ [name: string]: Slot<any> | undefined;
574
+ }>;
575
+ emit: ((event: unknown, ...args: any[]) => void) | ((event: string, ...args: any[]) => void);
576
+ expose: (exposed?: Record<string, any> | undefined) => void;
577
+ }) => any) | undefined;
578
+ name?: string | undefined;
579
+ template?: string | object | undefined;
580
+ render?: Function | undefined;
581
+ components?: Record<string, Component<any, any, any, ComputedOptions, MethodOptions, {}, any>> | undefined;
582
+ directives?: Record<string, Directive<any, any>> | undefined;
583
+ inheritAttrs?: boolean | undefined;
584
+ emits?: any;
585
+ slots?: {} | undefined;
586
+ expose?: string[] | undefined;
587
+ serverPrefetch?: (() => void | Promise<any>) | undefined;
588
+ compilerOptions?: {
589
+ isCustomElement?: ((tag: string) => boolean) | undefined;
590
+ whitespace?: "preserve" | "condense" | undefined;
591
+ comments?: boolean | undefined;
592
+ delimiters?: [string, string] | undefined;
593
+ } | undefined;
594
+ call?: ((this: unknown, ...args: unknown[]) => never) | undefined;
595
+ __isFragment?: undefined;
596
+ __isTeleport?: undefined;
597
+ __isSuspense?: undefined;
598
+ __defaults?: any;
599
+ compatConfig?: {
600
+ GLOBAL_MOUNT?: boolean | "suppress-warning" | undefined;
601
+ GLOBAL_MOUNT_CONTAINER?: boolean | "suppress-warning" | undefined;
602
+ GLOBAL_EXTEND?: boolean | "suppress-warning" | undefined;
603
+ GLOBAL_PROTOTYPE?: boolean | "suppress-warning" | undefined;
604
+ GLOBAL_SET?: boolean | "suppress-warning" | undefined;
605
+ GLOBAL_DELETE?: boolean | "suppress-warning" | undefined;
606
+ GLOBAL_OBSERVABLE?: boolean | "suppress-warning" | undefined;
607
+ GLOBAL_PRIVATE_UTIL?: boolean | "suppress-warning" | undefined;
608
+ CONFIG_SILENT?: boolean | "suppress-warning" | undefined;
609
+ CONFIG_DEVTOOLS?: boolean | "suppress-warning" | undefined;
610
+ CONFIG_KEY_CODES?: boolean | "suppress-warning" | undefined;
611
+ CONFIG_PRODUCTION_TIP?: boolean | "suppress-warning" | undefined;
612
+ CONFIG_IGNORED_ELEMENTS?: boolean | "suppress-warning" | undefined;
613
+ CONFIG_WHITESPACE?: boolean | "suppress-warning" | undefined;
614
+ CONFIG_OPTION_MERGE_STRATS?: boolean | "suppress-warning" | undefined;
615
+ INSTANCE_SET?: boolean | "suppress-warning" | undefined;
616
+ INSTANCE_DELETE?: boolean | "suppress-warning" | undefined;
617
+ INSTANCE_DESTROY?: boolean | "suppress-warning" | undefined;
618
+ INSTANCE_EVENT_EMITTER?: boolean | "suppress-warning" | undefined;
619
+ INSTANCE_EVENT_HOOKS?: boolean | "suppress-warning" | undefined;
620
+ INSTANCE_CHILDREN?: boolean | "suppress-warning" | undefined;
621
+ INSTANCE_LISTENERS?: boolean | "suppress-warning" | undefined;
622
+ INSTANCE_SCOPED_SLOTS?: boolean | "suppress-warning" | undefined;
623
+ INSTANCE_ATTRS_CLASS_STYLE?: boolean | "suppress-warning" | undefined;
624
+ OPTIONS_DATA_FN?: boolean | "suppress-warning" | undefined;
625
+ OPTIONS_DATA_MERGE?: boolean | "suppress-warning" | undefined;
626
+ OPTIONS_BEFORE_DESTROY?: boolean | "suppress-warning" | undefined;
627
+ OPTIONS_DESTROYED?: boolean | "suppress-warning" | undefined;
628
+ WATCH_ARRAY?: boolean | "suppress-warning" | undefined;
629
+ PROPS_DEFAULT_THIS?: boolean | "suppress-warning" | undefined;
630
+ V_ON_KEYCODE_MODIFIER?: boolean | "suppress-warning" | undefined;
631
+ CUSTOM_DIR?: boolean | "suppress-warning" | undefined;
632
+ ATTR_FALSE_VALUE?: boolean | "suppress-warning" | undefined;
633
+ ATTR_ENUMERATED_COERCION?: boolean | "suppress-warning" | undefined;
634
+ TRANSITION_CLASSES?: boolean | "suppress-warning" | undefined;
635
+ TRANSITION_GROUP_ROOT?: boolean | "suppress-warning" | undefined;
636
+ COMPONENT_ASYNC?: boolean | "suppress-warning" | undefined;
637
+ COMPONENT_FUNCTIONAL?: boolean | "suppress-warning" | undefined;
638
+ COMPONENT_V_MODEL?: boolean | "suppress-warning" | undefined;
639
+ RENDER_FUNCTION?: boolean | "suppress-warning" | undefined;
640
+ FILTERS?: boolean | "suppress-warning" | undefined;
641
+ PRIVATE_APIS?: boolean | "suppress-warning" | undefined;
642
+ MODE?: 2 | 3 | ((comp: Component<any, any, any, ComputedOptions, MethodOptions, {}, any> | null) => 2 | 3) | undefined;
643
+ } | undefined;
644
+ data?: ((this: any, vm: any) => any) | undefined;
645
+ computed?: ComputedOptions | undefined;
646
+ methods?: MethodOptions | undefined;
647
+ watch?: {
648
+ [x: string]: (string | WatchCallback<any, any> | ({
649
+ handler: string | WatchCallback<any, any>;
650
+ } & WatchOptions<boolean>)) | (string | WatchCallback<any, any> | ({
651
+ handler: string | WatchCallback<any, any>;
652
+ } & WatchOptions<boolean>))[];
653
+ } | undefined;
654
+ provide?: ComponentProvideOptions | undefined;
655
+ inject?: {} | string[] | undefined;
656
+ filters?: Record<string, Function> | undefined;
657
+ mixins?: any[] | undefined;
658
+ extends?: any;
659
+ beforeCreate?: (() => void) | undefined;
660
+ created?: (() => void) | undefined;
661
+ beforeMount?: (() => void) | undefined;
662
+ mounted?: (() => void) | undefined;
663
+ beforeUpdate?: (() => void) | undefined;
664
+ updated?: (() => void) | undefined;
665
+ activated?: (() => void) | undefined;
666
+ deactivated?: (() => void) | undefined;
667
+ beforeDestroy?: (() => void) | undefined;
668
+ beforeUnmount?: (() => void) | undefined;
669
+ destroyed?: (() => void) | undefined;
670
+ unmounted?: (() => void) | undefined;
671
+ renderTracked?: ((e: DebuggerEvent) => void) | undefined;
672
+ renderTriggered?: ((e: DebuggerEvent) => void) | undefined;
673
+ errorCaptured?: ((err: unknown, instance: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | undefined;
674
+ delimiters?: [string, string] | undefined;
675
+ __differentiator?: string | number | symbol | undefined;
676
+ __isBuiltIn?: boolean | undefined;
677
+ __file?: string | undefined;
678
+ __name?: string | undefined;
679
+ beforeRouteEnter?: NavigationGuardWithThis<undefined> | undefined;
680
+ beforeRouteUpdate?: NavigationGuard | undefined;
681
+ beforeRouteLeave?: NavigationGuard | undefined;
682
+ } | undefined;
683
+ btnClick?: ((params: {
684
+ drawer: {
685
+ options?: DrawerOptions | undefined;
686
+ index?: number | undefined;
687
+ };
688
+ button: {
689
+ btn?: ButtonProps | undefined;
690
+ index?: number | undefined;
691
+ };
692
+ }) => void) | undefined;
693
+ }[] | undefined;
694
+ open?: ((params: {
695
+ options: DrawerOptions;
696
+ index: number;
697
+ }) => void) | undefined;
698
+ close?: ((params: {
699
+ options: DrawerOptions;
700
+ index: number;
701
+ }) => void) | undefined;
702
+ closeCallBack?: ((params: {
703
+ options: DrawerOptions;
704
+ index: number;
705
+ args: ArgsType;
706
+ }) => void) | undefined;
707
+ openAutoFocus?: ((params: {
708
+ options: DrawerOptions;
709
+ index: number;
710
+ }) => void) | undefined;
711
+ closeAutoFocus?: ((params: {
712
+ options: DrawerOptions;
713
+ index: number;
714
+ }) => void) | undefined;
715
+ beforeCancel?: ((done: () => void, params: {
716
+ options: DrawerOptions;
717
+ index: number;
718
+ }) => void) | undefined;
719
+ beforeSure?: ((done: () => void, params: {
720
+ options: DrawerOptions;
721
+ index: number;
722
+ closeLoading: () => void;
723
+ }) => void) | undefined;
724
+ visible?: boolean | undefined;
725
+ appendToBody?: boolean | undefined;
726
+ appendTo?: string | undefined;
727
+ lockScroll?: boolean | undefined;
728
+ beforeClose?: ((done: (cancel?: boolean | undefined) => void) => void) | undefined;
729
+ closeOnClickModal?: boolean | undefined;
730
+ closeOnPressEscape?: boolean | undefined;
731
+ showClose?: boolean | undefined;
732
+ openDelay?: number | undefined;
733
+ closeDelay?: number | undefined;
734
+ class?: string | undefined;
735
+ style?: {
736
+ [x: `--${string}`]: string | number | undefined;
737
+ accentColor?: import("csstype").Property.AccentColor | undefined;
738
+ alignContent?: import("csstype").Property.AlignContent | undefined;
739
+ alignItems?: import("csstype").Property.AlignItems | undefined;
740
+ alignSelf?: import("csstype").Property.AlignSelf | undefined;
741
+ alignTracks?: import("csstype").Property.AlignTracks | undefined;
742
+ animationComposition?: import("csstype").Property.AnimationComposition | undefined;
743
+ animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
744
+ animationDirection?: import("csstype").Property.AnimationDirection | undefined;
745
+ animationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
746
+ animationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
747
+ animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
748
+ animationName?: import("csstype").Property.AnimationName | undefined;
749
+ animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
750
+ animationRangeEnd?: import("csstype").Property.AnimationRangeEnd<string | number> | undefined;
751
+ animationRangeStart?: import("csstype").Property.AnimationRangeStart<string | number> | undefined;
752
+ animationTimeline?: import("csstype").Property.AnimationTimeline | undefined;
753
+ animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
754
+ appearance?: import("csstype").Property.Appearance | undefined;
755
+ aspectRatio?: import("csstype").Property.AspectRatio | undefined;
756
+ backdropFilter?: import("csstype").Property.BackdropFilter | undefined;
757
+ backfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
758
+ backgroundAttachment?: import("csstype").Property.BackgroundAttachment | undefined;
759
+ backgroundBlendMode?: import("csstype").Property.BackgroundBlendMode | undefined;
760
+ backgroundClip?: import("csstype").Property.BackgroundClip | undefined;
761
+ backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
762
+ backgroundImage?: import("csstype").Property.BackgroundImage | undefined;
763
+ backgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
764
+ backgroundPositionX?: import("csstype").Property.BackgroundPositionX<string | number> | undefined;
765
+ backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | undefined;
766
+ backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
767
+ backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
768
+ blockOverflow?: import("csstype").Property.BlockOverflow | undefined;
769
+ blockSize?: import("csstype").Property.BlockSize<string | number> | undefined;
770
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
771
+ borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
772
+ borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
773
+ borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
774
+ borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
775
+ borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
776
+ borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
777
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
778
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
779
+ borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined;
780
+ borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
781
+ borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
782
+ borderBottomStyle?: import("csstype").Property.BorderBottomStyle | undefined;
783
+ borderBottomWidth?: import("csstype").Property.BorderBottomWidth<string | number> | undefined;
784
+ borderCollapse?: import("csstype").Property.BorderCollapse | undefined;
785
+ borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
786
+ borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
787
+ borderImageOutset?: import("csstype").Property.BorderImageOutset<string | number> | undefined;
788
+ borderImageRepeat?: import("csstype").Property.BorderImageRepeat | undefined;
789
+ borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
790
+ borderImageSource?: import("csstype").Property.BorderImageSource | undefined;
791
+ borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | undefined;
792
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
793
+ borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
794
+ borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
795
+ borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
796
+ borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
797
+ borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
798
+ borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
799
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
800
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
801
+ borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined;
802
+ borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
803
+ borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
804
+ borderRightColor?: import("csstype").Property.BorderRightColor | undefined;
805
+ borderRightStyle?: import("csstype").Property.BorderRightStyle | undefined;
806
+ borderRightWidth?: import("csstype").Property.BorderRightWidth<string | number> | undefined;
807
+ borderSpacing?: import("csstype").Property.BorderSpacing<string | number> | undefined;
808
+ borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
809
+ borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
810
+ borderTopColor?: import("csstype").Property.BorderTopColor | undefined;
811
+ borderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
812
+ borderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
813
+ borderTopStyle?: import("csstype").Property.BorderTopStyle | undefined;
814
+ borderTopWidth?: import("csstype").Property.BorderTopWidth<string | number> | undefined;
815
+ bottom?: import("csstype").Property.Bottom<string | number> | undefined;
816
+ boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
817
+ boxShadow?: import("csstype").Property.BoxShadow | undefined;
818
+ boxSizing?: import("csstype").Property.BoxSizing | undefined;
819
+ breakAfter?: import("csstype").Property.BreakAfter | undefined;
820
+ breakBefore?: import("csstype").Property.BreakBefore | undefined;
821
+ breakInside?: import("csstype").Property.BreakInside | undefined;
822
+ captionSide?: import("csstype").Property.CaptionSide | undefined;
823
+ caretColor?: import("csstype").Property.CaretColor | undefined;
824
+ caretShape?: import("csstype").Property.CaretShape | undefined;
825
+ clear?: import("csstype").Property.Clear | undefined;
826
+ clipPath?: import("csstype").Property.ClipPath | undefined;
827
+ color?: import("csstype").Property.Color | undefined;
828
+ colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
829
+ colorScheme?: import("csstype").Property.ColorScheme | undefined;
830
+ columnCount?: import("csstype").Property.ColumnCount | undefined;
831
+ columnFill?: import("csstype").Property.ColumnFill | undefined;
832
+ columnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
833
+ columnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
834
+ columnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
835
+ columnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
836
+ columnSpan?: import("csstype").Property.ColumnSpan | undefined;
837
+ columnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
838
+ contain?: import("csstype").Property.Contain | undefined;
839
+ containIntrinsicBlockSize?: import("csstype").Property.ContainIntrinsicBlockSize<string | number> | undefined;
840
+ containIntrinsicHeight?: import("csstype").Property.ContainIntrinsicHeight<string | number> | undefined;
841
+ containIntrinsicInlineSize?: import("csstype").Property.ContainIntrinsicInlineSize<string | number> | undefined;
842
+ containIntrinsicWidth?: import("csstype").Property.ContainIntrinsicWidth<string | number> | undefined;
843
+ containerName?: import("csstype").Property.ContainerName | undefined;
844
+ containerType?: import("csstype").Property.ContainerType | undefined;
845
+ content?: import("csstype").Property.Content | undefined;
846
+ contentVisibility?: import("csstype").Property.ContentVisibility | undefined;
847
+ counterIncrement?: import("csstype").Property.CounterIncrement | undefined;
848
+ counterReset?: import("csstype").Property.CounterReset | undefined;
849
+ counterSet?: import("csstype").Property.CounterSet | undefined;
850
+ cursor?: import("csstype").Property.Cursor | undefined;
851
+ direction?: import("csstype").Property.Direction | undefined;
852
+ display?: import("csstype").Property.Display | undefined;
853
+ emptyCells?: import("csstype").Property.EmptyCells | undefined;
854
+ filter?: import("csstype").Property.Filter | undefined;
855
+ flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
856
+ flexDirection?: import("csstype").Property.FlexDirection | undefined;
857
+ flexGrow?: import("csstype").Property.FlexGrow | undefined;
858
+ flexShrink?: import("csstype").Property.FlexShrink | undefined;
859
+ flexWrap?: import("csstype").Property.FlexWrap | undefined;
860
+ float?: import("csstype").Property.Float | undefined;
861
+ fontFamily?: import("csstype").Property.FontFamily | undefined;
862
+ fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
863
+ fontKerning?: import("csstype").Property.FontKerning | undefined;
864
+ fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
865
+ fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | undefined;
866
+ fontPalette?: import("csstype").Property.FontPalette | undefined;
867
+ fontSize?: import("csstype").Property.FontSize<string | number> | undefined;
868
+ fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
869
+ fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
870
+ fontStretch?: import("csstype").Property.FontStretch | undefined;
871
+ fontStyle?: import("csstype").Property.FontStyle | undefined;
872
+ fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
873
+ fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
874
+ fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
875
+ fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | undefined;
876
+ fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | undefined;
877
+ fontVariant?: import("csstype").Property.FontVariant | undefined;
878
+ fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
879
+ fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
880
+ fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | undefined;
881
+ fontVariantEmoji?: import("csstype").Property.FontVariantEmoji | undefined;
882
+ fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
883
+ fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | undefined;
884
+ fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
885
+ fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
886
+ fontWeight?: import("csstype").Property.FontWeight | undefined;
887
+ forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
888
+ gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | undefined;
889
+ gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
890
+ gridAutoRows?: import("csstype").Property.GridAutoRows<string | number> | undefined;
891
+ gridColumnEnd?: import("csstype").Property.GridColumnEnd | undefined;
892
+ gridColumnStart?: import("csstype").Property.GridColumnStart | undefined;
893
+ gridRowEnd?: import("csstype").Property.GridRowEnd | undefined;
894
+ gridRowStart?: import("csstype").Property.GridRowStart | undefined;
895
+ gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | undefined;
896
+ gridTemplateColumns?: import("csstype").Property.GridTemplateColumns<string | number> | undefined;
897
+ gridTemplateRows?: import("csstype").Property.GridTemplateRows<string | number> | undefined;
898
+ hangingPunctuation?: import("csstype").Property.HangingPunctuation | undefined;
899
+ height?: import("csstype").Property.Height<string | number> | undefined;
900
+ hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
901
+ hyphenateLimitChars?: import("csstype").Property.HyphenateLimitChars | undefined;
902
+ hyphens?: import("csstype").Property.Hyphens | undefined;
903
+ imageOrientation?: import("csstype").Property.ImageOrientation | undefined;
904
+ imageRendering?: import("csstype").Property.ImageRendering | undefined;
905
+ imageResolution?: import("csstype").Property.ImageResolution | undefined;
906
+ initialLetter?: import("csstype").Property.InitialLetter | undefined;
907
+ inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
908
+ inputSecurity?: import("csstype").Property.InputSecurity | undefined;
909
+ insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
910
+ insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
911
+ insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
912
+ insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
913
+ isolation?: import("csstype").Property.Isolation | undefined;
914
+ justifyContent?: import("csstype").Property.JustifyContent | undefined;
915
+ justifyItems?: import("csstype").Property.JustifyItems | undefined;
916
+ justifySelf?: import("csstype").Property.JustifySelf | undefined;
917
+ justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
918
+ left?: import("csstype").Property.Left<string | number> | undefined;
919
+ letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | undefined;
920
+ lineBreak?: import("csstype").Property.LineBreak | undefined;
921
+ lineHeight?: import("csstype").Property.LineHeight<string | number> | undefined;
922
+ lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | undefined;
923
+ listStyleImage?: import("csstype").Property.ListStyleImage | undefined;
924
+ listStylePosition?: import("csstype").Property.ListStylePosition | undefined;
925
+ listStyleType?: import("csstype").Property.ListStyleType | undefined;
926
+ marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
927
+ marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
928
+ marginBottom?: import("csstype").Property.MarginBottom<string | number> | undefined;
929
+ marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
930
+ marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
931
+ marginLeft?: import("csstype").Property.MarginLeft<string | number> | undefined;
932
+ marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
933
+ marginTop?: import("csstype").Property.MarginTop<string | number> | undefined;
934
+ marginTrim?: import("csstype").Property.MarginTrim | undefined;
935
+ maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
936
+ maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
937
+ maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
938
+ maskBorderSlice?: import("csstype").Property.MaskBorderSlice | undefined;
939
+ maskBorderSource?: import("csstype").Property.MaskBorderSource | undefined;
940
+ maskBorderWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
941
+ maskClip?: import("csstype").Property.MaskClip | undefined;
942
+ maskComposite?: import("csstype").Property.MaskComposite | undefined;
943
+ maskImage?: import("csstype").Property.MaskImage | undefined;
944
+ maskMode?: import("csstype").Property.MaskMode | undefined;
945
+ maskOrigin?: import("csstype").Property.MaskOrigin | undefined;
946
+ maskPosition?: import("csstype").Property.MaskPosition<string | number> | undefined;
947
+ maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
948
+ maskSize?: import("csstype").Property.MaskSize<string | number> | undefined;
949
+ maskType?: import("csstype").Property.MaskType | undefined;
950
+ masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | undefined;
951
+ mathDepth?: import("csstype").Property.MathDepth | undefined;
952
+ mathShift?: import("csstype").Property.MathShift | undefined;
953
+ mathStyle?: import("csstype").Property.MathStyle | undefined;
954
+ maxBlockSize?: import("csstype").Property.MaxBlockSize<string | number> | undefined;
955
+ maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
956
+ maxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
957
+ maxLines?: import("csstype").Property.MaxLines | undefined;
958
+ maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
959
+ minBlockSize?: import("csstype").Property.MinBlockSize<string | number> | undefined;
960
+ minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
961
+ minInlineSize?: import("csstype").Property.MinInlineSize<string | number> | undefined;
962
+ minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
963
+ mixBlendMode?: import("csstype").Property.MixBlendMode | undefined;
964
+ motionDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
965
+ motionPath?: import("csstype").Property.OffsetPath | undefined;
966
+ motionRotation?: import("csstype").Property.OffsetRotate | undefined;
967
+ objectFit?: import("csstype").Property.ObjectFit | undefined;
968
+ objectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
969
+ offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
970
+ offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
971
+ offsetPath?: import("csstype").Property.OffsetPath | undefined;
972
+ offsetPosition?: import("csstype").Property.OffsetPosition<string | number> | undefined;
973
+ offsetRotate?: import("csstype").Property.OffsetRotate | undefined;
974
+ offsetRotation?: import("csstype").Property.OffsetRotate | undefined;
975
+ opacity?: import("csstype").Property.Opacity | undefined;
976
+ order?: import("csstype").Property.Order | undefined;
977
+ orphans?: import("csstype").Property.Orphans | undefined;
978
+ outlineColor?: import("csstype").Property.OutlineColor | undefined;
979
+ outlineOffset?: import("csstype").Property.OutlineOffset<string | number> | undefined;
980
+ outlineStyle?: import("csstype").Property.OutlineStyle | undefined;
981
+ outlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
982
+ overflowAnchor?: import("csstype").Property.OverflowAnchor | undefined;
983
+ overflowBlock?: import("csstype").Property.OverflowBlock | undefined;
984
+ overflowClipBox?: import("csstype").Property.OverflowClipBox | undefined;
985
+ overflowClipMargin?: import("csstype").Property.OverflowClipMargin<string | number> | undefined;
986
+ overflowInline?: import("csstype").Property.OverflowInline | undefined;
987
+ overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
988
+ overflowX?: import("csstype").Property.OverflowX | undefined;
989
+ overflowY?: import("csstype").Property.OverflowY | undefined;
990
+ overlay?: import("csstype").Property.Overlay | undefined;
991
+ overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
992
+ overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
993
+ overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
994
+ overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | undefined;
995
+ paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
996
+ paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
997
+ paddingBottom?: import("csstype").Property.PaddingBottom<string | number> | undefined;
998
+ paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
999
+ paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
1000
+ paddingLeft?: import("csstype").Property.PaddingLeft<string | number> | undefined;
1001
+ paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
1002
+ paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
1003
+ page?: import("csstype").Property.Page | undefined;
1004
+ pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
1005
+ pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
1006
+ pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
1007
+ paintOrder?: import("csstype").Property.PaintOrder | undefined;
1008
+ perspective?: import("csstype").Property.Perspective<string | number> | undefined;
1009
+ perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
1010
+ pointerEvents?: import("csstype").Property.PointerEvents | undefined;
1011
+ position?: import("csstype").Property.Position | undefined;
1012
+ printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
1013
+ quotes?: import("csstype").Property.Quotes | undefined;
1014
+ resize?: import("csstype").Property.Resize | undefined;
1015
+ right?: import("csstype").Property.Right<string | number> | undefined;
1016
+ rotate?: import("csstype").Property.Rotate | undefined;
1017
+ rowGap?: import("csstype").Property.RowGap<string | number> | undefined;
1018
+ rubyAlign?: import("csstype").Property.RubyAlign | undefined;
1019
+ rubyMerge?: import("csstype").Property.RubyMerge | undefined;
1020
+ rubyPosition?: import("csstype").Property.RubyPosition | undefined;
1021
+ scale?: import("csstype").Property.Scale | undefined;
1022
+ scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
1023
+ scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
1024
+ scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
1025
+ scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
1026
+ scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined;
1027
+ scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined;
1028
+ scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
1029
+ scrollMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
1030
+ scrollMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
1031
+ scrollPaddingBlockEnd?: import("csstype").Property.ScrollPaddingBlockEnd<string | number> | undefined;
1032
+ scrollPaddingBlockStart?: import("csstype").Property.ScrollPaddingBlockStart<string | number> | undefined;
1033
+ scrollPaddingBottom?: import("csstype").Property.ScrollPaddingBottom<string | number> | undefined;
1034
+ scrollPaddingInlineEnd?: import("csstype").Property.ScrollPaddingInlineEnd<string | number> | undefined;
1035
+ scrollPaddingInlineStart?: import("csstype").Property.ScrollPaddingInlineStart<string | number> | undefined;
1036
+ scrollPaddingLeft?: import("csstype").Property.ScrollPaddingLeft<string | number> | undefined;
1037
+ scrollPaddingRight?: import("csstype").Property.ScrollPaddingRight<string | number> | undefined;
1038
+ scrollPaddingTop?: import("csstype").Property.ScrollPaddingTop<string | number> | undefined;
1039
+ scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | undefined;
1040
+ scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
1041
+ scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
1042
+ scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
1043
+ scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
1044
+ scrollSnapStop?: import("csstype").Property.ScrollSnapStop | undefined;
1045
+ scrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
1046
+ scrollTimelineAxis?: import("csstype").Property.ScrollTimelineAxis | undefined;
1047
+ scrollTimelineName?: import("csstype").Property.ScrollTimelineName | undefined;
1048
+ scrollbarColor?: import("csstype").Property.ScrollbarColor | undefined;
1049
+ scrollbarGutter?: import("csstype").Property.ScrollbarGutter | undefined;
1050
+ scrollbarWidth?: import("csstype").Property.ScrollbarWidth | undefined;
1051
+ shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
1052
+ shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
1053
+ shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
1054
+ tabSize?: import("csstype").Property.TabSize<string | number> | undefined;
1055
+ tableLayout?: import("csstype").Property.TableLayout | undefined;
1056
+ textAlign?: import("csstype").Property.TextAlign | undefined;
1057
+ textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
1058
+ textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined;
1059
+ textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
1060
+ textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
1061
+ textDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
1062
+ textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | undefined;
1063
+ textDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
1064
+ textDecorationThickness?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
1065
+ textEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
1066
+ textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
1067
+ textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
1068
+ textIndent?: import("csstype").Property.TextIndent<string | number> | undefined;
1069
+ textJustify?: import("csstype").Property.TextJustify | undefined;
1070
+ textOrientation?: import("csstype").Property.TextOrientation | undefined;
1071
+ textOverflow?: import("csstype").Property.TextOverflow | undefined;
1072
+ textRendering?: import("csstype").Property.TextRendering | undefined;
1073
+ textShadow?: import("csstype").Property.TextShadow | undefined;
1074
+ textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
1075
+ textTransform?: import("csstype").Property.TextTransform | undefined;
1076
+ textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
1077
+ textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
1078
+ textWrap?: import("csstype").Property.TextWrap | undefined;
1079
+ timelineScope?: import("csstype").Property.TimelineScope | undefined;
1080
+ top?: import("csstype").Property.Top<string | number> | undefined;
1081
+ touchAction?: import("csstype").Property.TouchAction | undefined;
1082
+ transform?: import("csstype").Property.Transform | undefined;
1083
+ transformBox?: import("csstype").Property.TransformBox | undefined;
1084
+ transformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1085
+ transformStyle?: import("csstype").Property.TransformStyle | undefined;
1086
+ transitionBehavior?: import("csstype").Property.TransitionBehavior | undefined;
1087
+ transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1088
+ transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1089
+ transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
1090
+ transitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
1091
+ translate?: import("csstype").Property.Translate<string | number> | undefined;
1092
+ unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
1093
+ userSelect?: import("csstype").Property.UserSelect | undefined;
1094
+ verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
1095
+ viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
1096
+ viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
1097
+ viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
1098
+ viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
1099
+ visibility?: import("csstype").Property.Visibility | undefined;
1100
+ whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
1101
+ whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
1102
+ whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | undefined;
1103
+ widows?: import("csstype").Property.Widows | undefined;
1104
+ width?: import("csstype").Property.Width<string | number> | undefined;
1105
+ willChange?: import("csstype").Property.WillChange | undefined;
1106
+ wordBreak?: import("csstype").Property.WordBreak | undefined;
1107
+ wordSpacing?: import("csstype").Property.WordSpacing<string | number> | undefined;
1108
+ wordWrap?: import("csstype").Property.WordWrap | undefined;
1109
+ writingMode?: import("csstype").Property.WritingMode | undefined;
1110
+ zIndex?: import("csstype").Property.ZIndex | undefined;
1111
+ zoom?: import("csstype").Property.Zoom | undefined;
1112
+ all?: Globals | undefined;
1113
+ animation?: import("csstype").Property.Animation<string & {}> | undefined;
1114
+ animationRange?: import("csstype").Property.AnimationRange<string | number> | undefined;
1115
+ background?: import("csstype").Property.Background<string | number> | undefined;
1116
+ backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
1117
+ border?: import("csstype").Property.Border<string | number> | undefined;
1118
+ borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
1119
+ borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
1120
+ borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
1121
+ borderBottom?: import("csstype").Property.BorderBottom<string | number> | undefined;
1122
+ borderColor?: import("csstype").Property.BorderColor | undefined;
1123
+ borderImage?: import("csstype").Property.BorderImage | undefined;
1124
+ borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
1125
+ borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
1126
+ borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
1127
+ borderLeft?: import("csstype").Property.BorderLeft<string | number> | undefined;
1128
+ borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
1129
+ borderRight?: import("csstype").Property.BorderRight<string | number> | undefined;
1130
+ borderStyle?: import("csstype").Property.BorderStyle | undefined;
1131
+ borderTop?: import("csstype").Property.BorderTop<string | number> | undefined;
1132
+ borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
1133
+ caret?: import("csstype").Property.Caret | undefined;
1134
+ columnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
1135
+ columns?: import("csstype").Property.Columns<string | number> | undefined;
1136
+ containIntrinsicSize?: import("csstype").Property.ContainIntrinsicSize<string | number> | undefined;
1137
+ container?: import("csstype").Property.Container | undefined;
1138
+ flex?: import("csstype").Property.Flex<string | number> | undefined;
1139
+ flexFlow?: import("csstype").Property.FlexFlow | undefined;
1140
+ font?: import("csstype").Property.Font | undefined;
1141
+ gap?: import("csstype").Property.Gap<string | number> | undefined;
1142
+ grid?: import("csstype").Property.Grid | undefined;
1143
+ gridArea?: import("csstype").Property.GridArea | undefined;
1144
+ gridColumn?: import("csstype").Property.GridColumn | undefined;
1145
+ gridRow?: import("csstype").Property.GridRow | undefined;
1146
+ gridTemplate?: import("csstype").Property.GridTemplate | undefined;
1147
+ inset?: import("csstype").Property.Inset<string | number> | undefined;
1148
+ insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
1149
+ insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
1150
+ lineClamp?: import("csstype").Property.LineClamp | undefined;
1151
+ listStyle?: import("csstype").Property.ListStyle | undefined;
1152
+ margin?: import("csstype").Property.Margin<string | number> | undefined;
1153
+ marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
1154
+ marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
1155
+ mask?: import("csstype").Property.Mask<string | number> | undefined;
1156
+ maskBorder?: import("csstype").Property.MaskBorder | undefined;
1157
+ motion?: import("csstype").Property.Offset<string | number> | undefined;
1158
+ offset?: import("csstype").Property.Offset<string | number> | undefined;
1159
+ outline?: import("csstype").Property.Outline<string | number> | undefined;
1160
+ overflow?: import("csstype").Property.Overflow | undefined;
1161
+ overscrollBehavior?: import("csstype").Property.OverscrollBehavior | undefined;
1162
+ padding?: import("csstype").Property.Padding<string | number> | undefined;
1163
+ paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
1164
+ paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
1165
+ placeContent?: import("csstype").Property.PlaceContent | undefined;
1166
+ placeItems?: import("csstype").Property.PlaceItems | undefined;
1167
+ placeSelf?: import("csstype").Property.PlaceSelf | undefined;
1168
+ scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
1169
+ scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
1170
+ scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
1171
+ scrollPadding?: import("csstype").Property.ScrollPadding<string | number> | undefined;
1172
+ scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<string | number> | undefined;
1173
+ scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<string | number> | undefined;
1174
+ scrollSnapMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
1175
+ scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
1176
+ textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
1177
+ textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
1178
+ transition?: import("csstype").Property.Transition<string & {}> | undefined;
1179
+ viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
1180
+ MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
1181
+ MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
1182
+ MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
1183
+ MozAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
1184
+ MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
1185
+ MozAnimationName?: import("csstype").Property.AnimationName | undefined;
1186
+ MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
1187
+ MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
1188
+ MozAppearance?: import("csstype").Property.MozAppearance | undefined;
1189
+ MozBinding?: import("csstype").Property.MozBinding | undefined;
1190
+ MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
1191
+ MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
1192
+ MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
1193
+ MozBorderEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
1194
+ MozBorderLeftColors?: import("csstype").Property.MozBorderLeftColors | undefined;
1195
+ MozBorderRightColors?: import("csstype").Property.MozBorderRightColors | undefined;
1196
+ MozBorderStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
1197
+ MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
1198
+ MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined;
1199
+ MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
1200
+ MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
1201
+ MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
1202
+ MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
1203
+ MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
1204
+ MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
1205
+ MozColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
1206
+ MozContextProperties?: import("csstype").Property.MozContextProperties | undefined;
1207
+ MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
1208
+ MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
1209
+ MozHyphens?: import("csstype").Property.Hyphens | undefined;
1210
+ MozImageRegion?: import("csstype").Property.MozImageRegion | undefined;
1211
+ MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
1212
+ MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
1213
+ MozOrient?: import("csstype").Property.MozOrient | undefined;
1214
+ MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
1215
+ MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
1216
+ MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
1217
+ MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
1218
+ MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
1219
+ MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
1220
+ MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
1221
+ MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
1222
+ MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
1223
+ MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
1224
+ MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
1225
+ MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
1226
+ MozUserModify?: import("csstype").Property.MozUserModify | undefined;
1227
+ MozUserSelect?: import("csstype").Property.UserSelect | undefined;
1228
+ MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
1229
+ MozWindowShadow?: import("csstype").Property.MozWindowShadow | undefined;
1230
+ msAccelerator?: import("csstype").Property.MsAccelerator | undefined;
1231
+ msBlockProgression?: import("csstype").Property.MsBlockProgression | undefined;
1232
+ msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | undefined;
1233
+ msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | undefined;
1234
+ msContentZoomLimitMin?: import("csstype").Property.MsContentZoomLimitMin | undefined;
1235
+ msContentZoomSnapPoints?: import("csstype").Property.MsContentZoomSnapPoints | undefined;
1236
+ msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | undefined;
1237
+ msContentZooming?: import("csstype").Property.MsContentZooming | undefined;
1238
+ msFilter?: import("csstype").Property.MsFilter | undefined;
1239
+ msFlexDirection?: import("csstype").Property.FlexDirection | undefined;
1240
+ msFlexPositive?: import("csstype").Property.FlexGrow | undefined;
1241
+ msFlowFrom?: import("csstype").Property.MsFlowFrom | undefined;
1242
+ msFlowInto?: import("csstype").Property.MsFlowInto | undefined;
1243
+ msGridColumns?: import("csstype").Property.MsGridColumns<string | number> | undefined;
1244
+ msGridRows?: import("csstype").Property.MsGridRows<string | number> | undefined;
1245
+ msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | undefined;
1246
+ msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | undefined;
1247
+ msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | undefined;
1248
+ msHyphenateLimitZone?: import("csstype").Property.MsHyphenateLimitZone<string | number> | undefined;
1249
+ msHyphens?: import("csstype").Property.Hyphens | undefined;
1250
+ msImeAlign?: import("csstype").Property.MsImeAlign | undefined;
1251
+ msLineBreak?: import("csstype").Property.LineBreak | undefined;
1252
+ msOrder?: import("csstype").Property.Order | undefined;
1253
+ msOverflowStyle?: import("csstype").Property.MsOverflowStyle | undefined;
1254
+ msOverflowX?: import("csstype").Property.OverflowX | undefined;
1255
+ msOverflowY?: import("csstype").Property.OverflowY | undefined;
1256
+ msScrollChaining?: import("csstype").Property.MsScrollChaining | undefined;
1257
+ msScrollLimitXMax?: import("csstype").Property.MsScrollLimitXMax<string | number> | undefined;
1258
+ msScrollLimitXMin?: import("csstype").Property.MsScrollLimitXMin<string | number> | undefined;
1259
+ msScrollLimitYMax?: import("csstype").Property.MsScrollLimitYMax<string | number> | undefined;
1260
+ msScrollLimitYMin?: import("csstype").Property.MsScrollLimitYMin<string | number> | undefined;
1261
+ msScrollRails?: import("csstype").Property.MsScrollRails | undefined;
1262
+ msScrollSnapPointsX?: import("csstype").Property.MsScrollSnapPointsX | undefined;
1263
+ msScrollSnapPointsY?: import("csstype").Property.MsScrollSnapPointsY | undefined;
1264
+ msScrollSnapType?: import("csstype").Property.MsScrollSnapType | undefined;
1265
+ msScrollTranslation?: import("csstype").Property.MsScrollTranslation | undefined;
1266
+ msScrollbar3dlightColor?: import("csstype").Property.MsScrollbar3dlightColor | undefined;
1267
+ msScrollbarArrowColor?: import("csstype").Property.MsScrollbarArrowColor | undefined;
1268
+ msScrollbarBaseColor?: import("csstype").Property.MsScrollbarBaseColor | undefined;
1269
+ msScrollbarDarkshadowColor?: import("csstype").Property.MsScrollbarDarkshadowColor | undefined;
1270
+ msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | undefined;
1271
+ msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | undefined;
1272
+ msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | undefined;
1273
+ msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
1274
+ msTextAutospace?: import("csstype").Property.MsTextAutospace | undefined;
1275
+ msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | undefined;
1276
+ msTextOverflow?: import("csstype").Property.TextOverflow | undefined;
1277
+ msTouchAction?: import("csstype").Property.TouchAction | undefined;
1278
+ msTouchSelect?: import("csstype").Property.MsTouchSelect | undefined;
1279
+ msTransform?: import("csstype").Property.Transform | undefined;
1280
+ msTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1281
+ msTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1282
+ msTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1283
+ msTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
1284
+ msTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
1285
+ msUserSelect?: import("csstype").Property.MsUserSelect | undefined;
1286
+ msWordBreak?: import("csstype").Property.WordBreak | undefined;
1287
+ msWrapFlow?: import("csstype").Property.MsWrapFlow | undefined;
1288
+ msWrapMargin?: import("csstype").Property.MsWrapMargin<string | number> | undefined;
1289
+ msWrapThrough?: import("csstype").Property.MsWrapThrough | undefined;
1290
+ msWritingMode?: import("csstype").Property.WritingMode | undefined;
1291
+ WebkitAlignContent?: import("csstype").Property.AlignContent | undefined;
1292
+ WebkitAlignItems?: import("csstype").Property.AlignItems | undefined;
1293
+ WebkitAlignSelf?: import("csstype").Property.AlignSelf | undefined;
1294
+ WebkitAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
1295
+ WebkitAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
1296
+ WebkitAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
1297
+ WebkitAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
1298
+ WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
1299
+ WebkitAnimationName?: import("csstype").Property.AnimationName | undefined;
1300
+ WebkitAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
1301
+ WebkitAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
1302
+ WebkitAppearance?: import("csstype").Property.WebkitAppearance | undefined;
1303
+ WebkitBackdropFilter?: import("csstype").Property.BackdropFilter | undefined;
1304
+ WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
1305
+ WebkitBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
1306
+ WebkitBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
1307
+ WebkitBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
1308
+ WebkitBorderBeforeColor?: import("csstype").Property.WebkitBorderBeforeColor | undefined;
1309
+ WebkitBorderBeforeStyle?: import("csstype").Property.WebkitBorderBeforeStyle | undefined;
1310
+ WebkitBorderBeforeWidth?: import("csstype").Property.WebkitBorderBeforeWidth<string | number> | undefined;
1311
+ WebkitBorderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
1312
+ WebkitBorderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
1313
+ WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
1314
+ WebkitBorderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
1315
+ WebkitBorderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
1316
+ WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
1317
+ WebkitBoxReflect?: import("csstype").Property.WebkitBoxReflect<string | number> | undefined;
1318
+ WebkitBoxShadow?: import("csstype").Property.BoxShadow | undefined;
1319
+ WebkitBoxSizing?: import("csstype").Property.BoxSizing | undefined;
1320
+ WebkitClipPath?: import("csstype").Property.ClipPath | undefined;
1321
+ WebkitColumnCount?: import("csstype").Property.ColumnCount | undefined;
1322
+ WebkitColumnFill?: import("csstype").Property.ColumnFill | undefined;
1323
+ WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
1324
+ WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
1325
+ WebkitColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
1326
+ WebkitColumnSpan?: import("csstype").Property.ColumnSpan | undefined;
1327
+ WebkitColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
1328
+ WebkitFilter?: import("csstype").Property.Filter | undefined;
1329
+ WebkitFlexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
1330
+ WebkitFlexDirection?: import("csstype").Property.FlexDirection | undefined;
1331
+ WebkitFlexGrow?: import("csstype").Property.FlexGrow | undefined;
1332
+ WebkitFlexShrink?: import("csstype").Property.FlexShrink | undefined;
1333
+ WebkitFlexWrap?: import("csstype").Property.FlexWrap | undefined;
1334
+ WebkitFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
1335
+ WebkitFontKerning?: import("csstype").Property.FontKerning | undefined;
1336
+ WebkitFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
1337
+ WebkitFontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
1338
+ WebkitHyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
1339
+ WebkitHyphens?: import("csstype").Property.Hyphens | undefined;
1340
+ WebkitInitialLetter?: import("csstype").Property.InitialLetter | undefined;
1341
+ WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
1342
+ WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
1343
+ WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
1344
+ WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
1345
+ WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
1346
+ WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
1347
+ WebkitMaskBoxImageOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
1348
+ WebkitMaskBoxImageRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
1349
+ WebkitMaskBoxImageSlice?: import("csstype").Property.MaskBorderSlice | undefined;
1350
+ WebkitMaskBoxImageSource?: import("csstype").Property.MaskBorderSource | undefined;
1351
+ WebkitMaskBoxImageWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
1352
+ WebkitMaskClip?: import("csstype").Property.WebkitMaskClip | undefined;
1353
+ WebkitMaskComposite?: import("csstype").Property.WebkitMaskComposite | undefined;
1354
+ WebkitMaskImage?: import("csstype").Property.WebkitMaskImage | undefined;
1355
+ WebkitMaskOrigin?: import("csstype").Property.WebkitMaskOrigin | undefined;
1356
+ WebkitMaskPosition?: import("csstype").Property.WebkitMaskPosition<string | number> | undefined;
1357
+ WebkitMaskPositionX?: import("csstype").Property.WebkitMaskPositionX<string | number> | undefined;
1358
+ WebkitMaskPositionY?: import("csstype").Property.WebkitMaskPositionY<string | number> | undefined;
1359
+ WebkitMaskRepeat?: import("csstype").Property.WebkitMaskRepeat | undefined;
1360
+ WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | undefined;
1361
+ WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | undefined;
1362
+ WebkitMaskSize?: import("csstype").Property.WebkitMaskSize<string | number> | undefined;
1363
+ WebkitMaxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
1364
+ WebkitOrder?: import("csstype").Property.Order | undefined;
1365
+ WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | undefined;
1366
+ WebkitPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
1367
+ WebkitPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
1368
+ WebkitPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
1369
+ WebkitPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
1370
+ WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
1371
+ WebkitRubyPosition?: import("csstype").Property.RubyPosition | undefined;
1372
+ WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
1373
+ WebkitShapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
1374
+ WebkitTapHighlightColor?: import("csstype").Property.WebkitTapHighlightColor | undefined;
1375
+ WebkitTextCombine?: import("csstype").Property.TextCombineUpright | undefined;
1376
+ WebkitTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
1377
+ WebkitTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
1378
+ WebkitTextDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
1379
+ WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
1380
+ WebkitTextEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
1381
+ WebkitTextEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
1382
+ WebkitTextEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
1383
+ WebkitTextFillColor?: import("csstype").Property.WebkitTextFillColor | undefined;
1384
+ WebkitTextOrientation?: import("csstype").Property.TextOrientation | undefined;
1385
+ WebkitTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
1386
+ WebkitTextStrokeColor?: import("csstype").Property.WebkitTextStrokeColor | undefined;
1387
+ WebkitTextStrokeWidth?: import("csstype").Property.WebkitTextStrokeWidth<string | number> | undefined;
1388
+ WebkitTextUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
1389
+ WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | undefined;
1390
+ WebkitTransform?: import("csstype").Property.Transform | undefined;
1391
+ WebkitTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1392
+ WebkitTransformStyle?: import("csstype").Property.TransformStyle | undefined;
1393
+ WebkitTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1394
+ WebkitTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1395
+ WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
1396
+ WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
1397
+ WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
1398
+ WebkitUserSelect?: import("csstype").Property.UserSelect | undefined;
1399
+ WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
1400
+ MozAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
1401
+ MozBorderImage?: import("csstype").Property.BorderImage | undefined;
1402
+ MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
1403
+ MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
1404
+ MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
1405
+ msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
1406
+ msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
1407
+ msFlex?: import("csstype").Property.Flex<string | number> | undefined;
1408
+ msScrollLimit?: import("csstype").Property.MsScrollLimit | undefined;
1409
+ msScrollSnapX?: import("csstype").Property.MsScrollSnapX | undefined;
1410
+ msScrollSnapY?: import("csstype").Property.MsScrollSnapY | undefined;
1411
+ msTransition?: import("csstype").Property.Transition<string & {}> | undefined;
1412
+ WebkitAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
1413
+ WebkitBorderBefore?: import("csstype").Property.WebkitBorderBefore<string | number> | undefined;
1414
+ WebkitBorderImage?: import("csstype").Property.BorderImage | undefined;
1415
+ WebkitBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
1416
+ WebkitColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
1417
+ WebkitColumns?: import("csstype").Property.Columns<string | number> | undefined;
1418
+ WebkitFlex?: import("csstype").Property.Flex<string | number> | undefined;
1419
+ WebkitFlexFlow?: import("csstype").Property.FlexFlow | undefined;
1420
+ WebkitMask?: import("csstype").Property.WebkitMask<string | number> | undefined;
1421
+ WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | undefined;
1422
+ WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
1423
+ WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | undefined;
1424
+ WebkitTransition?: import("csstype").Property.Transition<string & {}> | undefined;
1425
+ azimuth?: import("csstype").Property.Azimuth | undefined;
1426
+ boxAlign?: import("csstype").Property.BoxAlign | undefined;
1427
+ boxDirection?: import("csstype").Property.BoxDirection | undefined;
1428
+ boxFlex?: import("csstype").Property.BoxFlex | undefined;
1429
+ boxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
1430
+ boxLines?: import("csstype").Property.BoxLines | undefined;
1431
+ boxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
1432
+ boxOrient?: import("csstype").Property.BoxOrient | undefined;
1433
+ boxPack?: import("csstype").Property.BoxPack | undefined;
1434
+ clip?: import("csstype").Property.Clip | undefined;
1435
+ gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | undefined;
1436
+ gridGap?: import("csstype").Property.GridGap<string | number> | undefined;
1437
+ gridRowGap?: import("csstype").Property.GridRowGap<string | number> | undefined;
1438
+ imeMode?: import("csstype").Property.ImeMode | undefined;
1439
+ offsetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
1440
+ offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
1441
+ offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
1442
+ offsetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
1443
+ offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
1444
+ offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
1445
+ scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined;
1446
+ scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | undefined;
1447
+ scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
1448
+ scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
1449
+ scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | undefined;
1450
+ scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | undefined;
1451
+ KhtmlBoxAlign?: import("csstype").Property.BoxAlign | undefined;
1452
+ KhtmlBoxDirection?: import("csstype").Property.BoxDirection | undefined;
1453
+ KhtmlBoxFlex?: import("csstype").Property.BoxFlex | undefined;
1454
+ KhtmlBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
1455
+ KhtmlBoxLines?: import("csstype").Property.BoxLines | undefined;
1456
+ KhtmlBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
1457
+ KhtmlBoxOrient?: import("csstype").Property.BoxOrient | undefined;
1458
+ KhtmlBoxPack?: import("csstype").Property.BoxPack | undefined;
1459
+ KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
1460
+ KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
1461
+ KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
1462
+ MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
1463
+ MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
1464
+ MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
1465
+ MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
1466
+ MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
1467
+ MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
1468
+ MozBorderRadiusBottomleft?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
1469
+ MozBorderRadiusBottomright?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
1470
+ MozBorderRadiusTopleft?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
1471
+ MozBorderRadiusTopright?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
1472
+ MozBoxAlign?: import("csstype").Property.BoxAlign | undefined;
1473
+ MozBoxDirection?: import("csstype").Property.BoxDirection | undefined;
1474
+ MozBoxFlex?: import("csstype").Property.BoxFlex | undefined;
1475
+ MozBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
1476
+ MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
1477
+ MozBoxPack?: import("csstype").Property.BoxPack | undefined;
1478
+ MozBoxShadow?: import("csstype").Property.BoxShadow | undefined;
1479
+ MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
1480
+ MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
1481
+ MozOpacity?: import("csstype").Property.Opacity | undefined;
1482
+ MozOutline?: import("csstype").Property.Outline<string | number> | undefined;
1483
+ MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
1484
+ MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
1485
+ MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
1486
+ MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
1487
+ MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
1488
+ MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
1489
+ MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
1490
+ MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
1491
+ MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
1492
+ MozTransform?: import("csstype").Property.Transform | undefined;
1493
+ MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1494
+ MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
1495
+ MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
1496
+ MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1497
+ MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1498
+ MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
1499
+ MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
1500
+ MozUserInput?: import("csstype").Property.MozUserInput | undefined;
1501
+ msImeMode?: import("csstype").Property.ImeMode | undefined;
1502
+ OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
1503
+ OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
1504
+ OAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
1505
+ OAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
1506
+ OAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
1507
+ OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
1508
+ OAnimationName?: import("csstype").Property.AnimationName | undefined;
1509
+ OAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
1510
+ OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
1511
+ OBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
1512
+ OBorderImage?: import("csstype").Property.BorderImage | undefined;
1513
+ OObjectFit?: import("csstype").Property.ObjectFit | undefined;
1514
+ OObjectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
1515
+ OTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
1516
+ OTextOverflow?: import("csstype").Property.TextOverflow | undefined;
1517
+ OTransform?: import("csstype").Property.Transform | undefined;
1518
+ OTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1519
+ OTransition?: import("csstype").Property.Transition<string & {}> | undefined;
1520
+ OTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1521
+ OTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1522
+ OTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
1523
+ OTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
1524
+ WebkitBoxAlign?: import("csstype").Property.BoxAlign | undefined;
1525
+ WebkitBoxDirection?: import("csstype").Property.BoxDirection | undefined;
1526
+ WebkitBoxFlex?: import("csstype").Property.BoxFlex | undefined;
1527
+ WebkitBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
1528
+ WebkitBoxLines?: import("csstype").Property.BoxLines | undefined;
1529
+ WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
1530
+ WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
1531
+ WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
1532
+ alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
1533
+ baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
1534
+ clipRule?: import("csstype").Property.ClipRule | undefined;
1535
+ colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
1536
+ colorRendering?: import("csstype").Property.ColorRendering | undefined;
1537
+ dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
1538
+ fill?: import("csstype").Property.Fill | undefined;
1539
+ fillOpacity?: import("csstype").Property.FillOpacity | undefined;
1540
+ fillRule?: import("csstype").Property.FillRule | undefined;
1541
+ floodColor?: import("csstype").Property.FloodColor | undefined;
1542
+ floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
1543
+ glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined;
1544
+ lightingColor?: import("csstype").Property.LightingColor | undefined;
1545
+ marker?: import("csstype").Property.Marker | undefined;
1546
+ markerEnd?: import("csstype").Property.MarkerEnd | undefined;
1547
+ markerMid?: import("csstype").Property.MarkerMid | undefined;
1548
+ markerStart?: import("csstype").Property.MarkerStart | undefined;
1549
+ shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
1550
+ stopColor?: import("csstype").Property.StopColor | undefined;
1551
+ stopOpacity?: import("csstype").Property.StopOpacity | undefined;
1552
+ stroke?: import("csstype").Property.Stroke | undefined;
1553
+ strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
1554
+ strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
1555
+ strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
1556
+ strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
1557
+ strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
1558
+ strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
1559
+ strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
1560
+ textAnchor?: import("csstype").Property.TextAnchor | undefined;
1561
+ vectorEffect?: import("csstype").Property.VectorEffect | undefined;
1562
+ "accent-color"?: import("csstype").Property.AccentColor | undefined;
1563
+ "align-content"?: import("csstype").Property.AlignContent | undefined;
1564
+ "align-items"?: import("csstype").Property.AlignItems | undefined;
1565
+ "align-self"?: import("csstype").Property.AlignSelf | undefined;
1566
+ "align-tracks"?: import("csstype").Property.AlignTracks | undefined;
1567
+ "animation-composition"?: import("csstype").Property.AnimationComposition | undefined;
1568
+ "animation-delay"?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
1569
+ "animation-direction"?: import("csstype").Property.AnimationDirection | undefined;
1570
+ "animation-duration"?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
1571
+ "animation-fill-mode"?: import("csstype").Property.AnimationFillMode | undefined;
1572
+ "animation-iteration-count"?: import("csstype").Property.AnimationIterationCount | undefined;
1573
+ "animation-name"?: import("csstype").Property.AnimationName | undefined;
1574
+ "animation-play-state"?: import("csstype").Property.AnimationPlayState | undefined;
1575
+ "animation-range-end"?: import("csstype").Property.AnimationRangeEnd<string | number> | undefined;
1576
+ "animation-range-start"?: import("csstype").Property.AnimationRangeStart<string | number> | undefined;
1577
+ "animation-timeline"?: import("csstype").Property.AnimationTimeline | undefined;
1578
+ "animation-timing-function"?: import("csstype").Property.AnimationTimingFunction | undefined;
1579
+ "aspect-ratio"?: import("csstype").Property.AspectRatio | undefined;
1580
+ "backdrop-filter"?: import("csstype").Property.BackdropFilter | undefined;
1581
+ "backface-visibility"?: import("csstype").Property.BackfaceVisibility | undefined;
1582
+ "background-attachment"?: import("csstype").Property.BackgroundAttachment | undefined;
1583
+ "background-blend-mode"?: import("csstype").Property.BackgroundBlendMode | undefined;
1584
+ "background-clip"?: import("csstype").Property.BackgroundClip | undefined;
1585
+ "background-color"?: import("csstype").Property.BackgroundColor | undefined;
1586
+ "background-image"?: import("csstype").Property.BackgroundImage | undefined;
1587
+ "background-origin"?: import("csstype").Property.BackgroundOrigin | undefined;
1588
+ "background-position-x"?: import("csstype").Property.BackgroundPositionX<string | number> | undefined;
1589
+ "background-position-y"?: import("csstype").Property.BackgroundPositionY<string | number> | undefined;
1590
+ "background-repeat"?: import("csstype").Property.BackgroundRepeat | undefined;
1591
+ "background-size"?: import("csstype").Property.BackgroundSize<string | number> | undefined;
1592
+ "block-overflow"?: import("csstype").Property.BlockOverflow | undefined;
1593
+ "block-size"?: import("csstype").Property.BlockSize<string | number> | undefined;
1594
+ "border-block-color"?: import("csstype").Property.BorderBlockColor | undefined;
1595
+ "border-block-end-color"?: import("csstype").Property.BorderBlockEndColor | undefined;
1596
+ "border-block-end-style"?: import("csstype").Property.BorderBlockEndStyle | undefined;
1597
+ "border-block-end-width"?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
1598
+ "border-block-start-color"?: import("csstype").Property.BorderBlockStartColor | undefined;
1599
+ "border-block-start-style"?: import("csstype").Property.BorderBlockStartStyle | undefined;
1600
+ "border-block-start-width"?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
1601
+ "border-block-style"?: import("csstype").Property.BorderBlockStyle | undefined;
1602
+ "border-block-width"?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
1603
+ "border-bottom-color"?: import("csstype").Property.BorderBottomColor | undefined;
1604
+ "border-bottom-left-radius"?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
1605
+ "border-bottom-right-radius"?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
1606
+ "border-bottom-style"?: import("csstype").Property.BorderBottomStyle | undefined;
1607
+ "border-bottom-width"?: import("csstype").Property.BorderBottomWidth<string | number> | undefined;
1608
+ "border-collapse"?: import("csstype").Property.BorderCollapse | undefined;
1609
+ "border-end-end-radius"?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
1610
+ "border-end-start-radius"?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
1611
+ "border-image-outset"?: import("csstype").Property.BorderImageOutset<string | number> | undefined;
1612
+ "border-image-repeat"?: import("csstype").Property.BorderImageRepeat | undefined;
1613
+ "border-image-slice"?: import("csstype").Property.BorderImageSlice | undefined;
1614
+ "border-image-source"?: import("csstype").Property.BorderImageSource | undefined;
1615
+ "border-image-width"?: import("csstype").Property.BorderImageWidth<string | number> | undefined;
1616
+ "border-inline-color"?: import("csstype").Property.BorderInlineColor | undefined;
1617
+ "border-inline-end-color"?: import("csstype").Property.BorderInlineEndColor | undefined;
1618
+ "border-inline-end-style"?: import("csstype").Property.BorderInlineEndStyle | undefined;
1619
+ "border-inline-end-width"?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
1620
+ "border-inline-start-color"?: import("csstype").Property.BorderInlineStartColor | undefined;
1621
+ "border-inline-start-style"?: import("csstype").Property.BorderInlineStartStyle | undefined;
1622
+ "border-inline-start-width"?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
1623
+ "border-inline-style"?: import("csstype").Property.BorderInlineStyle | undefined;
1624
+ "border-inline-width"?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
1625
+ "border-left-color"?: import("csstype").Property.BorderLeftColor | undefined;
1626
+ "border-left-style"?: import("csstype").Property.BorderLeftStyle | undefined;
1627
+ "border-left-width"?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
1628
+ "border-right-color"?: import("csstype").Property.BorderRightColor | undefined;
1629
+ "border-right-style"?: import("csstype").Property.BorderRightStyle | undefined;
1630
+ "border-right-width"?: import("csstype").Property.BorderRightWidth<string | number> | undefined;
1631
+ "border-spacing"?: import("csstype").Property.BorderSpacing<string | number> | undefined;
1632
+ "border-start-end-radius"?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
1633
+ "border-start-start-radius"?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
1634
+ "border-top-color"?: import("csstype").Property.BorderTopColor | undefined;
1635
+ "border-top-left-radius"?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
1636
+ "border-top-right-radius"?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
1637
+ "border-top-style"?: import("csstype").Property.BorderTopStyle | undefined;
1638
+ "border-top-width"?: import("csstype").Property.BorderTopWidth<string | number> | undefined;
1639
+ "box-decoration-break"?: import("csstype").Property.BoxDecorationBreak | undefined;
1640
+ "box-shadow"?: import("csstype").Property.BoxShadow | undefined;
1641
+ "box-sizing"?: import("csstype").Property.BoxSizing | undefined;
1642
+ "break-after"?: import("csstype").Property.BreakAfter | undefined;
1643
+ "break-before"?: import("csstype").Property.BreakBefore | undefined;
1644
+ "break-inside"?: import("csstype").Property.BreakInside | undefined;
1645
+ "caption-side"?: import("csstype").Property.CaptionSide | undefined;
1646
+ "caret-color"?: import("csstype").Property.CaretColor | undefined;
1647
+ "caret-shape"?: import("csstype").Property.CaretShape | undefined;
1648
+ "clip-path"?: import("csstype").Property.ClipPath | undefined;
1649
+ "color-adjust"?: import("csstype").Property.PrintColorAdjust | undefined;
1650
+ "color-scheme"?: import("csstype").Property.ColorScheme | undefined;
1651
+ "column-count"?: import("csstype").Property.ColumnCount | undefined;
1652
+ "column-fill"?: import("csstype").Property.ColumnFill | undefined;
1653
+ "column-gap"?: import("csstype").Property.ColumnGap<string | number> | undefined;
1654
+ "column-rule-color"?: import("csstype").Property.ColumnRuleColor | undefined;
1655
+ "column-rule-style"?: import("csstype").Property.ColumnRuleStyle | undefined;
1656
+ "column-rule-width"?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
1657
+ "column-span"?: import("csstype").Property.ColumnSpan | undefined;
1658
+ "column-width"?: import("csstype").Property.ColumnWidth<string | number> | undefined;
1659
+ "contain-intrinsic-block-size"?: import("csstype").Property.ContainIntrinsicBlockSize<string | number> | undefined;
1660
+ "contain-intrinsic-height"?: import("csstype").Property.ContainIntrinsicHeight<string | number> | undefined;
1661
+ "contain-intrinsic-inline-size"?: import("csstype").Property.ContainIntrinsicInlineSize<string | number> | undefined;
1662
+ "contain-intrinsic-width"?: import("csstype").Property.ContainIntrinsicWidth<string | number> | undefined;
1663
+ "container-name"?: import("csstype").Property.ContainerName | undefined;
1664
+ "container-type"?: import("csstype").Property.ContainerType | undefined;
1665
+ "content-visibility"?: import("csstype").Property.ContentVisibility | undefined;
1666
+ "counter-increment"?: import("csstype").Property.CounterIncrement | undefined;
1667
+ "counter-reset"?: import("csstype").Property.CounterReset | undefined;
1668
+ "counter-set"?: import("csstype").Property.CounterSet | undefined;
1669
+ "empty-cells"?: import("csstype").Property.EmptyCells | undefined;
1670
+ "flex-basis"?: import("csstype").Property.FlexBasis<string | number> | undefined;
1671
+ "flex-direction"?: import("csstype").Property.FlexDirection | undefined;
1672
+ "flex-grow"?: import("csstype").Property.FlexGrow | undefined;
1673
+ "flex-shrink"?: import("csstype").Property.FlexShrink | undefined;
1674
+ "flex-wrap"?: import("csstype").Property.FlexWrap | undefined;
1675
+ "font-family"?: import("csstype").Property.FontFamily | undefined;
1676
+ "font-feature-settings"?: import("csstype").Property.FontFeatureSettings | undefined;
1677
+ "font-kerning"?: import("csstype").Property.FontKerning | undefined;
1678
+ "font-language-override"?: import("csstype").Property.FontLanguageOverride | undefined;
1679
+ "font-optical-sizing"?: import("csstype").Property.FontOpticalSizing | undefined;
1680
+ "font-palette"?: import("csstype").Property.FontPalette | undefined;
1681
+ "font-size"?: import("csstype").Property.FontSize<string | number> | undefined;
1682
+ "font-size-adjust"?: import("csstype").Property.FontSizeAdjust | undefined;
1683
+ "font-smooth"?: import("csstype").Property.FontSmooth<string | number> | undefined;
1684
+ "font-stretch"?: import("csstype").Property.FontStretch | undefined;
1685
+ "font-style"?: import("csstype").Property.FontStyle | undefined;
1686
+ "font-synthesis"?: import("csstype").Property.FontSynthesis | undefined;
1687
+ "font-synthesis-position"?: import("csstype").Property.FontSynthesisPosition | undefined;
1688
+ "font-synthesis-small-caps"?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
1689
+ "font-synthesis-style"?: import("csstype").Property.FontSynthesisStyle | undefined;
1690
+ "font-synthesis-weight"?: import("csstype").Property.FontSynthesisWeight | undefined;
1691
+ "font-variant"?: import("csstype").Property.FontVariant | undefined;
1692
+ "font-variant-alternates"?: import("csstype").Property.FontVariantAlternates | undefined;
1693
+ "font-variant-caps"?: import("csstype").Property.FontVariantCaps | undefined;
1694
+ "font-variant-east-asian"?: import("csstype").Property.FontVariantEastAsian | undefined;
1695
+ "font-variant-emoji"?: import("csstype").Property.FontVariantEmoji | undefined;
1696
+ "font-variant-ligatures"?: import("csstype").Property.FontVariantLigatures | undefined;
1697
+ "font-variant-numeric"?: import("csstype").Property.FontVariantNumeric | undefined;
1698
+ "font-variant-position"?: import("csstype").Property.FontVariantPosition | undefined;
1699
+ "font-variation-settings"?: import("csstype").Property.FontVariationSettings | undefined;
1700
+ "font-weight"?: import("csstype").Property.FontWeight | undefined;
1701
+ "forced-color-adjust"?: import("csstype").Property.ForcedColorAdjust | undefined;
1702
+ "grid-auto-columns"?: import("csstype").Property.GridAutoColumns<string | number> | undefined;
1703
+ "grid-auto-flow"?: import("csstype").Property.GridAutoFlow | undefined;
1704
+ "grid-auto-rows"?: import("csstype").Property.GridAutoRows<string | number> | undefined;
1705
+ "grid-column-end"?: import("csstype").Property.GridColumnEnd | undefined;
1706
+ "grid-column-start"?: import("csstype").Property.GridColumnStart | undefined;
1707
+ "grid-row-end"?: import("csstype").Property.GridRowEnd | undefined;
1708
+ "grid-row-start"?: import("csstype").Property.GridRowStart | undefined;
1709
+ "grid-template-areas"?: import("csstype").Property.GridTemplateAreas | undefined;
1710
+ "grid-template-columns"?: import("csstype").Property.GridTemplateColumns<string | number> | undefined;
1711
+ "grid-template-rows"?: import("csstype").Property.GridTemplateRows<string | number> | undefined;
1712
+ "hanging-punctuation"?: import("csstype").Property.HangingPunctuation | undefined;
1713
+ "hyphenate-character"?: import("csstype").Property.HyphenateCharacter | undefined;
1714
+ "hyphenate-limit-chars"?: import("csstype").Property.HyphenateLimitChars | undefined;
1715
+ "image-orientation"?: import("csstype").Property.ImageOrientation | undefined;
1716
+ "image-rendering"?: import("csstype").Property.ImageRendering | undefined;
1717
+ "image-resolution"?: import("csstype").Property.ImageResolution | undefined;
1718
+ "initial-letter"?: import("csstype").Property.InitialLetter | undefined;
1719
+ "inline-size"?: import("csstype").Property.InlineSize<string | number> | undefined;
1720
+ "input-security"?: import("csstype").Property.InputSecurity | undefined;
1721
+ "inset-block-end"?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
1722
+ "inset-block-start"?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
1723
+ "inset-inline-end"?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
1724
+ "inset-inline-start"?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
1725
+ "justify-content"?: import("csstype").Property.JustifyContent | undefined;
1726
+ "justify-items"?: import("csstype").Property.JustifyItems | undefined;
1727
+ "justify-self"?: import("csstype").Property.JustifySelf | undefined;
1728
+ "justify-tracks"?: import("csstype").Property.JustifyTracks | undefined;
1729
+ "letter-spacing"?: import("csstype").Property.LetterSpacing<string | number> | undefined;
1730
+ "line-break"?: import("csstype").Property.LineBreak | undefined;
1731
+ "line-height"?: import("csstype").Property.LineHeight<string | number> | undefined;
1732
+ "line-height-step"?: import("csstype").Property.LineHeightStep<string | number> | undefined;
1733
+ "list-style-image"?: import("csstype").Property.ListStyleImage | undefined;
1734
+ "list-style-position"?: import("csstype").Property.ListStylePosition | undefined;
1735
+ "list-style-type"?: import("csstype").Property.ListStyleType | undefined;
1736
+ "margin-block-end"?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
1737
+ "margin-block-start"?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
1738
+ "margin-bottom"?: import("csstype").Property.MarginBottom<string | number> | undefined;
1739
+ "margin-inline-end"?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
1740
+ "margin-inline-start"?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
1741
+ "margin-left"?: import("csstype").Property.MarginLeft<string | number> | undefined;
1742
+ "margin-right"?: import("csstype").Property.MarginRight<string | number> | undefined;
1743
+ "margin-top"?: import("csstype").Property.MarginTop<string | number> | undefined;
1744
+ "margin-trim"?: import("csstype").Property.MarginTrim | undefined;
1745
+ "mask-border-mode"?: import("csstype").Property.MaskBorderMode | undefined;
1746
+ "mask-border-outset"?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
1747
+ "mask-border-repeat"?: import("csstype").Property.MaskBorderRepeat | undefined;
1748
+ "mask-border-slice"?: import("csstype").Property.MaskBorderSlice | undefined;
1749
+ "mask-border-source"?: import("csstype").Property.MaskBorderSource | undefined;
1750
+ "mask-border-width"?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
1751
+ "mask-clip"?: import("csstype").Property.MaskClip | undefined;
1752
+ "mask-composite"?: import("csstype").Property.MaskComposite | undefined;
1753
+ "mask-image"?: import("csstype").Property.MaskImage | undefined;
1754
+ "mask-mode"?: import("csstype").Property.MaskMode | undefined;
1755
+ "mask-origin"?: import("csstype").Property.MaskOrigin | undefined;
1756
+ "mask-position"?: import("csstype").Property.MaskPosition<string | number> | undefined;
1757
+ "mask-repeat"?: import("csstype").Property.MaskRepeat | undefined;
1758
+ "mask-size"?: import("csstype").Property.MaskSize<string | number> | undefined;
1759
+ "mask-type"?: import("csstype").Property.MaskType | undefined;
1760
+ "masonry-auto-flow"?: import("csstype").Property.MasonryAutoFlow | undefined;
1761
+ "math-depth"?: import("csstype").Property.MathDepth | undefined;
1762
+ "math-shift"?: import("csstype").Property.MathShift | undefined;
1763
+ "math-style"?: import("csstype").Property.MathStyle | undefined;
1764
+ "max-block-size"?: import("csstype").Property.MaxBlockSize<string | number> | undefined;
1765
+ "max-height"?: import("csstype").Property.MaxHeight<string | number> | undefined;
1766
+ "max-inline-size"?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
1767
+ "max-lines"?: import("csstype").Property.MaxLines | undefined;
1768
+ "max-width"?: import("csstype").Property.MaxWidth<string | number> | undefined;
1769
+ "min-block-size"?: import("csstype").Property.MinBlockSize<string | number> | undefined;
1770
+ "min-height"?: import("csstype").Property.MinHeight<string | number> | undefined;
1771
+ "min-inline-size"?: import("csstype").Property.MinInlineSize<string | number> | undefined;
1772
+ "min-width"?: import("csstype").Property.MinWidth<string | number> | undefined;
1773
+ "mix-blend-mode"?: import("csstype").Property.MixBlendMode | undefined;
1774
+ "motion-distance"?: import("csstype").Property.OffsetDistance<string | number> | undefined;
1775
+ "motion-path"?: import("csstype").Property.OffsetPath | undefined;
1776
+ "motion-rotation"?: import("csstype").Property.OffsetRotate | undefined;
1777
+ "object-fit"?: import("csstype").Property.ObjectFit | undefined;
1778
+ "object-position"?: import("csstype").Property.ObjectPosition<string | number> | undefined;
1779
+ "offset-anchor"?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
1780
+ "offset-distance"?: import("csstype").Property.OffsetDistance<string | number> | undefined;
1781
+ "offset-path"?: import("csstype").Property.OffsetPath | undefined;
1782
+ "offset-position"?: import("csstype").Property.OffsetPosition<string | number> | undefined;
1783
+ "offset-rotate"?: import("csstype").Property.OffsetRotate | undefined;
1784
+ "offset-rotation"?: import("csstype").Property.OffsetRotate | undefined;
1785
+ "outline-color"?: import("csstype").Property.OutlineColor | undefined;
1786
+ "outline-offset"?: import("csstype").Property.OutlineOffset<string | number> | undefined;
1787
+ "outline-style"?: import("csstype").Property.OutlineStyle | undefined;
1788
+ "outline-width"?: import("csstype").Property.OutlineWidth<string | number> | undefined;
1789
+ "overflow-anchor"?: import("csstype").Property.OverflowAnchor | undefined;
1790
+ "overflow-block"?: import("csstype").Property.OverflowBlock | undefined;
1791
+ "overflow-clip-box"?: import("csstype").Property.OverflowClipBox | undefined;
1792
+ "overflow-clip-margin"?: import("csstype").Property.OverflowClipMargin<string | number> | undefined;
1793
+ "overflow-inline"?: import("csstype").Property.OverflowInline | undefined;
1794
+ "overflow-wrap"?: import("csstype").Property.OverflowWrap | undefined;
1795
+ "overflow-x"?: import("csstype").Property.OverflowX | undefined;
1796
+ "overflow-y"?: import("csstype").Property.OverflowY | undefined;
1797
+ "overscroll-behavior-block"?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
1798
+ "overscroll-behavior-inline"?: import("csstype").Property.OverscrollBehaviorInline | undefined;
1799
+ "overscroll-behavior-x"?: import("csstype").Property.OverscrollBehaviorX | undefined;
1800
+ "overscroll-behavior-y"?: import("csstype").Property.OverscrollBehaviorY | undefined;
1801
+ "padding-block-end"?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
1802
+ "padding-block-start"?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
1803
+ "padding-bottom"?: import("csstype").Property.PaddingBottom<string | number> | undefined;
1804
+ "padding-inline-end"?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
1805
+ "padding-inline-start"?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
1806
+ "padding-left"?: import("csstype").Property.PaddingLeft<string | number> | undefined;
1807
+ "padding-right"?: import("csstype").Property.PaddingRight<string | number> | undefined;
1808
+ "padding-top"?: import("csstype").Property.PaddingTop<string | number> | undefined;
1809
+ "page-break-after"?: import("csstype").Property.PageBreakAfter | undefined;
1810
+ "page-break-before"?: import("csstype").Property.PageBreakBefore | undefined;
1811
+ "page-break-inside"?: import("csstype").Property.PageBreakInside | undefined;
1812
+ "paint-order"?: import("csstype").Property.PaintOrder | undefined;
1813
+ "perspective-origin"?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
1814
+ "pointer-events"?: import("csstype").Property.PointerEvents | undefined;
1815
+ "print-color-adjust"?: import("csstype").Property.PrintColorAdjust | undefined;
1816
+ "row-gap"?: import("csstype").Property.RowGap<string | number> | undefined;
1817
+ "ruby-align"?: import("csstype").Property.RubyAlign | undefined;
1818
+ "ruby-merge"?: import("csstype").Property.RubyMerge | undefined;
1819
+ "ruby-position"?: import("csstype").Property.RubyPosition | undefined;
1820
+ "scroll-behavior"?: import("csstype").Property.ScrollBehavior | undefined;
1821
+ "scroll-margin-block-end"?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
1822
+ "scroll-margin-block-start"?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
1823
+ "scroll-margin-bottom"?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
1824
+ "scroll-margin-inline-end"?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined;
1825
+ "scroll-margin-inline-start"?: import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined;
1826
+ "scroll-margin-left"?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
1827
+ "scroll-margin-right"?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
1828
+ "scroll-margin-top"?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
1829
+ "scroll-padding-block-end"?: import("csstype").Property.ScrollPaddingBlockEnd<string | number> | undefined;
1830
+ "scroll-padding-block-start"?: import("csstype").Property.ScrollPaddingBlockStart<string | number> | undefined;
1831
+ "scroll-padding-bottom"?: import("csstype").Property.ScrollPaddingBottom<string | number> | undefined;
1832
+ "scroll-padding-inline-end"?: import("csstype").Property.ScrollPaddingInlineEnd<string | number> | undefined;
1833
+ "scroll-padding-inline-start"?: import("csstype").Property.ScrollPaddingInlineStart<string | number> | undefined;
1834
+ "scroll-padding-left"?: import("csstype").Property.ScrollPaddingLeft<string | number> | undefined;
1835
+ "scroll-padding-right"?: import("csstype").Property.ScrollPaddingRight<string | number> | undefined;
1836
+ "scroll-padding-top"?: import("csstype").Property.ScrollPaddingTop<string | number> | undefined;
1837
+ "scroll-snap-align"?: import("csstype").Property.ScrollSnapAlign | undefined;
1838
+ "scroll-snap-margin-bottom"?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
1839
+ "scroll-snap-margin-left"?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
1840
+ "scroll-snap-margin-right"?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
1841
+ "scroll-snap-margin-top"?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
1842
+ "scroll-snap-stop"?: import("csstype").Property.ScrollSnapStop | undefined;
1843
+ "scroll-snap-type"?: import("csstype").Property.ScrollSnapType | undefined;
1844
+ "scroll-timeline-axis"?: import("csstype").Property.ScrollTimelineAxis | undefined;
1845
+ "scroll-timeline-name"?: import("csstype").Property.ScrollTimelineName | undefined;
1846
+ "scrollbar-color"?: import("csstype").Property.ScrollbarColor | undefined;
1847
+ "scrollbar-gutter"?: import("csstype").Property.ScrollbarGutter | undefined;
1848
+ "scrollbar-width"?: import("csstype").Property.ScrollbarWidth | undefined;
1849
+ "shape-image-threshold"?: import("csstype").Property.ShapeImageThreshold | undefined;
1850
+ "shape-margin"?: import("csstype").Property.ShapeMargin<string | number> | undefined;
1851
+ "shape-outside"?: import("csstype").Property.ShapeOutside | undefined;
1852
+ "tab-size"?: import("csstype").Property.TabSize<string | number> | undefined;
1853
+ "table-layout"?: import("csstype").Property.TableLayout | undefined;
1854
+ "text-align"?: import("csstype").Property.TextAlign | undefined;
1855
+ "text-align-last"?: import("csstype").Property.TextAlignLast | undefined;
1856
+ "text-combine-upright"?: import("csstype").Property.TextCombineUpright | undefined;
1857
+ "text-decoration-color"?: import("csstype").Property.TextDecorationColor | undefined;
1858
+ "text-decoration-line"?: import("csstype").Property.TextDecorationLine | undefined;
1859
+ "text-decoration-skip"?: import("csstype").Property.TextDecorationSkip | undefined;
1860
+ "text-decoration-skip-ink"?: import("csstype").Property.TextDecorationSkipInk | undefined;
1861
+ "text-decoration-style"?: import("csstype").Property.TextDecorationStyle | undefined;
1862
+ "text-decoration-thickness"?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
1863
+ "text-emphasis-color"?: import("csstype").Property.TextEmphasisColor | undefined;
1864
+ "text-emphasis-position"?: import("csstype").Property.TextEmphasisPosition | undefined;
1865
+ "text-emphasis-style"?: import("csstype").Property.TextEmphasisStyle | undefined;
1866
+ "text-indent"?: import("csstype").Property.TextIndent<string | number> | undefined;
1867
+ "text-justify"?: import("csstype").Property.TextJustify | undefined;
1868
+ "text-orientation"?: import("csstype").Property.TextOrientation | undefined;
1869
+ "text-overflow"?: import("csstype").Property.TextOverflow | undefined;
1870
+ "text-rendering"?: import("csstype").Property.TextRendering | undefined;
1871
+ "text-shadow"?: import("csstype").Property.TextShadow | undefined;
1872
+ "text-size-adjust"?: import("csstype").Property.TextSizeAdjust | undefined;
1873
+ "text-transform"?: import("csstype").Property.TextTransform | undefined;
1874
+ "text-underline-offset"?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
1875
+ "text-underline-position"?: import("csstype").Property.TextUnderlinePosition | undefined;
1876
+ "text-wrap"?: import("csstype").Property.TextWrap | undefined;
1877
+ "timeline-scope"?: import("csstype").Property.TimelineScope | undefined;
1878
+ "touch-action"?: import("csstype").Property.TouchAction | undefined;
1879
+ "transform-box"?: import("csstype").Property.TransformBox | undefined;
1880
+ "transform-origin"?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1881
+ "transform-style"?: import("csstype").Property.TransformStyle | undefined;
1882
+ "transition-behavior"?: import("csstype").Property.TransitionBehavior | undefined;
1883
+ "transition-delay"?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1884
+ "transition-duration"?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1885
+ "transition-property"?: import("csstype").Property.TransitionProperty | undefined;
1886
+ "transition-timing-function"?: import("csstype").Property.TransitionTimingFunction | undefined;
1887
+ "unicode-bidi"?: import("csstype").Property.UnicodeBidi | undefined;
1888
+ "user-select"?: import("csstype").Property.UserSelect | undefined;
1889
+ "vertical-align"?: import("csstype").Property.VerticalAlign<string | number> | undefined;
1890
+ "view-timeline-axis"?: import("csstype").Property.ViewTimelineAxis | undefined;
1891
+ "view-timeline-inset"?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
1892
+ "view-timeline-name"?: import("csstype").Property.ViewTimelineName | undefined;
1893
+ "view-transition-name"?: import("csstype").Property.ViewTransitionName | undefined;
1894
+ "white-space"?: import("csstype").Property.WhiteSpace | undefined;
1895
+ "white-space-collapse"?: import("csstype").Property.WhiteSpaceCollapse | undefined;
1896
+ "white-space-trim"?: import("csstype").Property.WhiteSpaceTrim | undefined;
1897
+ "will-change"?: import("csstype").Property.WillChange | undefined;
1898
+ "word-break"?: import("csstype").Property.WordBreak | undefined;
1899
+ "word-spacing"?: import("csstype").Property.WordSpacing<string | number> | undefined;
1900
+ "word-wrap"?: import("csstype").Property.WordWrap | undefined;
1901
+ "writing-mode"?: import("csstype").Property.WritingMode | undefined;
1902
+ "z-index"?: import("csstype").Property.ZIndex | undefined;
1903
+ "animation-range"?: import("csstype").Property.AnimationRange<string | number> | undefined;
1904
+ "background-position"?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
1905
+ "border-block"?: import("csstype").Property.BorderBlock<string | number> | undefined;
1906
+ "border-block-end"?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
1907
+ "border-block-start"?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
1908
+ "border-bottom"?: import("csstype").Property.BorderBottom<string | number> | undefined;
1909
+ "border-color"?: import("csstype").Property.BorderColor | undefined;
1910
+ "border-image"?: import("csstype").Property.BorderImage | undefined;
1911
+ "border-inline"?: import("csstype").Property.BorderInline<string | number> | undefined;
1912
+ "border-inline-end"?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
1913
+ "border-inline-start"?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
1914
+ "border-left"?: import("csstype").Property.BorderLeft<string | number> | undefined;
1915
+ "border-radius"?: import("csstype").Property.BorderRadius<string | number> | undefined;
1916
+ "border-right"?: import("csstype").Property.BorderRight<string | number> | undefined;
1917
+ "border-style"?: import("csstype").Property.BorderStyle | undefined;
1918
+ "border-top"?: import("csstype").Property.BorderTop<string | number> | undefined;
1919
+ "border-width"?: import("csstype").Property.BorderWidth<string | number> | undefined;
1920
+ "column-rule"?: import("csstype").Property.ColumnRule<string | number> | undefined;
1921
+ "contain-intrinsic-size"?: import("csstype").Property.ContainIntrinsicSize<string | number> | undefined;
1922
+ "flex-flow"?: import("csstype").Property.FlexFlow | undefined;
1923
+ "grid-area"?: import("csstype").Property.GridArea | undefined;
1924
+ "grid-column"?: import("csstype").Property.GridColumn | undefined;
1925
+ "grid-row"?: import("csstype").Property.GridRow | undefined;
1926
+ "grid-template"?: import("csstype").Property.GridTemplate | undefined;
1927
+ "inset-block"?: import("csstype").Property.InsetBlock<string | number> | undefined;
1928
+ "inset-inline"?: import("csstype").Property.InsetInline<string | number> | undefined;
1929
+ "line-clamp"?: import("csstype").Property.LineClamp | undefined;
1930
+ "list-style"?: import("csstype").Property.ListStyle | undefined;
1931
+ "margin-block"?: import("csstype").Property.MarginBlock<string | number> | undefined;
1932
+ "margin-inline"?: import("csstype").Property.MarginInline<string | number> | undefined;
1933
+ "mask-border"?: import("csstype").Property.MaskBorder | undefined;
1934
+ "overscroll-behavior"?: import("csstype").Property.OverscrollBehavior | undefined;
1935
+ "padding-block"?: import("csstype").Property.PaddingBlock<string | number> | undefined;
1936
+ "padding-inline"?: import("csstype").Property.PaddingInline<string | number> | undefined;
1937
+ "place-content"?: import("csstype").Property.PlaceContent | undefined;
1938
+ "place-items"?: import("csstype").Property.PlaceItems | undefined;
1939
+ "place-self"?: import("csstype").Property.PlaceSelf | undefined;
1940
+ "scroll-margin"?: import("csstype").Property.ScrollMargin<string | number> | undefined;
1941
+ "scroll-margin-block"?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
1942
+ "scroll-margin-inline"?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
1943
+ "scroll-padding"?: import("csstype").Property.ScrollPadding<string | number> | undefined;
1944
+ "scroll-padding-block"?: import("csstype").Property.ScrollPaddingBlock<string | number> | undefined;
1945
+ "scroll-padding-inline"?: import("csstype").Property.ScrollPaddingInline<string | number> | undefined;
1946
+ "scroll-snap-margin"?: import("csstype").Property.ScrollMargin<string | number> | undefined;
1947
+ "scroll-timeline"?: import("csstype").Property.ScrollTimeline | undefined;
1948
+ "text-decoration"?: import("csstype").Property.TextDecoration<string | number> | undefined;
1949
+ "text-emphasis"?: import("csstype").Property.TextEmphasis | undefined;
1950
+ "view-timeline"?: import("csstype").Property.ViewTimeline | undefined;
1951
+ "-moz-animation-delay"?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
1952
+ "-moz-animation-direction"?: import("csstype").Property.AnimationDirection | undefined;
1953
+ "-moz-animation-duration"?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
1954
+ "-moz-animation-fill-mode"?: import("csstype").Property.AnimationFillMode | undefined;
1955
+ "-moz-animation-iteration-count"?: import("csstype").Property.AnimationIterationCount | undefined;
1956
+ "-moz-animation-name"?: import("csstype").Property.AnimationName | undefined;
1957
+ "-moz-animation-play-state"?: import("csstype").Property.AnimationPlayState | undefined;
1958
+ "-moz-animation-timing-function"?: import("csstype").Property.AnimationTimingFunction | undefined;
1959
+ "-moz-appearance"?: import("csstype").Property.MozAppearance | undefined;
1960
+ "-moz-binding"?: import("csstype").Property.MozBinding | undefined;
1961
+ "-moz-border-bottom-colors"?: import("csstype").Property.MozBorderBottomColors | undefined;
1962
+ "-moz-border-end-color"?: import("csstype").Property.BorderInlineEndColor | undefined;
1963
+ "-moz-border-end-style"?: import("csstype").Property.BorderInlineEndStyle | undefined;
1964
+ "-moz-border-end-width"?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
1965
+ "-moz-border-left-colors"?: import("csstype").Property.MozBorderLeftColors | undefined;
1966
+ "-moz-border-right-colors"?: import("csstype").Property.MozBorderRightColors | undefined;
1967
+ "-moz-border-start-color"?: import("csstype").Property.BorderInlineStartColor | undefined;
1968
+ "-moz-border-start-style"?: import("csstype").Property.BorderInlineStartStyle | undefined;
1969
+ "-moz-border-top-colors"?: import("csstype").Property.MozBorderTopColors | undefined;
1970
+ "-moz-box-sizing"?: import("csstype").Property.BoxSizing | undefined;
1971
+ "-moz-column-count"?: import("csstype").Property.ColumnCount | undefined;
1972
+ "-moz-column-fill"?: import("csstype").Property.ColumnFill | undefined;
1973
+ "-moz-column-rule-color"?: import("csstype").Property.ColumnRuleColor | undefined;
1974
+ "-moz-column-rule-style"?: import("csstype").Property.ColumnRuleStyle | undefined;
1975
+ "-moz-column-rule-width"?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
1976
+ "-moz-column-width"?: import("csstype").Property.ColumnWidth<string | number> | undefined;
1977
+ "-moz-context-properties"?: import("csstype").Property.MozContextProperties | undefined;
1978
+ "-moz-font-feature-settings"?: import("csstype").Property.FontFeatureSettings | undefined;
1979
+ "-moz-font-language-override"?: import("csstype").Property.FontLanguageOverride | undefined;
1980
+ "-moz-hyphens"?: import("csstype").Property.Hyphens | undefined;
1981
+ "-moz-image-region"?: import("csstype").Property.MozImageRegion | undefined;
1982
+ "-moz-margin-end"?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
1983
+ "-moz-margin-start"?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
1984
+ "-moz-orient"?: import("csstype").Property.MozOrient | undefined;
1985
+ "-moz-osx-font-smoothing"?: import("csstype").Property.FontSmooth<string | number> | undefined;
1986
+ "-moz-outline-radius-bottomleft"?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
1987
+ "-moz-outline-radius-bottomright"?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
1988
+ "-moz-outline-radius-topleft"?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
1989
+ "-moz-outline-radius-topright"?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
1990
+ "-moz-padding-end"?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
1991
+ "-moz-padding-start"?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
1992
+ "-moz-stack-sizing"?: import("csstype").Property.MozStackSizing | undefined;
1993
+ "-moz-tab-size"?: import("csstype").Property.TabSize<string | number> | undefined;
1994
+ "-moz-text-blink"?: import("csstype").Property.MozTextBlink | undefined;
1995
+ "-moz-text-size-adjust"?: import("csstype").Property.TextSizeAdjust | undefined;
1996
+ "-moz-user-focus"?: import("csstype").Property.MozUserFocus | undefined;
1997
+ "-moz-user-modify"?: import("csstype").Property.MozUserModify | undefined;
1998
+ "-moz-user-select"?: import("csstype").Property.UserSelect | undefined;
1999
+ "-moz-window-dragging"?: import("csstype").Property.MozWindowDragging | undefined;
2000
+ "-moz-window-shadow"?: import("csstype").Property.MozWindowShadow | undefined;
2001
+ "-ms-accelerator"?: import("csstype").Property.MsAccelerator | undefined;
2002
+ "-ms-block-progression"?: import("csstype").Property.MsBlockProgression | undefined;
2003
+ "-ms-content-zoom-chaining"?: import("csstype").Property.MsContentZoomChaining | undefined;
2004
+ "-ms-content-zoom-limit-max"?: import("csstype").Property.MsContentZoomLimitMax | undefined;
2005
+ "-ms-content-zoom-limit-min"?: import("csstype").Property.MsContentZoomLimitMin | undefined;
2006
+ "-ms-content-zoom-snap-points"?: import("csstype").Property.MsContentZoomSnapPoints | undefined;
2007
+ "-ms-content-zoom-snap-type"?: import("csstype").Property.MsContentZoomSnapType | undefined;
2008
+ "-ms-content-zooming"?: import("csstype").Property.MsContentZooming | undefined;
2009
+ "-ms-filter"?: import("csstype").Property.MsFilter | undefined;
2010
+ "-ms-flex-direction"?: import("csstype").Property.FlexDirection | undefined;
2011
+ "-ms-flex-positive"?: import("csstype").Property.FlexGrow | undefined;
2012
+ "-ms-flow-from"?: import("csstype").Property.MsFlowFrom | undefined;
2013
+ "-ms-flow-into"?: import("csstype").Property.MsFlowInto | undefined;
2014
+ "-ms-grid-columns"?: import("csstype").Property.MsGridColumns<string | number> | undefined;
2015
+ "-ms-grid-rows"?: import("csstype").Property.MsGridRows<string | number> | undefined;
2016
+ "-ms-high-contrast-adjust"?: import("csstype").Property.MsHighContrastAdjust | undefined;
2017
+ "-ms-hyphenate-limit-chars"?: import("csstype").Property.MsHyphenateLimitChars | undefined;
2018
+ "-ms-hyphenate-limit-lines"?: import("csstype").Property.MsHyphenateLimitLines | undefined;
2019
+ "-ms-hyphenate-limit-zone"?: import("csstype").Property.MsHyphenateLimitZone<string | number> | undefined;
2020
+ "-ms-hyphens"?: import("csstype").Property.Hyphens | undefined;
2021
+ "-ms-ime-align"?: import("csstype").Property.MsImeAlign | undefined;
2022
+ "-ms-line-break"?: import("csstype").Property.LineBreak | undefined;
2023
+ "-ms-order"?: import("csstype").Property.Order | undefined;
2024
+ "-ms-overflow-style"?: import("csstype").Property.MsOverflowStyle | undefined;
2025
+ "-ms-overflow-x"?: import("csstype").Property.OverflowX | undefined;
2026
+ "-ms-overflow-y"?: import("csstype").Property.OverflowY | undefined;
2027
+ "-ms-scroll-chaining"?: import("csstype").Property.MsScrollChaining | undefined;
2028
+ "-ms-scroll-limit-x-max"?: import("csstype").Property.MsScrollLimitXMax<string | number> | undefined;
2029
+ "-ms-scroll-limit-x-min"?: import("csstype").Property.MsScrollLimitXMin<string | number> | undefined;
2030
+ "-ms-scroll-limit-y-max"?: import("csstype").Property.MsScrollLimitYMax<string | number> | undefined;
2031
+ "-ms-scroll-limit-y-min"?: import("csstype").Property.MsScrollLimitYMin<string | number> | undefined;
2032
+ "-ms-scroll-rails"?: import("csstype").Property.MsScrollRails | undefined;
2033
+ "-ms-scroll-snap-points-x"?: import("csstype").Property.MsScrollSnapPointsX | undefined;
2034
+ "-ms-scroll-snap-points-y"?: import("csstype").Property.MsScrollSnapPointsY | undefined;
2035
+ "-ms-scroll-snap-type"?: import("csstype").Property.MsScrollSnapType | undefined;
2036
+ "-ms-scroll-translation"?: import("csstype").Property.MsScrollTranslation | undefined;
2037
+ "-ms-scrollbar-3dlight-color"?: import("csstype").Property.MsScrollbar3dlightColor | undefined;
2038
+ "-ms-scrollbar-arrow-color"?: import("csstype").Property.MsScrollbarArrowColor | undefined;
2039
+ "-ms-scrollbar-base-color"?: import("csstype").Property.MsScrollbarBaseColor | undefined;
2040
+ "-ms-scrollbar-darkshadow-color"?: import("csstype").Property.MsScrollbarDarkshadowColor | undefined;
2041
+ "-ms-scrollbar-face-color"?: import("csstype").Property.MsScrollbarFaceColor | undefined;
2042
+ "-ms-scrollbar-highlight-color"?: import("csstype").Property.MsScrollbarHighlightColor | undefined;
2043
+ "-ms-scrollbar-shadow-color"?: import("csstype").Property.MsScrollbarShadowColor | undefined;
2044
+ "-ms-scrollbar-track-color"?: import("csstype").Property.MsScrollbarTrackColor | undefined;
2045
+ "-ms-text-autospace"?: import("csstype").Property.MsTextAutospace | undefined;
2046
+ "-ms-text-combine-horizontal"?: import("csstype").Property.TextCombineUpright | undefined;
2047
+ "-ms-text-overflow"?: import("csstype").Property.TextOverflow | undefined;
2048
+ "-ms-touch-action"?: import("csstype").Property.TouchAction | undefined;
2049
+ "-ms-touch-select"?: import("csstype").Property.MsTouchSelect | undefined;
2050
+ "-ms-transform"?: import("csstype").Property.Transform | undefined;
2051
+ "-ms-transform-origin"?: import("csstype").Property.TransformOrigin<string | number> | undefined;
2052
+ "-ms-transition-delay"?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
2053
+ "-ms-transition-duration"?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
2054
+ "-ms-transition-property"?: import("csstype").Property.TransitionProperty | undefined;
2055
+ "-ms-transition-timing-function"?: import("csstype").Property.TransitionTimingFunction | undefined;
2056
+ "-ms-user-select"?: import("csstype").Property.MsUserSelect | undefined;
2057
+ "-ms-word-break"?: import("csstype").Property.WordBreak | undefined;
2058
+ "-ms-wrap-flow"?: import("csstype").Property.MsWrapFlow | undefined;
2059
+ "-ms-wrap-margin"?: import("csstype").Property.MsWrapMargin<string | number> | undefined;
2060
+ "-ms-wrap-through"?: import("csstype").Property.MsWrapThrough | undefined;
2061
+ "-ms-writing-mode"?: import("csstype").Property.WritingMode | undefined;
2062
+ "-webkit-align-content"?: import("csstype").Property.AlignContent | undefined;
2063
+ "-webkit-align-items"?: import("csstype").Property.AlignItems | undefined;
2064
+ "-webkit-align-self"?: import("csstype").Property.AlignSelf | undefined;
2065
+ "-webkit-animation-delay"?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
2066
+ "-webkit-animation-direction"?: import("csstype").Property.AnimationDirection | undefined;
2067
+ "-webkit-animation-duration"?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
2068
+ "-webkit-animation-fill-mode"?: import("csstype").Property.AnimationFillMode | undefined;
2069
+ "-webkit-animation-iteration-count"?: import("csstype").Property.AnimationIterationCount | undefined;
2070
+ "-webkit-animation-name"?: import("csstype").Property.AnimationName | undefined;
2071
+ "-webkit-animation-play-state"?: import("csstype").Property.AnimationPlayState | undefined;
2072
+ "-webkit-animation-timing-function"?: import("csstype").Property.AnimationTimingFunction | undefined;
2073
+ "-webkit-appearance"?: import("csstype").Property.WebkitAppearance | undefined;
2074
+ "-webkit-backdrop-filter"?: import("csstype").Property.BackdropFilter | undefined;
2075
+ "-webkit-backface-visibility"?: import("csstype").Property.BackfaceVisibility | undefined;
2076
+ "-webkit-background-clip"?: import("csstype").Property.BackgroundClip | undefined;
2077
+ "-webkit-background-origin"?: import("csstype").Property.BackgroundOrigin | undefined;
2078
+ "-webkit-background-size"?: import("csstype").Property.BackgroundSize<string | number> | undefined;
2079
+ "-webkit-border-before-color"?: import("csstype").Property.WebkitBorderBeforeColor | undefined;
2080
+ "-webkit-border-before-style"?: import("csstype").Property.WebkitBorderBeforeStyle | undefined;
2081
+ "-webkit-border-before-width"?: import("csstype").Property.WebkitBorderBeforeWidth<string | number> | undefined;
2082
+ "-webkit-border-bottom-left-radius"?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
2083
+ "-webkit-border-bottom-right-radius"?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
2084
+ "-webkit-border-image-slice"?: import("csstype").Property.BorderImageSlice | undefined;
2085
+ "-webkit-border-top-left-radius"?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
2086
+ "-webkit-border-top-right-radius"?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
2087
+ "-webkit-box-decoration-break"?: import("csstype").Property.BoxDecorationBreak | undefined;
2088
+ "-webkit-box-reflect"?: import("csstype").Property.WebkitBoxReflect<string | number> | undefined;
2089
+ "-webkit-box-shadow"?: import("csstype").Property.BoxShadow | undefined;
2090
+ "-webkit-box-sizing"?: import("csstype").Property.BoxSizing | undefined;
2091
+ "-webkit-clip-path"?: import("csstype").Property.ClipPath | undefined;
2092
+ "-webkit-column-count"?: import("csstype").Property.ColumnCount | undefined;
2093
+ "-webkit-column-fill"?: import("csstype").Property.ColumnFill | undefined;
2094
+ "-webkit-column-rule-color"?: import("csstype").Property.ColumnRuleColor | undefined;
2095
+ "-webkit-column-rule-style"?: import("csstype").Property.ColumnRuleStyle | undefined;
2096
+ "-webkit-column-rule-width"?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
2097
+ "-webkit-column-span"?: import("csstype").Property.ColumnSpan | undefined;
2098
+ "-webkit-column-width"?: import("csstype").Property.ColumnWidth<string | number> | undefined;
2099
+ "-webkit-filter"?: import("csstype").Property.Filter | undefined;
2100
+ "-webkit-flex-basis"?: import("csstype").Property.FlexBasis<string | number> | undefined;
2101
+ "-webkit-flex-direction"?: import("csstype").Property.FlexDirection | undefined;
2102
+ "-webkit-flex-grow"?: import("csstype").Property.FlexGrow | undefined;
2103
+ "-webkit-flex-shrink"?: import("csstype").Property.FlexShrink | undefined;
2104
+ "-webkit-flex-wrap"?: import("csstype").Property.FlexWrap | undefined;
2105
+ "-webkit-font-feature-settings"?: import("csstype").Property.FontFeatureSettings | undefined;
2106
+ "-webkit-font-kerning"?: import("csstype").Property.FontKerning | undefined;
2107
+ "-webkit-font-smoothing"?: import("csstype").Property.FontSmooth<string | number> | undefined;
2108
+ "-webkit-font-variant-ligatures"?: import("csstype").Property.FontVariantLigatures | undefined;
2109
+ "-webkit-hyphenate-character"?: import("csstype").Property.HyphenateCharacter | undefined;
2110
+ "-webkit-hyphens"?: import("csstype").Property.Hyphens | undefined;
2111
+ "-webkit-initial-letter"?: import("csstype").Property.InitialLetter | undefined;
2112
+ "-webkit-justify-content"?: import("csstype").Property.JustifyContent | undefined;
2113
+ "-webkit-line-break"?: import("csstype").Property.LineBreak | undefined;
2114
+ "-webkit-line-clamp"?: import("csstype").Property.WebkitLineClamp | undefined;
2115
+ "-webkit-margin-end"?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
2116
+ "-webkit-margin-start"?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
2117
+ "-webkit-mask-attachment"?: import("csstype").Property.WebkitMaskAttachment | undefined;
2118
+ "-webkit-mask-box-image-outset"?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
2119
+ "-webkit-mask-box-image-repeat"?: import("csstype").Property.MaskBorderRepeat | undefined;
2120
+ "-webkit-mask-box-image-slice"?: import("csstype").Property.MaskBorderSlice | undefined;
2121
+ "-webkit-mask-box-image-source"?: import("csstype").Property.MaskBorderSource | undefined;
2122
+ "-webkit-mask-box-image-width"?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
2123
+ "-webkit-mask-clip"?: import("csstype").Property.WebkitMaskClip | undefined;
2124
+ "-webkit-mask-composite"?: import("csstype").Property.WebkitMaskComposite | undefined;
2125
+ "-webkit-mask-image"?: import("csstype").Property.WebkitMaskImage | undefined;
2126
+ "-webkit-mask-origin"?: import("csstype").Property.WebkitMaskOrigin | undefined;
2127
+ "-webkit-mask-position"?: import("csstype").Property.WebkitMaskPosition<string | number> | undefined;
2128
+ "-webkit-mask-position-x"?: import("csstype").Property.WebkitMaskPositionX<string | number> | undefined;
2129
+ "-webkit-mask-position-y"?: import("csstype").Property.WebkitMaskPositionY<string | number> | undefined;
2130
+ "-webkit-mask-repeat"?: import("csstype").Property.WebkitMaskRepeat | undefined;
2131
+ "-webkit-mask-repeat-x"?: import("csstype").Property.WebkitMaskRepeatX | undefined;
2132
+ "-webkit-mask-repeat-y"?: import("csstype").Property.WebkitMaskRepeatY | undefined;
2133
+ "-webkit-mask-size"?: import("csstype").Property.WebkitMaskSize<string | number> | undefined;
2134
+ "-webkit-max-inline-size"?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
2135
+ "-webkit-order"?: import("csstype").Property.Order | undefined;
2136
+ "-webkit-overflow-scrolling"?: import("csstype").Property.WebkitOverflowScrolling | undefined;
2137
+ "-webkit-padding-end"?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
2138
+ "-webkit-padding-start"?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
2139
+ "-webkit-perspective"?: import("csstype").Property.Perspective<string | number> | undefined;
2140
+ "-webkit-perspective-origin"?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
2141
+ "-webkit-print-color-adjust"?: import("csstype").Property.PrintColorAdjust | undefined;
2142
+ "-webkit-ruby-position"?: import("csstype").Property.RubyPosition | undefined;
2143
+ "-webkit-scroll-snap-type"?: import("csstype").Property.ScrollSnapType | undefined;
2144
+ "-webkit-shape-margin"?: import("csstype").Property.ShapeMargin<string | number> | undefined;
2145
+ "-webkit-tap-highlight-color"?: import("csstype").Property.WebkitTapHighlightColor | undefined;
2146
+ "-webkit-text-combine"?: import("csstype").Property.TextCombineUpright | undefined;
2147
+ "-webkit-text-decoration-color"?: import("csstype").Property.TextDecorationColor | undefined;
2148
+ "-webkit-text-decoration-line"?: import("csstype").Property.TextDecorationLine | undefined;
2149
+ "-webkit-text-decoration-skip"?: import("csstype").Property.TextDecorationSkip | undefined;
2150
+ "-webkit-text-decoration-style"?: import("csstype").Property.TextDecorationStyle | undefined;
2151
+ "-webkit-text-emphasis-color"?: import("csstype").Property.TextEmphasisColor | undefined;
2152
+ "-webkit-text-emphasis-position"?: import("csstype").Property.TextEmphasisPosition | undefined;
2153
+ "-webkit-text-emphasis-style"?: import("csstype").Property.TextEmphasisStyle | undefined;
2154
+ "-webkit-text-fill-color"?: import("csstype").Property.WebkitTextFillColor | undefined;
2155
+ "-webkit-text-orientation"?: import("csstype").Property.TextOrientation | undefined;
2156
+ "-webkit-text-size-adjust"?: import("csstype").Property.TextSizeAdjust | undefined;
2157
+ "-webkit-text-stroke-color"?: import("csstype").Property.WebkitTextStrokeColor | undefined;
2158
+ "-webkit-text-stroke-width"?: import("csstype").Property.WebkitTextStrokeWidth<string | number> | undefined;
2159
+ "-webkit-text-underline-position"?: import("csstype").Property.TextUnderlinePosition | undefined;
2160
+ "-webkit-touch-callout"?: import("csstype").Property.WebkitTouchCallout | undefined;
2161
+ "-webkit-transform"?: import("csstype").Property.Transform | undefined;
2162
+ "-webkit-transform-origin"?: import("csstype").Property.TransformOrigin<string | number> | undefined;
2163
+ "-webkit-transform-style"?: import("csstype").Property.TransformStyle | undefined;
2164
+ "-webkit-transition-delay"?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
2165
+ "-webkit-transition-duration"?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
2166
+ "-webkit-transition-property"?: import("csstype").Property.TransitionProperty | undefined;
2167
+ "-webkit-transition-timing-function"?: import("csstype").Property.TransitionTimingFunction | undefined;
2168
+ "-webkit-user-modify"?: import("csstype").Property.WebkitUserModify | undefined;
2169
+ "-webkit-user-select"?: import("csstype").Property.UserSelect | undefined;
2170
+ "-webkit-writing-mode"?: import("csstype").Property.WritingMode | undefined;
2171
+ "-moz-animation"?: import("csstype").Property.Animation<string & {}> | undefined;
2172
+ "-moz-border-image"?: import("csstype").Property.BorderImage | undefined;
2173
+ "-moz-column-rule"?: import("csstype").Property.ColumnRule<string | number> | undefined;
2174
+ "-moz-columns"?: import("csstype").Property.Columns<string | number> | undefined;
2175
+ "-moz-outline-radius"?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
2176
+ "-ms-content-zoom-limit"?: import("csstype").Property.MsContentZoomLimit | undefined;
2177
+ "-ms-content-zoom-snap"?: import("csstype").Property.MsContentZoomSnap | undefined;
2178
+ "-ms-flex"?: import("csstype").Property.Flex<string | number> | undefined;
2179
+ "-ms-scroll-limit"?: import("csstype").Property.MsScrollLimit | undefined;
2180
+ "-ms-scroll-snap-x"?: import("csstype").Property.MsScrollSnapX | undefined;
2181
+ "-ms-scroll-snap-y"?: import("csstype").Property.MsScrollSnapY | undefined;
2182
+ "-ms-transition"?: import("csstype").Property.Transition<string & {}> | undefined;
2183
+ "-webkit-animation"?: import("csstype").Property.Animation<string & {}> | undefined;
2184
+ "-webkit-border-before"?: import("csstype").Property.WebkitBorderBefore<string | number> | undefined;
2185
+ "-webkit-border-image"?: import("csstype").Property.BorderImage | undefined;
2186
+ "-webkit-border-radius"?: import("csstype").Property.BorderRadius<string | number> | undefined;
2187
+ "-webkit-column-rule"?: import("csstype").Property.ColumnRule<string | number> | undefined;
2188
+ "-webkit-columns"?: import("csstype").Property.Columns<string | number> | undefined;
2189
+ "-webkit-flex"?: import("csstype").Property.Flex<string | number> | undefined;
2190
+ "-webkit-flex-flow"?: import("csstype").Property.FlexFlow | undefined;
2191
+ "-webkit-mask"?: import("csstype").Property.WebkitMask<string | number> | undefined;
2192
+ "-webkit-mask-box-image"?: import("csstype").Property.MaskBorder | undefined;
2193
+ "-webkit-text-emphasis"?: import("csstype").Property.TextEmphasis | undefined;
2194
+ "-webkit-text-stroke"?: import("csstype").Property.WebkitTextStroke<string | number> | undefined;
2195
+ "-webkit-transition"?: import("csstype").Property.Transition<string & {}> | undefined;
2196
+ "box-align"?: import("csstype").Property.BoxAlign | undefined;
2197
+ "box-direction"?: import("csstype").Property.BoxDirection | undefined;
2198
+ "box-flex"?: import("csstype").Property.BoxFlex | undefined;
2199
+ "box-flex-group"?: import("csstype").Property.BoxFlexGroup | undefined;
2200
+ "box-lines"?: import("csstype").Property.BoxLines | undefined;
2201
+ "box-ordinal-group"?: import("csstype").Property.BoxOrdinalGroup | undefined;
2202
+ "box-orient"?: import("csstype").Property.BoxOrient | undefined;
2203
+ "box-pack"?: import("csstype").Property.BoxPack | undefined;
2204
+ "grid-column-gap"?: import("csstype").Property.GridColumnGap<string | number> | undefined;
2205
+ "grid-gap"?: import("csstype").Property.GridGap<string | number> | undefined;
2206
+ "grid-row-gap"?: import("csstype").Property.GridRowGap<string | number> | undefined;
2207
+ "ime-mode"?: import("csstype").Property.ImeMode | undefined;
2208
+ "offset-block"?: import("csstype").Property.InsetBlock<string | number> | undefined;
2209
+ "offset-block-end"?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
2210
+ "offset-block-start"?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
2211
+ "offset-inline"?: import("csstype").Property.InsetInline<string | number> | undefined;
2212
+ "offset-inline-end"?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
2213
+ "offset-inline-start"?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
2214
+ "scroll-snap-coordinate"?: import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined;
2215
+ "scroll-snap-destination"?: import("csstype").Property.ScrollSnapDestination<string | number> | undefined;
2216
+ "scroll-snap-points-x"?: import("csstype").Property.ScrollSnapPointsX | undefined;
2217
+ "scroll-snap-points-y"?: import("csstype").Property.ScrollSnapPointsY | undefined;
2218
+ "scroll-snap-type-x"?: import("csstype").Property.ScrollSnapTypeX | undefined;
2219
+ "scroll-snap-type-y"?: import("csstype").Property.ScrollSnapTypeY | undefined;
2220
+ "-khtml-box-align"?: import("csstype").Property.BoxAlign | undefined;
2221
+ "-khtml-box-direction"?: import("csstype").Property.BoxDirection | undefined;
2222
+ "-khtml-box-flex"?: import("csstype").Property.BoxFlex | undefined;
2223
+ "-khtml-box-flex-group"?: import("csstype").Property.BoxFlexGroup | undefined;
2224
+ "-khtml-box-lines"?: import("csstype").Property.BoxLines | undefined;
2225
+ "-khtml-box-ordinal-group"?: import("csstype").Property.BoxOrdinalGroup | undefined;
2226
+ "-khtml-box-orient"?: import("csstype").Property.BoxOrient | undefined;
2227
+ "-khtml-box-pack"?: import("csstype").Property.BoxPack | undefined;
2228
+ "-khtml-line-break"?: import("csstype").Property.LineBreak | undefined;
2229
+ "-khtml-opacity"?: import("csstype").Property.Opacity | undefined;
2230
+ "-khtml-user-select"?: import("csstype").Property.UserSelect | undefined;
2231
+ "-moz-backface-visibility"?: import("csstype").Property.BackfaceVisibility | undefined;
2232
+ "-moz-background-clip"?: import("csstype").Property.BackgroundClip | undefined;
2233
+ "-moz-background-inline-policy"?: import("csstype").Property.BoxDecorationBreak | undefined;
2234
+ "-moz-background-origin"?: import("csstype").Property.BackgroundOrigin | undefined;
2235
+ "-moz-background-size"?: import("csstype").Property.BackgroundSize<string | number> | undefined;
2236
+ "-moz-border-radius"?: import("csstype").Property.BorderRadius<string | number> | undefined;
2237
+ "-moz-border-radius-bottomleft"?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
2238
+ "-moz-border-radius-bottomright"?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
2239
+ "-moz-border-radius-topleft"?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
2240
+ "-moz-border-radius-topright"?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
2241
+ "-moz-box-align"?: import("csstype").Property.BoxAlign | undefined;
2242
+ "-moz-box-direction"?: import("csstype").Property.BoxDirection | undefined;
2243
+ "-moz-box-flex"?: import("csstype").Property.BoxFlex | undefined;
2244
+ "-moz-box-ordinal-group"?: import("csstype").Property.BoxOrdinalGroup | undefined;
2245
+ "-moz-box-orient"?: import("csstype").Property.BoxOrient | undefined;
2246
+ "-moz-box-pack"?: import("csstype").Property.BoxPack | undefined;
2247
+ "-moz-box-shadow"?: import("csstype").Property.BoxShadow | undefined;
2248
+ "-moz-float-edge"?: import("csstype").Property.MozFloatEdge | undefined;
2249
+ "-moz-force-broken-image-icon"?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
2250
+ "-moz-opacity"?: import("csstype").Property.Opacity | undefined;
2251
+ "-moz-outline"?: import("csstype").Property.Outline<string | number> | undefined;
2252
+ "-moz-outline-color"?: import("csstype").Property.OutlineColor | undefined;
2253
+ "-moz-outline-style"?: import("csstype").Property.OutlineStyle | undefined;
2254
+ "-moz-outline-width"?: import("csstype").Property.OutlineWidth<string | number> | undefined;
2255
+ "-moz-perspective"?: import("csstype").Property.Perspective<string | number> | undefined;
2256
+ "-moz-perspective-origin"?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
2257
+ "-moz-text-align-last"?: import("csstype").Property.TextAlignLast | undefined;
2258
+ "-moz-text-decoration-color"?: import("csstype").Property.TextDecorationColor | undefined;
2259
+ "-moz-text-decoration-line"?: import("csstype").Property.TextDecorationLine | undefined;
2260
+ "-moz-text-decoration-style"?: import("csstype").Property.TextDecorationStyle | undefined;
2261
+ "-moz-transform"?: import("csstype").Property.Transform | undefined;
2262
+ "-moz-transform-origin"?: import("csstype").Property.TransformOrigin<string | number> | undefined;
2263
+ "-moz-transform-style"?: import("csstype").Property.TransformStyle | undefined;
2264
+ "-moz-transition"?: import("csstype").Property.Transition<string & {}> | undefined;
2265
+ "-moz-transition-delay"?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
2266
+ "-moz-transition-duration"?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
2267
+ "-moz-transition-property"?: import("csstype").Property.TransitionProperty | undefined;
2268
+ "-moz-transition-timing-function"?: import("csstype").Property.TransitionTimingFunction | undefined;
2269
+ "-moz-user-input"?: import("csstype").Property.MozUserInput | undefined;
2270
+ "-ms-ime-mode"?: import("csstype").Property.ImeMode | undefined;
2271
+ "-o-animation"?: import("csstype").Property.Animation<string & {}> | undefined;
2272
+ "-o-animation-delay"?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
2273
+ "-o-animation-direction"?: import("csstype").Property.AnimationDirection | undefined;
2274
+ "-o-animation-duration"?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
2275
+ "-o-animation-fill-mode"?: import("csstype").Property.AnimationFillMode | undefined;
2276
+ "-o-animation-iteration-count"?: import("csstype").Property.AnimationIterationCount | undefined;
2277
+ "-o-animation-name"?: import("csstype").Property.AnimationName | undefined;
2278
+ "-o-animation-play-state"?: import("csstype").Property.AnimationPlayState | undefined;
2279
+ "-o-animation-timing-function"?: import("csstype").Property.AnimationTimingFunction | undefined;
2280
+ "-o-background-size"?: import("csstype").Property.BackgroundSize<string | number> | undefined;
2281
+ "-o-border-image"?: import("csstype").Property.BorderImage | undefined;
2282
+ "-o-object-fit"?: import("csstype").Property.ObjectFit | undefined;
2283
+ "-o-object-position"?: import("csstype").Property.ObjectPosition<string | number> | undefined;
2284
+ "-o-tab-size"?: import("csstype").Property.TabSize<string | number> | undefined;
2285
+ "-o-text-overflow"?: import("csstype").Property.TextOverflow | undefined;
2286
+ "-o-transform"?: import("csstype").Property.Transform | undefined;
2287
+ "-o-transform-origin"?: import("csstype").Property.TransformOrigin<string | number> | undefined;
2288
+ "-o-transition"?: import("csstype").Property.Transition<string & {}> | undefined;
2289
+ "-o-transition-delay"?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
2290
+ "-o-transition-duration"?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
2291
+ "-o-transition-property"?: import("csstype").Property.TransitionProperty | undefined;
2292
+ "-o-transition-timing-function"?: import("csstype").Property.TransitionTimingFunction | undefined;
2293
+ "-webkit-box-align"?: import("csstype").Property.BoxAlign | undefined;
2294
+ "-webkit-box-direction"?: import("csstype").Property.BoxDirection | undefined;
2295
+ "-webkit-box-flex"?: import("csstype").Property.BoxFlex | undefined;
2296
+ "-webkit-box-flex-group"?: import("csstype").Property.BoxFlexGroup | undefined;
2297
+ "-webkit-box-lines"?: import("csstype").Property.BoxLines | undefined;
2298
+ "-webkit-box-ordinal-group"?: import("csstype").Property.BoxOrdinalGroup | undefined;
2299
+ "-webkit-box-orient"?: import("csstype").Property.BoxOrient | undefined;
2300
+ "-webkit-box-pack"?: import("csstype").Property.BoxPack | undefined;
2301
+ "alignment-baseline"?: import("csstype").Property.AlignmentBaseline | undefined;
2302
+ "baseline-shift"?: import("csstype").Property.BaselineShift<string | number> | undefined;
2303
+ "clip-rule"?: import("csstype").Property.ClipRule | undefined;
2304
+ "color-interpolation"?: import("csstype").Property.ColorInterpolation | undefined;
2305
+ "color-rendering"?: import("csstype").Property.ColorRendering | undefined;
2306
+ "dominant-baseline"?: import("csstype").Property.DominantBaseline | undefined;
2307
+ "fill-opacity"?: import("csstype").Property.FillOpacity | undefined;
2308
+ "fill-rule"?: import("csstype").Property.FillRule | undefined;
2309
+ "flood-color"?: import("csstype").Property.FloodColor | undefined;
2310
+ "flood-opacity"?: import("csstype").Property.FloodOpacity | undefined;
2311
+ "glyph-orientation-vertical"?: import("csstype").Property.GlyphOrientationVertical | undefined;
2312
+ "lighting-color"?: import("csstype").Property.LightingColor | undefined;
2313
+ "marker-end"?: import("csstype").Property.MarkerEnd | undefined;
2314
+ "marker-mid"?: import("csstype").Property.MarkerMid | undefined;
2315
+ "marker-start"?: import("csstype").Property.MarkerStart | undefined;
2316
+ "shape-rendering"?: import("csstype").Property.ShapeRendering | undefined;
2317
+ "stop-color"?: import("csstype").Property.StopColor | undefined;
2318
+ "stop-opacity"?: import("csstype").Property.StopOpacity | undefined;
2319
+ "stroke-dasharray"?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
2320
+ "stroke-dashoffset"?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
2321
+ "stroke-linecap"?: import("csstype").Property.StrokeLinecap | undefined;
2322
+ "stroke-linejoin"?: import("csstype").Property.StrokeLinejoin | undefined;
2323
+ "stroke-miterlimit"?: import("csstype").Property.StrokeMiterlimit | undefined;
2324
+ "stroke-opacity"?: import("csstype").Property.StrokeOpacity | undefined;
2325
+ "stroke-width"?: import("csstype").Property.StrokeWidth<string | number> | undefined;
2326
+ "text-anchor"?: import("csstype").Property.TextAnchor | undefined;
2327
+ "vector-effect"?: import("csstype").Property.VectorEffect | undefined;
2328
+ } | undefined;
2329
+ destroyOnClose?: boolean | undefined;
2330
+ modal?: boolean | undefined;
2331
+ direction?: "ltr" | "rtl" | "ttb" | "btt" | undefined;
2332
+ size?: string | number | undefined;
2333
+ title?: string | undefined;
2334
+ withHeader?: boolean | undefined;
2335
+ modalClass?: string | undefined;
2336
+ zIndex?: number | undefined;
2337
+ headerAriaLevel?: string | undefined;
2338
+ }[]>;
2339
+ /** 打开抽屉 */
2340
+ export declare const addDrawer: (options: DrawerOptions) => void;
2341
+ /** 关闭抽屉 */
2342
+ export declare const closeDrawer: (options: DrawerOptions, index: number, args?: ArgsType) => void;
2343
+ /**
2344
+ * @description 更改抽屉自身属性值
2345
+ * @param value 属性值
2346
+ * @param key 属性,默认`title`
2347
+ * @param index 弹框索引(默认`0`,代表只有一个弹框,对于嵌套弹框要改哪个弹框的属性值就把该弹框索引赋给`index`)
2348
+ */
2349
+ export declare const updateDrawer: <K extends keyof DrawerOptions>(value: DrawerOptions[K], key?: K, index?: number) => void;
2350
+ /** 关闭所有弹框 */
2351
+ export declare const closeAllDrawer: () => void;