@nutui/nutui 3.2.5-beta.1 → 3.2.6-beta.1

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