@nutui/nutui 3.1.19-beta.1 → 3.1.19-beta.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (236) hide show
  1. package/README.md +9 -8
  2. package/dist/nutui.es.js +3044 -3533
  3. package/dist/nutui.umd.js +3135 -3536
  4. package/dist/packages/_es/ActionSheet.js +64 -42
  5. package/dist/packages/_es/Address.js +69 -78
  6. package/dist/packages/_es/Audio.js +12 -12
  7. package/dist/packages/_es/AudioOperate.js +1 -1
  8. package/dist/packages/_es/Avatar.js +3 -3
  9. package/dist/packages/_es/BackTop.js +110 -68
  10. package/dist/packages/_es/Badge.js +3 -3
  11. package/dist/packages/_es/Barrage.js +55 -62
  12. package/dist/packages/_es/Button.js +2 -2
  13. package/dist/packages/_es/Calendar.js +27 -32
  14. package/dist/packages/_es/CalendarItem.js +3 -3
  15. package/dist/packages/_es/Card.js +5 -6
  16. package/dist/packages/_es/Cascader.js +9 -9
  17. package/dist/packages/_es/Cell.js +11 -4
  18. package/dist/packages/_es/CellGroup.js +1 -1
  19. package/dist/packages/_es/Checkbox.js +13 -3
  20. package/dist/packages/_es/CheckboxGroup.js +2 -2
  21. package/dist/packages/_es/CircleProgress.js +40 -149
  22. package/dist/packages/_es/Col.js +1 -1
  23. package/dist/packages/_es/Collapse.js +8 -34
  24. package/dist/packages/_es/CollapseItem.js +59 -90
  25. package/dist/packages/_es/CountDown.js +11 -10
  26. package/dist/packages/_es/CountUp.js +51 -43
  27. package/dist/packages/_es/DatePicker.js +22 -23
  28. package/dist/packages/_es/Dialog.js +91 -12
  29. package/dist/packages/_es/Divider.js +4 -4
  30. package/dist/packages/_es/Drag.js +54 -92
  31. package/dist/packages/_es/Ecard.js +153 -0
  32. package/dist/packages/_es/Elevator.js +50 -75
  33. package/dist/packages/_es/Empty.js +8 -7
  34. package/dist/packages/_es/FixedNav.js +10 -11
  35. package/dist/packages/_es/Form.js +5 -9
  36. package/dist/packages/_es/FormItem.js +1 -1
  37. package/dist/packages/_es/Grid.js +1 -1
  38. package/dist/packages/_es/GridItem.js +26 -8
  39. package/dist/packages/_es/Icon.js +1 -1
  40. package/dist/packages/_es/ImagePreview.js +83 -14
  41. package/dist/packages/_es/Indicator.js +3 -3
  42. package/dist/packages/_es/InfiniteLoading.js +107 -93
  43. package/dist/packages/_es/Input.js +21 -20
  44. package/dist/packages/_es/InputNumber.js +16 -23
  45. package/dist/packages/_es/Layout.js +1 -1
  46. package/dist/packages/_es/List.js +34 -41
  47. package/dist/packages/_es/Menu.js +12 -15
  48. package/dist/packages/_es/MenuItem.js +7 -7
  49. package/dist/packages/_es/Navbar.js +5 -4
  50. package/dist/packages/_es/NoticeBar.js +40 -47
  51. package/dist/packages/_es/Notify.js +166 -27
  52. package/dist/packages/_es/NumberKeyboard.js +22 -11
  53. package/dist/packages/_es/OldPicker.js +120 -122
  54. package/dist/packages/_es/OverLay.js +25 -5
  55. package/dist/packages/_es/Pagination.js +14 -13
  56. package/dist/packages/_es/Picker.js +23 -45
  57. package/dist/packages/_es/Popover.js +29 -154
  58. package/dist/packages/_es/Popup.js +69 -6
  59. package/dist/packages/_es/Price.js +5 -17
  60. package/dist/packages/_es/Progress.js +23 -19
  61. package/dist/packages/_es/PullRefresh.js +1 -1
  62. package/dist/packages/_es/Radio.js +14 -4
  63. package/dist/packages/_es/RadioGroup.js +1 -1
  64. package/dist/packages/_es/Range.js +33 -46
  65. package/dist/packages/_es/Rate.js +19 -16
  66. package/dist/packages/_es/Row.js +1 -1
  67. package/dist/packages/_es/SearchBar.js +11 -12
  68. package/dist/packages/_es/ShortPassword.js +75 -96
  69. package/dist/packages/_es/SideNavBar.js +16 -5
  70. package/dist/packages/_es/SideNavBarItem.js +1 -1
  71. package/dist/packages/_es/Signature.js +88 -69
  72. package/dist/packages/_es/Skeleton.js +11 -8
  73. package/dist/packages/_es/Sku.js +57 -49
  74. package/dist/packages/_es/Step.js +1 -1
  75. package/dist/packages/_es/Steps.js +1 -1
  76. package/dist/packages/_es/Sticky.js +23 -28
  77. package/dist/packages/_es/SubSideNavBar.js +1 -1
  78. package/dist/packages/_es/Swipe.js +26 -39
  79. package/dist/packages/_es/Swiper.js +14 -32
  80. package/dist/packages/_es/SwiperItem.js +2 -2
  81. package/dist/packages/_es/Switch.js +3 -3
  82. package/dist/packages/_es/TabPane.js +1 -1
  83. package/dist/packages/_es/Tabbar.js +3 -3
  84. package/dist/packages/_es/TabbarItem.js +21 -11
  85. package/dist/packages/_es/Table.js +18 -17
  86. package/dist/packages/_es/Tabs.js +20 -21
  87. package/dist/packages/_es/Tag.js +4 -4
  88. package/dist/packages/_es/TextArea.js +47 -48
  89. package/dist/packages/_es/TimeDetail.js +3 -4
  90. package/dist/packages/_es/TimePannel.js +3 -3
  91. package/dist/packages/_es/TimeSelect.js +7 -8
  92. package/dist/packages/_es/Toast.js +170 -41
  93. package/dist/packages/_es/Uploader.js +145 -116
  94. package/dist/packages/_es/Video.js +9 -8
  95. package/dist/packages/_es/common.js +1 -1
  96. package/dist/packages/_es/component.js +165 -3
  97. package/dist/packages/_es/index.js +6 -44
  98. package/dist/packages/_es/index2.js +31 -8
  99. package/dist/packages/_es/index3.js +7 -58
  100. package/dist/packages/_es/index4.js +56 -413
  101. package/dist/packages/_es/{index.taro.js → index5.js} +113 -140
  102. package/dist/packages/_es/plugin-vue_export-helper.js +1 -1
  103. package/dist/packages/_es/pxCheck.js +1 -1
  104. package/dist/packages/_es/raf.js +19 -0
  105. package/dist/packages/actionsheet/index.scss +8 -0
  106. package/dist/packages/ecard/index.scss +83 -0
  107. package/dist/style.css +1 -1
  108. package/dist/styles/themes/default.scss +48 -47
  109. package/dist/styles/themes/jdt.scss +48 -47
  110. package/dist/styles/variables-jdt.scss +3 -0
  111. package/dist/styles/variables.scss +3 -0
  112. package/dist/types/__VUE/actionsheet/index.d.ts +280 -0
  113. package/dist/types/__VUE/address/index.d.ts +386 -0
  114. package/dist/types/__VUE/audio/index.d.ts +92 -0
  115. package/dist/types/__VUE/audiooperate/index.d.ts +68 -0
  116. package/dist/types/__VUE/avatar/index.d.ts +66 -0
  117. package/dist/types/__VUE/backtop/index.d.ts +105 -0
  118. package/dist/types/__VUE/badge/index.d.ts +94 -0
  119. package/dist/types/__VUE/barrage/index.d.ts +80 -0
  120. package/dist/types/__VUE/button/index.d.ts +116 -0
  121. package/dist/types/__VUE/calendar/index.d.ts +155 -0
  122. package/dist/types/__VUE/calendaritem/index.d.ts +195 -0
  123. package/dist/types/__VUE/card/index.d.ts +81 -0
  124. package/dist/types/__VUE/cascader/cascader-item.d.ts +76 -0
  125. package/dist/types/__VUE/cascader/helper.d.ts +8 -0
  126. package/dist/types/__VUE/cascader/index.d.ts +76 -0
  127. package/dist/types/__VUE/cascader/tree.d.ts +17 -0
  128. package/dist/types/__VUE/cascader/types.d.ts +30 -0
  129. package/dist/types/__VUE/cell/index.d.ts +109 -0
  130. package/dist/types/__VUE/cellgroup/index.d.ts +38 -0
  131. package/dist/types/__VUE/checkbox/index.d.ts +102 -0
  132. package/dist/types/__VUE/checkboxgroup/index.d.ts +39 -0
  133. package/dist/types/__VUE/circleprogress/index.d.ts +66 -0
  134. package/dist/types/__VUE/col/index.d.ts +42 -0
  135. package/dist/types/__VUE/collapse/index.d.ts +104 -0
  136. package/dist/types/__VUE/collapseitem/index.d.ts +83 -0
  137. package/dist/types/__VUE/countdown/index.d.ts +91 -0
  138. package/dist/types/__VUE/countup/index.d.ts +216 -0
  139. package/dist/types/__VUE/datepicker/index.d.ts +347 -0
  140. package/dist/types/__VUE/datepicker/utils.d.ts +5 -0
  141. package/dist/types/__VUE/dialog/index.d.ts +306 -0
  142. package/dist/types/__VUE/divider/index.d.ts +47 -0
  143. package/dist/types/__VUE/drag/index.d.ts +61 -0
  144. package/dist/types/__VUE/ecard/index.d.ts +123 -0
  145. package/dist/types/__VUE/elevator/index.d.ts +71 -0
  146. package/dist/types/__VUE/empty/index.d.ts +47 -0
  147. package/dist/types/__VUE/fixednav/index.d.ts +96 -0
  148. package/dist/types/__VUE/form/common.d.ts +20 -0
  149. package/dist/types/__VUE/form/index.d.ts +32 -0
  150. package/dist/types/__VUE/form/types.d.ts +13 -0
  151. package/dist/types/__VUE/formitem/index.d.ts +120 -0
  152. package/dist/types/__VUE/formitem/types.d.ts +10 -0
  153. package/dist/types/__VUE/grid/common.d.ts +91 -0
  154. package/dist/types/__VUE/grid/index.d.ts +100 -0
  155. package/dist/types/__VUE/griditem/index.d.ts +80 -0
  156. package/dist/types/__VUE/icon/index.d.ts +74 -0
  157. package/dist/types/__VUE/imagepreview/index.d.ts +125 -0
  158. package/dist/types/__VUE/indicator/index.d.ts +70 -0
  159. package/dist/types/__VUE/infiniteloading/index.d.ts +140 -0
  160. package/dist/types/__VUE/input/index.d.ts +337 -0
  161. package/dist/types/__VUE/input/util.d.ts +5 -0
  162. package/dist/types/__VUE/inputnumber/index.d.ts +117 -0
  163. package/dist/types/__VUE/layout/index.d.ts +13 -0
  164. package/dist/types/__VUE/list/index.d.ts +48 -0
  165. package/dist/types/__VUE/menu/index.d.ts +51 -0
  166. package/dist/types/__VUE/menuitem/index.d.ts +77 -0
  167. package/dist/types/__VUE/navbar/index.d.ts +83 -0
  168. package/dist/types/__VUE/noticebar/index.d.ts +209 -0
  169. package/dist/types/__VUE/notify/index.d.ts +103 -0
  170. package/dist/types/__VUE/numberkeyboard/index.d.ts +124 -0
  171. package/dist/types/__VUE/oldpicker/Column.d.ts +96 -0
  172. package/dist/types/__VUE/oldpicker/commonProps.d.ts +22 -0
  173. package/dist/types/__VUE/oldpicker/index.d.ts +360 -0
  174. package/dist/types/__VUE/oldpicker/types.d.ts +24 -0
  175. package/dist/types/__VUE/overlay/index.d.ts +1614 -0
  176. package/dist/types/__VUE/pagination/index.d.ts +112 -0
  177. package/dist/types/__VUE/picker/Column.d.ts +90 -0
  178. package/dist/types/__VUE/picker/index.d.ts +343 -0
  179. package/dist/types/__VUE/picker/types.d.ts +26 -0
  180. package/dist/types/__VUE/popover/index.d.ts +233 -0
  181. package/dist/types/__VUE/popup/index.d.ts +1734 -0
  182. package/dist/types/__VUE/popup/use-lock-scroll.d.ts +5 -0
  183. package/dist/types/__VUE/price/index.d.ts +87 -0
  184. package/dist/types/__VUE/progress/index.d.ts +138 -0
  185. package/dist/types/__VUE/pullrefresh/index.d.ts +128 -0
  186. package/dist/types/__VUE/pullrefresh/use-touch.d.ts +20 -0
  187. package/dist/types/__VUE/pullrefresh/util.d.ts +6 -0
  188. package/dist/types/__VUE/radio/index.d.ts +90 -0
  189. package/dist/types/__VUE/radiogroup/index.d.ts +48 -0
  190. package/dist/types/__VUE/range/index.d.ts +156 -0
  191. package/dist/types/__VUE/rate/index.d.ts +142 -0
  192. package/dist/types/__VUE/row/index.d.ts +63 -0
  193. package/dist/types/__VUE/searchbar/index.d.ts +100 -0
  194. package/dist/types/__VUE/shortpassword/index.d.ts +137 -0
  195. package/dist/types/__VUE/sidenavbar/index.d.ts +36 -0
  196. package/dist/types/__VUE/sidenavbaritem/index.d.ts +41 -0
  197. package/dist/types/__VUE/signature/index.d.ts +73 -0
  198. package/dist/types/__VUE/skeleton/common.d.ts +63 -0
  199. package/dist/types/__VUE/skeleton/index.d.ts +117 -0
  200. package/dist/types/__VUE/sku/components/SkuHeader.d.ts +27 -0
  201. package/dist/types/__VUE/sku/components/SkuOperate.d.ts +70 -0
  202. package/dist/types/__VUE/sku/components/SkuSelect.d.ts +30 -0
  203. package/dist/types/__VUE/sku/components/SkuStepper.d.ts +67 -0
  204. package/dist/types/__VUE/sku/index.d.ts +300 -0
  205. package/dist/types/__VUE/step/index.d.ts +70 -0
  206. package/dist/types/__VUE/steps/index.d.ts +47 -0
  207. package/dist/types/__VUE/sticky/index.d.ts +63 -0
  208. package/dist/types/__VUE/subsidenavbar/index.d.ts +54 -0
  209. package/dist/types/__VUE/swipe/index.d.ts +69 -0
  210. package/dist/types/__VUE/swiper/index.d.ts +163 -0
  211. package/dist/types/__VUE/swiper/use-touch.d.ts +20 -0
  212. package/dist/types/__VUE/swiperitem/index.d.ts +24 -0
  213. package/dist/types/__VUE/switch/index.d.ts +136 -0
  214. package/dist/types/__VUE/tabbar/index.d.ts +84 -0
  215. package/dist/types/__VUE/tabbaritem/index.d.ts +108 -0
  216. package/dist/types/__VUE/table/common.d.ts +55 -0
  217. package/dist/types/__VUE/table/index.d.ts +76 -0
  218. package/dist/types/__VUE/table/renderColumn.d.ts +20 -0
  219. package/dist/types/__VUE/table/types.d.ts +19 -0
  220. package/dist/types/__VUE/tabpane/index.d.ts +47 -0
  221. package/dist/types/__VUE/tabs/index.d.ts +128 -0
  222. package/dist/types/__VUE/tag/index.d.ts +89 -0
  223. package/dist/types/__VUE/textarea/index.d.ts +121 -0
  224. package/dist/types/__VUE/timedetail/index.d.ts +48 -0
  225. package/dist/types/__VUE/timepannel/index.d.ts +43 -0
  226. package/dist/types/__VUE/timeselect/index.d.ts +82 -0
  227. package/dist/types/__VUE/toast/index.d.ts +149 -0
  228. package/dist/types/__VUE/uploader/index.d.ts +258 -0
  229. package/dist/types/__VUE/uploader/uploader.d.ts +25 -0
  230. package/dist/types/__VUE/video/index.d.ts +123 -0
  231. package/dist/{index.d.ts → types/index.d.ts} +0 -0
  232. package/dist/types/nutui.d.ts +93 -0
  233. package/package.json +14 -5
  234. package/dist/nutui.d.ts +0 -104
  235. package/dist/packages/_es/use-lock-scroll.js +0 -23
  236. package/dist/packages/_es/util.js +0 -47
