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

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