amis-editor 4.1.0-beta.4 → 5.2.0-beta.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (420) hide show
  1. package/lib/component/BaseControl.d.ts +1831 -0
  2. package/lib/component/BaseControl.js +366 -0
  3. package/{dist/component/base → lib/component}/InputComponentName.d.ts +1 -1
  4. package/lib/component/InputComponentName.js +44 -0
  5. package/{dist → lib}/component/TableViewEditor.d.ts +2 -2
  6. package/lib/component/TableViewEditor.js +528 -0
  7. package/lib/event-action/actions.d.ts +3 -0
  8. package/lib/event-action/actions.js +188 -0
  9. package/lib/event-action/schema.d.ts +13 -0
  10. package/lib/event-action/schema.js +134 -0
  11. package/{dist → lib}/index.d.ts +27 -31
  12. package/lib/index.js +181 -0
  13. package/{dist → lib}/plugin/Alert.d.ts +5 -3
  14. package/lib/plugin/Alert.js +113 -0
  15. package/lib/plugin/AnchorNav.d.ts +48 -0
  16. package/lib/plugin/AnchorNav.js +297 -0
  17. package/{dist → lib}/plugin/Audio.d.ts +1 -1
  18. package/lib/plugin/Audio.js +157 -0
  19. package/{dist → lib}/plugin/Avatar.d.ts +11 -2
  20. package/lib/plugin/Avatar.js +305 -0
  21. package/{dist → lib}/plugin/Breadcrumb.d.ts +1 -1
  22. package/lib/plugin/Breadcrumb.js +116 -0
  23. package/{dist → lib}/plugin/Button.d.ts +7 -3
  24. package/lib/plugin/Button.js +297 -0
  25. package/lib/plugin/ButtonGroup.d.ts +39 -0
  26. package/lib/plugin/ButtonGroup.js +139 -0
  27. package/{dist → lib}/plugin/ButtonToolbar.d.ts +5 -11
  28. package/lib/plugin/ButtonToolbar.js +89 -0
  29. package/{dist → lib}/plugin/CRUD.d.ts +3 -1
  30. package/lib/plugin/CRUD.js +1528 -0
  31. package/{dist → lib}/plugin/Card.d.ts +2 -1
  32. package/lib/plugin/Card.js +233 -0
  33. package/{dist → lib}/plugin/Cards.d.ts +3 -2
  34. package/lib/plugin/Cards.js +254 -0
  35. package/{dist → lib}/plugin/Carousel.d.ts +2 -1
  36. package/lib/plugin/Carousel.js +358 -0
  37. package/{dist → lib}/plugin/Chart.d.ts +4 -1
  38. package/lib/plugin/Chart.js +192 -0
  39. package/{dist → lib}/plugin/CodeView.d.ts +1 -1
  40. package/lib/plugin/CodeView.js +68 -0
  41. package/{dist → lib}/plugin/Collapse.d.ts +3 -1
  42. package/lib/plugin/Collapse.js +138 -0
  43. package/{dist → lib}/plugin/CollapseGroup.d.ts +29 -5
  44. package/lib/plugin/CollapseGroup.js +237 -0
  45. package/{dist → lib}/plugin/Container.d.ts +3 -2
  46. package/lib/plugin/Container.js +100 -0
  47. package/{dist → lib}/plugin/Custom.d.ts +4 -1
  48. package/lib/plugin/Custom.js +109 -0
  49. package/lib/plugin/CustomRegion.d.ts +40 -0
  50. package/lib/plugin/CustomRegion.js +154 -0
  51. package/{dist → lib}/plugin/Date.d.ts +1 -1
  52. package/lib/plugin/Date.js +82 -0
  53. package/{dist → lib}/plugin/Datetime.d.ts +1 -1
  54. package/lib/plugin/Datetime.js +77 -0
  55. package/{dist → lib}/plugin/Dialog.d.ts +13 -3
  56. package/lib/plugin/Dialog.js +214 -0
  57. package/{dist → lib}/plugin/Divider.d.ts +1 -1
  58. package/lib/plugin/Divider.js +49 -0
  59. package/{dist → lib}/plugin/Drawer.d.ts +13 -3
  60. package/lib/plugin/Drawer.js +240 -0
  61. package/{dist → lib}/plugin/DropDownButton.d.ts +13 -12
  62. package/lib/plugin/DropDownButton.js +229 -0
  63. package/{dist → lib}/plugin/Each.d.ts +2 -2
  64. package/lib/plugin/Each.js +131 -0
  65. package/{dist → lib}/plugin/Flex.d.ts +2 -1
  66. package/lib/plugin/Flex.js +203 -0
  67. package/{dist → lib}/plugin/Form/ButtonGroupSelect.d.ts +7 -2
  68. package/lib/plugin/Form/ButtonGroupSelect.js +161 -0
  69. package/{dist → lib}/plugin/Form/ButtonToolbar.d.ts +8 -7
  70. package/lib/plugin/Form/ButtonToolbar.js +107 -0
  71. package/{dist → lib}/plugin/Form/ChainedSelect.d.ts +8 -2
  72. package/lib/plugin/Form/ChainedSelect.js +183 -0
  73. package/{dist → lib}/plugin/Form/Checkbox.d.ts +7 -2
  74. package/lib/plugin/Form/Checkbox.js +174 -0
  75. package/{dist → lib}/plugin/Form/Checkboxes.d.ts +8 -2
  76. package/lib/plugin/Form/Checkboxes.js +213 -0
  77. package/lib/plugin/Form/CodeEditor.d.ts +25 -0
  78. package/lib/plugin/Form/CodeEditor.js +201 -0
  79. package/{dist → lib}/plugin/Form/Combo.d.ts +4 -1
  80. package/lib/plugin/Form/Combo.js +546 -0
  81. package/{dist → lib}/plugin/Form/ConditionBuilder.d.ts +1 -1
  82. package/lib/plugin/Form/ConditionBuilder.js +302 -0
  83. package/{dist → lib}/plugin/Form/Control.d.ts +7 -2
  84. package/lib/plugin/Form/Control.js +88 -0
  85. package/{dist → lib}/plugin/Form/DiffEditor.d.ts +8 -2
  86. package/lib/plugin/Form/DiffEditor.js +204 -0
  87. package/{dist → lib}/plugin/Form/FieldSet.d.ts +1 -1
  88. package/lib/plugin/Form/FieldSet.js +152 -0
  89. package/lib/plugin/Form/Form.d.ts +42 -0
  90. package/lib/plugin/Form/Form.js +846 -0
  91. package/lib/plugin/Form/Formula.d.ts +27 -0
  92. package/lib/plugin/Form/Formula.js +82 -0
  93. package/{dist → lib}/plugin/Form/Group.d.ts +1 -1
  94. package/lib/plugin/Form/Group.js +252 -0
  95. package/{dist → lib}/plugin/Form/Hidden.d.ts +1 -1
  96. package/lib/plugin/Form/Hidden.js +58 -0
  97. package/{dist → lib}/plugin/Form/InputArray.d.ts +1 -1
  98. package/lib/plugin/Form/InputArray.js +181 -0
  99. package/{dist → lib}/plugin/Form/InputCity.d.ts +6 -2
  100. package/lib/plugin/Form/InputCity.js +139 -0
  101. package/{dist → lib}/plugin/Form/InputColor.d.ts +20 -18
  102. package/lib/plugin/Form/InputColor.js +295 -0
  103. package/lib/plugin/Form/InputDate.d.ts +26 -0
  104. package/lib/plugin/Form/InputDate.js +357 -0
  105. package/lib/plugin/Form/InputDateRange.d.ts +26 -0
  106. package/lib/plugin/Form/InputDateRange.js +350 -0
  107. package/{dist → lib}/plugin/Form/InputDateTime.d.ts +4 -4
  108. package/lib/plugin/Form/InputDateTime.js +50 -0
  109. package/lib/plugin/Form/InputDateTimeRange.d.ts +20 -0
  110. package/lib/plugin/Form/InputDateTimeRange.js +51 -0
  111. package/{dist → lib}/plugin/Form/InputEmail.d.ts +1 -0
  112. package/lib/plugin/Form/InputEmail.js +45 -0
  113. package/lib/plugin/Form/InputExcel.d.ts +23 -0
  114. package/lib/plugin/Form/InputExcel.js +121 -0
  115. package/{dist → lib}/plugin/Form/InputFile.d.ts +7 -3
  116. package/lib/plugin/Form/InputFile.js +354 -0
  117. package/{dist → lib}/plugin/Form/InputGroup.d.ts +1 -1
  118. package/lib/plugin/Form/InputGroup.js +100 -0
  119. package/{dist → lib}/plugin/Form/InputImage.d.ts +6 -2
  120. package/lib/plugin/Form/InputImage.js +271 -0
  121. package/{dist → lib}/plugin/Form/InputKV.d.ts +7 -1
  122. package/lib/plugin/Form/InputKV.js +129 -0
  123. package/{dist → lib}/plugin/Form/InputMonth.d.ts +1 -0
  124. package/lib/plugin/Form/InputMonth.js +48 -0
  125. package/{dist/plugin/Form/InputDate.d.ts → lib/plugin/Form/InputMonthRange.d.ts} +4 -4
  126. package/lib/plugin/Form/InputMonthRange.js +51 -0
  127. package/{dist → lib}/plugin/Form/InputNumber.d.ts +7 -2
  128. package/lib/plugin/Form/InputNumber.js +263 -0
  129. package/{dist → lib}/plugin/Form/InputPassword.d.ts +1 -0
  130. package/lib/plugin/Form/InputPassword.js +45 -0
  131. package/{dist → lib}/plugin/Form/InputQuarter.d.ts +1 -0
  132. package/lib/plugin/Form/InputQuarter.js +48 -0
  133. package/{dist → lib}/plugin/Form/InputQuarterRange.d.ts +4 -4
  134. package/lib/plugin/Form/InputQuarterRange.js +51 -0
  135. package/{dist → lib}/plugin/Form/InputRange.d.ts +7 -2
  136. package/lib/plugin/Form/InputRange.js +292 -0
  137. package/lib/plugin/Form/InputRating.d.ts +25 -0
  138. package/lib/plugin/Form/InputRating.js +357 -0
  139. package/{dist → lib}/plugin/Form/InputRepeat.d.ts +1 -1
  140. package/lib/plugin/Form/InputRepeat.js +65 -0
  141. package/{dist → lib}/plugin/Form/InputRichText.d.ts +1 -1
  142. package/lib/plugin/Form/InputRichText.js +193 -0
  143. package/{dist → lib}/plugin/Form/InputSubForm.d.ts +2 -1
  144. package/lib/plugin/Form/InputSubForm.js +160 -0
  145. package/{dist → lib}/plugin/Form/InputTable.d.ts +1 -1
  146. package/lib/plugin/Form/InputTable.js +400 -0
  147. package/{dist → lib}/plugin/Form/InputTag.d.ts +6 -2
  148. package/lib/plugin/Form/InputTag.js +155 -0
  149. package/lib/plugin/Form/InputText.d.ts +42 -0
  150. package/lib/plugin/Form/InputText.js +328 -0
  151. package/{dist → lib}/plugin/Form/InputTime.d.ts +3 -3
  152. package/lib/plugin/Form/InputTime.js +48 -0
  153. package/{dist/plugin/Form/InputDateTimeRange.d.ts → lib/plugin/Form/InputTimeRange.d.ts} +4 -4
  154. package/lib/plugin/Form/InputTimeRange.js +51 -0
  155. package/{dist → lib}/plugin/Form/InputTree.d.ts +6 -2
  156. package/lib/plugin/Form/InputTree.js +375 -0
  157. package/{dist → lib}/plugin/Form/InputURL.d.ts +2 -0
  158. package/lib/plugin/Form/InputURL.js +46 -0
  159. package/{dist → lib}/plugin/Form/InputYear.d.ts +1 -0
  160. package/lib/plugin/Form/InputYear.js +48 -0
  161. package/{dist/plugin/Form/InputMonthRange.d.ts → lib/plugin/Form/InputYearRange.d.ts} +4 -4
  162. package/lib/plugin/Form/InputYearRange.js +51 -0
  163. package/{dist → lib}/plugin/Form/Item.d.ts +2 -2
  164. package/lib/plugin/Form/Item.js +265 -0
  165. package/{dist → lib}/plugin/Form/ListSelect.d.ts +6 -2
  166. package/lib/plugin/Form/ListSelect.js +130 -0
  167. package/{dist/plugin/Form/InputDateRange.d.ts → lib/plugin/Form/LocationPicker.d.ts} +5 -6
  168. package/lib/plugin/Form/LocationPicker.js +74 -0
  169. package/{dist → lib}/plugin/Form/MatrixCheckboxes.d.ts +7 -2
  170. package/lib/plugin/Form/MatrixCheckboxes.js +234 -0
  171. package/{dist → lib}/plugin/Form/NestedSelect.d.ts +8 -2
  172. package/lib/plugin/Form/NestedSelect.js +328 -0
  173. package/{dist → lib}/plugin/Form/Picker.d.ts +1 -1
  174. package/lib/plugin/Form/Picker.js +169 -0
  175. package/{dist → lib}/plugin/Form/Radios.d.ts +7 -2
  176. package/lib/plugin/Form/Radios.js +189 -0
  177. package/{dist → lib}/plugin/Form/Select.d.ts +7 -2
  178. package/lib/plugin/Form/Select.js +304 -0
  179. package/{dist → lib}/plugin/Form/Static.d.ts +4 -3
  180. package/lib/plugin/Form/Static.js +312 -0
  181. package/{dist → lib}/plugin/Form/Switch.d.ts +9 -2
  182. package/lib/plugin/Form/Switch.js +219 -0
  183. package/{dist → lib}/plugin/Form/TabsTransfer.d.ts +5 -2
  184. package/lib/plugin/Form/TabsTransfer.js +348 -0
  185. package/{dist → lib}/plugin/Form/Textarea.d.ts +8 -2
  186. package/lib/plugin/Form/Textarea.js +190 -0
  187. package/{dist → lib}/plugin/Form/Transfer.d.ts +5 -2
  188. package/lib/plugin/Form/Transfer.js +414 -0
  189. package/{dist → lib}/plugin/Form/TreeSelect.d.ts +6 -2
  190. package/lib/plugin/Form/TreeSelect.js +375 -0
  191. package/{dist → lib}/plugin/Form/UUID.d.ts +1 -1
  192. package/lib/plugin/Form/UUID.js +55 -0
  193. package/{dist → lib}/plugin/Grid.d.ts +3 -2
  194. package/lib/plugin/Grid.js +680 -0
  195. package/{dist → lib}/plugin/HBox.d.ts +3 -2
  196. package/lib/plugin/HBox.js +594 -0
  197. package/{dist → lib}/plugin/IFrame.d.ts +6 -5
  198. package/lib/plugin/IFrame.js +94 -0
  199. package/{dist → lib}/plugin/Image.d.ts +1 -1
  200. package/lib/plugin/Image.js +264 -0
  201. package/{dist → lib}/plugin/Images.d.ts +1 -1
  202. package/lib/plugin/Images.js +214 -0
  203. package/{dist → lib}/plugin/Json.d.ts +2 -1
  204. package/lib/plugin/Json.js +82 -0
  205. package/{dist → lib}/plugin/Link.d.ts +2 -1
  206. package/lib/plugin/Link.js +120 -0
  207. package/{dist → lib}/plugin/List.d.ts +3 -2
  208. package/lib/plugin/List.js +220 -0
  209. package/{dist → lib}/plugin/ListItem.d.ts +1 -1
  210. package/lib/plugin/ListItem.js +195 -0
  211. package/{dist → lib}/plugin/Log.d.ts +1 -1
  212. package/lib/plugin/Log.js +62 -0
  213. package/{dist → lib}/plugin/Mapping.d.ts +2 -1
  214. package/lib/plugin/Mapping.js +149 -0
  215. package/{dist → lib}/plugin/Markdown.d.ts +2 -1
  216. package/lib/plugin/Markdown.js +58 -0
  217. package/lib/plugin/Nav.d.ts +48 -0
  218. package/lib/plugin/Nav.js +181 -0
  219. package/{dist → lib}/plugin/Operation.d.ts +1 -1
  220. package/lib/plugin/Operation.js +84 -0
  221. package/{dist → lib}/plugin/Others/Action.d.ts +6 -2
  222. package/lib/plugin/Others/Action.js +350 -0
  223. package/{dist → lib}/plugin/Others/TableCell.d.ts +1 -1
  224. package/lib/plugin/Others/TableCell.js +393 -0
  225. package/{dist → lib}/plugin/Page.d.ts +7 -4
  226. package/lib/plugin/Page.js +363 -0
  227. package/lib/plugin/Pagination.d.ts +51 -0
  228. package/lib/plugin/Pagination.js +247 -0
  229. package/{dist → lib}/plugin/Panel.d.ts +1 -1
  230. package/lib/plugin/Panel.js +222 -0
  231. package/{dist → lib}/plugin/Plain.d.ts +1 -1
  232. package/lib/plugin/Plain.js +88 -0
  233. package/{dist → lib}/plugin/Progress.d.ts +7 -2
  234. package/lib/plugin/Progress.js +258 -0
  235. package/{dist → lib}/plugin/Property.d.ts +1 -1
  236. package/lib/plugin/Property.js +147 -0
  237. package/{dist → lib}/plugin/QRCode.d.ts +2 -1
  238. package/lib/plugin/QRCode.js +107 -0
  239. package/{dist → lib}/plugin/Reset.d.ts +0 -1
  240. package/lib/plugin/Reset.js +38 -0
  241. package/{dist → lib}/plugin/Service.d.ts +5 -1
  242. package/lib/plugin/Service.js +217 -0
  243. package/{dist → lib}/plugin/Sparkline.d.ts +2 -1
  244. package/lib/plugin/Sparkline.js +50 -0
  245. package/{dist → lib}/plugin/Status.d.ts +2 -1
  246. package/lib/plugin/Status.js +86 -0
  247. package/{dist → lib}/plugin/Steps.d.ts +2 -1
  248. package/lib/plugin/Steps.js +136 -0
  249. package/{dist → lib}/plugin/Submit.d.ts +0 -1
  250. package/lib/plugin/Submit.js +38 -0
  251. package/{dist → lib}/plugin/Table.d.ts +7 -2
  252. package/lib/plugin/Table.js +594 -0
  253. package/{dist → lib}/plugin/TableView.d.ts +2 -1
  254. package/lib/plugin/TableView.js +744 -0
  255. package/{dist → lib}/plugin/Tabs.d.ts +34 -2
  256. package/lib/plugin/Tabs.js +429 -0
  257. package/{dist → lib}/plugin/Tasks.d.ts +2 -1
  258. package/lib/plugin/Tasks.js +263 -0
  259. package/{dist → lib}/plugin/Time.d.ts +1 -1
  260. package/lib/plugin/Time.js +77 -0
  261. package/{dist → lib}/plugin/TooltipWrapper.d.ts +12 -1
  262. package/lib/plugin/TooltipWrapper.js +281 -0
  263. package/{dist → lib}/plugin/Tpl.d.ts +3 -2
  264. package/lib/plugin/Tpl.js +183 -0
  265. package/{dist → lib}/plugin/Video.d.ts +2 -1
  266. package/lib/plugin/Video.js +140 -0
  267. package/{dist → lib}/plugin/WebComponent.d.ts +2 -1
  268. package/lib/plugin/WebComponent.js +70 -0
  269. package/{dist → lib}/plugin/Wizard.d.ts +16 -4
  270. package/lib/plugin/Wizard.js +799 -0
  271. package/{dist → lib}/plugin/Wrapper.d.ts +2 -1
  272. package/lib/plugin/Wrapper.js +136 -0
  273. package/lib/renderer/APIControl.d.ts +7526 -0
  274. package/lib/renderer/APIControl.js +791 -0
  275. package/lib/renderer/BadgeControl.d.ts +134 -0
  276. package/lib/renderer/BadgeControl.js +290 -0
  277. package/lib/renderer/DataBindingControl.d.ts +14 -0
  278. package/lib/renderer/DataBindingControl.js +91 -0
  279. package/lib/renderer/DataMappingControl.d.ts +11 -0
  280. package/lib/renderer/DataMappingControl.js +73 -0
  281. package/lib/renderer/DataPickerControl.d.ts +13 -0
  282. package/lib/renderer/DataPickerControl.js +83 -0
  283. package/lib/renderer/DateShortCutControl.d.ts +83 -0
  284. package/lib/renderer/DateShortCutControl.js +254 -0
  285. package/lib/renderer/FormulaControl.d.ts +96 -0
  286. package/lib/renderer/FormulaControl.js +324 -0
  287. package/{dist/component/Control → lib/renderer}/OptionControl.d.ts +25 -36
  288. package/lib/renderer/OptionControl.js +672 -0
  289. package/{dist/component/Control → lib/renderer}/PopoverEdit.d.ts +4 -4
  290. package/lib/renderer/RangePartsControl.d.ts +91 -0
  291. package/lib/renderer/RangePartsControl.js +392 -0
  292. package/lib/renderer/StatusControl.d.ts +39 -0
  293. package/lib/renderer/StatusControl.js +171 -0
  294. package/lib/renderer/SwitchMoreControl.d.ts +222 -0
  295. package/lib/renderer/SwitchMoreControl.js +302 -0
  296. package/lib/renderer/ValidationControl.d.ts +65 -0
  297. package/lib/renderer/ValidationControl.js +279 -0
  298. package/lib/renderer/ValidationItem.d.ts +46 -0
  299. package/lib/renderer/ValidationItem.js +147 -0
  300. package/lib/renderer/style-control/Background.d.ts +17 -0
  301. package/lib/renderer/style-control/Background.js +493 -0
  302. package/lib/renderer/style-control/Border.d.ts +18 -0
  303. package/lib/renderer/style-control/Border.js +191 -0
  304. package/lib/renderer/style-control/BoxModel.d.ts +17 -0
  305. package/lib/renderer/style-control/BoxModel.js +73 -0
  306. package/lib/renderer/style-control/BoxShadow.d.ts +18 -0
  307. package/lib/renderer/style-control/BoxShadow.js +125 -0
  308. package/lib/renderer/style-control/Display.d.ts +14 -0
  309. package/lib/renderer/style-control/Display.js +233 -0
  310. package/lib/renderer/style-control/Font.d.ts +16 -0
  311. package/lib/renderer/style-control/Font.js +239 -0
  312. package/lib/renderer/style-control/font-family.d.ts +11 -0
  313. package/lib/renderer/style-control/font-family.js +149 -0
  314. package/lib/renderer/style-control/transformation.d.ts +29 -0
  315. package/lib/renderer/style-control/transformation.js +84 -0
  316. package/lib/renderer/style-control/types.d.ts +8 -0
  317. package/lib/tpl/api.d.ts +1 -0
  318. package/lib/tpl/api.js +378 -0
  319. package/lib/tpl/common.d.ts +1 -0
  320. package/lib/tpl/common.js +808 -0
  321. package/lib/tpl/horizontal.d.ts +1 -0
  322. package/lib/tpl/horizontal.js +260 -0
  323. package/lib/tpl/index.d.ts +7 -0
  324. package/lib/tpl/options.d.ts +1 -0
  325. package/lib/tpl/options.js +265 -0
  326. package/{dist/component/schemaTpl.d.ts → lib/tpl/style.d.ts} +0 -4
  327. package/lib/tpl/style.js +372 -0
  328. package/lib/tpl/validations.d.ts +1 -0
  329. package/lib/tpl/validations.js +568 -0
  330. package/lib/util.d.ts +24 -0
  331. package/lib/util.js +64 -0
  332. package/lib/validator.d.ts +62 -0
  333. package/lib/validator.js +417 -0
  334. package/package.json +36 -25
  335. package/dist/150a58f3318ca7541ed9.png +0 -0
  336. package/dist/471adb97c322b226e589.png +0 -0
  337. package/dist/4de5f42360bc5946c3c2.png +0 -0
  338. package/dist/4e9968bba3855f088fed.png +0 -0
  339. package/dist/7f09c38ebc687fea847a.png +0 -0
  340. package/dist/c94073576487510314ea.png +0 -0
  341. package/dist/cebfe0bc5a1dbde02da1.svg +0 -10
  342. package/dist/compat.d.ts +0 -30
  343. package/dist/component/Breadcrumb.d.ts +0 -12
  344. package/dist/component/ClassNameControl.d.ts +0 -31
  345. package/dist/component/CommonConfigWrapper.d.ts +0 -6
  346. package/dist/component/ContainerWrapper.d.ts +0 -12
  347. package/dist/component/Control/APIControl.d.ts +0 -504
  348. package/dist/component/Control/ValidationControl.d.ts +0 -30
  349. package/dist/component/Editor.d.ts +0 -62
  350. package/dist/component/HighlightBox.d.ts +0 -29
  351. package/dist/component/IFrameBridge.d.ts +0 -32
  352. package/dist/component/IFramePreview.d.ts +0 -37
  353. package/dist/component/MiniEditor.d.ts +0 -9
  354. package/dist/component/NodeWrapper.d.ts +0 -20
  355. package/dist/component/Panel/AMisCodeEditor.d.ts +0 -37
  356. package/dist/component/Panel/AvailableRenderersPanel.d.ts +0 -10
  357. package/dist/component/Panel/CodeEditorPanel.d.ts +0 -6
  358. package/dist/component/Panel/ContextMenuPanel.d.ts +0 -8
  359. package/dist/component/Panel/DrawerPanel.d.ts +0 -15
  360. package/dist/component/Panel/DrawerRendererPanel.d.ts +0 -15
  361. package/dist/component/Panel/InsertSubRendererPanel.d.ts +0 -11
  362. package/dist/component/Panel/LeftPanels.d.ts +0 -20
  363. package/dist/component/Panel/Outline.d.ts +0 -18
  364. package/dist/component/Panel/RenderersPanel.d.ts +0 -32
  365. package/dist/component/Panel/RightPanels.d.ts +0 -21
  366. package/dist/component/Panel/TargetNamePanel.d.ts +0 -7
  367. package/dist/component/PopOverForm.d.ts +0 -22
  368. package/dist/component/Preview.d.ts +0 -65
  369. package/dist/component/RegionHLBox.d.ts +0 -20
  370. package/dist/component/RegionWrapper.d.ts +0 -192
  371. package/dist/component/RendererThumb.d.ts +0 -22
  372. package/dist/component/ScaffoldModal.d.ts +0 -24
  373. package/dist/component/SubEditor.d.ts +0 -67
  374. package/dist/component/VRenderer.d.ts +0 -177
  375. package/dist/component/base/BackTop.d.ts +0 -26
  376. package/dist/component/base/ErrorRenderer.d.ts +0 -4
  377. package/dist/component/base/SearchRendererPanel.d.ts +0 -59
  378. package/dist/component/base/WidthDraggableBtn.d.ts +0 -16
  379. package/dist/component/base/WidthDraggableContainer.d.ts +0 -2
  380. package/dist/component/remarkTpl.d.ts +0 -150
  381. package/dist/dnd/default.d.ts +0 -47
  382. package/dist/dnd/index.d.ts +0 -119
  383. package/dist/dnd/interface.d.ts +0 -14
  384. package/dist/dnd/position-h.d.ts +0 -7
  385. package/dist/env.d.ts +0 -5
  386. package/dist/exports.d.ts +0 -8
  387. package/dist/exports.min.js +0 -1
  388. package/dist/icons/index.d.ts +0 -2
  389. package/dist/index.min.js +0 -1
  390. package/dist/manager.d.ts +0 -445
  391. package/dist/mocker.d.ts +0 -1
  392. package/dist/plugin/AnchorNav.d.ts +0 -67
  393. package/dist/plugin/ButtonGroup.d.ts +0 -60
  394. package/dist/plugin/ErrorRenderer.d.ts +0 -7
  395. package/dist/plugin/Form/CodeEditor.d.ts +0 -40
  396. package/dist/plugin/Form/Form.d.ts +0 -20
  397. package/dist/plugin/Form/Formula.d.ts +0 -51
  398. package/dist/plugin/Form/InputExcel.d.ts +0 -58
  399. package/dist/plugin/Form/InputRating.d.ts +0 -19
  400. package/dist/plugin/Form/InputText.d.ts +0 -20
  401. package/dist/plugin/Form/LocationPicker.d.ts +0 -48
  402. package/dist/plugin/Nav.d.ts +0 -162
  403. package/dist/plugin/Others/BasicToolbar.d.ts +0 -11
  404. package/dist/plugin/Others/DataDebug.d.ts +0 -19
  405. package/dist/plugin/Others/Unknown.d.ts +0 -5
  406. package/dist/plugin/Panel/AvailableRenderers.d.ts +0 -8
  407. package/dist/plugin/Panel/Code.d.ts +0 -9
  408. package/dist/plugin/Panel/Name.d.ts +0 -8
  409. package/dist/plugin.d.ts +0 -600
  410. package/dist/store/editor.d.ts +0 -985
  411. package/dist/store/node.d.ts +0 -259
  412. package/dist/style.css +0 -1
  413. package/dist/util.d.ts +0 -72
  414. package/static/Code-hover.png +0 -0
  415. package/static/Code.png +0 -0
  416. package/static/Outline-hover.png +0 -0
  417. package/static/Outline.png +0 -0
  418. package/static/Renderers-hover.png +0 -0
  419. package/static/Renderers.png +0 -0
  420. package/static/side_hide_left.svg +0 -10
