cnhis-design-vue 3.2.2-beta.24 → 3.2.2-beta.29

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