@@ -0,0 +1,1614 @@
1
+ import { App } from 'vue';
2
+ declare type Install<T> = T & {
3
+ install(app: App): void;
4
+ };
5
+ declare const _default: Install< import("vue").DefineComponent<{
6
+ visible: {
7
+ type: BooleanConstructor;
8
+ default: boolean;
9
+ };
10
+ zIndex: {
11
+ type: (NumberConstructor | StringConstructor)[];
12
+ default: number;
13
+ };
14
+ duration: {
15
+ type: (NumberConstructor | StringConstructor)[];
16
+ default: number;
17
+ };
18
+ overlayClass: {
19
+ type: StringConstructor;
20
+ default: string;
21
+ };
22
+ lockScroll: {
23
+ type: BooleanConstructor;
24
+ default: boolean;
25
+ };
26
+ overlayStyle: {
27
+ type: PropType<CSSProperties>;
28
+ };
29
+ closeOnClickOverlay: {
30
+ type: BooleanConstructor;
31
+ default: boolean;
32
+ };
33
+ }, {
34
+ classes: import("vue").ComputedRef<{
35
+ [x: string]: boolean;
36
+ }>;
37
+ style: import("vue").ComputedRef<{
38
+ accentColor?: string | undefined;
39
+ alignContent?: string | undefined;
40
+ alignItems?: string | undefined;
41
+ alignSelf?: string | undefined;
42
+ alignTracks?: string | undefined;
43
+ animationDelay?: string | undefined;
44
+ animationDirection?: string | undefined;
45
+ animationDuration: string;
46
+ animationFillMode?: string | undefined;
47
+ animationIterationCount?: import("csstype").AnimationIterationCountProperty | undefined;
48
+ animationName?: string | undefined;
49
+ animationPlayState?: string | undefined;
50
+ animationTimeline?: string | undefined;
51
+ animationTimingFunction?: string | undefined;
52
+ appearance?: import("csstype").AppearanceProperty | undefined;
53
+ aspectRatio?: string | undefined;
54
+ backdropFilter?: string | undefined;
55
+ backfaceVisibility?: import("csstype").BackfaceVisibilityProperty | undefined;
56
+ backgroundAttachment?: string | undefined;
57
+ backgroundBlendMode?: string | undefined;
58
+ backgroundClip?: string | undefined;
59
+ backgroundColor?: string | undefined;
60
+ backgroundImage?: string | undefined;
61
+ backgroundOrigin?: string | undefined;
62
+ backgroundPositionX?: import("csstype").BackgroundPositionXProperty<string | number> | undefined;
63
+ backgroundPositionY?: import("csstype").BackgroundPositionYProperty<string | number> | undefined;
64
+ backgroundRepeat?: string | undefined;
65
+ backgroundSize?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
66
+ blockOverflow?: string | undefined;
67
+ blockSize?: import("csstype").BlockSizeProperty<string | number> | undefined;
68
+ borderBlockColor?: string | undefined;
69
+ borderBlockEndColor?: string | undefined;
70
+ borderBlockEndStyle?: import("csstype").BorderBlockEndStyleProperty | undefined;
71
+ borderBlockEndWidth?: import("csstype").BorderBlockEndWidthProperty<string | number> | undefined;
72
+ borderBlockStartColor?: string | undefined;
73
+ borderBlockStartStyle?: import("csstype").BorderBlockStartStyleProperty | undefined;
74
+ borderBlockStartWidth?: import("csstype").BorderBlockStartWidthProperty<string | number> | undefined;
75
+ borderBlockStyle?: import("csstype").BorderBlockStyleProperty | undefined;
76
+ borderBlockWidth?: import("csstype").BorderBlockWidthProperty<string | number> | undefined;
77
+ borderBottomColor?: string | undefined;
78
+ borderBottomLeftRadius?: import("csstype").BorderBottomLeftRadiusProperty<string | number> | undefined;
79
+ borderBottomRightRadius?: import("csstype").BorderBottomRightRadiusProperty<string | number> | undefined;
80
+ borderBottomStyle?: import("csstype").BorderBottomStyleProperty | undefined;
81
+ borderBottomWidth?: import("csstype").BorderBottomWidthProperty<string | number> | undefined;
82
+ borderCollapse?: import("csstype").BorderCollapseProperty | undefined;
83
+ borderEndEndRadius?: import("csstype").BorderEndEndRadiusProperty<string | number> | undefined;
84
+ borderEndStartRadius?: import("csstype").BorderEndStartRadiusProperty<string | number> | undefined;
85
+ borderImageOutset?: import("csstype").BorderImageOutsetProperty<string | number> | undefined;
86
+ borderImageRepeat?: string | undefined;
87
+ borderImageSlice?: import("csstype").BorderImageSliceProperty | undefined;
88
+ borderImageSource?: string | undefined;
89
+ borderImageWidth?: import("csstype").BorderImageWidthProperty<string | number> | undefined;
90
+ borderInlineColor?: string | undefined;
91
+ borderInlineEndColor?: string | undefined;
92
+ borderInlineEndStyle?: import("csstype").BorderInlineEndStyleProperty | undefined;
93
+ borderInlineEndWidth?: import("csstype").BorderInlineEndWidthProperty<string | number> | undefined;
94
+ borderInlineStartColor?: string | undefined;
95
+ borderInlineStartStyle?: import("csstype").BorderInlineStartStyleProperty | undefined;
96
+ borderInlineStartWidth?: import("csstype").BorderInlineStartWidthProperty<string | number> | undefined;
97
+ borderInlineStyle?: import("csstype").BorderInlineStyleProperty | undefined;
98
+ borderInlineWidth?: import("csstype").BorderInlineWidthProperty<string | number> | undefined;
99
+ borderLeftColor?: string | undefined;
100
+ borderLeftStyle?: import("csstype").BorderLeftStyleProperty | undefined;
101
+ borderLeftWidth?: import("csstype").BorderLeftWidthProperty<string | number> | undefined;
102
+ borderRightColor?: string | undefined;
103
+ borderRightStyle?: import("csstype").BorderRightStyleProperty | undefined;
104
+ borderRightWidth?: import("csstype").BorderRightWidthProperty<string | number> | undefined;
105
+ borderSpacing?: import("csstype").BorderSpacingProperty<string | number> | undefined;
106
+ borderStartEndRadius?: import("csstype").BorderStartEndRadiusProperty<string | number> | undefined;
107
+ borderStartStartRadius?: import("csstype").BorderStartStartRadiusProperty<string | number> | undefined;
108
+ borderTopColor?: string | undefined;
109
+ borderTopLeftRadius?: import("csstype").BorderTopLeftRadiusProperty<string | number> | undefined;
110
+ borderTopRightRadius?: import("csstype").BorderTopRightRadiusProperty<string | number> | undefined;
111
+ borderTopStyle?: import("csstype").BorderTopStyleProperty | undefined;
112
+ borderTopWidth?: import("csstype").BorderTopWidthProperty<string | number> | undefined;
113
+ bottom?: import("csstype").BottomProperty<string | number> | undefined;
114
+ boxDecorationBreak?: import("csstype").BoxDecorationBreakProperty | undefined;
115
+ boxShadow?: string | undefined;
116
+ boxSizing?: import("csstype").BoxSizingProperty | undefined;
117
+ breakAfter?: import("csstype").BreakAfterProperty | undefined;
118
+ breakBefore?: import("csstype").BreakBeforeProperty | undefined;
119
+ breakInside?: import("csstype").BreakInsideProperty | undefined;
120
+ captionSide?: import("csstype").CaptionSideProperty | undefined;
121
+ caretColor?: string | undefined;
122
+ clear?: import("csstype").ClearProperty | undefined;
123
+ clipPath?: string | undefined;
124
+ color?: string | undefined;
125
+ colorAdjust?: import("csstype").PrintColorAdjustProperty | undefined;
126
+ colorScheme?: string | undefined;
127
+ columnCount?: import("csstype").ColumnCountProperty | undefined;
128
+ columnFill?: import("csstype").ColumnFillProperty | undefined;
129
+ columnGap?: import("csstype").ColumnGapProperty<string | number> | undefined;
130
+ columnRuleColor?: string | undefined;
131
+ columnRuleStyle?: string | undefined;
132
+ columnRuleWidth?: import("csstype").ColumnRuleWidthProperty<string | number> | undefined;
133
+ columnSpan?: import("csstype").ColumnSpanProperty | undefined;
134
+ columnWidth?: import("csstype").ColumnWidthProperty<string | number> | undefined;
135
+ contain?: string | undefined;
136
+ content?: string | undefined;
137
+ contentVisibility?: import("csstype").ContentVisibilityProperty | undefined;
138
+ counterIncrement?: string | undefined;
139
+ counterReset?: string | undefined;
140
+ counterSet?: string | undefined;
141
+ cursor?: string | undefined;
142
+ direction?: import("csstype").DirectionProperty | undefined;
143
+ display?: string | undefined;
144
+ emptyCells?: import("csstype").EmptyCellsProperty | undefined;
145
+ filter?: string | undefined;
146
+ flexBasis?: import("csstype").FlexBasisProperty<string | number> | undefined;
147
+ flexDirection?: import("csstype").FlexDirectionProperty | undefined;
148
+ flexGrow?: import("csstype").GlobalsNumber | undefined;
149
+ flexShrink?: import("csstype").GlobalsNumber | undefined;
150
+ flexWrap?: import("csstype").FlexWrapProperty | undefined;
151
+ float?: import("csstype").FloatProperty | undefined;
152
+ fontFamily?: string | undefined;
153
+ fontFeatureSettings?: string | undefined;
154
+ fontKerning?: import("csstype").FontKerningProperty | undefined;
155
+ fontLanguageOverride?: string | undefined;
156
+ fontOpticalSizing?: import("csstype").FontOpticalSizingProperty | undefined;
157
+ fontSize?: import("csstype").FontSizeProperty<string | number> | undefined;
158
+ fontSizeAdjust?: import("csstype").FontSizeAdjustProperty | undefined;
159
+ fontSmooth?: import("csstype").FontSmoothProperty<string | number> | undefined;
160
+ fontStretch?: string | undefined;
161
+ fontStyle?: string | undefined;
162
+ fontSynthesis?: string | undefined;
163
+ fontVariant?: string | undefined;
164
+ fontVariantAlternates?: string | undefined;
165
+ fontVariantCaps?: import("csstype").FontVariantCapsProperty | undefined;
166
+ fontVariantEastAsian?: string | undefined;
167
+ fontVariantLigatures?: string | undefined;
168
+ fontVariantNumeric?: string | undefined;
169
+ fontVariantPosition?: import("csstype").FontVariantPositionProperty | undefined;
170
+ fontVariationSettings?: string | undefined;
171
+ fontWeight?: import("csstype").FontWeightProperty | undefined;
172
+ forcedColorAdjust?: import("csstype").ForcedColorAdjustProperty | undefined;
173
+ gridAutoColumns?: import("csstype").GridAutoColumnsProperty<string | number> | undefined;
174
+ gridAutoFlow?: string | undefined;
175
+ gridAutoRows?: import("csstype").GridAutoRowsProperty<string | number> | undefined;
176
+ gridColumnEnd?: import("csstype").GridColumnEndProperty | undefined;
177
+ gridColumnStart?: import("csstype").GridColumnStartProperty | undefined;
178
+ gridRowEnd?: import("csstype").GridRowEndProperty | undefined;
179
+ gridRowStart?: import("csstype").GridRowStartProperty | undefined;
180
+ gridTemplateAreas?: string | undefined;
181
+ gridTemplateColumns?: import("csstype").GridTemplateColumnsProperty<string | number> | undefined;
182
+ gridTemplateRows?: import("csstype").GridTemplateRowsProperty<string | number> | undefined;
183
+ hangingPunctuation?: string | undefined;
184
+ height?: import("csstype").HeightProperty<string | number> | undefined;
185
+ hyphenateCharacter?: string | undefined;
186
+ hyphens?: import("csstype").HyphensProperty | undefined;
187
+ imageOrientation?: string | undefined;
188
+ imageRendering?: import("csstype").ImageRenderingProperty | undefined;
189
+ imageResolution?: string | undefined;
190
+ initialLetter?: import("csstype").InitialLetterProperty | undefined;
191
+ inlineSize?: import("csstype").InlineSizeProperty<string | number> | undefined;
192
+ inputSecurity?: import("csstype").InputSecurityProperty | undefined;
193
+ inset?: import("csstype").InsetProperty<string | number> | undefined;
194
+ insetBlock?: import("csstype").InsetBlockProperty<string | number> | undefined;
195
+ insetBlockEnd?: import("csstype").InsetBlockEndProperty<string | number> | undefined;
196
+ insetBlockStart?: import("csstype").InsetBlockStartProperty<string | number> | undefined;
197
+ insetInline?: import("csstype").InsetInlineProperty<string | number> | undefined;
198
+ insetInlineEnd?: import("csstype").InsetInlineEndProperty<string | number> | undefined;
199
+ insetInlineStart?: import("csstype").InsetInlineStartProperty<string | number> | undefined;
200
+ isolation?: import("csstype").IsolationProperty | undefined;
201
+ justifyContent?: string | undefined;
202
+ justifyItems?: string | undefined;
203
+ justifySelf?: string | undefined;
204
+ justifyTracks?: string | undefined;
205
+ left?: import("csstype").LeftProperty<string | number> | undefined;
206
+ letterSpacing?: import("csstype").LetterSpacingProperty<string | number> | undefined;
207
+ lineBreak?: import("csstype").LineBreakProperty | undefined;
208
+ lineHeight?: import("csstype").LineHeightProperty<string | number> | undefined;
209
+ lineHeightStep?: import("csstype").LineHeightStepProperty<string | number> | undefined;
210
+ listStyleImage?: string | undefined;
211
+ listStylePosition?: import("csstype").ListStylePositionProperty | undefined;
212
+ listStyleType?: string | undefined;
213
+ marginBlock?: import("csstype").MarginBlockProperty<string | number> | undefined;
214
+ marginBlockEnd?: import("csstype").MarginBlockEndProperty<string | number> | undefined;
215
+ marginBlockStart?: import("csstype").MarginBlockStartProperty<string | number> | undefined;
216
+ marginBottom?: import("csstype").MarginBottomProperty<string | number> | undefined;
217
+ marginInline?: import("csstype").MarginInlineProperty<string | number> | undefined;
218
+ marginInlineEnd?: import("csstype").MarginInlineEndProperty<string | number> | undefined;
219
+ marginInlineStart?: import("csstype").MarginInlineStartProperty<string | number> | undefined;
220
+ marginLeft?: import("csstype").MarginLeftProperty<string | number> | undefined;
221
+ marginRight?: import("csstype").MarginRightProperty<string | number> | undefined;
222
+ marginTop?: import("csstype").MarginTopProperty<string | number> | undefined;
223
+ maskBorderMode?: import("csstype").MaskBorderModeProperty | undefined;
224
+ maskBorderOutset?: import("csstype").MaskBorderOutsetProperty<string | number> | undefined;
225
+ maskBorderRepeat?: string | undefined;
226
+ maskBorderSlice?: import("csstype").MaskBorderSliceProperty | undefined;
227
+ maskBorderSource?: string | undefined;
228
+ maskBorderWidth?: import("csstype").MaskBorderWidthProperty<string | number> | undefined;
229
+ maskClip?: string | undefined;
230
+ maskComposite?: string | undefined;
231
+ maskImage?: string | undefined;
232
+ maskMode?: string | undefined;
233
+ maskOrigin?: string | undefined;
234
+ maskPosition?: import("csstype").MaskPositionProperty<string | number> | undefined;
235
+ maskRepeat?: string | undefined;
236
+ maskSize?: import("csstype").MaskSizeProperty<string | number> | undefined;
237
+ maskType?: import("csstype").MaskTypeProperty | undefined;
238
+ mathStyle?: import("csstype").MathStyleProperty | undefined;
239
+ maxBlockSize?: import("csstype").MaxBlockSizeProperty<string | number> | undefined;
240
+ maxHeight?: import("csstype").MaxHeightProperty<string | number> | undefined;
241
+ maxInlineSize?: import("csstype").MaxInlineSizeProperty<string | number> | undefined;
242
+ maxLines?: import("csstype").MaxLinesProperty | undefined;
243
+ maxWidth?: import("csstype").MaxWidthProperty<string | number> | undefined;
244
+ minBlockSize?: import("csstype").MinBlockSizeProperty<string | number> | undefined;
245
+ minHeight?: import("csstype").MinHeightProperty<string | number> | undefined;
246
+ minInlineSize?: import("csstype").MinInlineSizeProperty<string | number> | undefined;
247
+ minWidth?: import("csstype").MinWidthProperty<string | number> | undefined;
248
+ mixBlendMode?: import("csstype").MixBlendModeProperty | undefined;
249
+ motionDistance?: import("csstype").OffsetDistanceProperty<string | number> | undefined;
250
+ motionPath?: string | undefined;
251
+ motionRotation?: string | undefined;
252
+ objectFit?: import("csstype").ObjectFitProperty | undefined;
253
+ objectPosition?: import("csstype").ObjectPositionProperty<string | number> | undefined;
254
+ offsetAnchor?: import("csstype").OffsetAnchorProperty<string | number> | undefined;
255
+ offsetDistance?: import("csstype").OffsetDistanceProperty<string | number> | undefined;
256
+ offsetPath?: string | undefined;
257
+ offsetRotate?: string | undefined;
258
+ offsetRotation?: string | undefined;
259
+ opacity?: import("csstype").OpacityProperty | undefined;
260
+ order?: import("csstype").GlobalsNumber | undefined;
261
+ orphans?: import("csstype").GlobalsNumber | undefined;
262
+ outlineColor?: string | undefined;
263
+ outlineOffset?: import("csstype").OutlineOffsetProperty<string | number> | undefined;
264
+ outlineStyle?: string | undefined;
265
+ outlineWidth?: import("csstype").OutlineWidthProperty<string | number> | undefined;
266
+ overflowAnchor?: import("csstype").OverflowAnchorProperty | undefined;
267
+ overflowBlock?: import("csstype").OverflowBlockProperty | undefined;
268
+ overflowClipBox?: import("csstype").OverflowClipBoxProperty | undefined;
269
+ overflowClipMargin?: import("csstype").OverflowClipMarginProperty<string | number> | undefined;
270
+ overflowInline?: import("csstype").OverflowInlineProperty | undefined;
271
+ overflowWrap?: import("csstype").OverflowWrapProperty | undefined;
272
+ overflowX?: import("csstype").OverflowXProperty | undefined;
273
+ overflowY?: import("csstype").OverflowYProperty | undefined;
274
+ overscrollBehaviorBlock?: import("csstype").OverscrollBehaviorBlockProperty | undefined;
275
+ overscrollBehaviorInline?: import("csstype").OverscrollBehaviorInlineProperty | undefined;
276
+ overscrollBehaviorX?: import("csstype").OverscrollBehaviorXProperty | undefined;
277
+ overscrollBehaviorY?: import("csstype").OverscrollBehaviorYProperty | undefined;
278
+ paddingBlock?: import("csstype").PaddingBlockProperty<string | number> | undefined;
279
+ paddingBlockEnd?: import("csstype").PaddingBlockEndProperty<string | number> | undefined;
280
+ paddingBlockStart?: import("csstype").PaddingBlockStartProperty<string | number> | undefined;
281
+ paddingBottom?: import("csstype").PaddingBottomProperty<string | number> | undefined;
282
+ paddingInline?: import("csstype").PaddingInlineProperty<string | number> | undefined;
283
+ paddingInlineEnd?: import("csstype").PaddingInlineEndProperty<string | number> | undefined;
284
+ paddingInlineStart?: import("csstype").PaddingInlineStartProperty<string | number> | undefined;
285
+ paddingLeft?: import("csstype").PaddingLeftProperty<string | number> | undefined;
286
+ paddingRight?: import("csstype").PaddingRightProperty<string | number> | undefined;
287
+ paddingTop?: import("csstype").PaddingTopProperty<string | number> | undefined;
288
+ pageBreakAfter?: import("csstype").PageBreakAfterProperty | undefined;
289
+ pageBreakBefore?: import("csstype").PageBreakBeforeProperty | undefined;
290
+ pageBreakInside?: import("csstype").PageBreakInsideProperty | undefined;
291
+ paintOrder?: string | undefined;
292
+ perspective?: import("csstype").PerspectiveProperty<string | number> | undefined;
293
+ perspectiveOrigin?: import("csstype").PerspectiveOriginProperty<string | number> | undefined;
294
+ placeContent?: string | undefined;
295
+ pointerEvents?: import("csstype").PointerEventsProperty | undefined;
296
+ position?: import("csstype").PositionProperty | undefined;
297
+ printColorAdjust?: import("csstype").PrintColorAdjustProperty | undefined;
298
+ quotes?: string | undefined;
299
+ resize?: import("csstype").ResizeProperty | undefined;
300
+ right?: import("csstype").RightProperty<string | number> | undefined;
301
+ rotate?: string | undefined;
302
+ rowGap?: import("csstype").RowGapProperty<string | number> | undefined;
303
+ rubyAlign?: import("csstype").RubyAlignProperty | undefined;
304
+ rubyMerge?: import("csstype").RubyMergeProperty | undefined;
305
+ rubyPosition?: string | undefined;
306
+ scale?: import("csstype").ScaleProperty | undefined;
307
+ scrollBehavior?: import("csstype").ScrollBehaviorProperty | undefined;
308
+ scrollMargin?: import("csstype").ScrollMarginProperty<string | number> | undefined;
309
+ scrollMarginBlock?: import("csstype").ScrollMarginBlockProperty<string | number> | undefined;
310
+ scrollMarginBlockEnd?: import("csstype").ScrollMarginBlockEndProperty<string | number> | undefined;
311
+ scrollMarginBlockStart?: import("csstype").ScrollMarginBlockStartProperty<string | number> | undefined;
312
+ scrollMarginBottom?: import("csstype").ScrollMarginBottomProperty<string | number> | undefined;
313
+ scrollMarginInline?: import("csstype").ScrollMarginInlineProperty<string | number> | undefined;
314
+ scrollMarginInlineEnd?: import("csstype").ScrollMarginInlineEndProperty<string | number> | undefined;
315
+ scrollMarginInlineStart?: import("csstype").ScrollMarginInlineStartProperty<string | number> | undefined;
316
+ scrollMarginLeft?: import("csstype").ScrollMarginLeftProperty<string | number> | undefined;
317
+ scrollMarginRight?: import("csstype").ScrollMarginRightProperty<string | number> | undefined;
318
+ scrollMarginTop?: import("csstype").ScrollMarginTopProperty<string | number> | undefined;
319
+ scrollPadding?: import("csstype").ScrollPaddingProperty<string | number> | undefined;
320
+ scrollPaddingBlock?: import("csstype").ScrollPaddingBlockProperty<string | number> | undefined;
321
+ scrollPaddingBlockEnd?: import("csstype").ScrollPaddingBlockEndProperty<string | number> | undefined;
322
+ scrollPaddingBlockStart?: import("csstype").ScrollPaddingBlockStartProperty<string | number> | undefined;
323
+ scrollPaddingBottom?: import("csstype").ScrollPaddingBottomProperty<string | number> | undefined;
324
+ scrollPaddingInline?: import("csstype").ScrollPaddingInlineProperty<string | number> | undefined;
325
+ scrollPaddingInlineEnd?: import("csstype").ScrollPaddingInlineEndProperty<string | number> | undefined;
326
+ scrollPaddingInlineStart?: import("csstype").ScrollPaddingInlineStartProperty<string | number> | undefined;
327
+ scrollPaddingLeft?: import("csstype").ScrollPaddingLeftProperty<string | number> | undefined;
328
+ scrollPaddingRight?: import("csstype").ScrollPaddingRightProperty<string | number> | undefined;
329
+ scrollPaddingTop?: import("csstype").ScrollPaddingTopProperty<string | number> | undefined;
330
+ scrollSnapAlign?: string | undefined;
331
+ scrollSnapMargin?: import("csstype").ScrollMarginProperty<string | number> | undefined;
332
+ scrollSnapMarginBottom?: import("csstype").ScrollMarginBottomProperty<string | number> | undefined;
333
+ scrollSnapMarginLeft?: import("csstype").ScrollMarginLeftProperty<string | number> | undefined;
334
+ scrollSnapMarginRight?: import("csstype").ScrollMarginRightProperty<string | number> | undefined;
335
+ scrollSnapMarginTop?: import("csstype").ScrollMarginTopProperty<string | number> | undefined;
336
+ scrollSnapStop?: import("csstype").ScrollSnapStopProperty | undefined;
337
+ scrollSnapType?: string | undefined;
338
+ scrollbarColor?: string | undefined;
339
+ scrollbarGutter?: string | undefined;
340
+ scrollbarWidth?: import("csstype").ScrollbarWidthProperty | undefined;
341
+ shapeImageThreshold?: import("csstype").ShapeImageThresholdProperty | undefined;
342
+ shapeMargin?: import("csstype").ShapeMarginProperty<string | number> | undefined;
343
+ shapeOutside?: string | undefined;
344
+ tabSize?: import("csstype").TabSizeProperty<string | number> | undefined;
345
+ tableLayout?: import("csstype").TableLayoutProperty | undefined;
346
+ textAlign?: import("csstype").TextAlignProperty | undefined;
347
+ textAlignLast?: import("csstype").TextAlignLastProperty | undefined;
348
+ textCombineUpright?: string | undefined;
349
+ textDecorationColor?: string | undefined;
350
+ textDecorationLine?: string | undefined;
351
+ textDecorationSkip?: string | undefined;
352
+ textDecorationSkipInk?: import("csstype").TextDecorationSkipInkProperty | undefined;
353
+ textDecorationStyle?: import("csstype").TextDecorationStyleProperty | undefined;
354
+ textDecorationThickness?: import("csstype").TextDecorationThicknessProperty<string | number> | undefined;
355
+ textDecorationWidth?: import("csstype").TextDecorationThicknessProperty<string | number> | undefined;
356
+ textEmphasisColor?: string | undefined;
357
+ textEmphasisPosition?: string | undefined;
358
+ textEmphasisStyle?: string | undefined;
359
+ textIndent?: import("csstype").TextIndentProperty<string | number> | undefined;
360
+ textJustify?: import("csstype").TextJustifyProperty | undefined;
361
+ textOrientation?: import("csstype").TextOrientationProperty | undefined;
362
+ textOverflow?: string | undefined;
363
+ textRendering?: import("csstype").TextRenderingProperty | undefined;
364
+ textShadow?: string | undefined;
365
+ textSizeAdjust?: string | undefined;
366
+ textTransform?: import("csstype").TextTransformProperty | undefined;
367
+ textUnderlineOffset?: import("csstype").TextUnderlineOffsetProperty<string | number> | undefined;
368
+ textUnderlinePosition?: string | undefined;
369
+ top?: import("csstype").TopProperty<string | number> | undefined;
370
+ touchAction?: string | undefined;
371
+ transform?: string | undefined;
372
+ transformBox?: import("csstype").TransformBoxProperty | undefined;
373
+ transformOrigin?: import("csstype").TransformOriginProperty<string | number> | undefined;
374
+ transformStyle?: import("csstype").TransformStyleProperty | undefined;
375
+ transitionDelay?: string | undefined;
376
+ transitionDuration?: string | undefined;
377
+ transitionProperty?: string | undefined;
378
+ transitionTimingFunction?: string | undefined;
379
+ translate?: import("csstype").TranslateProperty<string | number> | undefined;
380
+ unicodeBidi?: import("csstype").UnicodeBidiProperty | undefined;
381
+ userSelect?: import("csstype").UserSelectProperty | undefined;
382
+ verticalAlign?: import("csstype").VerticalAlignProperty<string | number> | undefined;
383
+ visibility?: import("csstype").VisibilityProperty | undefined;
384
+ whiteSpace?: import("csstype").WhiteSpaceProperty | undefined;
385
+ widows?: import("csstype").GlobalsNumber | undefined;
386
+ width?: import("csstype").WidthProperty<string | number> | undefined;
387
+ willChange?: string | undefined;
388
+ wordBreak?: import("csstype").WordBreakProperty | undefined;
389
+ wordSpacing?: import("csstype").WordSpacingProperty<string | number> | undefined;
390
+ wordWrap?: import("csstype").WordWrapProperty | undefined;
391
+ writingMode?: import("csstype").WritingModeProperty | undefined;
392
+ zIndex: string | number;
393
+ zoom?: import("csstype").ZoomProperty | undefined;
394
+ all?: import("csstype").Globals | undefined;
395
+ animation?: import("csstype").AnimationProperty | undefined;
396
+ background?: import("csstype").BackgroundProperty<string | number> | undefined;
397
+ backgroundPosition?: import("csstype").BackgroundPositionProperty<string | number> | undefined;
398
+ border?: import("csstype").BorderProperty<string | number> | undefined;
399
+ borderBlock?: import("csstype").BorderBlockProperty<string | number> | undefined;
400
+ borderBlockEnd?: import("csstype").BorderBlockEndProperty<string | number> | undefined;
401
+ borderBlockStart?: import("csstype").BorderBlockStartProperty<string | number> | undefined;
402
+ borderBottom?: import("csstype").BorderBottomProperty<string | number> | undefined;
403
+ borderColor?: string | undefined;
404
+ borderImage?: import("csstype").BorderImageProperty | undefined;
405
+ borderInline?: import("csstype").BorderInlineProperty<string | number> | undefined;
406
+ borderInlineEnd?: import("csstype").BorderInlineEndProperty<string | number> | undefined;
407
+ borderInlineStart?: import("csstype").BorderInlineStartProperty<string | number> | undefined;
408
+ borderLeft?: import("csstype").BorderLeftProperty<string | number> | undefined;
409
+ borderRadius?: import("csstype").BorderRadiusProperty<string | number> | undefined;
410
+ borderRight?: import("csstype").BorderRightProperty<string | number> | undefined;
411
+ borderStyle?: string | undefined;
412
+ borderTop?: import("csstype").BorderTopProperty<string | number> | undefined;
413
+ borderWidth?: import("csstype").BorderWidthProperty<string | number> | undefined;
414
+ columnRule?: import("csstype").ColumnRuleProperty<string | number> | undefined;
415
+ columns?: import("csstype").ColumnsProperty<string | number> | undefined;
416
+ flex?: import("csstype").FlexProperty<string | number> | undefined;
417
+ flexFlow?: string | undefined;
418
+ font?: string | undefined;
419
+ gap?: import("csstype").GapProperty<string | number> | undefined;
420
+ grid?: string | undefined;
421
+ gridArea?: import("csstype").GridAreaProperty | undefined;
422
+ gridColumn?: import("csstype").GridColumnProperty | undefined;
423
+ gridRow?: import("csstype").GridRowProperty | undefined;
424
+ gridTemplate?: string | undefined;
425
+ lineClamp?: import("csstype").LineClampProperty | undefined;
426
+ listStyle?: string | undefined;
427
+ margin?: import("csstype").MarginProperty<string | number> | undefined;
428
+ mask?: import("csstype").MaskProperty<string | number> | undefined;
429
+ maskBorder?: import("csstype").MaskBorderProperty | undefined;
430
+ motion?: import("csstype").OffsetProperty<string | number> | undefined;
431
+ offset?: import("csstype").OffsetProperty<string | number> | undefined;
432
+ outline?: import("csstype").OutlineProperty<string | number> | undefined;
433
+ overflow?: string | undefined;
434
+ overscrollBehavior?: string | undefined;
435
+ padding?: import("csstype").PaddingProperty<string | number> | undefined;
436
+ placeItems?: string | undefined;
437
+ placeSelf?: string | undefined;
438
+ textDecoration?: import("csstype").TextDecorationProperty<string | number> | undefined;
439
+ textEmphasis?: string | undefined;
440
+ transition?: string | undefined;
441
+ MozAnimationDelay?: string | undefined;
442
+ MozAnimationDirection?: string | undefined;
443
+ MozAnimationDuration?: string | undefined;
444
+ MozAnimationFillMode?: string | undefined;
445
+ MozAnimationIterationCount?: import("csstype").AnimationIterationCountProperty | undefined;
446
+ MozAnimationName?: string | undefined;
447
+ MozAnimationPlayState?: string | undefined;
448
+ MozAnimationTimingFunction?: string | undefined;
449
+ MozAppearance?: import("csstype").MozAppearanceProperty | undefined;
450
+ MozBackfaceVisibility?: import("csstype").BackfaceVisibilityProperty | undefined;
451
+ MozBorderBottomColors?: string | undefined;
452
+ MozBorderEndColor?: string | undefined;
453
+ MozBorderEndStyle?: import("csstype").BorderInlineEndStyleProperty | undefined;
454
+ MozBorderEndWidth?: import("csstype").BorderInlineEndWidthProperty<string | number> | undefined;
455
+ MozBorderLeftColors?: string | undefined;
456
+ MozBorderRightColors?: string | undefined;
457
+ MozBorderStartColor?: string | undefined;
458
+ MozBorderStartStyle?: import("csstype").BorderInlineStartStyleProperty | undefined;
459
+ MozBorderTopColors?: string | undefined;
460
+ MozBoxSizing?: import("csstype").BoxSizingProperty | undefined;
461
+ MozColumnCount?: import("csstype").ColumnCountProperty | undefined;
462
+ MozColumnFill?: import("csstype").ColumnFillProperty | undefined;
463
+ MozColumnGap?: import("csstype").ColumnGapProperty<string | number> | undefined;
464
+ MozColumnRuleColor?: string | undefined;
465
+ MozColumnRuleStyle?: string | undefined;
466
+ MozColumnRuleWidth?: import("csstype").ColumnRuleWidthProperty<string | number> | undefined;
467
+ MozColumnWidth?: import("csstype").ColumnWidthProperty<string | number> | undefined;
468
+ MozContextProperties?: string | undefined;
469
+ MozFontFeatureSettings?: string | undefined;
470
+ MozFontLanguageOverride?: string | undefined;
471
+ MozHyphens?: import("csstype").HyphensProperty | undefined;
472
+ MozImageRegion?: string | undefined;
473
+ MozMarginEnd?: import("csstype").MarginInlineEndProperty<string | number> | undefined;
474
+ MozMarginStart?: import("csstype").MarginInlineStartProperty<string | number> | undefined;
475
+ MozOrient?: import("csstype").MozOrientProperty | undefined;
476
+ MozOsxFontSmoothing?: import("csstype").FontSmoothProperty<string | number> | undefined;
477
+ MozPaddingEnd?: import("csstype").PaddingInlineEndProperty<string | number> | undefined;
478
+ MozPaddingStart?: import("csstype").PaddingInlineStartProperty<string | number> | undefined;
479
+ MozPerspective?: import("csstype").PerspectiveProperty<string | number> | undefined;
480
+ MozPerspectiveOrigin?: import("csstype").PerspectiveOriginProperty<string | number> | undefined;
481
+ MozStackSizing?: import("csstype").MozStackSizingProperty | undefined;
482
+ MozTabSize?: import("csstype").TabSizeProperty<string | number> | undefined;
483
+ MozTextBlink?: import("csstype").MozTextBlinkProperty | undefined;
484
+ MozTextSizeAdjust?: string | undefined;
485
+ MozTransformOrigin?: import("csstype").TransformOriginProperty<string | number> | undefined;
486
+ MozTransformStyle?: import("csstype").TransformStyleProperty | undefined;
487
+ MozTransitionDelay?: string | undefined;
488
+ MozTransitionDuration?: string | undefined;
489
+ MozTransitionProperty?: string | undefined;
490
+ MozTransitionTimingFunction?: string | undefined;
491
+ MozUserFocus?: import("csstype").MozUserFocusProperty | undefined;
492
+ MozUserModify?: import("csstype").MozUserModifyProperty | undefined;
493
+ MozUserSelect?: import("csstype").UserSelectProperty | undefined;
494
+ MozWindowDragging?: import("csstype").MozWindowDraggingProperty | undefined;
495
+ MozWindowShadow?: import("csstype").MozWindowShadowProperty | undefined;
496
+ msAccelerator?: import("csstype").MsAcceleratorProperty | undefined;
497
+ msAlignSelf?: string | undefined;
498
+ msBlockProgression?: import("csstype").MsBlockProgressionProperty | undefined;
499
+ msContentZoomChaining?: import("csstype").MsContentZoomChainingProperty | undefined;
500
+ msContentZoomLimitMax?: string | undefined;
501
+ msContentZoomLimitMin?: string | undefined;
502
+ msContentZoomSnapPoints?: string | undefined;
503
+ msContentZoomSnapType?: import("csstype").MsContentZoomSnapTypeProperty | undefined;
504
+ msContentZooming?: import("csstype").MsContentZoomingProperty | undefined;
505
+ msFilter?: string | undefined;
506
+ msFlexDirection?: import("csstype").FlexDirectionProperty | undefined;
507
+ msFlexPositive?: import("csstype").GlobalsNumber | undefined;
508
+ msFlowFrom?: string | undefined;
509
+ msFlowInto?: string | undefined;
510
+ msGridColumns?: import("csstype").MsGridColumnsProperty<string | number> | undefined;
511
+ msGridRows?: import("csstype").MsGridRowsProperty<string | number> | undefined;
512
+ msHighContrastAdjust?: import("csstype").MsHighContrastAdjustProperty | undefined;
513
+ msHyphenateLimitChars?: import("csstype").MsHyphenateLimitCharsProperty | undefined;
514
+ msHyphenateLimitLines?: import("csstype").MsHyphenateLimitLinesProperty | undefined;
515
+ msHyphenateLimitZone?: import("csstype").MsHyphenateLimitZoneProperty<string | number> | undefined;
516
+ msHyphens?: import("csstype").HyphensProperty | undefined;
517
+ msImeAlign?: import("csstype").MsImeAlignProperty | undefined;
518
+ msJustifySelf?: string | undefined;
519
+ msLineBreak?: import("csstype").LineBreakProperty | undefined;
520
+ msOrder?: import("csstype").GlobalsNumber | undefined;
521
+ msOverflowStyle?: import("csstype").MsOverflowStyleProperty | undefined;
522
+ msOverflowX?: import("csstype").OverflowXProperty | undefined;
523
+ msOverflowY?: import("csstype").OverflowYProperty | undefined;
524
+ msScrollChaining?: import("csstype").MsScrollChainingProperty | undefined;
525
+ msScrollLimitXMax?: import("csstype").MsScrollLimitXMaxProperty<string | number> | undefined;
526
+ msScrollLimitXMin?: import("csstype").MsScrollLimitXMinProperty<string | number> | undefined;
527
+ msScrollLimitYMax?: import("csstype").MsScrollLimitYMaxProperty<string | number> | undefined;
528
+ msScrollLimitYMin?: import("csstype").MsScrollLimitYMinProperty<string | number> | undefined;
529
+ msScrollRails?: import("csstype").MsScrollRailsProperty | undefined;
530
+ msScrollSnapPointsX?: string | undefined;
531
+ msScrollSnapPointsY?: string | undefined;
532
+ msScrollSnapType?: import("csstype").MsScrollSnapTypeProperty | undefined;
533
+ msScrollTranslation?: import("csstype").MsScrollTranslationProperty | undefined;
534
+ msScrollbar3dlightColor?: string | undefined;
535
+ msScrollbarArrowColor?: string | undefined;
536
+ msScrollbarBaseColor?: string | undefined;
537
+ msScrollbarDarkshadowColor?: string | undefined;
538
+ msScrollbarFaceColor?: string | undefined;
539
+ msScrollbarHighlightColor?: string | undefined;
540
+ msScrollbarShadowColor?: string | undefined;
541
+ msTextAutospace?: import("csstype").MsTextAutospaceProperty | undefined;
542
+ msTextCombineHorizontal?: string | undefined;
543
+ msTextOverflow?: string | undefined;
544
+ msTouchAction?: string | undefined;
545
+ msTouchSelect?: import("csstype").MsTouchSelectProperty | undefined;
546
+ msTransform?: string | undefined;
547
+ msTransformOrigin?: import("csstype").TransformOriginProperty<string | number> | undefined;
548
+ msTransitionDelay?: string | undefined;
549
+ msTransitionDuration?: string | undefined;
550
+ msTransitionProperty?: string | undefined;
551
+ msTransitionTimingFunction?: string | undefined;
552
+ msUserSelect?: import("csstype").MsUserSelectProperty | undefined;
553
+ msWordBreak?: import("csstype").WordBreakProperty | undefined;
554
+ msWrapFlow?: import("csstype").MsWrapFlowProperty | undefined;
555
+ msWrapMargin?: import("csstype").MsWrapMarginProperty<string | number> | undefined;
556
+ msWrapThrough?: import("csstype").MsWrapThroughProperty | undefined;
557
+ msWritingMode?: import("csstype").WritingModeProperty | undefined;
558
+ WebkitAlignContent?: string | undefined;
559
+ WebkitAlignItems?: string | undefined;
560
+ WebkitAlignSelf?: string | undefined;
561
+ WebkitAnimationDelay?: string | undefined;
562
+ WebkitAnimationDirection?: string | undefined;
563
+ WebkitAnimationDuration?: string | undefined;
564
+ WebkitAnimationFillMode?: string | undefined;
565
+ WebkitAnimationIterationCount?: import("csstype").AnimationIterationCountProperty | undefined;
566
+ WebkitAnimationName?: string | undefined;
567
+ WebkitAnimationPlayState?: string | undefined;
568
+ WebkitAnimationTimingFunction?: string | undefined;
569
+ WebkitAppearance?: import("csstype").WebkitAppearanceProperty | undefined;
570
+ WebkitBackdropFilter?: string | undefined;
571
+ WebkitBackfaceVisibility?: import("csstype").BackfaceVisibilityProperty | undefined;
572
+ WebkitBackgroundClip?: string | undefined;
573
+ WebkitBackgroundOrigin?: string | undefined;
574
+ WebkitBackgroundSize?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
575
+ WebkitBorderBeforeColor?: string | undefined;
576
+ WebkitBorderBeforeStyle?: string | undefined;
577
+ WebkitBorderBeforeWidth?: import("csstype").WebkitBorderBeforeWidthProperty<string | number> | undefined;
578
+ WebkitBorderBottomLeftRadius?: import("csstype").BorderBottomLeftRadiusProperty<string | number> | undefined;
579
+ WebkitBorderBottomRightRadius?: import("csstype").BorderBottomRightRadiusProperty<string | number> | undefined;
580
+ WebkitBorderImageSlice?: import("csstype").BorderImageSliceProperty | undefined;
581
+ WebkitBorderTopLeftRadius?: import("csstype").BorderTopLeftRadiusProperty<string | number> | undefined;
582
+ WebkitBorderTopRightRadius?: import("csstype").BorderTopRightRadiusProperty<string | number> | undefined;
583
+ WebkitBoxDecorationBreak?: import("csstype").BoxDecorationBreakProperty | undefined;
584
+ WebkitBoxReflect?: import("csstype").WebkitBoxReflectProperty<string | number> | undefined;
585
+ WebkitBoxShadow?: string | undefined;
586
+ WebkitBoxSizing?: import("csstype").BoxSizingProperty | undefined;
587
+ WebkitClipPath?: string | undefined;
588
+ WebkitColumnCount?: import("csstype").ColumnCountProperty | undefined;
589
+ WebkitColumnFill?: import("csstype").ColumnFillProperty | undefined;
590
+ WebkitColumnGap?: import("csstype").ColumnGapProperty<string | number> | undefined;
591
+ WebkitColumnRuleColor?: string | undefined;
592
+ WebkitColumnRuleStyle?: string | undefined;
593
+ WebkitColumnRuleWidth?: import("csstype").ColumnRuleWidthProperty<string | number> | undefined;
594
+ WebkitColumnSpan?: import("csstype").ColumnSpanProperty | undefined;
595
+ WebkitColumnWidth?: import("csstype").ColumnWidthProperty<string | number> | undefined;
596
+ WebkitFilter?: string | undefined;
597
+ WebkitFlexBasis?: import("csstype").FlexBasisProperty<string | number> | undefined;
598
+ WebkitFlexDirection?: import("csstype").FlexDirectionProperty | undefined;
599
+ WebkitFlexGrow?: import("csstype").GlobalsNumber | undefined;
600
+ WebkitFlexShrink?: import("csstype").GlobalsNumber | undefined;
601
+ WebkitFlexWrap?: import("csstype").FlexWrapProperty | undefined;
602
+ WebkitFontFeatureSettings?: string | undefined;
603
+ WebkitFontKerning?: import("csstype").FontKerningProperty | undefined;
604
+ WebkitFontSmoothing?: import("csstype").FontSmoothProperty<string | number> | undefined;
605
+ WebkitFontVariantLigatures?: string | undefined;
606
+ WebkitHyphenateCharacter?: string | undefined;
607
+ WebkitHyphens?: import("csstype").HyphensProperty | undefined;
608
+ WebkitInitialLetter?: import("csstype").InitialLetterProperty | undefined;
609
+ WebkitJustifyContent?: string | undefined;
610
+ WebkitLineBreak?: import("csstype").LineBreakProperty | undefined;
611
+ WebkitLineClamp?: import("csstype").WebkitLineClampProperty | undefined;
612
+ WebkitMarginEnd?: import("csstype").MarginInlineEndProperty<string | number> | undefined;
613
+ WebkitMarginStart?: import("csstype").MarginInlineStartProperty<string | number> | undefined;
614
+ WebkitMaskAttachment?: string | undefined;
615
+ WebkitMaskBoxImageOutset?: import("csstype").MaskBorderOutsetProperty<string | number> | undefined;
616
+ WebkitMaskBoxImageRepeat?: string | undefined;
617
+ WebkitMaskBoxImageSlice?: import("csstype").MaskBorderSliceProperty | undefined;
618
+ WebkitMaskBoxImageSource?: string | undefined;
619
+ WebkitMaskBoxImageWidth?: import("csstype").MaskBorderWidthProperty<string | number> | undefined;
620
+ WebkitMaskClip?: string | undefined;
621
+ WebkitMaskComposite?: string | undefined;
622
+ WebkitMaskImage?: string | undefined;
623
+ WebkitMaskOrigin?: string | undefined;
624
+ WebkitMaskPosition?: import("csstype").WebkitMaskPositionProperty<string | number> | undefined;
625
+ WebkitMaskPositionX?: import("csstype").WebkitMaskPositionXProperty<string | number> | undefined;
626
+ WebkitMaskPositionY?: import("csstype").WebkitMaskPositionYProperty<string | number> | undefined;
627
+ WebkitMaskRepeat?: string | undefined;
628
+ WebkitMaskRepeatX?: import("csstype").WebkitMaskRepeatXProperty | undefined;
629
+ WebkitMaskRepeatY?: import("csstype").WebkitMaskRepeatYProperty | undefined;
630
+ WebkitMaskSize?: import("csstype").WebkitMaskSizeProperty<string | number> | undefined;
631
+ WebkitMaxInlineSize?: import("csstype").MaxInlineSizeProperty<string | number> | undefined;
632
+ WebkitOrder?: import("csstype").GlobalsNumber | undefined;
633
+ WebkitOverflowScrolling?: import("csstype").WebkitOverflowScrollingProperty | undefined;
634
+ WebkitPaddingEnd?: import("csstype").PaddingInlineEndProperty<string | number> | undefined;
635
+ WebkitPaddingStart?: import("csstype").PaddingInlineStartProperty<string | number> | undefined;
636
+ WebkitPerspective?: import("csstype").PerspectiveProperty<string | number> | undefined;
637
+ WebkitPerspectiveOrigin?: import("csstype").PerspectiveOriginProperty<string | number> | undefined;
638
+ WebkitPrintColorAdjust?: import("csstype").PrintColorAdjustProperty | undefined;
639
+ WebkitRubyPosition?: string | undefined;
640
+ WebkitScrollSnapType?: string | undefined;
641
+ WebkitShapeMargin?: import("csstype").ShapeMarginProperty<string | number> | undefined;
642
+ WebkitTapHighlightColor?: string | undefined;
643
+ WebkitTextCombine?: string | undefined;
644
+ WebkitTextDecorationColor?: string | undefined;
645
+ WebkitTextDecorationLine?: string | undefined;
646
+ WebkitTextDecorationSkip?: string | undefined;
647
+ WebkitTextDecorationStyle?: import("csstype").TextDecorationStyleProperty | undefined;
648
+ WebkitTextEmphasisColor?: string | undefined;
649
+ WebkitTextEmphasisPosition?: string | undefined;
650
+ WebkitTextEmphasisStyle?: string | undefined;
651
+ WebkitTextFillColor?: string | undefined;
652
+ WebkitTextOrientation?: import("csstype").TextOrientationProperty | undefined;
653
+ WebkitTextSizeAdjust?: string | undefined;
654
+ WebkitTextStrokeColor?: string | undefined;
655
+ WebkitTextStrokeWidth?: import("csstype").WebkitTextStrokeWidthProperty<string | number> | undefined;
656
+ WebkitTextUnderlinePosition?: string | undefined;
657
+ WebkitTouchCallout?: import("csstype").WebkitTouchCalloutProperty | undefined;
658
+ WebkitTransform?: string | undefined;
659
+ WebkitTransformOrigin?: import("csstype").TransformOriginProperty<string | number> | undefined;
660
+ WebkitTransformStyle?: import("csstype").TransformStyleProperty | undefined;
661
+ WebkitTransitionDelay?: string | undefined;
662
+ WebkitTransitionDuration?: string | undefined;
663
+ WebkitTransitionProperty?: string | undefined;
664
+ WebkitTransitionTimingFunction?: string | undefined;
665
+ WebkitUserModify?: import("csstype").WebkitUserModifyProperty | undefined;
666
+ WebkitUserSelect?: import("csstype").UserSelectProperty | undefined;
667
+ WebkitWritingMode?: import("csstype").WritingModeProperty | undefined;
668
+ MozAnimation?: import("csstype").AnimationProperty | undefined;
669
+ MozBorderImage?: import("csstype").BorderImageProperty | undefined;
670
+ MozColumnRule?: import("csstype").ColumnRuleProperty<string | number> | undefined;
671
+ MozColumns?: import("csstype").ColumnsProperty<string | number> | undefined;
672
+ MozTransition?: string | undefined;
673
+ msContentZoomLimit?: string | undefined;
674
+ msContentZoomSnap?: string | undefined;
675
+ msFlex?: import("csstype").FlexProperty<string | number> | undefined;
676
+ msScrollLimit?: string | undefined;
677
+ msScrollSnapX?: string | undefined;
678
+ msScrollSnapY?: string | undefined;
679
+ msTransition?: string | undefined;
680
+ WebkitAnimation?: import("csstype").AnimationProperty | undefined;
681
+ WebkitBorderBefore?: import("csstype").WebkitBorderBeforeProperty<string | number> | undefined;
682
+ WebkitBorderImage?: import("csstype").BorderImageProperty | undefined;
683
+ WebkitBorderRadius?: import("csstype").BorderRadiusProperty<string | number> | undefined;
684
+ WebkitColumnRule?: import("csstype").ColumnRuleProperty<string | number> | undefined;
685
+ WebkitColumns?: import("csstype").ColumnsProperty<string | number> | undefined;
686
+ WebkitFlex?: import("csstype").FlexProperty<string | number> | undefined;
687
+ WebkitFlexFlow?: string | undefined;
688
+ WebkitMask?: import("csstype").WebkitMaskProperty<string | number> | undefined;
689
+ WebkitMaskBoxImage?: import("csstype").MaskBorderProperty | undefined;
690
+ WebkitTextEmphasis?: string | undefined;
691
+ WebkitTextStroke?: import("csstype").WebkitTextStrokeProperty<string | number> | undefined;
692
+ WebkitTransition?: string | undefined;
693
+ azimuth?: string | undefined;
694
+ boxAlign?: import("csstype").BoxAlignProperty | undefined;
695
+ boxDirection?: import("csstype").BoxDirectionProperty | undefined;
696
+ boxFlex?: import("csstype").GlobalsNumber | undefined;
697
+ boxFlexGroup?: import("csstype").GlobalsNumber | undefined;
698
+ boxLines?: import("csstype").BoxLinesProperty | undefined;
699
+ boxOrdinalGroup?: import("csstype").GlobalsNumber | undefined;
700
+ boxOrient?: import("csstype").BoxOrientProperty | undefined;
701
+ boxPack?: import("csstype").BoxPackProperty | undefined;
702
+ clip?: string | undefined;
703
+ gridColumnGap?: import("csstype").GridColumnGapProperty<string | number> | undefined;
704
+ gridGap?: import("csstype").GridGapProperty<string | number> | undefined;
705
+ gridRowGap?: import("csstype").GridRowGapProperty<string | number> | undefined;
706
+ imeMode?: import("csstype").ImeModeProperty | undefined;
707
+ offsetBlock?: import("csstype").InsetBlockProperty<string | number> | undefined;
708
+ offsetBlockEnd?: import("csstype").InsetBlockEndProperty<string | number> | undefined;
709
+ offsetBlockStart?: import("csstype").InsetBlockStartProperty<string | number> | undefined;
710
+ offsetInline?: import("csstype").InsetInlineProperty<string | number> | undefined;
711
+ offsetInlineEnd?: import("csstype").InsetInlineEndProperty<string | number> | undefined;
712
+ offsetInlineStart?: import("csstype").InsetInlineStartProperty<string | number> | undefined;
713
+ scrollSnapCoordinate?: import("csstype").ScrollSnapCoordinateProperty<string | number> | undefined;
714
+ scrollSnapDestination?: import("csstype").ScrollSnapDestinationProperty<string | number> | undefined;
715
+ scrollSnapPointsX?: string | undefined;
716
+ scrollSnapPointsY?: string | undefined;
717
+ scrollSnapTypeX?: import("csstype").ScrollSnapTypeXProperty | undefined;
718
+ scrollSnapTypeY?: import("csstype").ScrollSnapTypeYProperty | undefined;
719
+ scrollbarTrackColor?: string | undefined;
720
+ KhtmlBoxAlign?: import("csstype").BoxAlignProperty | undefined;
721
+ KhtmlBoxDirection?: import("csstype").BoxDirectionProperty | undefined;
722
+ KhtmlBoxFlex?: import("csstype").GlobalsNumber | undefined;
723
+ KhtmlBoxFlexGroup?: import("csstype").GlobalsNumber | undefined;
724
+ KhtmlBoxLines?: import("csstype").BoxLinesProperty | undefined;
725
+ KhtmlBoxOrdinalGroup?: import("csstype").GlobalsNumber | undefined;
726
+ KhtmlBoxOrient?: import("csstype").BoxOrientProperty | undefined;
727
+ KhtmlBoxPack?: import("csstype").BoxPackProperty | undefined;
728
+ KhtmlLineBreak?: import("csstype").LineBreakProperty | undefined;
729
+ KhtmlOpacity?: import("csstype").OpacityProperty | undefined;
730
+ KhtmlUserSelect?: import("csstype").UserSelectProperty | undefined;
731
+ MozBackgroundClip?: string | undefined;
732
+ MozBackgroundInlinePolicy?: import("csstype").BoxDecorationBreakProperty | undefined;
733
+ MozBackgroundOrigin?: string | undefined;
734
+ MozBackgroundSize?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
735
+ MozBinding?: string | undefined;
736
+ MozBorderRadius?: import("csstype").BorderRadiusProperty<string | number> | undefined;
737
+ MozBorderRadiusBottomleft?: import("csstype").BorderBottomLeftRadiusProperty<string | number> | undefined;
738
+ MozBorderRadiusBottomright?: import("csstype").BorderBottomRightRadiusProperty<string | number> | undefined;
739
+ MozBorderRadiusTopleft?: import("csstype").BorderTopLeftRadiusProperty<string | number> | undefined;
740
+ MozBorderRadiusTopright?: import("csstype").BorderTopRightRadiusProperty<string | number> | undefined;
741
+ MozBoxAlign?: import("csstype").BoxAlignProperty | undefined;
742
+ MozBoxDirection?: import("csstype").BoxDirectionProperty | undefined;
743
+ MozBoxFlex?: import("csstype").GlobalsNumber | undefined;
744
+ MozBoxOrdinalGroup?: import("csstype").GlobalsNumber | undefined;
745
+ MozBoxOrient?: import("csstype").BoxOrientProperty | undefined;
746
+ MozBoxPack?: import("csstype").BoxPackProperty | undefined;
747
+ MozBoxShadow?: string | undefined;
748
+ MozFloatEdge?: import("csstype").MozFloatEdgeProperty | undefined;
749
+ MozForceBrokenImageIcon?: import("csstype").MozForceBrokenImageIconProperty | undefined;
750
+ MozOpacity?: import("csstype").OpacityProperty | undefined;
751
+ MozOutline?: import("csstype").OutlineProperty<string | number> | undefined;
752
+ MozOutlineColor?: string | undefined;
753
+ MozOutlineRadius?: import("csstype").MozOutlineRadiusProperty<string | number> | undefined;
754
+ MozOutlineRadiusBottomleft?: import("csstype").MozOutlineRadiusBottomleftProperty<string | number> | undefined;
755
+ MozOutlineRadiusBottomright?: import("csstype").MozOutlineRadiusBottomrightProperty<string | number> | undefined;
756
+ MozOutlineRadiusTopleft?: import("csstype").MozOutlineRadiusTopleftProperty<string | number> | undefined;
757
+ MozOutlineRadiusTopright?: import("csstype").MozOutlineRadiusToprightProperty<string | number> | undefined;
758
+ MozOutlineStyle?: string | undefined;
759
+ MozOutlineWidth?: import("csstype").OutlineWidthProperty<string | number> | undefined;
760
+ MozTextAlignLast?: import("csstype").TextAlignLastProperty | undefined;
761
+ MozTextDecorationColor?: string | undefined;
762
+ MozTextDecorationLine?: string | undefined;
763
+ MozTextDecorationStyle?: import("csstype").TextDecorationStyleProperty | undefined;
764
+ MozUserInput?: import("csstype").MozUserInputProperty | undefined;
765
+ msImeMode?: import("csstype").ImeModeProperty | undefined;
766
+ msScrollbarTrackColor?: string | undefined;
767
+ OAnimation?: import("csstype").AnimationProperty | undefined;
768
+ OAnimationDelay?: string | undefined;
769
+ OAnimationDirection?: string | undefined;
770
+ OAnimationDuration?: string | undefined;
771
+ OAnimationFillMode?: string | undefined;
772
+ OAnimationIterationCount?: import("csstype").AnimationIterationCountProperty | undefined;
773
+ OAnimationName?: string | undefined;
774
+ OAnimationPlayState?: string | undefined;
775
+ OAnimationTimingFunction?: string | undefined;
776
+ OBackgroundSize?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
777
+ OBorderImage?: import("csstype").BorderImageProperty | undefined;
778
+ OObjectFit?: import("csstype").ObjectFitProperty | undefined;
779
+ OObjectPosition?: import("csstype").ObjectPositionProperty<string | number> | undefined;
780
+ OTabSize?: import("csstype").TabSizeProperty<string | number> | undefined;
781
+ OTextOverflow?: string | undefined;
782
+ OTransform?: string | undefined;
783
+ OTransformOrigin?: import("csstype").TransformOriginProperty<string | number> | undefined;
784
+ OTransition?: string | undefined;
785
+ OTransitionDelay?: string | undefined;
786
+ OTransitionDuration?: string | undefined;
787
+ OTransitionProperty?: string | undefined;
788
+ OTransitionTimingFunction?: string | undefined;
789
+ WebkitBoxAlign?: import("csstype").BoxAlignProperty | undefined;
790
+ WebkitBoxDirection?: import("csstype").BoxDirectionProperty | undefined;
791
+ WebkitBoxFlex?: import("csstype").GlobalsNumber | undefined;
792
+ WebkitBoxFlexGroup?: import("csstype").GlobalsNumber | undefined;
793
+ WebkitBoxLines?: import("csstype").BoxLinesProperty | undefined;
794
+ WebkitBoxOrdinalGroup?: import("csstype").GlobalsNumber | undefined;
795
+ WebkitBoxOrient?: import("csstype").BoxOrientProperty | undefined;
796
+ WebkitBoxPack?: import("csstype").BoxPackProperty | undefined;
797
+ WebkitScrollSnapPointsX?: string | undefined;
798
+ WebkitScrollSnapPointsY?: string | undefined;
799
+ alignmentBaseline?: import("csstype").AlignmentBaselineProperty | undefined;
800
+ baselineShift?: import("csstype").BaselineShiftProperty<string | number> | undefined;
801
+ clipRule?: import("csstype").ClipRuleProperty | undefined;
802
+ colorInterpolation?: import("csstype").ColorInterpolationProperty | undefined;
803
+ colorRendering?: import("csstype").ColorRenderingProperty | undefined;
804
+ dominantBaseline?: import("csstype").DominantBaselineProperty | undefined;
805
+ fill?: string | undefined;
806
+ fillOpacity?: import("csstype").GlobalsNumber | undefined;
807
+ fillRule?: import("csstype").FillRuleProperty | undefined;
808
+ floodColor?: string | undefined;
809
+ floodOpacity?: import("csstype").GlobalsNumber | undefined;
810
+ glyphOrientationVertical?: import("csstype").GlyphOrientationVerticalProperty | undefined;
811
+ lightingColor?: string | undefined;
812
+ marker?: string | undefined;
813
+ markerEnd?: string | undefined;
814
+ markerMid?: string | undefined;
815
+ markerStart?: string | undefined;
816
+ shapeRendering?: import("csstype").ShapeRenderingProperty | undefined;
817
+ stopColor?: string | undefined;
818
+ stopOpacity?: import("csstype").GlobalsNumber | undefined;
819
+ stroke?: string | undefined;
820
+ strokeDasharray?: import("csstype").StrokeDasharrayProperty<string | number> | undefined;
821
+ strokeDashoffset?: import("csstype").StrokeDashoffsetProperty<string | number> | undefined;
822
+ strokeLinecap?: import("csstype").StrokeLinecapProperty | undefined;
823
+ strokeLinejoin?: import("csstype").StrokeLinejoinProperty | undefined;
824
+ strokeMiterlimit?: import("csstype").GlobalsNumber | undefined;
825
+ strokeOpacity?: import("csstype").GlobalsNumber | undefined;
826
+ strokeWidth?: import("csstype").StrokeWidthProperty<string | number> | undefined;
827
+ textAnchor?: import("csstype").TextAnchorProperty | undefined;
828
+ vectorEffect?: import("csstype").VectorEffectProperty | undefined;
829
+ "accent-color"?: string | undefined;
830
+ "align-content"?: string | undefined;
831
+ "align-items"?: string | undefined;
832
+ "align-self"?: string | undefined;
833
+ "align-tracks"?: string | undefined;
834
+ "animation-delay"?: string | undefined;
835
+ "animation-direction"?: string | undefined;
836
+ "animation-duration"?: string | undefined;
837
+ "animation-fill-mode"?: string | undefined;
838
+ "animation-iteration-count"?: import("csstype").AnimationIterationCountProperty | undefined;
839
+ "animation-name"?: string | undefined;
840
+ "animation-play-state"?: string | undefined;
841
+ "animation-timeline"?: string | undefined;
842
+ "animation-timing-function"?: string | undefined;
843
+ "aspect-ratio"?: string | undefined;
844
+ "backdrop-filter"?: string | undefined;
845
+ "backface-visibility"?: import("csstype").BackfaceVisibilityProperty | undefined;
846
+ "background-attachment"?: string | undefined;
847
+ "background-blend-mode"?: string | undefined;
848
+ "background-clip"?: string | undefined;
849
+ "background-color"?: string | undefined;
850
+ "background-image"?: string | undefined;
851
+ "background-origin"?: string | undefined;
852
+ "background-position-x"?: import("csstype").BackgroundPositionXProperty<string | number> | undefined;
853
+ "background-position-y"?: import("csstype").BackgroundPositionYProperty<string | number> | undefined;
854
+ "background-repeat"?: string | undefined;
855
+ "background-size"?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
856
+ "block-overflow"?: string | undefined;
857
+ "block-size"?: import("csstype").BlockSizeProperty<string | number> | undefined;
858
+ "border-block-color"?: string | undefined;
859
+ "border-block-end-color"?: string | undefined;
860
+ "border-block-end-style"?: import("csstype").BorderBlockEndStyleProperty | undefined;
861
+ "border-block-end-width"?: import("csstype").BorderBlockEndWidthProperty<string | number> | undefined;
862
+ "border-block-start-color"?: string | undefined;
863
+ "border-block-start-style"?: import("csstype").BorderBlockStartStyleProperty | undefined;
864
+ "border-block-start-width"?: import("csstype").BorderBlockStartWidthProperty<string | number> | undefined;
865
+ "border-block-style"?: import("csstype").BorderBlockStyleProperty | undefined;
866
+ "border-block-width"?: import("csstype").BorderBlockWidthProperty<string | number> | undefined;
867
+ "border-bottom-color"?: string | undefined;
868
+ "border-bottom-left-radius"?: import("csstype").BorderBottomLeftRadiusProperty<string | number> | undefined;
869
+ "border-bottom-right-radius"?: import("csstype").BorderBottomRightRadiusProperty<string | number> | undefined;
870
+ "border-bottom-style"?: import("csstype").BorderBottomStyleProperty | undefined;
871
+ "border-bottom-width"?: import("csstype").BorderBottomWidthProperty<string | number> | undefined;
872
+ "border-collapse"?: import("csstype").BorderCollapseProperty | undefined;
873
+ "border-end-end-radius"?: import("csstype").BorderEndEndRadiusProperty<string | number> | undefined;
874
+ "border-end-start-radius"?: import("csstype").BorderEndStartRadiusProperty<string | number> | undefined;
875
+ "border-image-outset"?: import("csstype").BorderImageOutsetProperty<string | number> | undefined;
876
+ "border-image-repeat"?: string | undefined;
877
+ "border-image-slice"?: import("csstype").BorderImageSliceProperty | undefined;
878
+ "border-image-source"?: string | undefined;
879
+ "border-image-width"?: import("csstype").BorderImageWidthProperty<string | number> | undefined;
880
+ "border-inline-color"?: string | undefined;
881
+ "border-inline-end-color"?: string | undefined;
882
+ "border-inline-end-style"?: import("csstype").BorderInlineEndStyleProperty | undefined;
883
+ "border-inline-end-width"?: import("csstype").BorderInlineEndWidthProperty<string | number> | undefined;
884
+ "border-inline-start-color"?: string | undefined;
885
+ "border-inline-start-style"?: import("csstype").BorderInlineStartStyleProperty | undefined;
886
+ "border-inline-start-width"?: import("csstype").BorderInlineStartWidthProperty<string | number> | undefined;
887
+ "border-inline-style"?: import("csstype").BorderInlineStyleProperty | undefined;
888
+ "border-inline-width"?: import("csstype").BorderInlineWidthProperty<string | number> | undefined;
889
+ "border-left-color"?: string | undefined;
890
+ "border-left-style"?: import("csstype").BorderLeftStyleProperty | undefined;
891
+ "border-left-width"?: import("csstype").BorderLeftWidthProperty<string | number> | undefined;
892
+ "border-right-color"?: string | undefined;
893
+ "border-right-style"?: import("csstype").BorderRightStyleProperty | undefined;
894
+ "border-right-width"?: import("csstype").BorderRightWidthProperty<string | number> | undefined;
895
+ "border-spacing"?: import("csstype").BorderSpacingProperty<string | number> | undefined;
896
+ "border-start-end-radius"?: import("csstype").BorderStartEndRadiusProperty<string | number> | undefined;
897
+ "border-start-start-radius"?: import("csstype").BorderStartStartRadiusProperty<string | number> | undefined;
898
+ "border-top-color"?: string | undefined;
899
+ "border-top-left-radius"?: import("csstype").BorderTopLeftRadiusProperty<string | number> | undefined;
900
+ "border-top-right-radius"?: import("csstype").BorderTopRightRadiusProperty<string | number> | undefined;
901
+ "border-top-style"?: import("csstype").BorderTopStyleProperty | undefined;
902
+ "border-top-width"?: import("csstype").BorderTopWidthProperty<string | number> | undefined;
903
+ "box-decoration-break"?: import("csstype").BoxDecorationBreakProperty | undefined;
904
+ "box-shadow"?: string | undefined;
905
+ "box-sizing"?: import("csstype").BoxSizingProperty | undefined;
906
+ "break-after"?: import("csstype").BreakAfterProperty | undefined;
907
+ "break-before"?: import("csstype").BreakBeforeProperty | undefined;
908
+ "break-inside"?: import("csstype").BreakInsideProperty | undefined;
909
+ "caption-side"?: import("csstype").CaptionSideProperty | undefined;
910
+ "caret-color"?: string | undefined;
911
+ "clip-path"?: string | undefined;
912
+ "color-adjust"?: import("csstype").PrintColorAdjustProperty | undefined;
913
+ "color-scheme"?: string | undefined;
914
+ "column-count"?: import("csstype").ColumnCountProperty | undefined;
915
+ "column-fill"?: import("csstype").ColumnFillProperty | undefined;
916
+ "column-gap"?: import("csstype").ColumnGapProperty<string | number> | undefined;
917
+ "column-rule-color"?: string | undefined;
918
+ "column-rule-style"?: string | undefined;
919
+ "column-rule-width"?: import("csstype").ColumnRuleWidthProperty<string | number> | undefined;
920
+ "column-span"?: import("csstype").ColumnSpanProperty | undefined;
921
+ "column-width"?: import("csstype").ColumnWidthProperty<string | number> | undefined;
922
+ "content-visibility"?: import("csstype").ContentVisibilityProperty | undefined;
923
+ "counter-increment"?: string | undefined;
924
+ "counter-reset"?: string | undefined;
925
+ "counter-set"?: string | undefined;
926
+ "empty-cells"?: import("csstype").EmptyCellsProperty | undefined;
927
+ "flex-basis"?: import("csstype").FlexBasisProperty<string | number> | undefined;
928
+ "flex-direction"?: import("csstype").FlexDirectionProperty | undefined;
929
+ "flex-grow"?: import("csstype").GlobalsNumber | undefined;
930
+ "flex-shrink"?: import("csstype").GlobalsNumber | undefined;
931
+ "flex-wrap"?: import("csstype").FlexWrapProperty | undefined;
932
+ "font-family"?: string | undefined;
933
+ "font-feature-settings"?: string | undefined;
934
+ "font-kerning"?: import("csstype").FontKerningProperty | undefined;
935
+ "font-language-override"?: string | undefined;
936
+ "font-optical-sizing"?: import("csstype").FontOpticalSizingProperty | undefined;
937
+ "font-size"?: import("csstype").FontSizeProperty<string | number> | undefined;
938
+ "font-size-adjust"?: import("csstype").FontSizeAdjustProperty | undefined;
939
+ "font-smooth"?: import("csstype").FontSmoothProperty<string | number> | undefined;
940
+ "font-stretch"?: string | undefined;
941
+ "font-style"?: string | undefined;
942
+ "font-synthesis"?: string | undefined;
943
+ "font-variant"?: string | undefined;
944
+ "font-variant-alternates"?: string | undefined;
945
+ "font-variant-caps"?: import("csstype").FontVariantCapsProperty | undefined;
946
+ "font-variant-east-asian"?: string | undefined;
947
+ "font-variant-ligatures"?: string | undefined;
948
+ "font-variant-numeric"?: string | undefined;
949
+ "font-variant-position"?: import("csstype").FontVariantPositionProperty | undefined;
950
+ "font-variation-settings"?: string | undefined;
951
+ "font-weight"?: import("csstype").FontWeightProperty | undefined;
952
+ "forced-color-adjust"?: import("csstype").ForcedColorAdjustProperty | undefined;
953
+ "grid-auto-columns"?: import("csstype").GridAutoColumnsProperty<string | number> | undefined;
954
+ "grid-auto-flow"?: string | undefined;
955
+ "grid-auto-rows"?: import("csstype").GridAutoRowsProperty<string | number> | undefined;
956
+ "grid-column-end"?: import("csstype").GridColumnEndProperty | undefined;
957
+ "grid-column-start"?: import("csstype").GridColumnStartProperty | undefined;
958
+ "grid-row-end"?: import("csstype").GridRowEndProperty | undefined;
959
+ "grid-row-start"?: import("csstype").GridRowStartProperty | undefined;
960
+ "grid-template-areas"?: string | undefined;
961
+ "grid-template-columns"?: import("csstype").GridTemplateColumnsProperty<string | number> | undefined;
962
+ "grid-template-rows"?: import("csstype").GridTemplateRowsProperty<string | number> | undefined;
963
+ "hanging-punctuation"?: string | undefined;
964
+ "hyphenate-character"?: string | undefined;
965
+ "image-orientation"?: string | undefined;
966
+ "image-rendering"?: import("csstype").ImageRenderingProperty | undefined;
967
+ "image-resolution"?: string | undefined;
968
+ "initial-letter"?: import("csstype").InitialLetterProperty | undefined;
969
+ "inline-size"?: import("csstype").InlineSizeProperty<string | number> | undefined;
970
+ "input-security"?: import("csstype").InputSecurityProperty | undefined;
971
+ "inset-block"?: import("csstype").InsetBlockProperty<string | number> | undefined;
972
+ "inset-block-end"?: import("csstype").InsetBlockEndProperty<string | number> | undefined;
973
+ "inset-block-start"?: import("csstype").InsetBlockStartProperty<string | number> | undefined;
974
+ "inset-inline"?: import("csstype").InsetInlineProperty<string | number> | undefined;
975
+ "inset-inline-end"?: import("csstype").InsetInlineEndProperty<string | number> | undefined;
976
+ "inset-inline-start"?: import("csstype").InsetInlineStartProperty<string | number> | undefined;
977
+ "justify-content"?: string | undefined;
978
+ "justify-items"?: string | undefined;
979
+ "justify-self"?: string | undefined;
980
+ "justify-tracks"?: string | undefined;
981
+ "letter-spacing"?: import("csstype").LetterSpacingProperty<string | number> | undefined;
982
+ "line-break"?: import("csstype").LineBreakProperty | undefined;
983
+ "line-height"?: import("csstype").LineHeightProperty<string | number> | undefined;
984
+ "line-height-step"?: import("csstype").LineHeightStepProperty<string | number> | undefined;
985
+ "list-style-image"?: string | undefined;
986
+ "list-style-position"?: import("csstype").ListStylePositionProperty | undefined;
987
+ "list-style-type"?: string | undefined;
988
+ "margin-block"?: import("csstype").MarginBlockProperty<string | number> | undefined;
989
+ "margin-block-end"?: import("csstype").MarginBlockEndProperty<string | number> | undefined;
990
+ "margin-block-start"?: import("csstype").MarginBlockStartProperty<string | number> | undefined;
991
+ "margin-bottom"?: import("csstype").MarginBottomProperty<string | number> | undefined;
992
+ "margin-inline"?: import("csstype").MarginInlineProperty<string | number> | undefined;
993
+ "margin-inline-end"?: import("csstype").MarginInlineEndProperty<string | number> | undefined;
994
+ "margin-inline-start"?: import("csstype").MarginInlineStartProperty<string | number> | undefined;
995
+ "margin-left"?: import("csstype").MarginLeftProperty<string | number> | undefined;
996
+ "margin-right"?: import("csstype").MarginRightProperty<string | number> | undefined;
997
+ "margin-top"?: import("csstype").MarginTopProperty<string | number> | undefined;
998
+ "mask-border-mode"?: import("csstype").MaskBorderModeProperty | undefined;
999
+ "mask-border-outset"?: import("csstype").MaskBorderOutsetProperty<string | number> | undefined;
1000
+ "mask-border-repeat"?: string | undefined;
1001
+ "mask-border-slice"?: import("csstype").MaskBorderSliceProperty | undefined;
1002
+ "mask-border-source"?: string | undefined;
1003
+ "mask-border-width"?: import("csstype").MaskBorderWidthProperty<string | number> | undefined;
1004
+ "mask-clip"?: string | undefined;
1005
+ "mask-composite"?: string | undefined;
1006
+ "mask-image"?: string | undefined;
1007
+ "mask-mode"?: string | undefined;
1008
+ "mask-origin"?: string | undefined;
1009
+ "mask-position"?: import("csstype").MaskPositionProperty<string | number> | undefined;
1010
+ "mask-repeat"?: string | undefined;
1011
+ "mask-size"?: import("csstype").MaskSizeProperty<string | number> | undefined;
1012
+ "mask-type"?: import("csstype").MaskTypeProperty | undefined;
1013
+ "math-style"?: import("csstype").MathStyleProperty | undefined;
1014
+ "max-block-size"?: import("csstype").MaxBlockSizeProperty<string | number> | undefined;
1015
+ "max-height"?: import("csstype").MaxHeightProperty<string | number> | undefined;
1016
+ "max-inline-size"?: import("csstype").MaxInlineSizeProperty<string | number> | undefined;
1017
+ "max-lines"?: import("csstype").MaxLinesProperty | undefined;
1018
+ "max-width"?: import("csstype").MaxWidthProperty<string | number> | undefined;
1019
+ "min-block-size"?: import("csstype").MinBlockSizeProperty<string | number> | undefined;
1020
+ "min-height"?: import("csstype").MinHeightProperty<string | number> | undefined;
1021
+ "min-inline-size"?: import("csstype").MinInlineSizeProperty<string | number> | undefined;
1022
+ "min-width"?: import("csstype").MinWidthProperty<string | number> | undefined;
1023
+ "mix-blend-mode"?: import("csstype").MixBlendModeProperty | undefined;
1024
+ "motion-distance"?: import("csstype").OffsetDistanceProperty<string | number> | undefined;
1025
+ "motion-path"?: string | undefined;
1026
+ "motion-rotation"?: string | undefined;
1027
+ "object-fit"?: import("csstype").ObjectFitProperty | undefined;
1028
+ "object-position"?: import("csstype").ObjectPositionProperty<string | number> | undefined;
1029
+ "offset-anchor"?: import("csstype").OffsetAnchorProperty<string | number> | undefined;
1030
+ "offset-distance"?: import("csstype").OffsetDistanceProperty<string | number> | undefined;
1031
+ "offset-path"?: string | undefined;
1032
+ "offset-rotate"?: string | undefined;
1033
+ "offset-rotation"?: string | undefined;
1034
+ "outline-color"?: string | undefined;
1035
+ "outline-offset"?: import("csstype").OutlineOffsetProperty<string | number> | undefined;
1036
+ "outline-style"?: string | undefined;
1037
+ "outline-width"?: import("csstype").OutlineWidthProperty<string | number> | undefined;
1038
+ "overflow-anchor"?: import("csstype").OverflowAnchorProperty | undefined;
1039
+ "overflow-block"?: import("csstype").OverflowBlockProperty | undefined;
1040
+ "overflow-clip-box"?: import("csstype").OverflowClipBoxProperty | undefined;
1041
+ "overflow-clip-margin"?: import("csstype").OverflowClipMarginProperty<string | number> | undefined;
1042
+ "overflow-inline"?: import("csstype").OverflowInlineProperty | undefined;
1043
+ "overflow-wrap"?: import("csstype").OverflowWrapProperty | undefined;
1044
+ "overflow-x"?: import("csstype").OverflowXProperty | undefined;
1045
+ "overflow-y"?: import("csstype").OverflowYProperty | undefined;
1046
+ "overscroll-behavior-block"?: import("csstype").OverscrollBehaviorBlockProperty | undefined;
1047
+ "overscroll-behavior-inline"?: import("csstype").OverscrollBehaviorInlineProperty | undefined;
1048
+ "overscroll-behavior-x"?: import("csstype").OverscrollBehaviorXProperty | undefined;
1049
+ "overscroll-behavior-y"?: import("csstype").OverscrollBehaviorYProperty | undefined;
1050
+ "padding-block"?: import("csstype").PaddingBlockProperty<string | number> | undefined;
1051
+ "padding-block-end"?: import("csstype").PaddingBlockEndProperty<string | number> | undefined;
1052
+ "padding-block-start"?: import("csstype").PaddingBlockStartProperty<string | number> | undefined;
1053
+ "padding-bottom"?: import("csstype").PaddingBottomProperty<string | number> | undefined;
1054
+ "padding-inline"?: import("csstype").PaddingInlineProperty<string | number> | undefined;
1055
+ "padding-inline-end"?: import("csstype").PaddingInlineEndProperty<string | number> | undefined;
1056
+ "padding-inline-start"?: import("csstype").PaddingInlineStartProperty<string | number> | undefined;
1057
+ "padding-left"?: import("csstype").PaddingLeftProperty<string | number> | undefined;
1058
+ "padding-right"?: import("csstype").PaddingRightProperty<string | number> | undefined;
1059
+ "padding-top"?: import("csstype").PaddingTopProperty<string | number> | undefined;
1060
+ "page-break-after"?: import("csstype").PageBreakAfterProperty | undefined;
1061
+ "page-break-before"?: import("csstype").PageBreakBeforeProperty | undefined;
1062
+ "page-break-inside"?: import("csstype").PageBreakInsideProperty | undefined;
1063
+ "paint-order"?: string | undefined;
1064
+ "perspective-origin"?: import("csstype").PerspectiveOriginProperty<string | number> | undefined;
1065
+ "place-content"?: string | undefined;
1066
+ "pointer-events"?: import("csstype").PointerEventsProperty | undefined;
1067
+ "print-color-adjust"?: import("csstype").PrintColorAdjustProperty | undefined;
1068
+ "row-gap"?: import("csstype").RowGapProperty<string | number> | undefined;
1069
+ "ruby-align"?: import("csstype").RubyAlignProperty | undefined;
1070
+ "ruby-merge"?: import("csstype").RubyMergeProperty | undefined;
1071
+ "ruby-position"?: string | undefined;
1072
+ "scroll-behavior"?: import("csstype").ScrollBehaviorProperty | undefined;
1073
+ "scroll-margin"?: import("csstype").ScrollMarginProperty<string | number> | undefined;
1074
+ "scroll-margin-block"?: import("csstype").ScrollMarginBlockProperty<string | number> | undefined;
1075
+ "scroll-margin-block-end"?: import("csstype").ScrollMarginBlockEndProperty<string | number> | undefined;
1076
+ "scroll-margin-block-start"?: import("csstype").ScrollMarginBlockStartProperty<string | number> | undefined;
1077
+ "scroll-margin-bottom"?: import("csstype").ScrollMarginBottomProperty<string | number> | undefined;
1078
+ "scroll-margin-inline"?: import("csstype").ScrollMarginInlineProperty<string | number> | undefined;
1079
+ "scroll-margin-inline-end"?: import("csstype").ScrollMarginInlineEndProperty<string | number> | undefined;
1080
+ "scroll-margin-inline-start"?: import("csstype").ScrollMarginInlineStartProperty<string | number> | undefined;
1081
+ "scroll-margin-left"?: import("csstype").ScrollMarginLeftProperty<string | number> | undefined;
1082
+ "scroll-margin-right"?: import("csstype").ScrollMarginRightProperty<string | number> | undefined;
1083
+ "scroll-margin-top"?: import("csstype").ScrollMarginTopProperty<string | number> | undefined;
1084
+ "scroll-padding"?: import("csstype").ScrollPaddingProperty<string | number> | undefined;
1085
+ "scroll-padding-block"?: import("csstype").ScrollPaddingBlockProperty<string | number> | undefined;
1086
+ "scroll-padding-block-end"?: import("csstype").ScrollPaddingBlockEndProperty<string | number> | undefined;
1087
+ "scroll-padding-block-start"?: import("csstype").ScrollPaddingBlockStartProperty<string | number> | undefined;
1088
+ "scroll-padding-bottom"?: import("csstype").ScrollPaddingBottomProperty<string | number> | undefined;
1089
+ "scroll-padding-inline"?: import("csstype").ScrollPaddingInlineProperty<string | number> | undefined;
1090
+ "scroll-padding-inline-end"?: import("csstype").ScrollPaddingInlineEndProperty<string | number> | undefined;
1091
+ "scroll-padding-inline-start"?: import("csstype").ScrollPaddingInlineStartProperty<string | number> | undefined;
1092
+ "scroll-padding-left"?: import("csstype").ScrollPaddingLeftProperty<string | number> | undefined;
1093
+ "scroll-padding-right"?: import("csstype").ScrollPaddingRightProperty<string | number> | undefined;
1094
+ "scroll-padding-top"?: import("csstype").ScrollPaddingTopProperty<string | number> | undefined;
1095
+ "scroll-snap-align"?: string | undefined;
1096
+ "scroll-snap-margin"?: import("csstype").ScrollMarginProperty<string | number> | undefined;
1097
+ "scroll-snap-margin-bottom"?: import("csstype").ScrollMarginBottomProperty<string | number> | undefined;
1098
+ "scroll-snap-margin-left"?: import("csstype").ScrollMarginLeftProperty<string | number> | undefined;
1099
+ "scroll-snap-margin-right"?: import("csstype").ScrollMarginRightProperty<string | number> | undefined;
1100
+ "scroll-snap-margin-top"?: import("csstype").ScrollMarginTopProperty<string | number> | undefined;
1101
+ "scroll-snap-stop"?: import("csstype").ScrollSnapStopProperty | undefined;
1102
+ "scroll-snap-type"?: string | undefined;
1103
+ "scrollbar-color"?: string | undefined;
1104
+ "scrollbar-gutter"?: string | undefined;
1105
+ "scrollbar-width"?: import("csstype").ScrollbarWidthProperty | undefined;
1106
+ "shape-image-threshold"?: import("csstype").ShapeImageThresholdProperty | undefined;
1107
+ "shape-margin"?: import("csstype").ShapeMarginProperty<string | number> | undefined;
1108
+ "shape-outside"?: string | undefined;
1109
+ "tab-size"?: import("csstype").TabSizeProperty<string | number> | undefined;
1110
+ "table-layout"?: import("csstype").TableLayoutProperty | undefined;
1111
+ "text-align"?: import("csstype").TextAlignProperty | undefined;
1112
+ "text-align-last"?: import("csstype").TextAlignLastProperty | undefined;
1113
+ "text-combine-upright"?: string | undefined;
1114
+ "text-decoration-color"?: string | undefined;
1115
+ "text-decoration-line"?: string | undefined;
1116
+ "text-decoration-skip"?: string | undefined;
1117
+ "text-decoration-skip-ink"?: import("csstype").TextDecorationSkipInkProperty | undefined;
1118
+ "text-decoration-style"?: import("csstype").TextDecorationStyleProperty | undefined;
1119
+ "text-decoration-thickness"?: import("csstype").TextDecorationThicknessProperty<string | number> | undefined;
1120
+ "text-decoration-width"?: import("csstype").TextDecorationThicknessProperty<string | number> | undefined;
1121
+ "text-emphasis-color"?: string | undefined;
1122
+ "text-emphasis-position"?: string | undefined;
1123
+ "text-emphasis-style"?: string | undefined;
1124
+ "text-indent"?: import("csstype").TextIndentProperty<string | number> | undefined;
1125
+ "text-justify"?: import("csstype").TextJustifyProperty | undefined;
1126
+ "text-orientation"?: import("csstype").TextOrientationProperty | undefined;
1127
+ "text-overflow"?: string | undefined;
1128
+ "text-rendering"?: import("csstype").TextRenderingProperty | undefined;
1129
+ "text-shadow"?: string | undefined;
1130
+ "text-size-adjust"?: string | undefined;
1131
+ "text-transform"?: import("csstype").TextTransformProperty | undefined;
1132
+ "text-underline-offset"?: import("csstype").TextUnderlineOffsetProperty<string | number> | undefined;
1133
+ "text-underline-position"?: string | undefined;
1134
+ "touch-action"?: string | undefined;
1135
+ "transform-box"?: import("csstype").TransformBoxProperty | undefined;
1136
+ "transform-origin"?: import("csstype").TransformOriginProperty<string | number> | undefined;
1137
+ "transform-style"?: import("csstype").TransformStyleProperty | undefined;
1138
+ "transition-delay"?: string | undefined;
1139
+ "transition-duration"?: string | undefined;
1140
+ "transition-property"?: string | undefined;
1141
+ "transition-timing-function"?: string | undefined;
1142
+ "unicode-bidi"?: import("csstype").UnicodeBidiProperty | undefined;
1143
+ "user-select"?: import("csstype").UserSelectProperty | undefined;
1144
+ "vertical-align"?: import("csstype").VerticalAlignProperty<string | number> | undefined;
1145
+ "white-space"?: import("csstype").WhiteSpaceProperty | undefined;
1146
+ "will-change"?: string | undefined;
1147
+ "word-break"?: import("csstype").WordBreakProperty | undefined;
1148
+ "word-spacing"?: import("csstype").WordSpacingProperty<string | number> | undefined;
1149
+ "word-wrap"?: import("csstype").WordWrapProperty | undefined;
1150
+ "writing-mode"?: import("csstype").WritingModeProperty | undefined;
1151
+ "z-index"?: import("csstype").ZIndexProperty | undefined;
1152
+ "background-position"?: import("csstype").BackgroundPositionProperty<string | number> | undefined;
1153
+ "border-block"?: import("csstype").BorderBlockProperty<string | number> | undefined;
1154
+ "border-block-end"?: import("csstype").BorderBlockEndProperty<string | number> | undefined;
1155
+ "border-block-start"?: import("csstype").BorderBlockStartProperty<string | number> | undefined;
1156
+ "border-bottom"?: import("csstype").BorderBottomProperty<string | number> | undefined;
1157
+ "border-color"?: string | undefined;
1158
+ "border-image"?: import("csstype").BorderImageProperty | undefined;
1159
+ "border-inline"?: import("csstype").BorderInlineProperty<string | number> | undefined;
1160
+ "border-inline-end"?: import("csstype").BorderInlineEndProperty<string | number> | undefined;
1161
+ "border-inline-start"?: import("csstype").BorderInlineStartProperty<string | number> | undefined;
1162
+ "border-left"?: import("csstype").BorderLeftProperty<string | number> | undefined;
1163
+ "border-radius"?: import("csstype").BorderRadiusProperty<string | number> | undefined;
1164
+ "border-right"?: import("csstype").BorderRightProperty<string | number> | undefined;
1165
+ "border-style"?: string | undefined;
1166
+ "border-top"?: import("csstype").BorderTopProperty<string | number> | undefined;
1167
+ "border-width"?: import("csstype").BorderWidthProperty<string | number> | undefined;
1168
+ "column-rule"?: import("csstype").ColumnRuleProperty<string | number> | undefined;
1169
+ "flex-flow"?: string | undefined;
1170
+ "grid-area"?: import("csstype").GridAreaProperty | undefined;
1171
+ "grid-column"?: import("csstype").GridColumnProperty | undefined;
1172
+ "grid-row"?: import("csstype").GridRowProperty | undefined;
1173
+ "grid-template"?: string | undefined;
1174
+ "line-clamp"?: import("csstype").LineClampProperty | undefined;
1175
+ "list-style"?: string | undefined;
1176
+ "mask-border"?: import("csstype").MaskBorderProperty | undefined;
1177
+ "overscroll-behavior"?: string | undefined;
1178
+ "place-items"?: string | undefined;
1179
+ "place-self"?: string | undefined;
1180
+ "text-decoration"?: import("csstype").TextDecorationProperty<string | number> | undefined;
1181
+ "text-emphasis"?: string | undefined;
1182
+ "-moz-animation-delay"?: string | undefined;
1183
+ "-moz-animation-direction"?: string | undefined;
1184
+ "-moz-animation-duration"?: string | undefined;
1185
+ "-moz-animation-fill-mode"?: string | undefined;
1186
+ "-moz-animation-iteration-count"?: import("csstype").AnimationIterationCountProperty | undefined;
1187
+ "-moz-animation-name"?: string | undefined;
1188
+ "-moz-animation-play-state"?: string | undefined;
1189
+ "-moz-animation-timing-function"?: string | undefined;
1190
+ "-moz-appearance"?: import("csstype").MozAppearanceProperty | undefined;
1191
+ "-moz-backface-visibility"?: import("csstype").BackfaceVisibilityProperty | undefined;
1192
+ "-moz-border-bottom-colors"?: string | undefined;
1193
+ "-moz-border-end-color"?: string | undefined;
1194
+ "-moz-border-end-style"?: import("csstype").BorderInlineEndStyleProperty | undefined;
1195
+ "-moz-border-end-width"?: import("csstype").BorderInlineEndWidthProperty<string | number> | undefined;
1196
+ "-moz-border-left-colors"?: string | undefined;
1197
+ "-moz-border-right-colors"?: string | undefined;
1198
+ "-moz-border-start-color"?: string | undefined;
1199
+ "-moz-border-start-style"?: import("csstype").BorderInlineStartStyleProperty | undefined;
1200
+ "-moz-border-top-colors"?: string | undefined;
1201
+ "-moz-box-sizing"?: import("csstype").BoxSizingProperty | undefined;
1202
+ "-moz-column-count"?: import("csstype").ColumnCountProperty | undefined;
1203
+ "-moz-column-fill"?: import("csstype").ColumnFillProperty | undefined;
1204
+ "-moz-column-gap"?: import("csstype").ColumnGapProperty<string | number> | undefined;
1205
+ "-moz-column-rule-color"?: string | undefined;
1206
+ "-moz-column-rule-style"?: string | undefined;
1207
+ "-moz-column-rule-width"?: import("csstype").ColumnRuleWidthProperty<string | number> | undefined;
1208
+ "-moz-column-width"?: import("csstype").ColumnWidthProperty<string | number> | undefined;
1209
+ "-moz-context-properties"?: string | undefined;
1210
+ "-moz-font-feature-settings"?: string | undefined;
1211
+ "-moz-font-language-override"?: string | undefined;
1212
+ "-moz-hyphens"?: import("csstype").HyphensProperty | undefined;
1213
+ "-moz-image-region"?: string | undefined;
1214
+ "-moz-margin-end"?: import("csstype").MarginInlineEndProperty<string | number> | undefined;
1215
+ "-moz-margin-start"?: import("csstype").MarginInlineStartProperty<string | number> | undefined;
1216
+ "-moz-orient"?: import("csstype").MozOrientProperty | undefined;
1217
+ "-moz-osx-font-smoothing"?: import("csstype").FontSmoothProperty<string | number> | undefined;
1218
+ "-moz-padding-end"?: import("csstype").PaddingInlineEndProperty<string | number> | undefined;
1219
+ "-moz-padding-start"?: import("csstype").PaddingInlineStartProperty<string | number> | undefined;
1220
+ "-moz-perspective"?: import("csstype").PerspectiveProperty<string | number> | undefined;
1221
+ "-moz-perspective-origin"?: import("csstype").PerspectiveOriginProperty<string | number> | undefined;
1222
+ "-moz-stack-sizing"?: import("csstype").MozStackSizingProperty | undefined;
1223
+ "-moz-tab-size"?: import("csstype").TabSizeProperty<string | number> | undefined;
1224
+ "-moz-text-blink"?: import("csstype").MozTextBlinkProperty | undefined;
1225
+ "-moz-text-size-adjust"?: string | undefined;
1226
+ "-moz-transform-origin"?: import("csstype").TransformOriginProperty<string | number> | undefined;
1227
+ "-moz-transform-style"?: import("csstype").TransformStyleProperty | undefined;
1228
+ "-moz-transition-delay"?: string | undefined;
1229
+ "-moz-transition-duration"?: string | undefined;
1230
+ "-moz-transition-property"?: string | undefined;
1231
+ "-moz-transition-timing-function"?: string | undefined;
1232
+ "-moz-user-focus"?: import("csstype").MozUserFocusProperty | undefined;
1233
+ "-moz-user-modify"?: import("csstype").MozUserModifyProperty | undefined;
1234
+ "-moz-user-select"?: import("csstype").UserSelectProperty | undefined;
1235
+ "-moz-window-dragging"?: import("csstype").MozWindowDraggingProperty | undefined;
1236
+ "-moz-window-shadow"?: import("csstype").MozWindowShadowProperty | undefined;
1237
+ "-ms-accelerator"?: import("csstype").MsAcceleratorProperty | undefined;
1238
+ "-ms-align-self"?: string | undefined;
1239
+ "-ms-block-progression"?: import("csstype").MsBlockProgressionProperty | undefined;
1240
+ "-ms-content-zoom-chaining"?: import("csstype").MsContentZoomChainingProperty | undefined;
1241
+ "-ms-content-zoom-limit-max"?: string | undefined;
1242
+ "-ms-content-zoom-limit-min"?: string | undefined;
1243
+ "-ms-content-zoom-snap-points"?: string | undefined;
1244
+ "-ms-content-zoom-snap-type"?: import("csstype").MsContentZoomSnapTypeProperty | undefined;
1245
+ "-ms-content-zooming"?: import("csstype").MsContentZoomingProperty | undefined;
1246
+ "-ms-filter"?: string | undefined;
1247
+ "-ms-flex-direction"?: import("csstype").FlexDirectionProperty | undefined;
1248
+ "-ms-flex-positive"?: import("csstype").GlobalsNumber | undefined;
1249
+ "-ms-flow-from"?: string | undefined;
1250
+ "-ms-flow-into"?: string | undefined;
1251
+ "-ms-grid-columns"?: import("csstype").MsGridColumnsProperty<string | number> | undefined;
1252
+ "-ms-grid-rows"?: import("csstype").MsGridRowsProperty<string | number> | undefined;
1253
+ "-ms-high-contrast-adjust"?: import("csstype").MsHighContrastAdjustProperty | undefined;
1254
+ "-ms-hyphenate-limit-chars"?: import("csstype").MsHyphenateLimitCharsProperty | undefined;
1255
+ "-ms-hyphenate-limit-lines"?: import("csstype").MsHyphenateLimitLinesProperty | undefined;
1256
+ "-ms-hyphenate-limit-zone"?: import("csstype").MsHyphenateLimitZoneProperty<string | number> | undefined;
1257
+ "-ms-hyphens"?: import("csstype").HyphensProperty | undefined;
1258
+ "-ms-ime-align"?: import("csstype").MsImeAlignProperty | undefined;
1259
+ "-ms-justify-self"?: string | undefined;
1260
+ "-ms-line-break"?: import("csstype").LineBreakProperty | undefined;
1261
+ "-ms-order"?: import("csstype").GlobalsNumber | undefined;
1262
+ "-ms-overflow-style"?: import("csstype").MsOverflowStyleProperty | undefined;
1263
+ "-ms-overflow-x"?: import("csstype").OverflowXProperty | undefined;
1264
+ "-ms-overflow-y"?: import("csstype").OverflowYProperty | undefined;
1265
+ "-ms-scroll-chaining"?: import("csstype").MsScrollChainingProperty | undefined;
1266
+ "-ms-scroll-limit-x-max"?: import("csstype").MsScrollLimitXMaxProperty<string | number> | undefined;
1267
+ "-ms-scroll-limit-x-min"?: import("csstype").MsScrollLimitXMinProperty<string | number> | undefined;
1268
+ "-ms-scroll-limit-y-max"?: import("csstype").MsScrollLimitYMaxProperty<string | number> | undefined;
1269
+ "-ms-scroll-limit-y-min"?: import("csstype").MsScrollLimitYMinProperty<string | number> | undefined;
1270
+ "-ms-scroll-rails"?: import("csstype").MsScrollRailsProperty | undefined;
1271
+ "-ms-scroll-snap-points-x"?: string | undefined;
1272
+ "-ms-scroll-snap-points-y"?: string | undefined;
1273
+ "-ms-scroll-snap-type"?: import("csstype").MsScrollSnapTypeProperty | undefined;
1274
+ "-ms-scroll-translation"?: import("csstype").MsScrollTranslationProperty | undefined;
1275
+ "-ms-scrollbar-3dlight-color"?: string | undefined;
1276
+ "-ms-scrollbar-arrow-color"?: string | undefined;
1277
+ "-ms-scrollbar-base-color"?: string | undefined;
1278
+ "-ms-scrollbar-darkshadow-color"?: string | undefined;
1279
+ "-ms-scrollbar-face-color"?: string | undefined;
1280
+ "-ms-scrollbar-highlight-color"?: string | undefined;
1281
+ "-ms-scrollbar-shadow-color"?: string | undefined;
1282
+ "-ms-text-autospace"?: import("csstype").MsTextAutospaceProperty | undefined;
1283
+ "-ms-text-combine-horizontal"?: string | undefined;
1284
+ "-ms-text-overflow"?: string | undefined;
1285
+ "-ms-touch-action"?: string | undefined;
1286
+ "-ms-touch-select"?: import("csstype").MsTouchSelectProperty | undefined;
1287
+ "-ms-transform"?: string | undefined;
1288
+ "-ms-transform-origin"?: import("csstype").TransformOriginProperty<string | number> | undefined;
1289
+ "-ms-transition-delay"?: string | undefined;
1290
+ "-ms-transition-duration"?: string | undefined;
1291
+ "-ms-transition-property"?: string | undefined;
1292
+ "-ms-transition-timing-function"?: string | undefined;
1293
+ "-ms-user-select"?: import("csstype").MsUserSelectProperty | undefined;
1294
+ "-ms-word-break"?: import("csstype").WordBreakProperty | undefined;
1295
+ "-ms-wrap-flow"?: import("csstype").MsWrapFlowProperty | undefined;
1296
+ "-ms-wrap-margin"?: import("csstype").MsWrapMarginProperty<string | number> | undefined;
1297
+ "-ms-wrap-through"?: import("csstype").MsWrapThroughProperty | undefined;
1298
+ "-ms-writing-mode"?: import("csstype").WritingModeProperty | undefined;
1299
+ "-webkit-align-content"?: string | undefined;
1300
+ "-webkit-align-items"?: string | undefined;
1301
+ "-webkit-align-self"?: string | undefined;
1302
+ "-webkit-animation-delay"?: string | undefined;
1303
+ "-webkit-animation-direction"?: string | undefined;
1304
+ "-webkit-animation-duration"?: string | undefined;
1305
+ "-webkit-animation-fill-mode"?: string | undefined;
1306
+ "-webkit-animation-iteration-count"?: import("csstype").AnimationIterationCountProperty | undefined;
1307
+ "-webkit-animation-name"?: string | undefined;
1308
+ "-webkit-animation-play-state"?: string | undefined;
1309
+ "-webkit-animation-timing-function"?: string | undefined;
1310
+ "-webkit-appearance"?: import("csstype").WebkitAppearanceProperty | undefined;
1311
+ "-webkit-backdrop-filter"?: string | undefined;
1312
+ "-webkit-backface-visibility"?: import("csstype").BackfaceVisibilityProperty | undefined;
1313
+ "-webkit-background-clip"?: string | undefined;
1314
+ "-webkit-background-origin"?: string | undefined;
1315
+ "-webkit-background-size"?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
1316
+ "-webkit-border-before-color"?: string | undefined;
1317
+ "-webkit-border-before-style"?: string | undefined;
1318
+ "-webkit-border-before-width"?: import("csstype").WebkitBorderBeforeWidthProperty<string | number> | undefined;
1319
+ "-webkit-border-bottom-left-radius"?: import("csstype").BorderBottomLeftRadiusProperty<string | number> | undefined;
1320
+ "-webkit-border-bottom-right-radius"?: import("csstype").BorderBottomRightRadiusProperty<string | number> | undefined;
1321
+ "-webkit-border-image-slice"?: import("csstype").BorderImageSliceProperty | undefined;
1322
+ "-webkit-border-top-left-radius"?: import("csstype").BorderTopLeftRadiusProperty<string | number> | undefined;
1323
+ "-webkit-border-top-right-radius"?: import("csstype").BorderTopRightRadiusProperty<string | number> | undefined;
1324
+ "-webkit-box-decoration-break"?: import("csstype").BoxDecorationBreakProperty | undefined;
1325
+ "-webkit-box-reflect"?: import("csstype").WebkitBoxReflectProperty<string | number> | undefined;
1326
+ "-webkit-box-shadow"?: string | undefined;
1327
+ "-webkit-box-sizing"?: import("csstype").BoxSizingProperty | undefined;
1328
+ "-webkit-clip-path"?: string | undefined;
1329
+ "-webkit-column-count"?: import("csstype").ColumnCountProperty | undefined;
1330
+ "-webkit-column-fill"?: import("csstype").ColumnFillProperty | undefined;
1331
+ "-webkit-column-gap"?: import("csstype").ColumnGapProperty<string | number> | undefined;
1332
+ "-webkit-column-rule-color"?: string | undefined;
1333
+ "-webkit-column-rule-style"?: string | undefined;
1334
+ "-webkit-column-rule-width"?: import("csstype").ColumnRuleWidthProperty<string | number> | undefined;
1335
+ "-webkit-column-span"?: import("csstype").ColumnSpanProperty | undefined;
1336
+ "-webkit-column-width"?: import("csstype").ColumnWidthProperty<string | number> | undefined;
1337
+ "-webkit-filter"?: string | undefined;
1338
+ "-webkit-flex-basis"?: import("csstype").FlexBasisProperty<string | number> | undefined;
1339
+ "-webkit-flex-direction"?: import("csstype").FlexDirectionProperty | undefined;
1340
+ "-webkit-flex-grow"?: import("csstype").GlobalsNumber | undefined;
1341
+ "-webkit-flex-shrink"?: import("csstype").GlobalsNumber | undefined;
1342
+ "-webkit-flex-wrap"?: import("csstype").FlexWrapProperty | undefined;
1343
+ "-webkit-font-feature-settings"?: string | undefined;
1344
+ "-webkit-font-kerning"?: import("csstype").FontKerningProperty | undefined;
1345
+ "-webkit-font-smoothing"?: import("csstype").FontSmoothProperty<string | number> | undefined;
1346
+ "-webkit-font-variant-ligatures"?: string | undefined;
1347
+ "-webkit-hyphenate-character"?: string | undefined;
1348
+ "-webkit-hyphens"?: import("csstype").HyphensProperty | undefined;
1349
+ "-webkit-initial-letter"?: import("csstype").InitialLetterProperty | undefined;
1350
+ "-webkit-justify-content"?: string | undefined;
1351
+ "-webkit-line-break"?: import("csstype").LineBreakProperty | undefined;
1352
+ "-webkit-line-clamp"?: import("csstype").WebkitLineClampProperty | undefined;
1353
+ "-webkit-margin-end"?: import("csstype").MarginInlineEndProperty<string | number> | undefined;
1354
+ "-webkit-margin-start"?: import("csstype").MarginInlineStartProperty<string | number> | undefined;
1355
+ "-webkit-mask-attachment"?: string | undefined;
1356
+ "-webkit-mask-box-image-outset"?: import("csstype").MaskBorderOutsetProperty<string | number> | undefined;
1357
+ "-webkit-mask-box-image-repeat"?: string | undefined;
1358
+ "-webkit-mask-box-image-slice"?: import("csstype").MaskBorderSliceProperty | undefined;
1359
+ "-webkit-mask-box-image-source"?: string | undefined;
1360
+ "-webkit-mask-box-image-width"?: import("csstype").MaskBorderWidthProperty<string | number> | undefined;
1361
+ "-webkit-mask-clip"?: string | undefined;
1362
+ "-webkit-mask-composite"?: string | undefined;
1363
+ "-webkit-mask-image"?: string | undefined;
1364
+ "-webkit-mask-origin"?: string | undefined;
1365
+ "-webkit-mask-position"?: import("csstype").WebkitMaskPositionProperty<string | number> | undefined;
1366
+ "-webkit-mask-position-x"?: import("csstype").WebkitMaskPositionXProperty<string | number> | undefined;
1367
+ "-webkit-mask-position-y"?: import("csstype").WebkitMaskPositionYProperty<string | number> | undefined;
1368
+ "-webkit-mask-repeat"?: string | undefined;
1369
+ "-webkit-mask-repeat-x"?: import("csstype").WebkitMaskRepeatXProperty | undefined;
1370
+ "-webkit-mask-repeat-y"?: import("csstype").WebkitMaskRepeatYProperty | undefined;
1371
+ "-webkit-mask-size"?: import("csstype").WebkitMaskSizeProperty<string | number> | undefined;
1372
+ "-webkit-max-inline-size"?: import("csstype").MaxInlineSizeProperty<string | number> | undefined;
1373
+ "-webkit-order"?: import("csstype").GlobalsNumber | undefined;
1374
+ "-webkit-overflow-scrolling"?: import("csstype").WebkitOverflowScrollingProperty | undefined;
1375
+ "-webkit-padding-end"?: import("csstype").PaddingInlineEndProperty<string | number> | undefined;
1376
+ "-webkit-padding-start"?: import("csstype").PaddingInlineStartProperty<string | number> | undefined;
1377
+ "-webkit-perspective"?: import("csstype").PerspectiveProperty<string | number> | undefined;
1378
+ "-webkit-perspective-origin"?: import("csstype").PerspectiveOriginProperty<string | number> | undefined;
1379
+ "-webkit-print-color-adjust"?: import("csstype").PrintColorAdjustProperty | undefined;
1380
+ "-webkit-ruby-position"?: string | undefined;
1381
+ "-webkit-scroll-snap-type"?: string | undefined;
1382
+ "-webkit-shape-margin"?: import("csstype").ShapeMarginProperty<string | number> | undefined;
1383
+ "-webkit-tap-highlight-color"?: string | undefined;
1384
+ "-webkit-text-combine"?: string | undefined;
1385
+ "-webkit-text-decoration-color"?: string | undefined;
1386
+ "-webkit-text-decoration-line"?: string | undefined;
1387
+ "-webkit-text-decoration-skip"?: string | undefined;
1388
+ "-webkit-text-decoration-style"?: import("csstype").TextDecorationStyleProperty | undefined;
1389
+ "-webkit-text-emphasis-color"?: string | undefined;
1390
+ "-webkit-text-emphasis-position"?: string | undefined;
1391
+ "-webkit-text-emphasis-style"?: string | undefined;
1392
+ "-webkit-text-fill-color"?: string | undefined;
1393
+ "-webkit-text-orientation"?: import("csstype").TextOrientationProperty | undefined;
1394
+ "-webkit-text-size-adjust"?: string | undefined;
1395
+ "-webkit-text-stroke-color"?: string | undefined;
1396
+ "-webkit-text-stroke-width"?: import("csstype").WebkitTextStrokeWidthProperty<string | number> | undefined;
1397
+ "-webkit-text-underline-position"?: string | undefined;
1398
+ "-webkit-touch-callout"?: import("csstype").WebkitTouchCalloutProperty | undefined;
1399
+ "-webkit-transform"?: string | undefined;
1400
+ "-webkit-transform-origin"?: import("csstype").TransformOriginProperty<string | number> | undefined;
1401
+ "-webkit-transform-style"?: import("csstype").TransformStyleProperty | undefined;
1402
+ "-webkit-transition-delay"?: string | undefined;
1403
+ "-webkit-transition-duration"?: string | undefined;
1404
+ "-webkit-transition-property"?: string | undefined;
1405
+ "-webkit-transition-timing-function"?: string | undefined;
1406
+ "-webkit-user-modify"?: import("csstype").WebkitUserModifyProperty | undefined;
1407
+ "-webkit-user-select"?: import("csstype").UserSelectProperty | undefined;
1408
+ "-webkit-writing-mode"?: import("csstype").WritingModeProperty | undefined;
1409
+ "-moz-animation"?: import("csstype").AnimationProperty | undefined;
1410
+ "-moz-border-image"?: import("csstype").BorderImageProperty | undefined;
1411
+ "-moz-column-rule"?: import("csstype").ColumnRuleProperty<string | number> | undefined;
1412
+ "-moz-columns"?: import("csstype").ColumnsProperty<string | number> | undefined;
1413
+ "-moz-transition"?: string | undefined;
1414
+ "-ms-content-zoom-limit"?: string | undefined;
1415
+ "-ms-content-zoom-snap"?: string | undefined;
1416
+ "-ms-flex"?: import("csstype").FlexProperty<string | number> | undefined;
1417
+ "-ms-scroll-limit"?: string | undefined;
1418
+ "-ms-scroll-snap-x"?: string | undefined;
1419
+ "-ms-scroll-snap-y"?: string | undefined;
1420
+ "-ms-transition"?: string | undefined;
1421
+ "-webkit-animation"?: import("csstype").AnimationProperty | undefined;
1422
+ "-webkit-border-before"?: import("csstype").WebkitBorderBeforeProperty<string | number> | undefined;
1423
+ "-webkit-border-image"?: import("csstype").BorderImageProperty | undefined;
1424
+ "-webkit-border-radius"?: import("csstype").BorderRadiusProperty<string | number> | undefined;
1425
+ "-webkit-column-rule"?: import("csstype").ColumnRuleProperty<string | number> | undefined;
1426
+ "-webkit-columns"?: import("csstype").ColumnsProperty<string | number> | undefined;
1427
+ "-webkit-flex"?: import("csstype").FlexProperty<string | number> | undefined;
1428
+ "-webkit-flex-flow"?: string | undefined;
1429
+ "-webkit-mask"?: import("csstype").WebkitMaskProperty<string | number> | undefined;
1430
+ "-webkit-mask-box-image"?: import("csstype").MaskBorderProperty | undefined;
1431
+ "-webkit-text-emphasis"?: string | undefined;
1432
+ "-webkit-text-stroke"?: import("csstype").WebkitTextStrokeProperty<string | number> | undefined;
1433
+ "-webkit-transition"?: string | undefined;
1434
+ "box-align"?: import("csstype").BoxAlignProperty | undefined;
1435
+ "box-direction"?: import("csstype").BoxDirectionProperty | undefined;
1436
+ "box-flex"?: import("csstype").GlobalsNumber | undefined;
1437
+ "box-flex-group"?: import("csstype").GlobalsNumber | undefined;
1438
+ "box-lines"?: import("csstype").BoxLinesProperty | undefined;
1439
+ "box-ordinal-group"?: import("csstype").GlobalsNumber | undefined;
1440
+ "box-orient"?: import("csstype").BoxOrientProperty | undefined;
1441
+ "box-pack"?: import("csstype").BoxPackProperty | undefined;
1442
+ "grid-column-gap"?: import("csstype").GridColumnGapProperty<string | number> | undefined;
1443
+ "grid-gap"?: import("csstype").GridGapProperty<string | number> | undefined;
1444
+ "grid-row-gap"?: import("csstype").GridRowGapProperty<string | number> | undefined;
1445
+ "ime-mode"?: import("csstype").ImeModeProperty | undefined;
1446
+ "offset-block"?: import("csstype").InsetBlockProperty<string | number> | undefined;
1447
+ "offset-block-end"?: import("csstype").InsetBlockEndProperty<string | number> | undefined;
1448
+ "offset-block-start"?: import("csstype").InsetBlockStartProperty<string | number> | undefined;
1449
+ "offset-inline"?: import("csstype").InsetInlineProperty<string | number> | undefined;
1450
+ "offset-inline-end"?: import("csstype").InsetInlineEndProperty<string | number> | undefined;
1451
+ "offset-inline-start"?: import("csstype").InsetInlineStartProperty<string | number> | undefined;
1452
+ "scroll-snap-coordinate"?: import("csstype").ScrollSnapCoordinateProperty<string | number> | undefined;
1453
+ "scroll-snap-destination"?: import("csstype").ScrollSnapDestinationProperty<string | number> | undefined;
1454
+ "scroll-snap-points-x"?: string | undefined;
1455
+ "scroll-snap-points-y"?: string | undefined;
1456
+ "scroll-snap-type-x"?: import("csstype").ScrollSnapTypeXProperty | undefined;
1457
+ "scroll-snap-type-y"?: import("csstype").ScrollSnapTypeYProperty | undefined;
1458
+ "scrollbar-track-color"?: string | undefined;
1459
+ "-khtml-box-align"?: import("csstype").BoxAlignProperty | undefined;
1460
+ "-khtml-box-direction"?: import("csstype").BoxDirectionProperty | undefined;
1461
+ "-khtml-box-flex"?: import("csstype").GlobalsNumber | undefined;
1462
+ "-khtml-box-flex-group"?: import("csstype").GlobalsNumber | undefined;
1463
+ "-khtml-box-lines"?: import("csstype").BoxLinesProperty | undefined;
1464
+ "-khtml-box-ordinal-group"?: import("csstype").GlobalsNumber | undefined;
1465
+ "-khtml-box-orient"?: import("csstype").BoxOrientProperty | undefined;
1466
+ "-khtml-box-pack"?: import("csstype").BoxPackProperty | undefined;
1467
+ "-khtml-line-break"?: import("csstype").LineBreakProperty | undefined;
1468
+ "-khtml-opacity"?: import("csstype").OpacityProperty | undefined;
1469
+ "-khtml-user-select"?: import("csstype").UserSelectProperty | undefined;
1470
+ "-moz-background-clip"?: string | undefined;
1471
+ "-moz-background-inline-policy"?: import("csstype").BoxDecorationBreakProperty | undefined;
1472
+ "-moz-background-origin"?: string | undefined;
1473
+ "-moz-background-size"?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
1474
+ "-moz-binding"?: string | undefined;
1475
+ "-moz-border-radius"?: import("csstype").BorderRadiusProperty<string | number> | undefined;
1476
+ "-moz-border-radius-bottomleft"?: import("csstype").BorderBottomLeftRadiusProperty<string | number> | undefined;
1477
+ "-moz-border-radius-bottomright"?: import("csstype").BorderBottomRightRadiusProperty<string | number> | undefined;
1478
+ "-moz-border-radius-topleft"?: import("csstype").BorderTopLeftRadiusProperty<string | number> | undefined;
1479
+ "-moz-border-radius-topright"?: import("csstype").BorderTopRightRadiusProperty<string | number> | undefined;
1480
+ "-moz-box-align"?: import("csstype").BoxAlignProperty | undefined;
1481
+ "-moz-box-direction"?: import("csstype").BoxDirectionProperty | undefined;
1482
+ "-moz-box-flex"?: import("csstype").GlobalsNumber | undefined;
1483
+ "-moz-box-ordinal-group"?: import("csstype").GlobalsNumber | undefined;
1484
+ "-moz-box-orient"?: import("csstype").BoxOrientProperty | undefined;
1485
+ "-moz-box-pack"?: import("csstype").BoxPackProperty | undefined;
1486
+ "-moz-box-shadow"?: string | undefined;
1487
+ "-moz-float-edge"?: import("csstype").MozFloatEdgeProperty | undefined;
1488
+ "-moz-force-broken-image-icon"?: import("csstype").MozForceBrokenImageIconProperty | undefined;
1489
+ "-moz-opacity"?: import("csstype").OpacityProperty | undefined;
1490
+ "-moz-outline"?: import("csstype").OutlineProperty<string | number> | undefined;
1491
+ "-moz-outline-color"?: string | undefined;
1492
+ "-moz-outline-radius"?: import("csstype").MozOutlineRadiusProperty<string | number> | undefined;
1493
+ "-moz-outline-radius-bottomleft"?: import("csstype").MozOutlineRadiusBottomleftProperty<string | number> | undefined;
1494
+ "-moz-outline-radius-bottomright"?: import("csstype").MozOutlineRadiusBottomrightProperty<string | number> | undefined;
1495
+ "-moz-outline-radius-topleft"?: import("csstype").MozOutlineRadiusTopleftProperty<string | number> | undefined;
1496
+ "-moz-outline-radius-topright"?: import("csstype").MozOutlineRadiusToprightProperty<string | number> | undefined;
1497
+ "-moz-outline-style"?: string | undefined;
1498
+ "-moz-outline-width"?: import("csstype").OutlineWidthProperty<string | number> | undefined;
1499
+ "-moz-text-align-last"?: import("csstype").TextAlignLastProperty | undefined;
1500
+ "-moz-text-decoration-color"?: string | undefined;
1501
+ "-moz-text-decoration-line"?: string | undefined;
1502
+ "-moz-text-decoration-style"?: import("csstype").TextDecorationStyleProperty | undefined;
1503
+ "-moz-user-input"?: import("csstype").MozUserInputProperty | undefined;
1504
+ "-ms-ime-mode"?: import("csstype").ImeModeProperty | undefined;
1505
+ "-ms-scrollbar-track-color"?: string | undefined;
1506
+ "-o-animation"?: import("csstype").AnimationProperty | undefined;
1507
+ "-o-animation-delay"?: string | undefined;
1508
+ "-o-animation-direction"?: string | undefined;
1509
+ "-o-animation-duration"?: string | undefined;
1510
+ "-o-animation-fill-mode"?: string | undefined;
1511
+ "-o-animation-iteration-count"?: import("csstype").AnimationIterationCountProperty | undefined;
1512
+ "-o-animation-name"?: string | undefined;
1513
+ "-o-animation-play-state"?: string | undefined;
1514
+ "-o-animation-timing-function"?: string | undefined;
1515
+ "-o-background-size"?: import("csstype").BackgroundSizeProperty<string | number> | undefined;
1516
+ "-o-border-image"?: import("csstype").BorderImageProperty | undefined;
1517
+ "-o-object-fit"?: import("csstype").ObjectFitProperty | undefined;
1518
+ "-o-object-position"?: import("csstype").ObjectPositionProperty<string | number> | undefined;
1519
+ "-o-tab-size"?: import("csstype").TabSizeProperty<string | number> | undefined;
1520
+ "-o-text-overflow"?: string | undefined;
1521
+ "-o-transform"?: string | undefined;
1522
+ "-o-transform-origin"?: import("csstype").TransformOriginProperty<string | number> | undefined;
1523
+ "-o-transition"?: string | undefined;
1524
+ "-o-transition-delay"?: string | undefined;
1525
+ "-o-transition-duration"?: string | undefined;
1526
+ "-o-transition-property"?: string | undefined;
1527
+ "-o-transition-timing-function"?: string | undefined;
1528
+ "-webkit-box-align"?: import("csstype").BoxAlignProperty | undefined;
1529
+ "-webkit-box-direction"?: import("csstype").BoxDirectionProperty | undefined;
1530
+ "-webkit-box-flex"?: import("csstype").GlobalsNumber | undefined;
1531
+ "-webkit-box-flex-group"?: import("csstype").GlobalsNumber | undefined;
1532
+ "-webkit-box-lines"?: import("csstype").BoxLinesProperty | undefined;
1533
+ "-webkit-box-ordinal-group"?: import("csstype").GlobalsNumber | undefined;
1534
+ "-webkit-box-orient"?: import("csstype").BoxOrientProperty | undefined;
1535
+ "-webkit-box-pack"?: import("csstype").BoxPackProperty | undefined;
1536
+ "-webkit-scroll-snap-points-x"?: string | undefined;
1537
+ "-webkit-scroll-snap-points-y"?: string | undefined;
1538
+ "alignment-baseline"?: import("csstype").AlignmentBaselineProperty | undefined;
1539
+ "baseline-shift"?: import("csstype").BaselineShiftProperty<string | number> | undefined;
1540
+ "clip-rule"?: import("csstype").ClipRuleProperty | undefined;
1541
+ "color-interpolation"?: import("csstype").ColorInterpolationProperty | undefined;
1542
+ "color-rendering"?: import("csstype").ColorRenderingProperty | undefined;
1543
+ "dominant-baseline"?: import("csstype").DominantBaselineProperty | undefined;
1544
+ "fill-opacity"?: import("csstype").GlobalsNumber | undefined;
1545
+ "fill-rule"?: import("csstype").FillRuleProperty | undefined;
1546
+ "flood-color"?: string | undefined;
1547
+ "flood-opacity"?: import("csstype").GlobalsNumber | undefined;
1548
+ "glyph-orientation-vertical"?: import("csstype").GlyphOrientationVerticalProperty | undefined;
1549
+ "lighting-color"?: string | undefined;
1550
+ "marker-end"?: string | undefined;
1551
+ "marker-mid"?: string | undefined;
1552
+ "marker-start"?: string | undefined;
1553
+ "shape-rendering"?: import("csstype").ShapeRenderingProperty | undefined;
1554
+ "stop-color"?: string | undefined;
1555
+ "stop-opacity"?: import("csstype").GlobalsNumber | undefined;
1556
+ "stroke-dasharray"?: import("csstype").StrokeDasharrayProperty<string | number> | undefined;
1557
+ "stroke-dashoffset"?: import("csstype").StrokeDashoffsetProperty<string | number> | undefined;
1558
+ "stroke-linecap"?: import("csstype").StrokeLinecapProperty | undefined;
1559
+ "stroke-linejoin"?: import("csstype").StrokeLinejoinProperty | undefined;
1560
+ "stroke-miterlimit"?: import("csstype").GlobalsNumber | undefined;
1561
+ "stroke-opacity"?: import("csstype").GlobalsNumber | undefined;
1562
+ "stroke-width"?: import("csstype").StrokeWidthProperty<string | number> | undefined;
1563
+ "text-anchor"?: import("csstype").TextAnchorProperty | undefined;
1564
+ "vector-effect"?: import("csstype").VectorEffectProperty | undefined;
1565
+ }>;
1566
+ touchmove: (e: TouchEvent) => void;
1567
+ onClick: (e: MouseEvent) => void;
1568
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "update:visible")[], "click" | "update:visible", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1569
+ visible: {
1570
+ type: BooleanConstructor;
1571
+ default: boolean;
1572
+ };
1573
+ zIndex: {
1574
+ type: (NumberConstructor | StringConstructor)[];
1575
+ default: number;
1576
+ };
1577
+ duration: {
1578
+ type: (NumberConstructor | StringConstructor)[];
1579
+ default: number;
1580
+ };
1581
+ overlayClass: {
1582
+ type: StringConstructor;
1583
+ default: string;
1584
+ };
1585
+ lockScroll: {
1586
+ type: BooleanConstructor;
1587
+ default: boolean;
1588
+ };
1589
+ overlayStyle: {
1590
+ type: PropType<CSSProperties>;
1591
+ };
1592
+ closeOnClickOverlay: {
1593
+ type: BooleanConstructor;
1594
+ default: boolean;
1595
+ };
1596
+ }>> & {
1597
+ onClick?: ((...args: any[]) => any) | undefined;
1598
+ "onUpdate:visible"?: ((...args: any[]) => any) | undefined;
1599
+ }, {
1600
+ visible: boolean;
1601
+ zIndex: string | number;
1602
+ duration: string | number;
1603
+ overlayClass: string;
1604
+ lockScroll: boolean;
1605
+ closeOnClickOverlay: boolean;
1606
+ }>>;
1607
+ export default _default;
1608
+
1609
+ declare module 'vue' {
1610
+ interface GlobalComponents {
1611
+ NutOverLay: typeof _default;
1612
+ }
1613
+ }
1614
+