@@ -0,0 +1,1831 @@
1
+ /**
2
+ * @file 基础控件集合
3
+ */
4
+ /// <reference types="react" />
5
+ import type { BaseEventContext } from 'amis-editor-core';
6
+ import { SchemaObject } from 'amis/lib/Schema';
7
+ export declare const BUTTON_DEFAULT_ACTION: {
8
+ onEvent: {
9
+ click: {
10
+ actions: never[];
11
+ };
12
+ };
13
+ };
14
+ export declare type PrimitiveType = string | number | boolean;
15
+ /**
16
+ * 校验项
17
+ * 数组项为 ValidationType 或 对象形式的配置
18
+ * 对象形式配置规则 优先匹配 isShow 形式,后匹配 isHidden 形式
19
+ * 如下:
20
+ */
21
+ export declare type ValidationOptions = Array<{
22
+ option: string;
23
+ isShow?: {
24
+ [key: string]: PrimitiveType | Array<PrimitiveType>;
25
+ };
26
+ isHidden?: {
27
+ [key: string]: PrimitiveType | Array<PrimitiveType>;
28
+ };
29
+ }>;
30
+ export declare type FormItemControlPanel = 'property' | 'common' | 'option' | 'status' | 'validation' | 'style' | 'option' | 'event';
31
+ /**
32
+ * Label提示
33
+ * 支持传入Schema或String,传入String则使用默认配置,如下:
34
+ *
35
+ * @default
36
+ * ```
37
+ * className: 'ae-BaseRemark',
38
+ * icon: 'fa fa-question-circle',
39
+ * trigger: ['hover', 'click'],
40
+ * placement: 'left'
41
+ * ```
42
+ */
43
+ export declare const BaseLabelMark: (schema: Record<string, any> | string) => {
44
+ content: any;
45
+ className: string;
46
+ icon: string;
47
+ trigger: string[];
48
+ placement: string;
49
+ } | undefined;
50
+ /**
51
+ * 表单项组件面板
52
+ *
53
+ * @param {Object=} panels
54
+ * @param {string=} key
55
+ * `property` 属性
56
+ * `common` 常用
57
+ * `status` 状态
58
+ * `validation` 校验
59
+ * `style` 样式
60
+ * `event` 事件
61
+ * @param {string=} panels.body - 配置面板Schema
62
+ * @param {boolean=} panels.replace - 是否完全替换默认Schema,默认追加
63
+ * @param {Array} panels.validation.validationType - 默认显示的校验类型
64
+ */
65
+ export declare const formItemControl: (panels: Partial<Record<FormItemControlPanel, {
66
+ /**
67
+ * 标题
68
+ */
69
+ title?: string;
70
+ /**
71
+ * 配置项内容
72
+ */
73
+ body?: any;
74
+ /**
75
+ * 是否完全替换默认配置项
76
+ */
77
+ replace?: boolean;
78
+ /**
79
+ * 配置项倒序排列
80
+ */
81
+ reverse?: boolean;
82
+ /**
83
+ * 是否隐藏面板
84
+ */
85
+ hidden?: boolean;
86
+ /**
87
+ * 配置项排序优先级
88
+ */
89
+ order?: Record<string, number>;
90
+ /**
91
+ * 默认支持的校验规则
92
+ */
93
+ validationType?: ValidationOptions;
94
+ }>>, context?: BaseEventContext) => Array<any>;
95
+ export declare function tipedLabel(body: string | Array<SchemaObject>, tip: string, style?: React.CSSProperties): {
96
+ type: string;
97
+ tooltip: string;
98
+ tooltipTheme: string;
99
+ placement: string;
100
+ tooltipStyle: {
101
+ accentColor?: import("csstype").Property.AccentColor | undefined;
102
+ alignContent?: import("csstype").Property.AlignContent | undefined;
103
+ alignItems?: import("csstype").Property.AlignItems | undefined;
104
+ alignSelf?: import("csstype").Property.AlignSelf | undefined;
105
+ alignTracks?: import("csstype").Property.AlignTracks | undefined;
106
+ animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
107
+ animationDirection?: import("csstype").Property.AnimationDirection | undefined;
108
+ animationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
109
+ animationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
110
+ animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
111
+ animationName?: import("csstype").Property.AnimationName | undefined;
112
+ animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
113
+ animationTimeline?: import("csstype").Property.AnimationTimeline | undefined;
114
+ animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
115
+ appearance?: import("csstype").Property.Appearance | undefined;
116
+ aspectRatio?: import("csstype").Property.AspectRatio | undefined;
117
+ backdropFilter?: import("csstype").Property.BackdropFilter | undefined;
118
+ backfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
119
+ backgroundAttachment?: import("csstype").Property.BackgroundAttachment | undefined;
120
+ backgroundBlendMode?: import("csstype").Property.BackgroundBlendMode | undefined;
121
+ backgroundClip?: import("csstype").Property.BackgroundClip | undefined;
122
+ backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
123
+ backgroundImage?: import("csstype").Property.BackgroundImage | undefined;
124
+ backgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
125
+ backgroundPositionX?: import("csstype").Property.BackgroundPositionX<string | number> | undefined;
126
+ backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | undefined;
127
+ backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
128
+ backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
129
+ blockOverflow?: import("csstype").Property.BlockOverflow | undefined;
130
+ blockSize?: import("csstype").Property.BlockSize<string | number> | undefined;
131
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
132
+ borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
133
+ borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
134
+ borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
135
+ borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
136
+ borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
137
+ borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
138
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
139
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
140
+ borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined;
141
+ borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
142
+ borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
143
+ borderBottomStyle?: import("csstype").Property.BorderBottomStyle | undefined;
144
+ borderBottomWidth?: import("csstype").Property.BorderBottomWidth<string | number> | undefined;
145
+ borderCollapse?: import("csstype").Property.BorderCollapse | undefined;
146
+ borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
147
+ borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
148
+ borderImageOutset?: import("csstype").Property.BorderImageOutset<string | number> | undefined;
149
+ borderImageRepeat?: import("csstype").Property.BorderImageRepeat | undefined;
150
+ borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
151
+ borderImageSource?: import("csstype").Property.BorderImageSource | undefined;
152
+ borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | undefined;
153
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
154
+ borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
155
+ borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
156
+ borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
157
+ borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
158
+ borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
159
+ borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
160
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
161
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
162
+ borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined;
163
+ borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
164
+ borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
165
+ borderRightColor?: import("csstype").Property.BorderRightColor | undefined;
166
+ borderRightStyle?: import("csstype").Property.BorderRightStyle | undefined;
167
+ borderRightWidth?: import("csstype").Property.BorderRightWidth<string | number> | undefined;
168
+ borderSpacing?: import("csstype").Property.BorderSpacing<string | number> | undefined;
169
+ borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
170
+ borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
171
+ borderTopColor?: import("csstype").Property.BorderTopColor | undefined;
172
+ borderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
173
+ borderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
174
+ borderTopStyle?: import("csstype").Property.BorderTopStyle | undefined;
175
+ borderTopWidth?: import("csstype").Property.BorderTopWidth<string | number> | undefined;
176
+ bottom?: import("csstype").Property.Bottom<string | number> | undefined;
177
+ boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
178
+ boxShadow?: import("csstype").Property.BoxShadow | undefined;
179
+ boxSizing?: import("csstype").Property.BoxSizing | undefined;
180
+ breakAfter?: import("csstype").Property.BreakAfter | undefined;
181
+ breakBefore?: import("csstype").Property.BreakBefore | undefined;
182
+ breakInside?: import("csstype").Property.BreakInside | undefined;
183
+ captionSide?: import("csstype").Property.CaptionSide | undefined;
184
+ caretColor?: import("csstype").Property.CaretColor | undefined;
185
+ clear?: import("csstype").Property.Clear | undefined;
186
+ clipPath?: import("csstype").Property.ClipPath | undefined;
187
+ color?: import("csstype").Property.Color | undefined;
188
+ colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
189
+ colorScheme?: import("csstype").Property.ColorScheme | undefined;
190
+ columnCount?: import("csstype").Property.ColumnCount | undefined;
191
+ columnFill?: import("csstype").Property.ColumnFill | undefined;
192
+ columnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
193
+ columnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
194
+ columnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
195
+ columnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
196
+ columnSpan?: import("csstype").Property.ColumnSpan | undefined;
197
+ columnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
198
+ contain?: import("csstype").Property.Contain | undefined;
199
+ content?: import("csstype").Property.Content | undefined;
200
+ contentVisibility?: import("csstype").Property.ContentVisibility | undefined;
201
+ counterIncrement?: import("csstype").Property.CounterIncrement | undefined;
202
+ counterReset?: import("csstype").Property.CounterReset | undefined;
203
+ counterSet?: import("csstype").Property.CounterSet | undefined;
204
+ cursor?: import("csstype").Property.Cursor | undefined;
205
+ direction?: import("csstype").Property.Direction | undefined;
206
+ display?: import("csstype").Property.Display | undefined;
207
+ emptyCells?: import("csstype").Property.EmptyCells | undefined;
208
+ filter?: import("csstype").Property.Filter | undefined;
209
+ flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
210
+ flexDirection?: import("csstype").Property.FlexDirection | undefined;
211
+ flexGrow?: import("csstype").Property.FlexGrow | undefined;
212
+ flexShrink?: import("csstype").Property.FlexShrink | undefined;
213
+ flexWrap?: import("csstype").Property.FlexWrap | undefined;
214
+ float?: import("csstype").Property.Float | undefined;
215
+ fontFamily?: import("csstype").Property.FontFamily | undefined;
216
+ fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
217
+ fontKerning?: import("csstype").Property.FontKerning | undefined;
218
+ fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
219
+ fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | undefined;
220
+ fontSize: import("csstype").Property.FontSize<string | number>;
221
+ fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
222
+ fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
223
+ fontStretch?: import("csstype").Property.FontStretch | undefined;
224
+ fontStyle?: import("csstype").Property.FontStyle | undefined;
225
+ fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
226
+ fontVariant?: import("csstype").Property.FontVariant | undefined;
227
+ fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
228
+ fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
229
+ fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | undefined;
230
+ fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
231
+ fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | undefined;
232
+ fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
233
+ fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
234
+ fontWeight?: import("csstype").Property.FontWeight | undefined;
235
+ forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
236
+ gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | undefined;
237
+ gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
238
+ gridAutoRows?: import("csstype").Property.GridAutoRows<string | number> | undefined;
239
+ gridColumnEnd?: import("csstype").Property.GridColumnEnd | undefined;
240
+ gridColumnStart?: import("csstype").Property.GridColumnStart | undefined;
241
+ gridRowEnd?: import("csstype").Property.GridRowEnd | undefined;
242
+ gridRowStart?: import("csstype").Property.GridRowStart | undefined;
243
+ gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | undefined;
244
+ gridTemplateColumns?: import("csstype").Property.GridTemplateColumns<string | number> | undefined;
245
+ gridTemplateRows?: import("csstype").Property.GridTemplateRows<string | number> | undefined;
246
+ hangingPunctuation?: import("csstype").Property.HangingPunctuation | undefined;
247
+ height?: import("csstype").Property.Height<string | number> | undefined;
248
+ hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
249
+ hyphens?: import("csstype").Property.Hyphens | undefined;
250
+ imageOrientation?: import("csstype").Property.ImageOrientation | undefined;
251
+ imageRendering?: import("csstype").Property.ImageRendering | undefined;
252
+ imageResolution?: import("csstype").Property.ImageResolution | undefined;
253
+ initialLetter?: import("csstype").Property.InitialLetter | undefined;
254
+ inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
255
+ inputSecurity?: import("csstype").Property.InputSecurity | undefined;
256
+ inset?: import("csstype").Property.Inset<string | number> | undefined;
257
+ insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
258
+ insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
259
+ insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
260
+ insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
261
+ insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
262
+ insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
263
+ isolation?: import("csstype").Property.Isolation | undefined;
264
+ justifyContent?: import("csstype").Property.JustifyContent | undefined;
265
+ justifyItems?: import("csstype").Property.JustifyItems | undefined;
266
+ justifySelf?: import("csstype").Property.JustifySelf | undefined;
267
+ justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
268
+ left?: import("csstype").Property.Left<string | number> | undefined;
269
+ letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | undefined;
270
+ lineBreak?: import("csstype").Property.LineBreak | undefined;
271
+ lineHeight?: import("csstype").Property.LineHeight<string | number> | undefined;
272
+ lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | undefined;
273
+ listStyleImage?: import("csstype").Property.ListStyleImage | undefined;
274
+ listStylePosition?: import("csstype").Property.ListStylePosition | undefined;
275
+ listStyleType?: import("csstype").Property.ListStyleType | undefined;
276
+ marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
277
+ marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
278
+ marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
279
+ marginBottom?: import("csstype").Property.MarginBottom<string | number> | undefined;
280
+ marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
281
+ marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
282
+ marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
283
+ marginLeft?: import("csstype").Property.MarginLeft<string | number> | undefined;
284
+ marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
285
+ marginTop?: import("csstype").Property.MarginTop<string | number> | undefined;
286
+ maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
287
+ maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
288
+ maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
289
+ maskBorderSlice?: import("csstype").Property.MaskBorderSlice | undefined;
290
+ maskBorderSource?: import("csstype").Property.MaskBorderSource | undefined;
291
+ maskBorderWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
292
+ maskClip?: import("csstype").Property.MaskClip | undefined;
293
+ maskComposite?: import("csstype").Property.MaskComposite | undefined;
294
+ maskImage?: import("csstype").Property.MaskImage | undefined;
295
+ maskMode?: import("csstype").Property.MaskMode | undefined;
296
+ maskOrigin?: import("csstype").Property.MaskOrigin | undefined;
297
+ maskPosition?: import("csstype").Property.MaskPosition<string | number> | undefined;
298
+ maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
299
+ maskSize?: import("csstype").Property.MaskSize<string | number> | undefined;
300
+ maskType?: import("csstype").Property.MaskType | undefined;
301
+ mathStyle?: import("csstype").Property.MathStyle | undefined;
302
+ maxBlockSize?: import("csstype").Property.MaxBlockSize<string | number> | undefined;
303
+ maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
304
+ maxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
305
+ maxLines?: import("csstype").Property.MaxLines | undefined;
306
+ maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
307
+ minBlockSize?: import("csstype").Property.MinBlockSize<string | number> | undefined;
308
+ minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
309
+ minInlineSize?: import("csstype").Property.MinInlineSize<string | number> | undefined;
310
+ minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
311
+ mixBlendMode?: import("csstype").Property.MixBlendMode | undefined;
312
+ motionDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
313
+ motionPath?: import("csstype").Property.OffsetPath | undefined;
314
+ motionRotation?: import("csstype").Property.OffsetRotate | undefined;
315
+ objectFit?: import("csstype").Property.ObjectFit | undefined;
316
+ objectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
317
+ offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
318
+ offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
319
+ offsetPath?: import("csstype").Property.OffsetPath | undefined;
320
+ offsetRotate?: import("csstype").Property.OffsetRotate | undefined;
321
+ offsetRotation?: import("csstype").Property.OffsetRotate | undefined;
322
+ opacity?: import("csstype").Property.Opacity | undefined;
323
+ order?: import("csstype").Property.Order | undefined;
324
+ orphans?: import("csstype").Property.Orphans | undefined;
325
+ outlineColor?: import("csstype").Property.OutlineColor | undefined;
326
+ outlineOffset?: import("csstype").Property.OutlineOffset<string | number> | undefined;
327
+ outlineStyle?: import("csstype").Property.OutlineStyle | undefined;
328
+ outlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
329
+ overflowAnchor?: import("csstype").Property.OverflowAnchor | undefined;
330
+ overflowBlock?: import("csstype").Property.OverflowBlock | undefined;
331
+ overflowClipBox?: import("csstype").Property.OverflowClipBox | undefined;
332
+ overflowClipMargin?: import("csstype").Property.OverflowClipMargin<string | number> | undefined;
333
+ overflowInline?: import("csstype").Property.OverflowInline | undefined;
334
+ overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
335
+ overflowX?: import("csstype").Property.OverflowX | undefined;
336
+ overflowY?: import("csstype").Property.OverflowY | undefined;
337
+ overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
338
+ overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
339
+ overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
340
+ overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | undefined;
341
+ paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
342
+ paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
343
+ paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
344
+ paddingBottom?: import("csstype").Property.PaddingBottom<string | number> | undefined;
345
+ paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
346
+ paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
347
+ paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
348
+ paddingLeft?: import("csstype").Property.PaddingLeft<string | number> | undefined;
349
+ paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
350
+ paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
351
+ pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
352
+ pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
353
+ pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
354
+ paintOrder?: import("csstype").Property.PaintOrder | undefined;
355
+ perspective?: import("csstype").Property.Perspective<string | number> | undefined;
356
+ perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
357
+ placeContent?: import("csstype").Property.PlaceContent | undefined;
358
+ pointerEvents?: import("csstype").Property.PointerEvents | undefined;
359
+ position?: import("csstype").Property.Position | undefined;
360
+ printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
361
+ quotes?: import("csstype").Property.Quotes | undefined;
362
+ resize?: import("csstype").Property.Resize | undefined;
363
+ right?: import("csstype").Property.Right<string | number> | undefined;
364
+ rotate?: import("csstype").Property.Rotate | undefined;
365
+ rowGap?: import("csstype").Property.RowGap<string | number> | undefined;
366
+ rubyAlign?: import("csstype").Property.RubyAlign | undefined;
367
+ rubyMerge?: import("csstype").Property.RubyMerge | undefined;
368
+ rubyPosition?: import("csstype").Property.RubyPosition | undefined;
369
+ scale?: import("csstype").Property.Scale | undefined;
370
+ scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
371
+ scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
372
+ scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
373
+ scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
374
+ scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
375
+ scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
376
+ scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
377
+ scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined;
378
+ scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined;
379
+ scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
380
+ scrollMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
381
+ scrollMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
382
+ scrollPadding?: import("csstype").Property.ScrollPadding<string | number> | undefined;
383
+ scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<string | number> | undefined;
384
+ scrollPaddingBlockEnd?: import("csstype").Property.ScrollPaddingBlockEnd<string | number> | undefined;
385
+ scrollPaddingBlockStart?: import("csstype").Property.ScrollPaddingBlockStart<string | number> | undefined;
386
+ scrollPaddingBottom?: import("csstype").Property.ScrollPaddingBottom<string | number> | undefined;
387
+ scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<string | number> | undefined;
388
+ scrollPaddingInlineEnd?: import("csstype").Property.ScrollPaddingInlineEnd<string | number> | undefined;
389
+ scrollPaddingInlineStart?: import("csstype").Property.ScrollPaddingInlineStart<string | number> | undefined;
390
+ scrollPaddingLeft?: import("csstype").Property.ScrollPaddingLeft<string | number> | undefined;
391
+ scrollPaddingRight?: import("csstype").Property.ScrollPaddingRight<string | number> | undefined;
392
+ scrollPaddingTop?: import("csstype").Property.ScrollPaddingTop<string | number> | undefined;
393
+ scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | undefined;
394
+ scrollSnapMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
395
+ scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
396
+ scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
397
+ scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
398
+ scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
399
+ scrollSnapStop?: import("csstype").Property.ScrollSnapStop | undefined;
400
+ scrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
401
+ scrollbarColor?: import("csstype").Property.ScrollbarColor | undefined;
402
+ scrollbarGutter?: import("csstype").Property.ScrollbarGutter | undefined;
403
+ scrollbarWidth?: import("csstype").Property.ScrollbarWidth | undefined;
404
+ shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
405
+ shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
406
+ shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
407
+ tabSize?: import("csstype").Property.TabSize<string | number> | undefined;
408
+ tableLayout?: import("csstype").Property.TableLayout | undefined;
409
+ textAlign?: import("csstype").Property.TextAlign | undefined;
410
+ textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
411
+ textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined;
412
+ textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
413
+ textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
414
+ textDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
415
+ textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | undefined;
416
+ textDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
417
+ textDecorationThickness?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
418
+ textDecorationWidth?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
419
+ textEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
420
+ textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
421
+ textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
422
+ textIndent?: import("csstype").Property.TextIndent<string | number> | undefined;
423
+ textJustify?: import("csstype").Property.TextJustify | undefined;
424
+ textOrientation?: import("csstype").Property.TextOrientation | undefined;
425
+ textOverflow?: import("csstype").Property.TextOverflow | undefined;
426
+ textRendering?: import("csstype").Property.TextRendering | undefined;
427
+ textShadow?: import("csstype").Property.TextShadow | undefined;
428
+ textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
429
+ textTransform?: import("csstype").Property.TextTransform | undefined;
430
+ textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
431
+ textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
432
+ top?: import("csstype").Property.Top<string | number> | undefined;
433
+ touchAction?: import("csstype").Property.TouchAction | undefined;
434
+ transform?: import("csstype").Property.Transform | undefined;
435
+ transformBox?: import("csstype").Property.TransformBox | undefined;
436
+ transformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
437
+ transformStyle?: import("csstype").Property.TransformStyle | undefined;
438
+ transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
439
+ transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
440
+ transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
441
+ transitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
442
+ translate?: import("csstype").Property.Translate<string | number> | undefined;
443
+ unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
444
+ userSelect?: import("csstype").Property.UserSelect | undefined;
445
+ verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
446
+ visibility?: import("csstype").Property.Visibility | undefined;
447
+ whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
448
+ widows?: import("csstype").Property.Widows | undefined;
449
+ width?: import("csstype").Property.Width<string | number> | undefined;
450
+ willChange?: import("csstype").Property.WillChange | undefined;
451
+ wordBreak?: import("csstype").Property.WordBreak | undefined;
452
+ wordSpacing?: import("csstype").Property.WordSpacing<string | number> | undefined;
453
+ wordWrap?: import("csstype").Property.WordWrap | undefined;
454
+ writingMode?: import("csstype").Property.WritingMode | undefined;
455
+ zIndex?: import("csstype").Property.ZIndex | undefined;
456
+ zoom?: import("csstype").Property.Zoom | undefined;
457
+ all?: import("csstype").Globals | undefined;
458
+ animation?: import("csstype").Property.Animation<string & {}> | undefined;
459
+ background?: import("csstype").Property.Background<string | number> | undefined;
460
+ backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
461
+ border?: import("csstype").Property.Border<string | number> | undefined;
462
+ borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
463
+ borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
464
+ borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
465
+ borderBottom?: import("csstype").Property.BorderBottom<string | number> | undefined;
466
+ borderColor?: import("csstype").Property.BorderColor | undefined;
467
+ borderImage?: import("csstype").Property.BorderImage | undefined;
468
+ borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
469
+ borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
470
+ borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
471
+ borderLeft?: import("csstype").Property.BorderLeft<string | number> | undefined;
472
+ borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
473
+ borderRight?: import("csstype").Property.BorderRight<string | number> | undefined;
474
+ borderStyle?: import("csstype").Property.BorderStyle | undefined;
475
+ borderTop?: import("csstype").Property.BorderTop<string | number> | undefined;
476
+ borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
477
+ columnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
478
+ columns?: import("csstype").Property.Columns<string | number> | undefined;
479
+ flex?: import("csstype").Property.Flex<string | number> | undefined;
480
+ flexFlow?: import("csstype").Property.FlexFlow | undefined;
481
+ font?: import("csstype").Property.Font | undefined;
482
+ gap?: import("csstype").Property.Gap<string | number> | undefined;
483
+ grid?: import("csstype").Property.Grid | undefined;
484
+ gridArea?: import("csstype").Property.GridArea | undefined;
485
+ gridColumn?: import("csstype").Property.GridColumn | undefined;
486
+ gridRow?: import("csstype").Property.GridRow | undefined;
487
+ gridTemplate?: import("csstype").Property.GridTemplate | undefined;
488
+ lineClamp?: import("csstype").Property.LineClamp | undefined;
489
+ listStyle?: import("csstype").Property.ListStyle | undefined;
490
+ margin?: import("csstype").Property.Margin<string | number> | undefined;
491
+ mask?: import("csstype").Property.Mask<string | number> | undefined;
492
+ maskBorder?: import("csstype").Property.MaskBorder | undefined;
493
+ motion?: import("csstype").Property.Offset<string | number> | undefined;
494
+ offset?: import("csstype").Property.Offset<string | number> | undefined;
495
+ outline?: import("csstype").Property.Outline<string | number> | undefined;
496
+ overflow?: import("csstype").Property.Overflow | undefined;
497
+ overscrollBehavior?: import("csstype").Property.OverscrollBehavior | undefined;
498
+ padding?: import("csstype").Property.Padding<string | number> | undefined;
499
+ placeItems?: import("csstype").Property.PlaceItems | undefined;
500
+ placeSelf?: import("csstype").Property.PlaceSelf | undefined;
501
+ textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
502
+ textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
503
+ transition?: import("csstype").Property.Transition<string & {}> | undefined;
504
+ MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
505
+ MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
506
+ MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
507
+ MozAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
508
+ MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
509
+ MozAnimationName?: import("csstype").Property.AnimationName | undefined;
510
+ MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
511
+ MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
512
+ MozAppearance?: import("csstype").Property.MozAppearance | undefined;
513
+ MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
514
+ MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
515
+ MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
516
+ MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
517
+ MozBorderEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
518
+ MozBorderLeftColors?: import("csstype").Property.MozBorderLeftColors | undefined;
519
+ MozBorderRightColors?: import("csstype").Property.MozBorderRightColors | undefined;
520
+ MozBorderStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
521
+ MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
522
+ MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined;
523
+ MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
524
+ MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
525
+ MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
526
+ MozColumnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
527
+ MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
528
+ MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
529
+ MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
530
+ MozColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
531
+ MozContextProperties?: import("csstype").Property.MozContextProperties | undefined;
532
+ MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
533
+ MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
534
+ MozHyphens?: import("csstype").Property.Hyphens | undefined;
535
+ MozImageRegion?: import("csstype").Property.MozImageRegion | undefined;
536
+ MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
537
+ MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
538
+ MozOrient?: import("csstype").Property.MozOrient | undefined;
539
+ MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
540
+ MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
541
+ MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
542
+ MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
543
+ MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
544
+ MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
545
+ MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
546
+ MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
547
+ MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
548
+ MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
549
+ MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
550
+ MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
551
+ MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
552
+ MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
553
+ MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
554
+ MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
555
+ MozUserModify?: import("csstype").Property.MozUserModify | undefined;
556
+ MozUserSelect?: import("csstype").Property.UserSelect | undefined;
557
+ MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
558
+ MozWindowShadow?: import("csstype").Property.MozWindowShadow | undefined;
559
+ msAccelerator?: import("csstype").Property.MsAccelerator | undefined;
560
+ msAlignSelf?: import("csstype").Property.AlignSelf | undefined;
561
+ msBlockProgression?: import("csstype").Property.MsBlockProgression | undefined;
562
+ msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | undefined;
563
+ msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | undefined;
564
+ msContentZoomLimitMin?: import("csstype").Property.MsContentZoomLimitMin | undefined;
565
+ msContentZoomSnapPoints?: import("csstype").Property.MsContentZoomSnapPoints | undefined;
566
+ msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | undefined;
567
+ msContentZooming?: import("csstype").Property.MsContentZooming | undefined;
568
+ msFilter?: import("csstype").Property.MsFilter | undefined;
569
+ msFlexDirection?: import("csstype").Property.FlexDirection | undefined;
570
+ msFlexPositive?: import("csstype").Property.FlexGrow | undefined;
571
+ msFlowFrom?: import("csstype").Property.MsFlowFrom | undefined;
572
+ msFlowInto?: import("csstype").Property.MsFlowInto | undefined;
573
+ msGridColumns?: import("csstype").Property.MsGridColumns<string | number> | undefined;
574
+ msGridRows?: import("csstype").Property.MsGridRows<string | number> | undefined;
575
+ msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | undefined;
576
+ msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | undefined;
577
+ msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | undefined;
578
+ msHyphenateLimitZone?: import("csstype").Property.MsHyphenateLimitZone<string | number> | undefined;
579
+ msHyphens?: import("csstype").Property.Hyphens | undefined;
580
+ msImeAlign?: import("csstype").Property.MsImeAlign | undefined;
581
+ msJustifySelf?: import("csstype").Property.JustifySelf | undefined;
582
+ msLineBreak?: import("csstype").Property.LineBreak | undefined;
583
+ msOrder?: import("csstype").Property.Order | undefined;
584
+ msOverflowStyle?: import("csstype").Property.MsOverflowStyle | undefined;
585
+ msOverflowX?: import("csstype").Property.OverflowX | undefined;
586
+ msOverflowY?: import("csstype").Property.OverflowY | undefined;
587
+ msScrollChaining?: import("csstype").Property.MsScrollChaining | undefined;
588
+ msScrollLimitXMax?: import("csstype").Property.MsScrollLimitXMax<string | number> | undefined;
589
+ msScrollLimitXMin?: import("csstype").Property.MsScrollLimitXMin<string | number> | undefined;
590
+ msScrollLimitYMax?: import("csstype").Property.MsScrollLimitYMax<string | number> | undefined;
591
+ msScrollLimitYMin?: import("csstype").Property.MsScrollLimitYMin<string | number> | undefined;
592
+ msScrollRails?: import("csstype").Property.MsScrollRails | undefined;
593
+ msScrollSnapPointsX?: import("csstype").Property.MsScrollSnapPointsX | undefined;
594
+ msScrollSnapPointsY?: import("csstype").Property.MsScrollSnapPointsY | undefined;
595
+ msScrollSnapType?: import("csstype").Property.MsScrollSnapType | undefined;
596
+ msScrollTranslation?: import("csstype").Property.MsScrollTranslation | undefined;
597
+ msScrollbar3dlightColor?: import("csstype").Property.MsScrollbar3dlightColor | undefined;
598
+ msScrollbarArrowColor?: import("csstype").Property.MsScrollbarArrowColor | undefined;
599
+ msScrollbarBaseColor?: import("csstype").Property.MsScrollbarBaseColor | undefined;
600
+ msScrollbarDarkshadowColor?: import("csstype").Property.MsScrollbarDarkshadowColor | undefined;
601
+ msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | undefined;
602
+ msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | undefined;
603
+ msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | undefined;
604
+ msTextAutospace?: import("csstype").Property.MsTextAutospace | undefined;
605
+ msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | undefined;
606
+ msTextOverflow?: import("csstype").Property.TextOverflow | undefined;
607
+ msTouchAction?: import("csstype").Property.TouchAction | undefined;
608
+ msTouchSelect?: import("csstype").Property.MsTouchSelect | undefined;
609
+ msTransform?: import("csstype").Property.Transform | undefined;
610
+ msTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
611
+ msTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
612
+ msTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
613
+ msTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
614
+ msTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
615
+ msUserSelect?: import("csstype").Property.MsUserSelect | undefined;
616
+ msWordBreak?: import("csstype").Property.WordBreak | undefined;
617
+ msWrapFlow?: import("csstype").Property.MsWrapFlow | undefined;
618
+ msWrapMargin?: import("csstype").Property.MsWrapMargin<string | number> | undefined;
619
+ msWrapThrough?: import("csstype").Property.MsWrapThrough | undefined;
620
+ msWritingMode?: import("csstype").Property.WritingMode | undefined;
621
+ WebkitAlignContent?: import("csstype").Property.AlignContent | undefined;
622
+ WebkitAlignItems?: import("csstype").Property.AlignItems | undefined;
623
+ WebkitAlignSelf?: import("csstype").Property.AlignSelf | undefined;
624
+ WebkitAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
625
+ WebkitAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
626
+ WebkitAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
627
+ WebkitAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
628
+ WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
629
+ WebkitAnimationName?: import("csstype").Property.AnimationName | undefined;
630
+ WebkitAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
631
+ WebkitAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
632
+ WebkitAppearance?: import("csstype").Property.WebkitAppearance | undefined;
633
+ WebkitBackdropFilter?: import("csstype").Property.BackdropFilter | undefined;
634
+ WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
635
+ WebkitBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
636
+ WebkitBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
637
+ WebkitBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
638
+ WebkitBorderBeforeColor?: import("csstype").Property.WebkitBorderBeforeColor | undefined;
639
+ WebkitBorderBeforeStyle?: import("csstype").Property.WebkitBorderBeforeStyle | undefined;
640
+ WebkitBorderBeforeWidth?: import("csstype").Property.WebkitBorderBeforeWidth<string | number> | undefined;
641
+ WebkitBorderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
642
+ WebkitBorderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
643
+ WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
644
+ WebkitBorderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
645
+ WebkitBorderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
646
+ WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
647
+ WebkitBoxReflect?: import("csstype").Property.WebkitBoxReflect<string | number> | undefined;
648
+ WebkitBoxShadow?: import("csstype").Property.BoxShadow | undefined;
649
+ WebkitBoxSizing?: import("csstype").Property.BoxSizing | undefined;
650
+ WebkitClipPath?: import("csstype").Property.ClipPath | undefined;
651
+ WebkitColumnCount?: import("csstype").Property.ColumnCount | undefined;
652
+ WebkitColumnFill?: import("csstype").Property.ColumnFill | undefined;
653
+ WebkitColumnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
654
+ WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
655
+ WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
656
+ WebkitColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
657
+ WebkitColumnSpan?: import("csstype").Property.ColumnSpan | undefined;
658
+ WebkitColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
659
+ WebkitFilter?: import("csstype").Property.Filter | undefined;
660
+ WebkitFlexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
661
+ WebkitFlexDirection?: import("csstype").Property.FlexDirection | undefined;
662
+ WebkitFlexGrow?: import("csstype").Property.FlexGrow | undefined;
663
+ WebkitFlexShrink?: import("csstype").Property.FlexShrink | undefined;
664
+ WebkitFlexWrap?: import("csstype").Property.FlexWrap | undefined;
665
+ WebkitFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
666
+ WebkitFontKerning?: import("csstype").Property.FontKerning | undefined;
667
+ WebkitFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
668
+ WebkitFontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
669
+ WebkitHyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
670
+ WebkitHyphens?: import("csstype").Property.Hyphens | undefined;
671
+ WebkitInitialLetter?: import("csstype").Property.InitialLetter | undefined;
672
+ WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
673
+ WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
674
+ WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
675
+ WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
676
+ WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
677
+ WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
678
+ WebkitMaskBoxImageOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
679
+ WebkitMaskBoxImageRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
680
+ WebkitMaskBoxImageSlice?: import("csstype").Property.MaskBorderSlice | undefined;
681
+ WebkitMaskBoxImageSource?: import("csstype").Property.MaskBorderSource | undefined;
682
+ WebkitMaskBoxImageWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
683
+ WebkitMaskClip?: import("csstype").Property.WebkitMaskClip | undefined;
684
+ WebkitMaskComposite?: import("csstype").Property.WebkitMaskComposite | undefined;
685
+ WebkitMaskImage?: import("csstype").Property.WebkitMaskImage | undefined;
686
+ WebkitMaskOrigin?: import("csstype").Property.WebkitMaskOrigin | undefined;
687
+ WebkitMaskPosition?: import("csstype").Property.WebkitMaskPosition<string | number> | undefined;
688
+ WebkitMaskPositionX?: import("csstype").Property.WebkitMaskPositionX<string | number> | undefined;
689
+ WebkitMaskPositionY?: import("csstype").Property.WebkitMaskPositionY<string | number> | undefined;
690
+ WebkitMaskRepeat?: import("csstype").Property.WebkitMaskRepeat | undefined;
691
+ WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | undefined;
692
+ WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | undefined;
693
+ WebkitMaskSize?: import("csstype").Property.WebkitMaskSize<string | number> | undefined;
694
+ WebkitMaxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
695
+ WebkitOrder?: import("csstype").Property.Order | undefined;
696
+ WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | undefined;
697
+ WebkitPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
698
+ WebkitPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
699
+ WebkitPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
700
+ WebkitPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
701
+ WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
702
+ WebkitRubyPosition?: import("csstype").Property.RubyPosition | undefined;
703
+ WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
704
+ WebkitShapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
705
+ WebkitTapHighlightColor?: import("csstype").Property.WebkitTapHighlightColor | undefined;
706
+ WebkitTextCombine?: import("csstype").Property.TextCombineUpright | undefined;
707
+ WebkitTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
708
+ WebkitTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
709
+ WebkitTextDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
710
+ WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
711
+ WebkitTextEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
712
+ WebkitTextEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
713
+ WebkitTextEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
714
+ WebkitTextFillColor?: import("csstype").Property.WebkitTextFillColor | undefined;
715
+ WebkitTextOrientation?: import("csstype").Property.TextOrientation | undefined;
716
+ WebkitTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
717
+ WebkitTextStrokeColor?: import("csstype").Property.WebkitTextStrokeColor | undefined;
718
+ WebkitTextStrokeWidth?: import("csstype").Property.WebkitTextStrokeWidth<string | number> | undefined;
719
+ WebkitTextUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
720
+ WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | undefined;
721
+ WebkitTransform?: import("csstype").Property.Transform | undefined;
722
+ WebkitTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
723
+ WebkitTransformStyle?: import("csstype").Property.TransformStyle | undefined;
724
+ WebkitTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
725
+ WebkitTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
726
+ WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
727
+ WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
728
+ WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
729
+ WebkitUserSelect?: import("csstype").Property.UserSelect | undefined;
730
+ WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
731
+ MozAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
732
+ MozBorderImage?: import("csstype").Property.BorderImage | undefined;
733
+ MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
734
+ MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
735
+ MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
736
+ msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
737
+ msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
738
+ msFlex?: import("csstype").Property.Flex<string | number> | undefined;
739
+ msScrollLimit?: import("csstype").Property.MsScrollLimit | undefined;
740
+ msScrollSnapX?: import("csstype").Property.MsScrollSnapX | undefined;
741
+ msScrollSnapY?: import("csstype").Property.MsScrollSnapY | undefined;
742
+ msTransition?: import("csstype").Property.Transition<string & {}> | undefined;
743
+ WebkitAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
744
+ WebkitBorderBefore?: import("csstype").Property.WebkitBorderBefore<string | number> | undefined;
745
+ WebkitBorderImage?: import("csstype").Property.BorderImage | undefined;
746
+ WebkitBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
747
+ WebkitColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
748
+ WebkitColumns?: import("csstype").Property.Columns<string | number> | undefined;
749
+ WebkitFlex?: import("csstype").Property.Flex<string | number> | undefined;
750
+ WebkitFlexFlow?: import("csstype").Property.FlexFlow | undefined;
751
+ WebkitMask?: import("csstype").Property.WebkitMask<string | number> | undefined;
752
+ WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | undefined;
753
+ WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
754
+ WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | undefined;
755
+ WebkitTransition?: import("csstype").Property.Transition<string & {}> | undefined;
756
+ azimuth?: import("csstype").Property.Azimuth | undefined;
757
+ boxAlign?: import("csstype").Property.BoxAlign | undefined;
758
+ boxDirection?: import("csstype").Property.BoxDirection | undefined;
759
+ boxFlex?: import("csstype").Property.BoxFlex | undefined;
760
+ boxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
761
+ boxLines?: import("csstype").Property.BoxLines | undefined;
762
+ boxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
763
+ boxOrient?: import("csstype").Property.BoxOrient | undefined;
764
+ boxPack?: import("csstype").Property.BoxPack | undefined;
765
+ clip?: import("csstype").Property.Clip | undefined;
766
+ gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | undefined;
767
+ gridGap?: import("csstype").Property.GridGap<string | number> | undefined;
768
+ gridRowGap?: import("csstype").Property.GridRowGap<string | number> | undefined;
769
+ imeMode?: import("csstype").Property.ImeMode | undefined;
770
+ offsetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
771
+ offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
772
+ offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
773
+ offsetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
774
+ offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
775
+ offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
776
+ scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined;
777
+ scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | undefined;
778
+ scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
779
+ scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
780
+ scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | undefined;
781
+ scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | undefined;
782
+ scrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
783
+ KhtmlBoxAlign?: import("csstype").Property.BoxAlign | undefined;
784
+ KhtmlBoxDirection?: import("csstype").Property.BoxDirection | undefined;
785
+ KhtmlBoxFlex?: import("csstype").Property.BoxFlex | undefined;
786
+ KhtmlBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
787
+ KhtmlBoxLines?: import("csstype").Property.BoxLines | undefined;
788
+ KhtmlBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
789
+ KhtmlBoxOrient?: import("csstype").Property.BoxOrient | undefined;
790
+ KhtmlBoxPack?: import("csstype").Property.BoxPack | undefined;
791
+ KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
792
+ KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
793
+ KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
794
+ MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
795
+ MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
796
+ MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
797
+ MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
798
+ MozBinding?: import("csstype").Property.MozBinding | undefined;
799
+ MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
800
+ MozBorderRadiusBottomleft?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
801
+ MozBorderRadiusBottomright?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
802
+ MozBorderRadiusTopleft?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
803
+ MozBorderRadiusTopright?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
804
+ MozBoxAlign?: import("csstype").Property.BoxAlign | undefined;
805
+ MozBoxDirection?: import("csstype").Property.BoxDirection | undefined;
806
+ MozBoxFlex?: import("csstype").Property.BoxFlex | undefined;
807
+ MozBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
808
+ MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
809
+ MozBoxPack?: import("csstype").Property.BoxPack | undefined;
810
+ MozBoxShadow?: import("csstype").Property.BoxShadow | undefined;
811
+ MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
812
+ MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
813
+ MozOpacity?: import("csstype").Property.Opacity | undefined;
814
+ MozOutline?: import("csstype").Property.Outline<string | number> | undefined;
815
+ MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
816
+ MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
817
+ MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
818
+ MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
819
+ MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
820
+ MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
821
+ MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
822
+ MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
823
+ MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
824
+ MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
825
+ MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
826
+ MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
827
+ MozUserInput?: import("csstype").Property.MozUserInput | undefined;
828
+ msImeMode?: import("csstype").Property.ImeMode | undefined;
829
+ msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
830
+ OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
831
+ OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
832
+ OAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
833
+ OAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
834
+ OAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
835
+ OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
836
+ OAnimationName?: import("csstype").Property.AnimationName | undefined;
837
+ OAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
838
+ OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
839
+ OBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
840
+ OBorderImage?: import("csstype").Property.BorderImage | undefined;
841
+ OObjectFit?: import("csstype").Property.ObjectFit | undefined;
842
+ OObjectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
843
+ OTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
844
+ OTextOverflow?: import("csstype").Property.TextOverflow | undefined;
845
+ OTransform?: import("csstype").Property.Transform | undefined;
846
+ OTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
847
+ OTransition?: import("csstype").Property.Transition<string & {}> | undefined;
848
+ OTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
849
+ OTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
850
+ OTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
851
+ OTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
852
+ WebkitBoxAlign?: import("csstype").Property.BoxAlign | undefined;
853
+ WebkitBoxDirection?: import("csstype").Property.BoxDirection | undefined;
854
+ WebkitBoxFlex?: import("csstype").Property.BoxFlex | undefined;
855
+ WebkitBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
856
+ WebkitBoxLines?: import("csstype").Property.BoxLines | undefined;
857
+ WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
858
+ WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
859
+ WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
860
+ WebkitScrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
861
+ WebkitScrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
862
+ alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
863
+ baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
864
+ clipRule?: import("csstype").Property.ClipRule | undefined;
865
+ colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
866
+ colorRendering?: import("csstype").Property.ColorRendering | undefined;
867
+ dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
868
+ fill?: import("csstype").Property.Fill | undefined;
869
+ fillOpacity?: import("csstype").Property.FillOpacity | undefined;
870
+ fillRule?: import("csstype").Property.FillRule | undefined;
871
+ floodColor?: import("csstype").Property.FloodColor | undefined;
872
+ floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
873
+ glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined;
874
+ lightingColor?: import("csstype").Property.LightingColor | undefined;
875
+ marker?: import("csstype").Property.Marker | undefined;
876
+ markerEnd?: import("csstype").Property.MarkerEnd | undefined;
877
+ markerMid?: import("csstype").Property.MarkerMid | undefined;
878
+ markerStart?: import("csstype").Property.MarkerStart | undefined;
879
+ shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
880
+ stopColor?: import("csstype").Property.StopColor | undefined;
881
+ stopOpacity?: import("csstype").Property.StopOpacity | undefined;
882
+ stroke?: import("csstype").Property.Stroke | undefined;
883
+ strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
884
+ strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
885
+ strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
886
+ strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
887
+ strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
888
+ strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
889
+ strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
890
+ textAnchor?: import("csstype").Property.TextAnchor | undefined;
891
+ vectorEffect?: import("csstype").Property.VectorEffect | undefined;
892
+ };
893
+ className: string;
894
+ body: string | SchemaObject[];
895
+ };
896
+ /**
897
+ * 信息提示组件模版
898
+ */
899
+ export declare function remarkTpl(config: {
900
+ name: 'remark' | 'labelRemark';
901
+ label: string;
902
+ labelRemark?: string;
903
+ }): {
904
+ type: string;
905
+ formType: string;
906
+ label: string | {
907
+ type: string;
908
+ tooltip: string;
909
+ tooltipTheme: string;
910
+ placement: string;
911
+ tooltipStyle: {
912
+ accentColor?: import("csstype").Property.AccentColor | undefined;
913
+ alignContent?: import("csstype").Property.AlignContent | undefined;
914
+ alignItems?: import("csstype").Property.AlignItems | undefined;
915
+ alignSelf?: import("csstype").Property.AlignSelf | undefined;
916
+ alignTracks?: import("csstype").Property.AlignTracks | undefined;
917
+ animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
918
+ animationDirection?: import("csstype").Property.AnimationDirection | undefined;
919
+ animationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
920
+ animationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
921
+ animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
922
+ animationName?: import("csstype").Property.AnimationName | undefined;
923
+ animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
924
+ animationTimeline?: import("csstype").Property.AnimationTimeline | undefined;
925
+ animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
926
+ appearance?: import("csstype").Property.Appearance | undefined;
927
+ aspectRatio?: import("csstype").Property.AspectRatio | undefined;
928
+ backdropFilter?: import("csstype").Property.BackdropFilter | undefined;
929
+ backfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
930
+ backgroundAttachment?: import("csstype").Property.BackgroundAttachment | undefined;
931
+ backgroundBlendMode?: import("csstype").Property.BackgroundBlendMode | undefined;
932
+ backgroundClip?: import("csstype").Property.BackgroundClip | undefined;
933
+ backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
934
+ backgroundImage?: import("csstype").Property.BackgroundImage | undefined;
935
+ backgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
936
+ backgroundPositionX?: import("csstype").Property.BackgroundPositionX<string | number> | undefined;
937
+ backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | undefined;
938
+ backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
939
+ backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
940
+ blockOverflow?: import("csstype").Property.BlockOverflow | undefined;
941
+ blockSize?: import("csstype").Property.BlockSize<string | number> | undefined;
942
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
943
+ borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
944
+ borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
945
+ borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
946
+ borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
947
+ borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
948
+ borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
949
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
950
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
951
+ borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined;
952
+ borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
953
+ borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
954
+ borderBottomStyle?: import("csstype").Property.BorderBottomStyle | undefined;
955
+ borderBottomWidth?: import("csstype").Property.BorderBottomWidth<string | number> | undefined;
956
+ borderCollapse?: import("csstype").Property.BorderCollapse | undefined;
957
+ borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
958
+ borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
959
+ borderImageOutset?: import("csstype").Property.BorderImageOutset<string | number> | undefined;
960
+ borderImageRepeat?: import("csstype").Property.BorderImageRepeat | undefined;
961
+ borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
962
+ borderImageSource?: import("csstype").Property.BorderImageSource | undefined;
963
+ borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | undefined;
964
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
965
+ borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
966
+ borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
967
+ borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
968
+ borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
969
+ borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
970
+ borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
971
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
972
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
973
+ borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined;
974
+ borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
975
+ borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
976
+ borderRightColor?: import("csstype").Property.BorderRightColor | undefined;
977
+ borderRightStyle?: import("csstype").Property.BorderRightStyle | undefined;
978
+ borderRightWidth?: import("csstype").Property.BorderRightWidth<string | number> | undefined;
979
+ borderSpacing?: import("csstype").Property.BorderSpacing<string | number> | undefined;
980
+ borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
981
+ borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
982
+ borderTopColor?: import("csstype").Property.BorderTopColor | undefined;
983
+ borderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
984
+ borderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
985
+ borderTopStyle?: import("csstype").Property.BorderTopStyle | undefined;
986
+ borderTopWidth?: import("csstype").Property.BorderTopWidth<string | number> | undefined;
987
+ bottom?: import("csstype").Property.Bottom<string | number> | undefined;
988
+ boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
989
+ boxShadow?: import("csstype").Property.BoxShadow | undefined;
990
+ boxSizing?: import("csstype").Property.BoxSizing | undefined;
991
+ breakAfter?: import("csstype").Property.BreakAfter | undefined;
992
+ breakBefore?: import("csstype").Property.BreakBefore | undefined;
993
+ breakInside?: import("csstype").Property.BreakInside | undefined;
994
+ captionSide?: import("csstype").Property.CaptionSide | undefined;
995
+ caretColor?: import("csstype").Property.CaretColor | undefined;
996
+ clear?: import("csstype").Property.Clear | undefined;
997
+ clipPath?: import("csstype").Property.ClipPath | undefined;
998
+ color?: import("csstype").Property.Color | undefined;
999
+ colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
1000
+ colorScheme?: import("csstype").Property.ColorScheme | undefined;
1001
+ columnCount?: import("csstype").Property.ColumnCount | undefined;
1002
+ columnFill?: import("csstype").Property.ColumnFill | undefined;
1003
+ columnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
1004
+ columnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
1005
+ columnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
1006
+ columnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
1007
+ columnSpan?: import("csstype").Property.ColumnSpan | undefined;
1008
+ columnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
1009
+ contain?: import("csstype").Property.Contain | undefined;
1010
+ content?: import("csstype").Property.Content | undefined;
1011
+ contentVisibility?: import("csstype").Property.ContentVisibility | undefined;
1012
+ counterIncrement?: import("csstype").Property.CounterIncrement | undefined;
1013
+ counterReset?: import("csstype").Property.CounterReset | undefined;
1014
+ counterSet?: import("csstype").Property.CounterSet | undefined;
1015
+ cursor?: import("csstype").Property.Cursor | undefined;
1016
+ direction?: import("csstype").Property.Direction | undefined;
1017
+ display?: import("csstype").Property.Display | undefined;
1018
+ emptyCells?: import("csstype").Property.EmptyCells | undefined;
1019
+ filter?: import("csstype").Property.Filter | undefined;
1020
+ flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
1021
+ flexDirection?: import("csstype").Property.FlexDirection | undefined;
1022
+ flexGrow?: import("csstype").Property.FlexGrow | undefined;
1023
+ flexShrink?: import("csstype").Property.FlexShrink | undefined;
1024
+ flexWrap?: import("csstype").Property.FlexWrap | undefined;
1025
+ float?: import("csstype").Property.Float | undefined;
1026
+ fontFamily?: import("csstype").Property.FontFamily | undefined;
1027
+ fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
1028
+ fontKerning?: import("csstype").Property.FontKerning | undefined;
1029
+ fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
1030
+ fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | undefined;
1031
+ fontSize: import("csstype").Property.FontSize<string | number>;
1032
+ fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
1033
+ fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
1034
+ fontStretch?: import("csstype").Property.FontStretch | undefined;
1035
+ fontStyle?: import("csstype").Property.FontStyle | undefined;
1036
+ fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
1037
+ fontVariant?: import("csstype").Property.FontVariant | undefined;
1038
+ fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
1039
+ fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
1040
+ fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | undefined;
1041
+ fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
1042
+ fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | undefined;
1043
+ fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
1044
+ fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
1045
+ fontWeight?: import("csstype").Property.FontWeight | undefined;
1046
+ forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
1047
+ gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | undefined;
1048
+ gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
1049
+ gridAutoRows?: import("csstype").Property.GridAutoRows<string | number> | undefined;
1050
+ gridColumnEnd?: import("csstype").Property.GridColumnEnd | undefined;
1051
+ gridColumnStart?: import("csstype").Property.GridColumnStart | undefined;
1052
+ gridRowEnd?: import("csstype").Property.GridRowEnd | undefined;
1053
+ gridRowStart?: import("csstype").Property.GridRowStart | undefined;
1054
+ gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | undefined;
1055
+ gridTemplateColumns?: import("csstype").Property.GridTemplateColumns<string | number> | undefined;
1056
+ gridTemplateRows?: import("csstype").Property.GridTemplateRows<string | number> | undefined;
1057
+ hangingPunctuation?: import("csstype").Property.HangingPunctuation | undefined;
1058
+ height?: import("csstype").Property.Height<string | number> | undefined;
1059
+ hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
1060
+ hyphens?: import("csstype").Property.Hyphens | undefined;
1061
+ imageOrientation?: import("csstype").Property.ImageOrientation | undefined;
1062
+ imageRendering?: import("csstype").Property.ImageRendering | undefined;
1063
+ imageResolution?: import("csstype").Property.ImageResolution | undefined;
1064
+ initialLetter?: import("csstype").Property.InitialLetter | undefined;
1065
+ inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
1066
+ inputSecurity?: import("csstype").Property.InputSecurity | undefined;
1067
+ inset?: import("csstype").Property.Inset<string | number> | undefined;
1068
+ insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
1069
+ insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
1070
+ insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
1071
+ insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
1072
+ insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
1073
+ insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
1074
+ isolation?: import("csstype").Property.Isolation | undefined;
1075
+ justifyContent?: import("csstype").Property.JustifyContent | undefined;
1076
+ justifyItems?: import("csstype").Property.JustifyItems | undefined;
1077
+ justifySelf?: import("csstype").Property.JustifySelf | undefined;
1078
+ justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
1079
+ left?: import("csstype").Property.Left<string | number> | undefined;
1080
+ letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | undefined;
1081
+ lineBreak?: import("csstype").Property.LineBreak | undefined;
1082
+ lineHeight?: import("csstype").Property.LineHeight<string | number> | undefined;
1083
+ lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | undefined;
1084
+ listStyleImage?: import("csstype").Property.ListStyleImage | undefined;
1085
+ listStylePosition?: import("csstype").Property.ListStylePosition | undefined;
1086
+ listStyleType?: import("csstype").Property.ListStyleType | undefined;
1087
+ marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
1088
+ marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
1089
+ marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
1090
+ marginBottom?: import("csstype").Property.MarginBottom<string | number> | undefined;
1091
+ marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
1092
+ marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
1093
+ marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
1094
+ marginLeft?: import("csstype").Property.MarginLeft<string | number> | undefined;
1095
+ marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
1096
+ marginTop?: import("csstype").Property.MarginTop<string | number> | undefined;
1097
+ maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
1098
+ maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
1099
+ maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
1100
+ maskBorderSlice?: import("csstype").Property.MaskBorderSlice | undefined;
1101
+ maskBorderSource?: import("csstype").Property.MaskBorderSource | undefined;
1102
+ maskBorderWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
1103
+ maskClip?: import("csstype").Property.MaskClip | undefined;
1104
+ maskComposite?: import("csstype").Property.MaskComposite | undefined;
1105
+ maskImage?: import("csstype").Property.MaskImage | undefined;
1106
+ maskMode?: import("csstype").Property.MaskMode | undefined;
1107
+ maskOrigin?: import("csstype").Property.MaskOrigin | undefined;
1108
+ maskPosition?: import("csstype").Property.MaskPosition<string | number> | undefined;
1109
+ maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
1110
+ maskSize?: import("csstype").Property.MaskSize<string | number> | undefined;
1111
+ maskType?: import("csstype").Property.MaskType | undefined;
1112
+ mathStyle?: import("csstype").Property.MathStyle | undefined;
1113
+ maxBlockSize?: import("csstype").Property.MaxBlockSize<string | number> | undefined;
1114
+ maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
1115
+ maxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
1116
+ maxLines?: import("csstype").Property.MaxLines | undefined;
1117
+ maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
1118
+ minBlockSize?: import("csstype").Property.MinBlockSize<string | number> | undefined;
1119
+ minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
1120
+ minInlineSize?: import("csstype").Property.MinInlineSize<string | number> | undefined;
1121
+ minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
1122
+ mixBlendMode?: import("csstype").Property.MixBlendMode | undefined;
1123
+ motionDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
1124
+ motionPath?: import("csstype").Property.OffsetPath | undefined;
1125
+ motionRotation?: import("csstype").Property.OffsetRotate | undefined;
1126
+ objectFit?: import("csstype").Property.ObjectFit | undefined;
1127
+ objectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
1128
+ offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
1129
+ offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
1130
+ offsetPath?: import("csstype").Property.OffsetPath | undefined;
1131
+ offsetRotate?: import("csstype").Property.OffsetRotate | undefined;
1132
+ offsetRotation?: import("csstype").Property.OffsetRotate | undefined;
1133
+ opacity?: import("csstype").Property.Opacity | undefined;
1134
+ order?: import("csstype").Property.Order | undefined;
1135
+ orphans?: import("csstype").Property.Orphans | undefined;
1136
+ outlineColor?: import("csstype").Property.OutlineColor | undefined;
1137
+ outlineOffset?: import("csstype").Property.OutlineOffset<string | number> | undefined;
1138
+ outlineStyle?: import("csstype").Property.OutlineStyle | undefined;
1139
+ outlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
1140
+ overflowAnchor?: import("csstype").Property.OverflowAnchor | undefined;
1141
+ overflowBlock?: import("csstype").Property.OverflowBlock | undefined;
1142
+ overflowClipBox?: import("csstype").Property.OverflowClipBox | undefined;
1143
+ overflowClipMargin?: import("csstype").Property.OverflowClipMargin<string | number> | undefined;
1144
+ overflowInline?: import("csstype").Property.OverflowInline | undefined;
1145
+ overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
1146
+ overflowX?: import("csstype").Property.OverflowX | undefined;
1147
+ overflowY?: import("csstype").Property.OverflowY | undefined;
1148
+ overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
1149
+ overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
1150
+ overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
1151
+ overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | undefined;
1152
+ paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
1153
+ paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
1154
+ paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
1155
+ paddingBottom?: import("csstype").Property.PaddingBottom<string | number> | undefined;
1156
+ paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
1157
+ paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
1158
+ paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
1159
+ paddingLeft?: import("csstype").Property.PaddingLeft<string | number> | undefined;
1160
+ paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
1161
+ paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
1162
+ pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
1163
+ pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
1164
+ pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
1165
+ paintOrder?: import("csstype").Property.PaintOrder | undefined;
1166
+ perspective?: import("csstype").Property.Perspective<string | number> | undefined;
1167
+ perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
1168
+ placeContent?: import("csstype").Property.PlaceContent | undefined;
1169
+ pointerEvents?: import("csstype").Property.PointerEvents | undefined;
1170
+ position?: import("csstype").Property.Position | undefined;
1171
+ printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
1172
+ quotes?: import("csstype").Property.Quotes | undefined;
1173
+ resize?: import("csstype").Property.Resize | undefined;
1174
+ right?: import("csstype").Property.Right<string | number> | undefined;
1175
+ rotate?: import("csstype").Property.Rotate | undefined;
1176
+ rowGap?: import("csstype").Property.RowGap<string | number> | undefined;
1177
+ rubyAlign?: import("csstype").Property.RubyAlign | undefined;
1178
+ rubyMerge?: import("csstype").Property.RubyMerge | undefined;
1179
+ rubyPosition?: import("csstype").Property.RubyPosition | undefined;
1180
+ scale?: import("csstype").Property.Scale | undefined;
1181
+ scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
1182
+ scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
1183
+ scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
1184
+ scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
1185
+ scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
1186
+ scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
1187
+ scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
1188
+ scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined;
1189
+ scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined;
1190
+ scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
1191
+ scrollMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
1192
+ scrollMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
1193
+ scrollPadding?: import("csstype").Property.ScrollPadding<string | number> | undefined;
1194
+ scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<string | number> | undefined;
1195
+ scrollPaddingBlockEnd?: import("csstype").Property.ScrollPaddingBlockEnd<string | number> | undefined;
1196
+ scrollPaddingBlockStart?: import("csstype").Property.ScrollPaddingBlockStart<string | number> | undefined;
1197
+ scrollPaddingBottom?: import("csstype").Property.ScrollPaddingBottom<string | number> | undefined;
1198
+ scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<string | number> | undefined;
1199
+ scrollPaddingInlineEnd?: import("csstype").Property.ScrollPaddingInlineEnd<string | number> | undefined;
1200
+ scrollPaddingInlineStart?: import("csstype").Property.ScrollPaddingInlineStart<string | number> | undefined;
1201
+ scrollPaddingLeft?: import("csstype").Property.ScrollPaddingLeft<string | number> | undefined;
1202
+ scrollPaddingRight?: import("csstype").Property.ScrollPaddingRight<string | number> | undefined;
1203
+ scrollPaddingTop?: import("csstype").Property.ScrollPaddingTop<string | number> | undefined;
1204
+ scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | undefined;
1205
+ scrollSnapMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
1206
+ scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
1207
+ scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
1208
+ scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
1209
+ scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
1210
+ scrollSnapStop?: import("csstype").Property.ScrollSnapStop | undefined;
1211
+ scrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
1212
+ scrollbarColor?: import("csstype").Property.ScrollbarColor | undefined;
1213
+ scrollbarGutter?: import("csstype").Property.ScrollbarGutter | undefined;
1214
+ scrollbarWidth?: import("csstype").Property.ScrollbarWidth | undefined;
1215
+ shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
1216
+ shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
1217
+ shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
1218
+ tabSize?: import("csstype").Property.TabSize<string | number> | undefined;
1219
+ tableLayout?: import("csstype").Property.TableLayout | undefined;
1220
+ textAlign?: import("csstype").Property.TextAlign | undefined;
1221
+ textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
1222
+ textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined;
1223
+ textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
1224
+ textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
1225
+ textDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
1226
+ textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | undefined;
1227
+ textDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
1228
+ textDecorationThickness?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
1229
+ textDecorationWidth?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
1230
+ textEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
1231
+ textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
1232
+ textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
1233
+ textIndent?: import("csstype").Property.TextIndent<string | number> | undefined;
1234
+ textJustify?: import("csstype").Property.TextJustify | undefined;
1235
+ textOrientation?: import("csstype").Property.TextOrientation | undefined;
1236
+ textOverflow?: import("csstype").Property.TextOverflow | undefined;
1237
+ textRendering?: import("csstype").Property.TextRendering | undefined;
1238
+ textShadow?: import("csstype").Property.TextShadow | undefined;
1239
+ textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
1240
+ textTransform?: import("csstype").Property.TextTransform | undefined;
1241
+ textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
1242
+ textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
1243
+ top?: import("csstype").Property.Top<string | number> | undefined;
1244
+ touchAction?: import("csstype").Property.TouchAction | undefined;
1245
+ transform?: import("csstype").Property.Transform | undefined;
1246
+ transformBox?: import("csstype").Property.TransformBox | undefined;
1247
+ transformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1248
+ transformStyle?: import("csstype").Property.TransformStyle | undefined;
1249
+ transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1250
+ transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1251
+ transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
1252
+ transitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
1253
+ translate?: import("csstype").Property.Translate<string | number> | undefined;
1254
+ unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
1255
+ userSelect?: import("csstype").Property.UserSelect | undefined;
1256
+ verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
1257
+ visibility?: import("csstype").Property.Visibility | undefined;
1258
+ whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
1259
+ widows?: import("csstype").Property.Widows | undefined;
1260
+ width?: import("csstype").Property.Width<string | number> | undefined;
1261
+ willChange?: import("csstype").Property.WillChange | undefined;
1262
+ wordBreak?: import("csstype").Property.WordBreak | undefined;
1263
+ wordSpacing?: import("csstype").Property.WordSpacing<string | number> | undefined;
1264
+ wordWrap?: import("csstype").Property.WordWrap | undefined;
1265
+ writingMode?: import("csstype").Property.WritingMode | undefined;
1266
+ zIndex?: import("csstype").Property.ZIndex | undefined;
1267
+ zoom?: import("csstype").Property.Zoom | undefined;
1268
+ all?: import("csstype").Globals | undefined;
1269
+ animation?: import("csstype").Property.Animation<string & {}> | undefined;
1270
+ background?: import("csstype").Property.Background<string | number> | undefined;
1271
+ backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
1272
+ border?: import("csstype").Property.Border<string | number> | undefined;
1273
+ borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
1274
+ borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
1275
+ borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
1276
+ borderBottom?: import("csstype").Property.BorderBottom<string | number> | undefined;
1277
+ borderColor?: import("csstype").Property.BorderColor | undefined;
1278
+ borderImage?: import("csstype").Property.BorderImage | undefined;
1279
+ borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
1280
+ borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
1281
+ borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
1282
+ borderLeft?: import("csstype").Property.BorderLeft<string | number> | undefined;
1283
+ borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
1284
+ borderRight?: import("csstype").Property.BorderRight<string | number> | undefined;
1285
+ borderStyle?: import("csstype").Property.BorderStyle | undefined;
1286
+ borderTop?: import("csstype").Property.BorderTop<string | number> | undefined;
1287
+ borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
1288
+ columnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
1289
+ columns?: import("csstype").Property.Columns<string | number> | undefined;
1290
+ flex?: import("csstype").Property.Flex<string | number> | undefined;
1291
+ flexFlow?: import("csstype").Property.FlexFlow | undefined;
1292
+ font?: import("csstype").Property.Font | undefined;
1293
+ gap?: import("csstype").Property.Gap<string | number> | undefined;
1294
+ grid?: import("csstype").Property.Grid | undefined;
1295
+ gridArea?: import("csstype").Property.GridArea | undefined;
1296
+ gridColumn?: import("csstype").Property.GridColumn | undefined;
1297
+ gridRow?: import("csstype").Property.GridRow | undefined;
1298
+ gridTemplate?: import("csstype").Property.GridTemplate | undefined;
1299
+ lineClamp?: import("csstype").Property.LineClamp | undefined;
1300
+ listStyle?: import("csstype").Property.ListStyle | undefined;
1301
+ margin?: import("csstype").Property.Margin<string | number> | undefined;
1302
+ mask?: import("csstype").Property.Mask<string | number> | undefined;
1303
+ maskBorder?: import("csstype").Property.MaskBorder | undefined;
1304
+ motion?: import("csstype").Property.Offset<string | number> | undefined;
1305
+ offset?: import("csstype").Property.Offset<string | number> | undefined;
1306
+ outline?: import("csstype").Property.Outline<string | number> | undefined;
1307
+ overflow?: import("csstype").Property.Overflow | undefined;
1308
+ overscrollBehavior?: import("csstype").Property.OverscrollBehavior | undefined;
1309
+ padding?: import("csstype").Property.Padding<string | number> | undefined;
1310
+ placeItems?: import("csstype").Property.PlaceItems | undefined;
1311
+ placeSelf?: import("csstype").Property.PlaceSelf | undefined;
1312
+ textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
1313
+ textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
1314
+ transition?: import("csstype").Property.Transition<string & {}> | undefined;
1315
+ MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
1316
+ MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
1317
+ MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
1318
+ MozAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
1319
+ MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
1320
+ MozAnimationName?: import("csstype").Property.AnimationName | undefined;
1321
+ MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
1322
+ MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
1323
+ MozAppearance?: import("csstype").Property.MozAppearance | undefined;
1324
+ MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
1325
+ MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
1326
+ MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
1327
+ MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
1328
+ MozBorderEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
1329
+ MozBorderLeftColors?: import("csstype").Property.MozBorderLeftColors | undefined;
1330
+ MozBorderRightColors?: import("csstype").Property.MozBorderRightColors | undefined;
1331
+ MozBorderStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
1332
+ MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
1333
+ MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined;
1334
+ MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
1335
+ MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
1336
+ MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
1337
+ MozColumnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
1338
+ MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
1339
+ MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
1340
+ MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
1341
+ MozColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
1342
+ MozContextProperties?: import("csstype").Property.MozContextProperties | undefined;
1343
+ MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
1344
+ MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
1345
+ MozHyphens?: import("csstype").Property.Hyphens | undefined;
1346
+ MozImageRegion?: import("csstype").Property.MozImageRegion | undefined;
1347
+ MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
1348
+ MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
1349
+ MozOrient?: import("csstype").Property.MozOrient | undefined;
1350
+ MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
1351
+ MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
1352
+ MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
1353
+ MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
1354
+ MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
1355
+ MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
1356
+ MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
1357
+ MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
1358
+ MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
1359
+ MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1360
+ MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
1361
+ MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1362
+ MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1363
+ MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
1364
+ MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
1365
+ MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
1366
+ MozUserModify?: import("csstype").Property.MozUserModify | undefined;
1367
+ MozUserSelect?: import("csstype").Property.UserSelect | undefined;
1368
+ MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
1369
+ MozWindowShadow?: import("csstype").Property.MozWindowShadow | undefined;
1370
+ msAccelerator?: import("csstype").Property.MsAccelerator | undefined;
1371
+ msAlignSelf?: import("csstype").Property.AlignSelf | undefined;
1372
+ msBlockProgression?: import("csstype").Property.MsBlockProgression | undefined;
1373
+ msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | undefined;
1374
+ msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | undefined;
1375
+ msContentZoomLimitMin?: import("csstype").Property.MsContentZoomLimitMin | undefined;
1376
+ msContentZoomSnapPoints?: import("csstype").Property.MsContentZoomSnapPoints | undefined;
1377
+ msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | undefined;
1378
+ msContentZooming?: import("csstype").Property.MsContentZooming | undefined;
1379
+ msFilter?: import("csstype").Property.MsFilter | undefined;
1380
+ msFlexDirection?: import("csstype").Property.FlexDirection | undefined;
1381
+ msFlexPositive?: import("csstype").Property.FlexGrow | undefined;
1382
+ msFlowFrom?: import("csstype").Property.MsFlowFrom | undefined;
1383
+ msFlowInto?: import("csstype").Property.MsFlowInto | undefined;
1384
+ msGridColumns?: import("csstype").Property.MsGridColumns<string | number> | undefined;
1385
+ msGridRows?: import("csstype").Property.MsGridRows<string | number> | undefined;
1386
+ msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | undefined;
1387
+ msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | undefined;
1388
+ msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | undefined;
1389
+ msHyphenateLimitZone?: import("csstype").Property.MsHyphenateLimitZone<string | number> | undefined;
1390
+ msHyphens?: import("csstype").Property.Hyphens | undefined;
1391
+ msImeAlign?: import("csstype").Property.MsImeAlign | undefined;
1392
+ msJustifySelf?: import("csstype").Property.JustifySelf | undefined;
1393
+ msLineBreak?: import("csstype").Property.LineBreak | undefined;
1394
+ msOrder?: import("csstype").Property.Order | undefined;
1395
+ msOverflowStyle?: import("csstype").Property.MsOverflowStyle | undefined;
1396
+ msOverflowX?: import("csstype").Property.OverflowX | undefined;
1397
+ msOverflowY?: import("csstype").Property.OverflowY | undefined;
1398
+ msScrollChaining?: import("csstype").Property.MsScrollChaining | undefined;
1399
+ msScrollLimitXMax?: import("csstype").Property.MsScrollLimitXMax<string | number> | undefined;
1400
+ msScrollLimitXMin?: import("csstype").Property.MsScrollLimitXMin<string | number> | undefined;
1401
+ msScrollLimitYMax?: import("csstype").Property.MsScrollLimitYMax<string | number> | undefined;
1402
+ msScrollLimitYMin?: import("csstype").Property.MsScrollLimitYMin<string | number> | undefined;
1403
+ msScrollRails?: import("csstype").Property.MsScrollRails | undefined;
1404
+ msScrollSnapPointsX?: import("csstype").Property.MsScrollSnapPointsX | undefined;
1405
+ msScrollSnapPointsY?: import("csstype").Property.MsScrollSnapPointsY | undefined;
1406
+ msScrollSnapType?: import("csstype").Property.MsScrollSnapType | undefined;
1407
+ msScrollTranslation?: import("csstype").Property.MsScrollTranslation | undefined;
1408
+ msScrollbar3dlightColor?: import("csstype").Property.MsScrollbar3dlightColor | undefined;
1409
+ msScrollbarArrowColor?: import("csstype").Property.MsScrollbarArrowColor | undefined;
1410
+ msScrollbarBaseColor?: import("csstype").Property.MsScrollbarBaseColor | undefined;
1411
+ msScrollbarDarkshadowColor?: import("csstype").Property.MsScrollbarDarkshadowColor | undefined;
1412
+ msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | undefined;
1413
+ msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | undefined;
1414
+ msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | undefined;
1415
+ msTextAutospace?: import("csstype").Property.MsTextAutospace | undefined;
1416
+ msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | undefined;
1417
+ msTextOverflow?: import("csstype").Property.TextOverflow | undefined;
1418
+ msTouchAction?: import("csstype").Property.TouchAction | undefined;
1419
+ msTouchSelect?: import("csstype").Property.MsTouchSelect | undefined;
1420
+ msTransform?: import("csstype").Property.Transform | undefined;
1421
+ msTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1422
+ msTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1423
+ msTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1424
+ msTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
1425
+ msTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
1426
+ msUserSelect?: import("csstype").Property.MsUserSelect | undefined;
1427
+ msWordBreak?: import("csstype").Property.WordBreak | undefined;
1428
+ msWrapFlow?: import("csstype").Property.MsWrapFlow | undefined;
1429
+ msWrapMargin?: import("csstype").Property.MsWrapMargin<string | number> | undefined;
1430
+ msWrapThrough?: import("csstype").Property.MsWrapThrough | undefined;
1431
+ msWritingMode?: import("csstype").Property.WritingMode | undefined;
1432
+ WebkitAlignContent?: import("csstype").Property.AlignContent | undefined;
1433
+ WebkitAlignItems?: import("csstype").Property.AlignItems | undefined;
1434
+ WebkitAlignSelf?: import("csstype").Property.AlignSelf | undefined;
1435
+ WebkitAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
1436
+ WebkitAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
1437
+ WebkitAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
1438
+ WebkitAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
1439
+ WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
1440
+ WebkitAnimationName?: import("csstype").Property.AnimationName | undefined;
1441
+ WebkitAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
1442
+ WebkitAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
1443
+ WebkitAppearance?: import("csstype").Property.WebkitAppearance | undefined;
1444
+ WebkitBackdropFilter?: import("csstype").Property.BackdropFilter | undefined;
1445
+ WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
1446
+ WebkitBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
1447
+ WebkitBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
1448
+ WebkitBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
1449
+ WebkitBorderBeforeColor?: import("csstype").Property.WebkitBorderBeforeColor | undefined;
1450
+ WebkitBorderBeforeStyle?: import("csstype").Property.WebkitBorderBeforeStyle | undefined;
1451
+ WebkitBorderBeforeWidth?: import("csstype").Property.WebkitBorderBeforeWidth<string | number> | undefined;
1452
+ WebkitBorderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
1453
+ WebkitBorderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
1454
+ WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
1455
+ WebkitBorderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
1456
+ WebkitBorderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
1457
+ WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
1458
+ WebkitBoxReflect?: import("csstype").Property.WebkitBoxReflect<string | number> | undefined;
1459
+ WebkitBoxShadow?: import("csstype").Property.BoxShadow | undefined;
1460
+ WebkitBoxSizing?: import("csstype").Property.BoxSizing | undefined;
1461
+ WebkitClipPath?: import("csstype").Property.ClipPath | undefined;
1462
+ WebkitColumnCount?: import("csstype").Property.ColumnCount | undefined;
1463
+ WebkitColumnFill?: import("csstype").Property.ColumnFill | undefined;
1464
+ WebkitColumnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
1465
+ WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
1466
+ WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
1467
+ WebkitColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
1468
+ WebkitColumnSpan?: import("csstype").Property.ColumnSpan | undefined;
1469
+ WebkitColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
1470
+ WebkitFilter?: import("csstype").Property.Filter | undefined;
1471
+ WebkitFlexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
1472
+ WebkitFlexDirection?: import("csstype").Property.FlexDirection | undefined;
1473
+ WebkitFlexGrow?: import("csstype").Property.FlexGrow | undefined;
1474
+ WebkitFlexShrink?: import("csstype").Property.FlexShrink | undefined;
1475
+ WebkitFlexWrap?: import("csstype").Property.FlexWrap | undefined;
1476
+ WebkitFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
1477
+ WebkitFontKerning?: import("csstype").Property.FontKerning | undefined;
1478
+ WebkitFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
1479
+ WebkitFontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
1480
+ WebkitHyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
1481
+ WebkitHyphens?: import("csstype").Property.Hyphens | undefined;
1482
+ WebkitInitialLetter?: import("csstype").Property.InitialLetter | undefined;
1483
+ WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
1484
+ WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
1485
+ WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
1486
+ WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
1487
+ WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
1488
+ WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
1489
+ WebkitMaskBoxImageOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
1490
+ WebkitMaskBoxImageRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
1491
+ WebkitMaskBoxImageSlice?: import("csstype").Property.MaskBorderSlice | undefined;
1492
+ WebkitMaskBoxImageSource?: import("csstype").Property.MaskBorderSource | undefined;
1493
+ WebkitMaskBoxImageWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
1494
+ WebkitMaskClip?: import("csstype").Property.WebkitMaskClip | undefined;
1495
+ WebkitMaskComposite?: import("csstype").Property.WebkitMaskComposite | undefined;
1496
+ WebkitMaskImage?: import("csstype").Property.WebkitMaskImage | undefined;
1497
+ WebkitMaskOrigin?: import("csstype").Property.WebkitMaskOrigin | undefined;
1498
+ WebkitMaskPosition?: import("csstype").Property.WebkitMaskPosition<string | number> | undefined;
1499
+ WebkitMaskPositionX?: import("csstype").Property.WebkitMaskPositionX<string | number> | undefined;
1500
+ WebkitMaskPositionY?: import("csstype").Property.WebkitMaskPositionY<string | number> | undefined;
1501
+ WebkitMaskRepeat?: import("csstype").Property.WebkitMaskRepeat | undefined;
1502
+ WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | undefined;
1503
+ WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | undefined;
1504
+ WebkitMaskSize?: import("csstype").Property.WebkitMaskSize<string | number> | undefined;
1505
+ WebkitMaxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
1506
+ WebkitOrder?: import("csstype").Property.Order | undefined;
1507
+ WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | undefined;
1508
+ WebkitPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
1509
+ WebkitPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
1510
+ WebkitPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
1511
+ WebkitPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
1512
+ WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
1513
+ WebkitRubyPosition?: import("csstype").Property.RubyPosition | undefined;
1514
+ WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
1515
+ WebkitShapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
1516
+ WebkitTapHighlightColor?: import("csstype").Property.WebkitTapHighlightColor | undefined;
1517
+ WebkitTextCombine?: import("csstype").Property.TextCombineUpright | undefined;
1518
+ WebkitTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
1519
+ WebkitTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
1520
+ WebkitTextDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
1521
+ WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
1522
+ WebkitTextEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
1523
+ WebkitTextEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
1524
+ WebkitTextEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
1525
+ WebkitTextFillColor?: import("csstype").Property.WebkitTextFillColor | undefined;
1526
+ WebkitTextOrientation?: import("csstype").Property.TextOrientation | undefined;
1527
+ WebkitTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
1528
+ WebkitTextStrokeColor?: import("csstype").Property.WebkitTextStrokeColor | undefined;
1529
+ WebkitTextStrokeWidth?: import("csstype").Property.WebkitTextStrokeWidth<string | number> | undefined;
1530
+ WebkitTextUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
1531
+ WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | undefined;
1532
+ WebkitTransform?: import("csstype").Property.Transform | undefined;
1533
+ WebkitTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1534
+ WebkitTransformStyle?: import("csstype").Property.TransformStyle | undefined;
1535
+ WebkitTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1536
+ WebkitTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1537
+ WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
1538
+ WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
1539
+ WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
1540
+ WebkitUserSelect?: import("csstype").Property.UserSelect | undefined;
1541
+ WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
1542
+ MozAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
1543
+ MozBorderImage?: import("csstype").Property.BorderImage | undefined;
1544
+ MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
1545
+ MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
1546
+ MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
1547
+ msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
1548
+ msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
1549
+ msFlex?: import("csstype").Property.Flex<string | number> | undefined;
1550
+ msScrollLimit?: import("csstype").Property.MsScrollLimit | undefined;
1551
+ msScrollSnapX?: import("csstype").Property.MsScrollSnapX | undefined;
1552
+ msScrollSnapY?: import("csstype").Property.MsScrollSnapY | undefined;
1553
+ msTransition?: import("csstype").Property.Transition<string & {}> | undefined;
1554
+ WebkitAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
1555
+ WebkitBorderBefore?: import("csstype").Property.WebkitBorderBefore<string | number> | undefined;
1556
+ WebkitBorderImage?: import("csstype").Property.BorderImage | undefined;
1557
+ WebkitBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
1558
+ WebkitColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
1559
+ WebkitColumns?: import("csstype").Property.Columns<string | number> | undefined;
1560
+ WebkitFlex?: import("csstype").Property.Flex<string | number> | undefined;
1561
+ WebkitFlexFlow?: import("csstype").Property.FlexFlow | undefined;
1562
+ WebkitMask?: import("csstype").Property.WebkitMask<string | number> | undefined;
1563
+ WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | undefined;
1564
+ WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
1565
+ WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | undefined;
1566
+ WebkitTransition?: import("csstype").Property.Transition<string & {}> | undefined;
1567
+ azimuth?: import("csstype").Property.Azimuth | undefined;
1568
+ boxAlign?: import("csstype").Property.BoxAlign | undefined;
1569
+ boxDirection?: import("csstype").Property.BoxDirection | undefined;
1570
+ boxFlex?: import("csstype").Property.BoxFlex | undefined;
1571
+ boxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
1572
+ boxLines?: import("csstype").Property.BoxLines | undefined;
1573
+ boxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
1574
+ boxOrient?: import("csstype").Property.BoxOrient | undefined;
1575
+ boxPack?: import("csstype").Property.BoxPack | undefined;
1576
+ clip?: import("csstype").Property.Clip | undefined;
1577
+ gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | undefined;
1578
+ gridGap?: import("csstype").Property.GridGap<string | number> | undefined;
1579
+ gridRowGap?: import("csstype").Property.GridRowGap<string | number> | undefined;
1580
+ imeMode?: import("csstype").Property.ImeMode | undefined;
1581
+ offsetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
1582
+ offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
1583
+ offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
1584
+ offsetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
1585
+ offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
1586
+ offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
1587
+ scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined;
1588
+ scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | undefined;
1589
+ scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
1590
+ scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
1591
+ scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | undefined;
1592
+ scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | undefined;
1593
+ scrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
1594
+ KhtmlBoxAlign?: import("csstype").Property.BoxAlign | undefined;
1595
+ KhtmlBoxDirection?: import("csstype").Property.BoxDirection | undefined;
1596
+ KhtmlBoxFlex?: import("csstype").Property.BoxFlex | undefined;
1597
+ KhtmlBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
1598
+ KhtmlBoxLines?: import("csstype").Property.BoxLines | undefined;
1599
+ KhtmlBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
1600
+ KhtmlBoxOrient?: import("csstype").Property.BoxOrient | undefined;
1601
+ KhtmlBoxPack?: import("csstype").Property.BoxPack | undefined;
1602
+ KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
1603
+ KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
1604
+ KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
1605
+ MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
1606
+ MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
1607
+ MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
1608
+ MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
1609
+ MozBinding?: import("csstype").Property.MozBinding | undefined;
1610
+ MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
1611
+ MozBorderRadiusBottomleft?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
1612
+ MozBorderRadiusBottomright?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
1613
+ MozBorderRadiusTopleft?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
1614
+ MozBorderRadiusTopright?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
1615
+ MozBoxAlign?: import("csstype").Property.BoxAlign | undefined;
1616
+ MozBoxDirection?: import("csstype").Property.BoxDirection | undefined;
1617
+ MozBoxFlex?: import("csstype").Property.BoxFlex | undefined;
1618
+ MozBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
1619
+ MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
1620
+ MozBoxPack?: import("csstype").Property.BoxPack | undefined;
1621
+ MozBoxShadow?: import("csstype").Property.BoxShadow | undefined;
1622
+ MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
1623
+ MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
1624
+ MozOpacity?: import("csstype").Property.Opacity | undefined;
1625
+ MozOutline?: import("csstype").Property.Outline<string | number> | undefined;
1626
+ MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
1627
+ MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
1628
+ MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
1629
+ MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
1630
+ MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
1631
+ MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
1632
+ MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
1633
+ MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
1634
+ MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
1635
+ MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
1636
+ MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
1637
+ MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
1638
+ MozUserInput?: import("csstype").Property.MozUserInput | undefined;
1639
+ msImeMode?: import("csstype").Property.ImeMode | undefined;
1640
+ msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
1641
+ OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
1642
+ OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
1643
+ OAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
1644
+ OAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
1645
+ OAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
1646
+ OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
1647
+ OAnimationName?: import("csstype").Property.AnimationName | undefined;
1648
+ OAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
1649
+ OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
1650
+ OBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
1651
+ OBorderImage?: import("csstype").Property.BorderImage | undefined;
1652
+ OObjectFit?: import("csstype").Property.ObjectFit | undefined;
1653
+ OObjectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
1654
+ OTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
1655
+ OTextOverflow?: import("csstype").Property.TextOverflow | undefined;
1656
+ OTransform?: import("csstype").Property.Transform | undefined;
1657
+ OTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1658
+ OTransition?: import("csstype").Property.Transition<string & {}> | undefined;
1659
+ OTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1660
+ OTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1661
+ OTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
1662
+ OTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
1663
+ WebkitBoxAlign?: import("csstype").Property.BoxAlign | undefined;
1664
+ WebkitBoxDirection?: import("csstype").Property.BoxDirection | undefined;
1665
+ WebkitBoxFlex?: import("csstype").Property.BoxFlex | undefined;
1666
+ WebkitBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
1667
+ WebkitBoxLines?: import("csstype").Property.BoxLines | undefined;
1668
+ WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
1669
+ WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
1670
+ WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
1671
+ WebkitScrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
1672
+ WebkitScrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
1673
+ alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
1674
+ baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
1675
+ clipRule?: import("csstype").Property.ClipRule | undefined;
1676
+ colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
1677
+ colorRendering?: import("csstype").Property.ColorRendering | undefined;
1678
+ dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
1679
+ fill?: import("csstype").Property.Fill | undefined;
1680
+ fillOpacity?: import("csstype").Property.FillOpacity | undefined;
1681
+ fillRule?: import("csstype").Property.FillRule | undefined;
1682
+ floodColor?: import("csstype").Property.FloodColor | undefined;
1683
+ floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
1684
+ glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined;
1685
+ lightingColor?: import("csstype").Property.LightingColor | undefined;
1686
+ marker?: import("csstype").Property.Marker | undefined;
1687
+ markerEnd?: import("csstype").Property.MarkerEnd | undefined;
1688
+ markerMid?: import("csstype").Property.MarkerMid | undefined;
1689
+ markerStart?: import("csstype").Property.MarkerStart | undefined;
1690
+ shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
1691
+ stopColor?: import("csstype").Property.StopColor | undefined;
1692
+ stopOpacity?: import("csstype").Property.StopOpacity | undefined;
1693
+ stroke?: import("csstype").Property.Stroke | undefined;
1694
+ strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
1695
+ strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
1696
+ strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
1697
+ strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
1698
+ strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
1699
+ strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
1700
+ strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
1701
+ textAnchor?: import("csstype").Property.TextAnchor | undefined;
1702
+ vectorEffect?: import("csstype").Property.VectorEffect | undefined;
1703
+ };
1704
+ className: string;
1705
+ body: string | SchemaObject[];
1706
+ };
1707
+ bulk: boolean;
1708
+ name: "labelRemark" | "remark";
1709
+ pipeIn: (value: any) => boolean;
1710
+ pipeOut: (value: any) => any;
1711
+ form: {
1712
+ size: string;
1713
+ className: string;
1714
+ mode: string;
1715
+ horizontal: {
1716
+ left: number;
1717
+ right: number;
1718
+ justify: boolean;
1719
+ };
1720
+ body: {
1721
+ type: string;
1722
+ className: string;
1723
+ gap: string;
1724
+ columns: ({
1725
+ md: string;
1726
+ body: ({
1727
+ name: string;
1728
+ type: string;
1729
+ label: string;
1730
+ placeholder: string;
1731
+ } | {
1732
+ name: string;
1733
+ type: string;
1734
+ label: string;
1735
+ placeholder?: undefined;
1736
+ })[];
1737
+ } | {
1738
+ md: string;
1739
+ body: ({
1740
+ name: string;
1741
+ type: string;
1742
+ size: string;
1743
+ label: string;
1744
+ options: {
1745
+ label: string;
1746
+ value: string;
1747
+ }[];
1748
+ className?: undefined;
1749
+ labelRemark?: undefined;
1750
+ multiple?: undefined;
1751
+ pipeIn?: undefined;
1752
+ pipeOut?: undefined;
1753
+ visibleOn?: undefined;
1754
+ mode?: undefined;
1755
+ inputClassName?: undefined;
1756
+ } | {
1757
+ name: string;
1758
+ label: string;
1759
+ type: string;
1760
+ className: string;
1761
+ size?: undefined;
1762
+ options?: undefined;
1763
+ labelRemark?: undefined;
1764
+ multiple?: undefined;
1765
+ pipeIn?: undefined;
1766
+ pipeOut?: undefined;
1767
+ visibleOn?: undefined;
1768
+ mode?: undefined;
1769
+ inputClassName?: undefined;
1770
+ } | {
1771
+ name: string;
1772
+ label: string;
1773
+ type: string;
1774
+ labelRemark: {
1775
+ content: any;
1776
+ className: string;
1777
+ icon: string;
1778
+ trigger: string[];
1779
+ placement: string;
1780
+ } | undefined;
1781
+ size?: undefined;
1782
+ options?: undefined;
1783
+ className?: undefined;
1784
+ multiple?: undefined;
1785
+ pipeIn?: undefined;
1786
+ pipeOut?: undefined;
1787
+ visibleOn?: undefined;
1788
+ mode?: undefined;
1789
+ inputClassName?: undefined;
1790
+ } | {
1791
+ name: string;
1792
+ type: string;
1793
+ label: string;
1794
+ labelRemark: {
1795
+ content: any;
1796
+ className: string;
1797
+ icon: string;
1798
+ trigger: string[];
1799
+ placement: string;
1800
+ } | undefined;
1801
+ multiple: boolean;
1802
+ pipeIn: (value: any) => string | never[];
1803
+ pipeOut: (value: any) => any;
1804
+ options: {
1805
+ label: string;
1806
+ value: string;
1807
+ }[];
1808
+ size?: undefined;
1809
+ className?: undefined;
1810
+ visibleOn?: undefined;
1811
+ mode?: undefined;
1812
+ inputClassName?: undefined;
1813
+ } | {
1814
+ name: string;
1815
+ visibleOn: string;
1816
+ label: string;
1817
+ type: string;
1818
+ mode: string;
1819
+ inputClassName: string;
1820
+ size?: undefined;
1821
+ options?: undefined;
1822
+ className?: undefined;
1823
+ labelRemark?: undefined;
1824
+ multiple?: undefined;
1825
+ pipeIn?: undefined;
1826
+ pipeOut?: undefined;
1827
+ })[];
1828
+ })[];
1829
+ };
1830
+ };
1831
+ };