cnhis-design-vue 3.1.42-beta.11 → 3.1.42-beta.13

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