yuyeon 0.1.0-rc.2 → 0.1.0-rc.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -105,7 +105,1818 @@ export declare const YTooltip: import("vue").DefineComponent<{
105
105
  default: boolean;
106
106
  };
107
107
  }, {
108
- base$: import("vue").Ref<any>;
108
+ layer$: import("vue").Ref<import("vue").DefineComponent<{
109
+ minWidth: PropType<string | number>;
110
+ width: PropType<string | number>;
111
+ maxWidth: PropType<string | number>;
112
+ minHeight: PropType<string | number>;
113
+ height: PropType<string | number>;
114
+ maxHeight: PropType<string | number>;
115
+ coordinateStrategy: {
116
+ type: PropType<"levitation" | "arrangement" | import("../../composables/coordinate").CoordinateStrategyFn>;
117
+ default: string;
118
+ };
119
+ position: {
120
+ type: PropType<"default" | "top" | "end" | "right" | "bottom" | "left" | "start">;
121
+ default: string;
122
+ };
123
+ align: {
124
+ type: PropType<"top" | "end" | "bottom" | "start" | "center">;
125
+ default: string;
126
+ };
127
+ origin: {
128
+ type: StringConstructor;
129
+ default: string;
130
+ };
131
+ offset: {
132
+ type: PropType<string | number | string[]>;
133
+ };
134
+ viewportMargin: {
135
+ type: (ArrayConstructor | StringConstructor | NumberConstructor)[];
136
+ default: number;
137
+ };
138
+ base: PropType<import("../layer/base").BaseType>;
139
+ transition: {
140
+ type: PropType<string | (import("vue").TransitionProps & {
141
+ is?: import("vue").Component | undefined;
142
+ })>;
143
+ default: string;
144
+ };
145
+ theme: PropType<string>;
146
+ modelValue: {
147
+ type: PropType<boolean>;
148
+ };
149
+ scrim: {
150
+ type: PropType<boolean>;
151
+ };
152
+ scrimOpacity: {
153
+ type: PropType<number>;
154
+ };
155
+ eager: {
156
+ type: PropType<boolean>;
157
+ };
158
+ classes: {
159
+ type: PropType<string | string[] | Record<string, any>>;
160
+ };
161
+ contentClasses: {
162
+ type: PropType<string | string[] | Record<string, any>>;
163
+ };
164
+ closeClickScrim: {
165
+ type: PropType<boolean>;
166
+ };
167
+ contentStyles: {
168
+ type: PropType<import("vue").CSSProperties>;
169
+ default: () => void;
170
+ };
171
+ disabled: {
172
+ type: PropType<boolean>;
173
+ default: boolean;
174
+ };
175
+ openOnHover: {
176
+ type: PropType<boolean>;
177
+ default: boolean;
178
+ };
179
+ openDelay: {
180
+ type: PropType<number>;
181
+ default: number;
182
+ };
183
+ closeDelay: {
184
+ type: PropType<number>;
185
+ default: number;
186
+ };
187
+ zIndex: {
188
+ type: PropType<string | number>;
189
+ default: number;
190
+ };
191
+ modal: PropType<boolean>;
192
+ }, {
193
+ complementClickOption: {
194
+ handler: (mouseEvent: MouseEvent) => void;
195
+ determine?: ((event: Event) => boolean) | undefined;
196
+ include?: (() => (HTMLElement | undefined)[]) | undefined;
197
+ };
198
+ layerGroup: import("vue").ComputedRef<HTMLElement>;
199
+ active: import("vue").WritableComputedRef<boolean>;
200
+ finish: import("vue").ShallowRef<boolean>;
201
+ rendered: import("vue").ComputedRef<boolean>;
202
+ lazyValue: import("vue").ComputedRef<any>;
203
+ onAfterUpdate: () => void;
204
+ scrim$: import("vue").Ref<HTMLElement | undefined>;
205
+ content$: import("vue").Ref<HTMLElement | undefined>;
206
+ base$: import("vue").Ref<any>;
207
+ baseEl: import("vue").Ref<HTMLElement | undefined>;
208
+ baseFromSlotEl: import("vue").ComputedRef<any>;
209
+ polyTransitionBindProps: import("vue").ComputedRef<{
210
+ is: any;
211
+ transitionProps: any;
212
+ }>;
213
+ coordinateStyles: import("vue").Ref<{
214
+ [x: `--${string}`]: string | number | undefined;
215
+ accentColor?: import("csstype").Property.AccentColor | undefined;
216
+ alignContent?: import("csstype").Property.AlignContent | undefined;
217
+ alignItems?: import("csstype").Property.AlignItems | undefined;
218
+ alignSelf?: import("csstype").Property.AlignSelf | undefined;
219
+ alignTracks?: import("csstype").Property.AlignTracks | undefined;
220
+ animationComposition?: import("csstype").Property.AnimationComposition | undefined;
221
+ animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
222
+ animationDirection?: import("csstype").Property.AnimationDirection | undefined;
223
+ animationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
224
+ animationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
225
+ animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
226
+ animationName?: import("csstype").Property.AnimationName | undefined;
227
+ animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
228
+ animationRangeEnd?: import("csstype").Property.AnimationRangeEnd<string | number> | undefined;
229
+ animationRangeStart?: import("csstype").Property.AnimationRangeStart<string | number> | undefined;
230
+ animationTimeline?: import("csstype").Property.AnimationTimeline | undefined;
231
+ animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
232
+ appearance?: import("csstype").Property.Appearance | undefined;
233
+ aspectRatio?: import("csstype").Property.AspectRatio | undefined;
234
+ backdropFilter?: import("csstype").Property.BackdropFilter | undefined;
235
+ backfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
236
+ backgroundAttachment?: import("csstype").Property.BackgroundAttachment | undefined;
237
+ backgroundBlendMode?: import("csstype").Property.BackgroundBlendMode | undefined;
238
+ backgroundClip?: import("csstype").Property.BackgroundClip | undefined;
239
+ backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
240
+ backgroundImage?: import("csstype").Property.BackgroundImage | undefined;
241
+ backgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
242
+ backgroundPositionX?: import("csstype").Property.BackgroundPositionX<string | number> | undefined;
243
+ backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | undefined;
244
+ backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
245
+ backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
246
+ blockOverflow?: import("csstype").Property.BlockOverflow | undefined;
247
+ blockSize?: import("csstype").Property.BlockSize<string | number> | undefined;
248
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
249
+ borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
250
+ borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
251
+ borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
252
+ borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
253
+ borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
254
+ borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
255
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
256
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
257
+ borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined;
258
+ borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
259
+ borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
260
+ borderBottomStyle?: import("csstype").Property.BorderBottomStyle | undefined;
261
+ borderBottomWidth?: import("csstype").Property.BorderBottomWidth<string | number> | undefined;
262
+ borderCollapse?: import("csstype").Property.BorderCollapse | undefined;
263
+ borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
264
+ borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
265
+ borderImageOutset?: import("csstype").Property.BorderImageOutset<string | number> | undefined;
266
+ borderImageRepeat?: import("csstype").Property.BorderImageRepeat | undefined;
267
+ borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
268
+ borderImageSource?: import("csstype").Property.BorderImageSource | undefined;
269
+ borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | undefined;
270
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
271
+ borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
272
+ borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
273
+ borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
274
+ borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
275
+ borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
276
+ borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
277
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
278
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
279
+ borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined;
280
+ borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
281
+ borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
282
+ borderRightColor?: import("csstype").Property.BorderRightColor | undefined;
283
+ borderRightStyle?: import("csstype").Property.BorderRightStyle | undefined;
284
+ borderRightWidth?: import("csstype").Property.BorderRightWidth<string | number> | undefined;
285
+ borderSpacing?: import("csstype").Property.BorderSpacing<string | number> | undefined;
286
+ borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
287
+ borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
288
+ borderTopColor?: import("csstype").Property.BorderTopColor | undefined;
289
+ borderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
290
+ borderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
291
+ borderTopStyle?: import("csstype").Property.BorderTopStyle | undefined;
292
+ borderTopWidth?: import("csstype").Property.BorderTopWidth<string | number> | undefined;
293
+ bottom?: import("csstype").Property.Bottom<string | number> | undefined;
294
+ boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
295
+ boxShadow?: import("csstype").Property.BoxShadow | undefined;
296
+ boxSizing?: import("csstype").Property.BoxSizing | undefined;
297
+ breakAfter?: import("csstype").Property.BreakAfter | undefined;
298
+ breakBefore?: import("csstype").Property.BreakBefore | undefined;
299
+ breakInside?: import("csstype").Property.BreakInside | undefined;
300
+ captionSide?: import("csstype").Property.CaptionSide | undefined;
301
+ caretColor?: import("csstype").Property.CaretColor | undefined;
302
+ caretShape?: import("csstype").Property.CaretShape | undefined;
303
+ clear?: import("csstype").Property.Clear | undefined;
304
+ clipPath?: import("csstype").Property.ClipPath | undefined;
305
+ color?: import("csstype").Property.Color | undefined;
306
+ colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
307
+ colorScheme?: import("csstype").Property.ColorScheme | undefined;
308
+ columnCount?: import("csstype").Property.ColumnCount | undefined;
309
+ columnFill?: import("csstype").Property.ColumnFill | undefined;
310
+ columnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
311
+ columnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
312
+ columnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
313
+ columnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
314
+ columnSpan?: import("csstype").Property.ColumnSpan | undefined;
315
+ columnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
316
+ contain?: import("csstype").Property.Contain | undefined;
317
+ containIntrinsicBlockSize?: import("csstype").Property.ContainIntrinsicBlockSize<string | number> | undefined;
318
+ containIntrinsicHeight?: import("csstype").Property.ContainIntrinsicHeight<string | number> | undefined;
319
+ containIntrinsicInlineSize?: import("csstype").Property.ContainIntrinsicInlineSize<string | number> | undefined;
320
+ containIntrinsicWidth?: import("csstype").Property.ContainIntrinsicWidth<string | number> | undefined;
321
+ containerName?: import("csstype").Property.ContainerName | undefined;
322
+ containerType?: import("csstype").Property.ContainerType | undefined;
323
+ content?: import("csstype").Property.Content | undefined;
324
+ contentVisibility?: import("csstype").Property.ContentVisibility | undefined;
325
+ counterIncrement?: import("csstype").Property.CounterIncrement | undefined;
326
+ counterReset?: import("csstype").Property.CounterReset | undefined;
327
+ counterSet?: import("csstype").Property.CounterSet | undefined;
328
+ cursor?: import("csstype").Property.Cursor | undefined;
329
+ direction?: import("csstype").Property.Direction | undefined;
330
+ display?: import("csstype").Property.Display | undefined;
331
+ emptyCells?: import("csstype").Property.EmptyCells | undefined;
332
+ filter?: import("csstype").Property.Filter | undefined;
333
+ flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
334
+ flexDirection?: import("csstype").Property.FlexDirection | undefined;
335
+ flexGrow?: import("csstype").Property.FlexGrow | undefined;
336
+ flexShrink?: import("csstype").Property.FlexShrink | undefined;
337
+ flexWrap?: import("csstype").Property.FlexWrap | undefined;
338
+ float?: import("csstype").Property.Float | undefined;
339
+ fontFamily?: import("csstype").Property.FontFamily | undefined;
340
+ fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
341
+ fontKerning?: import("csstype").Property.FontKerning | undefined;
342
+ fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
343
+ fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | undefined;
344
+ fontPalette?: import("csstype").Property.FontPalette | undefined;
345
+ fontSize?: import("csstype").Property.FontSize<string | number> | undefined;
346
+ fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
347
+ fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
348
+ fontStretch?: import("csstype").Property.FontStretch | undefined;
349
+ fontStyle?: import("csstype").Property.FontStyle | undefined;
350
+ fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
351
+ fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
352
+ fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
353
+ fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | undefined;
354
+ fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | undefined;
355
+ fontVariant?: import("csstype").Property.FontVariant | undefined;
356
+ fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
357
+ fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
358
+ fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | undefined;
359
+ fontVariantEmoji?: import("csstype").Property.FontVariantEmoji | undefined;
360
+ fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
361
+ fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | undefined;
362
+ fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
363
+ fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
364
+ fontWeight?: import("csstype").Property.FontWeight | undefined;
365
+ forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
366
+ gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | undefined;
367
+ gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
368
+ gridAutoRows?: import("csstype").Property.GridAutoRows<string | number> | undefined;
369
+ gridColumnEnd?: import("csstype").Property.GridColumnEnd | undefined;
370
+ gridColumnStart?: import("csstype").Property.GridColumnStart | undefined;
371
+ gridRowEnd?: import("csstype").Property.GridRowEnd | undefined;
372
+ gridRowStart?: import("csstype").Property.GridRowStart | undefined;
373
+ gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | undefined;
374
+ gridTemplateColumns?: import("csstype").Property.GridTemplateColumns<string | number> | undefined;
375
+ gridTemplateRows?: import("csstype").Property.GridTemplateRows<string | number> | undefined;
376
+ hangingPunctuation?: import("csstype").Property.HangingPunctuation | undefined;
377
+ height?: import("csstype").Property.Height<string | number> | undefined;
378
+ hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
379
+ hyphenateLimitChars?: import("csstype").Property.HyphenateLimitChars | undefined;
380
+ hyphens?: import("csstype").Property.Hyphens | undefined;
381
+ imageOrientation?: import("csstype").Property.ImageOrientation | undefined;
382
+ imageRendering?: import("csstype").Property.ImageRendering | undefined;
383
+ imageResolution?: import("csstype").Property.ImageResolution | undefined;
384
+ initialLetter?: import("csstype").Property.InitialLetter | undefined;
385
+ inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
386
+ inputSecurity?: import("csstype").Property.InputSecurity | undefined;
387
+ insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
388
+ insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
389
+ insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
390
+ insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
391
+ isolation?: import("csstype").Property.Isolation | undefined;
392
+ justifyContent?: import("csstype").Property.JustifyContent | undefined;
393
+ justifyItems?: import("csstype").Property.JustifyItems | undefined;
394
+ justifySelf?: import("csstype").Property.JustifySelf | undefined;
395
+ justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
396
+ left?: import("csstype").Property.Left<string | number> | undefined;
397
+ letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | undefined;
398
+ lineBreak?: import("csstype").Property.LineBreak | undefined;
399
+ lineHeight?: import("csstype").Property.LineHeight<string | number> | undefined;
400
+ lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | undefined;
401
+ listStyleImage?: import("csstype").Property.ListStyleImage | undefined;
402
+ listStylePosition?: import("csstype").Property.ListStylePosition | undefined;
403
+ listStyleType?: import("csstype").Property.ListStyleType | undefined;
404
+ marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
405
+ marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
406
+ marginBottom?: import("csstype").Property.MarginBottom<string | number> | undefined;
407
+ marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
408
+ marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
409
+ marginLeft?: import("csstype").Property.MarginLeft<string | number> | undefined;
410
+ marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
411
+ marginTop?: import("csstype").Property.MarginTop<string | number> | undefined;
412
+ marginTrim?: import("csstype").Property.MarginTrim | undefined;
413
+ maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
414
+ maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
415
+ maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
416
+ maskBorderSlice?: import("csstype").Property.MaskBorderSlice | undefined;
417
+ maskBorderSource?: import("csstype").Property.MaskBorderSource | undefined;
418
+ maskBorderWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
419
+ maskClip?: import("csstype").Property.MaskClip | undefined;
420
+ maskComposite?: import("csstype").Property.MaskComposite | undefined;
421
+ maskImage?: import("csstype").Property.MaskImage | undefined;
422
+ maskMode?: import("csstype").Property.MaskMode | undefined;
423
+ maskOrigin?: import("csstype").Property.MaskOrigin | undefined;
424
+ maskPosition?: import("csstype").Property.MaskPosition<string | number> | undefined;
425
+ maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
426
+ maskSize?: import("csstype").Property.MaskSize<string | number> | undefined;
427
+ maskType?: import("csstype").Property.MaskType | undefined;
428
+ masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | undefined;
429
+ mathDepth?: import("csstype").Property.MathDepth | undefined;
430
+ mathShift?: import("csstype").Property.MathShift | undefined;
431
+ mathStyle?: import("csstype").Property.MathStyle | undefined;
432
+ maxBlockSize?: import("csstype").Property.MaxBlockSize<string | number> | undefined;
433
+ maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
434
+ maxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
435
+ maxLines?: import("csstype").Property.MaxLines | undefined;
436
+ maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
437
+ minBlockSize?: import("csstype").Property.MinBlockSize<string | number> | undefined;
438
+ minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
439
+ minInlineSize?: import("csstype").Property.MinInlineSize<string | number> | undefined;
440
+ minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
441
+ mixBlendMode?: import("csstype").Property.MixBlendMode | undefined;
442
+ motionDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
443
+ motionPath?: import("csstype").Property.OffsetPath | undefined;
444
+ motionRotation?: import("csstype").Property.OffsetRotate | undefined;
445
+ objectFit?: import("csstype").Property.ObjectFit | undefined;
446
+ objectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
447
+ offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
448
+ offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
449
+ offsetPath?: import("csstype").Property.OffsetPath | undefined;
450
+ offsetPosition?: import("csstype").Property.OffsetPosition<string | number> | undefined;
451
+ offsetRotate?: import("csstype").Property.OffsetRotate | undefined;
452
+ offsetRotation?: import("csstype").Property.OffsetRotate | undefined;
453
+ opacity?: import("csstype").Property.Opacity | undefined;
454
+ order?: import("csstype").Property.Order | undefined;
455
+ orphans?: import("csstype").Property.Orphans | undefined;
456
+ outlineColor?: import("csstype").Property.OutlineColor | undefined;
457
+ outlineOffset?: import("csstype").Property.OutlineOffset<string | number> | undefined;
458
+ outlineStyle?: import("csstype").Property.OutlineStyle | undefined;
459
+ outlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
460
+ overflowAnchor?: import("csstype").Property.OverflowAnchor | undefined;
461
+ overflowBlock?: import("csstype").Property.OverflowBlock | undefined;
462
+ overflowClipBox?: import("csstype").Property.OverflowClipBox | undefined;
463
+ overflowClipMargin?: import("csstype").Property.OverflowClipMargin<string | number> | undefined;
464
+ overflowInline?: import("csstype").Property.OverflowInline | undefined;
465
+ overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
466
+ overflowX?: import("csstype").Property.OverflowX | undefined;
467
+ overflowY?: import("csstype").Property.OverflowY | undefined;
468
+ overlay?: import("csstype").Property.Overlay | undefined;
469
+ overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
470
+ overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
471
+ overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
472
+ overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | undefined;
473
+ paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
474
+ paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
475
+ paddingBottom?: import("csstype").Property.PaddingBottom<string | number> | undefined;
476
+ paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
477
+ paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
478
+ paddingLeft?: import("csstype").Property.PaddingLeft<string | number> | undefined;
479
+ paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
480
+ paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
481
+ page?: import("csstype").Property.Page | undefined;
482
+ pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
483
+ pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
484
+ pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
485
+ paintOrder?: import("csstype").Property.PaintOrder | undefined;
486
+ perspective?: import("csstype").Property.Perspective<string | number> | undefined;
487
+ perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
488
+ pointerEvents?: import("csstype").Property.PointerEvents | undefined;
489
+ position?: import("csstype").Property.Position | undefined;
490
+ printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
491
+ quotes?: import("csstype").Property.Quotes | undefined;
492
+ resize?: import("csstype").Property.Resize | undefined;
493
+ right?: import("csstype").Property.Right<string | number> | undefined;
494
+ rotate?: import("csstype").Property.Rotate | undefined;
495
+ rowGap?: import("csstype").Property.RowGap<string | number> | undefined;
496
+ rubyAlign?: import("csstype").Property.RubyAlign | undefined;
497
+ rubyMerge?: import("csstype").Property.RubyMerge | undefined;
498
+ rubyPosition?: import("csstype").Property.RubyPosition | undefined;
499
+ scale?: import("csstype").Property.Scale | undefined;
500
+ scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
501
+ scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
502
+ scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
503
+ scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
504
+ scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined;
505
+ scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined;
506
+ scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
507
+ scrollMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
508
+ scrollMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
509
+ scrollPaddingBlockEnd?: import("csstype").Property.ScrollPaddingBlockEnd<string | number> | undefined;
510
+ scrollPaddingBlockStart?: import("csstype").Property.ScrollPaddingBlockStart<string | number> | undefined;
511
+ scrollPaddingBottom?: import("csstype").Property.ScrollPaddingBottom<string | number> | undefined;
512
+ scrollPaddingInlineEnd?: import("csstype").Property.ScrollPaddingInlineEnd<string | number> | undefined;
513
+ scrollPaddingInlineStart?: import("csstype").Property.ScrollPaddingInlineStart<string | number> | undefined;
514
+ scrollPaddingLeft?: import("csstype").Property.ScrollPaddingLeft<string | number> | undefined;
515
+ scrollPaddingRight?: import("csstype").Property.ScrollPaddingRight<string | number> | undefined;
516
+ scrollPaddingTop?: import("csstype").Property.ScrollPaddingTop<string | number> | undefined;
517
+ scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | undefined;
518
+ scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
519
+ scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
520
+ scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
521
+ scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
522
+ scrollSnapStop?: import("csstype").Property.ScrollSnapStop | undefined;
523
+ scrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
524
+ scrollTimelineAxis?: import("csstype").Property.ScrollTimelineAxis | undefined;
525
+ scrollTimelineName?: import("csstype").Property.ScrollTimelineName | undefined;
526
+ scrollbarColor?: import("csstype").Property.ScrollbarColor | undefined;
527
+ scrollbarGutter?: import("csstype").Property.ScrollbarGutter | undefined;
528
+ scrollbarWidth?: import("csstype").Property.ScrollbarWidth | undefined;
529
+ shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
530
+ shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
531
+ shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
532
+ tabSize?: import("csstype").Property.TabSize<string | number> | undefined;
533
+ tableLayout?: import("csstype").Property.TableLayout | undefined;
534
+ textAlign?: import("csstype").Property.TextAlign | undefined;
535
+ textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
536
+ textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined;
537
+ textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
538
+ textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
539
+ textDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
540
+ textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | undefined;
541
+ textDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
542
+ textDecorationThickness?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
543
+ textEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
544
+ textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
545
+ textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
546
+ textIndent?: import("csstype").Property.TextIndent<string | number> | undefined;
547
+ textJustify?: import("csstype").Property.TextJustify | undefined;
548
+ textOrientation?: import("csstype").Property.TextOrientation | undefined;
549
+ textOverflow?: import("csstype").Property.TextOverflow | undefined;
550
+ textRendering?: import("csstype").Property.TextRendering | undefined;
551
+ textShadow?: import("csstype").Property.TextShadow | undefined;
552
+ textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
553
+ textTransform?: import("csstype").Property.TextTransform | undefined;
554
+ textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
555
+ textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
556
+ textWrap?: import("csstype").Property.TextWrap | undefined;
557
+ timelineScope?: import("csstype").Property.TimelineScope | undefined;
558
+ top?: import("csstype").Property.Top<string | number> | undefined;
559
+ touchAction?: import("csstype").Property.TouchAction | undefined;
560
+ transform?: import("csstype").Property.Transform | undefined;
561
+ transformBox?: import("csstype").Property.TransformBox | undefined;
562
+ transformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
563
+ transformStyle?: import("csstype").Property.TransformStyle | undefined;
564
+ transitionBehavior?: import("csstype").Property.TransitionBehavior | undefined;
565
+ transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
566
+ transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
567
+ transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
568
+ transitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
569
+ translate?: import("csstype").Property.Translate<string | number> | undefined;
570
+ unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
571
+ userSelect?: import("csstype").Property.UserSelect | undefined;
572
+ verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
573
+ viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
574
+ viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
575
+ viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
576
+ viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
577
+ visibility?: import("csstype").Property.Visibility | undefined;
578
+ whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
579
+ whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
580
+ whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | undefined;
581
+ widows?: import("csstype").Property.Widows | undefined;
582
+ width?: import("csstype").Property.Width<string | number> | undefined;
583
+ willChange?: import("csstype").Property.WillChange | undefined;
584
+ wordBreak?: import("csstype").Property.WordBreak | undefined;
585
+ wordSpacing?: import("csstype").Property.WordSpacing<string | number> | undefined;
586
+ wordWrap?: import("csstype").Property.WordWrap | undefined;
587
+ writingMode?: import("csstype").Property.WritingMode | undefined;
588
+ zIndex?: import("csstype").Property.ZIndex | undefined;
589
+ zoom?: import("csstype").Property.Zoom | undefined;
590
+ all?: import("csstype").Globals | undefined;
591
+ animation?: import("csstype").Property.Animation<string & {}> | undefined;
592
+ animationRange?: import("csstype").Property.AnimationRange<string | number> | undefined;
593
+ background?: import("csstype").Property.Background<string | number> | undefined;
594
+ backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
595
+ border?: import("csstype").Property.Border<string | number> | undefined;
596
+ borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
597
+ borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
598
+ borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
599
+ borderBottom?: import("csstype").Property.BorderBottom<string | number> | undefined;
600
+ borderColor?: import("csstype").Property.BorderColor | undefined;
601
+ borderImage?: import("csstype").Property.BorderImage | undefined;
602
+ borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
603
+ borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
604
+ borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
605
+ borderLeft?: import("csstype").Property.BorderLeft<string | number> | undefined;
606
+ borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
607
+ borderRight?: import("csstype").Property.BorderRight<string | number> | undefined;
608
+ borderStyle?: import("csstype").Property.BorderStyle | undefined;
609
+ borderTop?: import("csstype").Property.BorderTop<string | number> | undefined;
610
+ borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
611
+ caret?: import("csstype").Property.Caret | undefined;
612
+ columnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
613
+ columns?: import("csstype").Property.Columns<string | number> | undefined;
614
+ containIntrinsicSize?: import("csstype").Property.ContainIntrinsicSize<string | number> | undefined;
615
+ container?: import("csstype").Property.Container | undefined;
616
+ flex?: import("csstype").Property.Flex<string | number> | undefined;
617
+ flexFlow?: import("csstype").Property.FlexFlow | undefined;
618
+ font?: import("csstype").Property.Font | undefined;
619
+ gap?: import("csstype").Property.Gap<string | number> | undefined;
620
+ grid?: import("csstype").Property.Grid | undefined;
621
+ gridArea?: import("csstype").Property.GridArea | undefined;
622
+ gridColumn?: import("csstype").Property.GridColumn | undefined;
623
+ gridRow?: import("csstype").Property.GridRow | undefined;
624
+ gridTemplate?: import("csstype").Property.GridTemplate | undefined;
625
+ inset?: import("csstype").Property.Inset<string | number> | undefined;
626
+ insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
627
+ insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
628
+ lineClamp?: import("csstype").Property.LineClamp | undefined;
629
+ listStyle?: import("csstype").Property.ListStyle | undefined;
630
+ margin?: import("csstype").Property.Margin<string | number> | undefined;
631
+ marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
632
+ marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
633
+ mask?: import("csstype").Property.Mask<string | number> | undefined;
634
+ maskBorder?: import("csstype").Property.MaskBorder | undefined;
635
+ motion?: import("csstype").Property.Offset<string | number> | undefined;
636
+ offset?: import("csstype").Property.Offset<string | number> | undefined;
637
+ outline?: import("csstype").Property.Outline<string | number> | undefined;
638
+ overflow?: import("csstype").Property.Overflow | undefined;
639
+ overscrollBehavior?: import("csstype").Property.OverscrollBehavior | undefined;
640
+ padding?: import("csstype").Property.Padding<string | number> | undefined;
641
+ paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
642
+ paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
643
+ placeContent?: import("csstype").Property.PlaceContent | undefined;
644
+ placeItems?: import("csstype").Property.PlaceItems | undefined;
645
+ placeSelf?: import("csstype").Property.PlaceSelf | undefined;
646
+ scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
647
+ scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
648
+ scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
649
+ scrollPadding?: import("csstype").Property.ScrollPadding<string | number> | undefined;
650
+ scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<string | number> | undefined;
651
+ scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<string | number> | undefined;
652
+ scrollSnapMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
653
+ scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
654
+ textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
655
+ textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
656
+ transition?: import("csstype").Property.Transition<string & {}> | undefined;
657
+ viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
658
+ MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
659
+ MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
660
+ MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
661
+ MozAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
662
+ MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
663
+ MozAnimationName?: import("csstype").Property.AnimationName | undefined;
664
+ MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
665
+ MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
666
+ MozAppearance?: import("csstype").Property.MozAppearance | undefined;
667
+ MozBinding?: import("csstype").Property.MozBinding | undefined;
668
+ MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
669
+ MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
670
+ MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
671
+ MozBorderEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
672
+ MozBorderLeftColors?: import("csstype").Property.MozBorderLeftColors | undefined;
673
+ MozBorderRightColors?: import("csstype").Property.MozBorderRightColors | undefined;
674
+ MozBorderStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
675
+ MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
676
+ MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined;
677
+ MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
678
+ MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
679
+ MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
680
+ MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
681
+ MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
682
+ MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
683
+ MozColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
684
+ MozContextProperties?: import("csstype").Property.MozContextProperties | undefined;
685
+ MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
686
+ MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
687
+ MozHyphens?: import("csstype").Property.Hyphens | undefined;
688
+ MozImageRegion?: import("csstype").Property.MozImageRegion | undefined;
689
+ MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
690
+ MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
691
+ MozOrient?: import("csstype").Property.MozOrient | undefined;
692
+ MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
693
+ MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
694
+ MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
695
+ MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
696
+ MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
697
+ MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
698
+ MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
699
+ MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
700
+ MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
701
+ MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
702
+ MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
703
+ MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
704
+ MozUserModify?: import("csstype").Property.MozUserModify | undefined;
705
+ MozUserSelect?: import("csstype").Property.UserSelect | undefined;
706
+ MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
707
+ MozWindowShadow?: import("csstype").Property.MozWindowShadow | undefined;
708
+ msAccelerator?: import("csstype").Property.MsAccelerator | undefined;
709
+ msBlockProgression?: import("csstype").Property.MsBlockProgression | undefined;
710
+ msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | undefined;
711
+ msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | undefined;
712
+ msContentZoomLimitMin?: import("csstype").Property.MsContentZoomLimitMin | undefined;
713
+ msContentZoomSnapPoints?: import("csstype").Property.MsContentZoomSnapPoints | undefined;
714
+ msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | undefined;
715
+ msContentZooming?: import("csstype").Property.MsContentZooming | undefined;
716
+ msFilter?: import("csstype").Property.MsFilter | undefined;
717
+ msFlexDirection?: import("csstype").Property.FlexDirection | undefined;
718
+ msFlexPositive?: import("csstype").Property.FlexGrow | undefined;
719
+ msFlowFrom?: import("csstype").Property.MsFlowFrom | undefined;
720
+ msFlowInto?: import("csstype").Property.MsFlowInto | undefined;
721
+ msGridColumns?: import("csstype").Property.MsGridColumns<string | number> | undefined;
722
+ msGridRows?: import("csstype").Property.MsGridRows<string | number> | undefined;
723
+ msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | undefined;
724
+ msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | undefined;
725
+ msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | undefined;
726
+ msHyphenateLimitZone?: import("csstype").Property.MsHyphenateLimitZone<string | number> | undefined;
727
+ msHyphens?: import("csstype").Property.Hyphens | undefined;
728
+ msImeAlign?: import("csstype").Property.MsImeAlign | undefined;
729
+ msLineBreak?: import("csstype").Property.LineBreak | undefined;
730
+ msOrder?: import("csstype").Property.Order | undefined;
731
+ msOverflowStyle?: import("csstype").Property.MsOverflowStyle | undefined;
732
+ msOverflowX?: import("csstype").Property.OverflowX | undefined;
733
+ msOverflowY?: import("csstype").Property.OverflowY | undefined;
734
+ msScrollChaining?: import("csstype").Property.MsScrollChaining | undefined;
735
+ msScrollLimitXMax?: import("csstype").Property.MsScrollLimitXMax<string | number> | undefined;
736
+ msScrollLimitXMin?: import("csstype").Property.MsScrollLimitXMin<string | number> | undefined;
737
+ msScrollLimitYMax?: import("csstype").Property.MsScrollLimitYMax<string | number> | undefined;
738
+ msScrollLimitYMin?: import("csstype").Property.MsScrollLimitYMin<string | number> | undefined;
739
+ msScrollRails?: import("csstype").Property.MsScrollRails | undefined;
740
+ msScrollSnapPointsX?: import("csstype").Property.MsScrollSnapPointsX | undefined;
741
+ msScrollSnapPointsY?: import("csstype").Property.MsScrollSnapPointsY | undefined;
742
+ msScrollSnapType?: import("csstype").Property.MsScrollSnapType | undefined;
743
+ msScrollTranslation?: import("csstype").Property.MsScrollTranslation | undefined;
744
+ msScrollbar3dlightColor?: import("csstype").Property.MsScrollbar3dlightColor | undefined;
745
+ msScrollbarArrowColor?: import("csstype").Property.MsScrollbarArrowColor | undefined;
746
+ msScrollbarBaseColor?: import("csstype").Property.MsScrollbarBaseColor | undefined;
747
+ msScrollbarDarkshadowColor?: import("csstype").Property.MsScrollbarDarkshadowColor | undefined;
748
+ msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | undefined;
749
+ msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | undefined;
750
+ msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | undefined;
751
+ msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
752
+ msTextAutospace?: import("csstype").Property.MsTextAutospace | undefined;
753
+ msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | undefined;
754
+ msTextOverflow?: import("csstype").Property.TextOverflow | undefined;
755
+ msTouchAction?: import("csstype").Property.TouchAction | undefined;
756
+ msTouchSelect?: import("csstype").Property.MsTouchSelect | undefined;
757
+ msTransform?: import("csstype").Property.Transform | undefined;
758
+ msTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
759
+ msTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
760
+ msTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
761
+ msTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
762
+ msTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
763
+ msUserSelect?: import("csstype").Property.MsUserSelect | undefined;
764
+ msWordBreak?: import("csstype").Property.WordBreak | undefined;
765
+ msWrapFlow?: import("csstype").Property.MsWrapFlow | undefined;
766
+ msWrapMargin?: import("csstype").Property.MsWrapMargin<string | number> | undefined;
767
+ msWrapThrough?: import("csstype").Property.MsWrapThrough | undefined;
768
+ msWritingMode?: import("csstype").Property.WritingMode | undefined;
769
+ WebkitAlignContent?: import("csstype").Property.AlignContent | undefined;
770
+ WebkitAlignItems?: import("csstype").Property.AlignItems | undefined;
771
+ WebkitAlignSelf?: import("csstype").Property.AlignSelf | undefined;
772
+ WebkitAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
773
+ WebkitAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
774
+ WebkitAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
775
+ WebkitAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
776
+ WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
777
+ WebkitAnimationName?: import("csstype").Property.AnimationName | undefined;
778
+ WebkitAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
779
+ WebkitAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
780
+ WebkitAppearance?: import("csstype").Property.WebkitAppearance | undefined;
781
+ WebkitBackdropFilter?: import("csstype").Property.BackdropFilter | undefined;
782
+ WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
783
+ WebkitBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
784
+ WebkitBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
785
+ WebkitBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
786
+ WebkitBorderBeforeColor?: import("csstype").Property.WebkitBorderBeforeColor | undefined;
787
+ WebkitBorderBeforeStyle?: import("csstype").Property.WebkitBorderBeforeStyle | undefined;
788
+ WebkitBorderBeforeWidth?: import("csstype").Property.WebkitBorderBeforeWidth<string | number> | undefined;
789
+ WebkitBorderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
790
+ WebkitBorderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
791
+ WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
792
+ WebkitBorderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
793
+ WebkitBorderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
794
+ WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
795
+ WebkitBoxReflect?: import("csstype").Property.WebkitBoxReflect<string | number> | undefined;
796
+ WebkitBoxShadow?: import("csstype").Property.BoxShadow | undefined;
797
+ WebkitBoxSizing?: import("csstype").Property.BoxSizing | undefined;
798
+ WebkitClipPath?: import("csstype").Property.ClipPath | undefined;
799
+ WebkitColumnCount?: import("csstype").Property.ColumnCount | undefined;
800
+ WebkitColumnFill?: import("csstype").Property.ColumnFill | undefined;
801
+ WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
802
+ WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
803
+ WebkitColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
804
+ WebkitColumnSpan?: import("csstype").Property.ColumnSpan | undefined;
805
+ WebkitColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
806
+ WebkitFilter?: import("csstype").Property.Filter | undefined;
807
+ WebkitFlexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
808
+ WebkitFlexDirection?: import("csstype").Property.FlexDirection | undefined;
809
+ WebkitFlexGrow?: import("csstype").Property.FlexGrow | undefined;
810
+ WebkitFlexShrink?: import("csstype").Property.FlexShrink | undefined;
811
+ WebkitFlexWrap?: import("csstype").Property.FlexWrap | undefined;
812
+ WebkitFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
813
+ WebkitFontKerning?: import("csstype").Property.FontKerning | undefined;
814
+ WebkitFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
815
+ WebkitFontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
816
+ WebkitHyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
817
+ WebkitHyphens?: import("csstype").Property.Hyphens | undefined;
818
+ WebkitInitialLetter?: import("csstype").Property.InitialLetter | undefined;
819
+ WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
820
+ WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
821
+ WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
822
+ WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
823
+ WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
824
+ WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
825
+ WebkitMaskBoxImageOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
826
+ WebkitMaskBoxImageRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
827
+ WebkitMaskBoxImageSlice?: import("csstype").Property.MaskBorderSlice | undefined;
828
+ WebkitMaskBoxImageSource?: import("csstype").Property.MaskBorderSource | undefined;
829
+ WebkitMaskBoxImageWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
830
+ WebkitMaskClip?: import("csstype").Property.WebkitMaskClip | undefined;
831
+ WebkitMaskComposite?: import("csstype").Property.WebkitMaskComposite | undefined;
832
+ WebkitMaskImage?: import("csstype").Property.WebkitMaskImage | undefined;
833
+ WebkitMaskOrigin?: import("csstype").Property.WebkitMaskOrigin | undefined;
834
+ WebkitMaskPosition?: import("csstype").Property.WebkitMaskPosition<string | number> | undefined;
835
+ WebkitMaskPositionX?: import("csstype").Property.WebkitMaskPositionX<string | number> | undefined;
836
+ WebkitMaskPositionY?: import("csstype").Property.WebkitMaskPositionY<string | number> | undefined;
837
+ WebkitMaskRepeat?: import("csstype").Property.WebkitMaskRepeat | undefined;
838
+ WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | undefined;
839
+ WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | undefined;
840
+ WebkitMaskSize?: import("csstype").Property.WebkitMaskSize<string | number> | undefined;
841
+ WebkitMaxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
842
+ WebkitOrder?: import("csstype").Property.Order | undefined;
843
+ WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | undefined;
844
+ WebkitPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
845
+ WebkitPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
846
+ WebkitPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
847
+ WebkitPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
848
+ WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
849
+ WebkitRubyPosition?: import("csstype").Property.RubyPosition | undefined;
850
+ WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
851
+ WebkitShapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
852
+ WebkitTapHighlightColor?: import("csstype").Property.WebkitTapHighlightColor | undefined;
853
+ WebkitTextCombine?: import("csstype").Property.TextCombineUpright | undefined;
854
+ WebkitTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
855
+ WebkitTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
856
+ WebkitTextDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
857
+ WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
858
+ WebkitTextEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
859
+ WebkitTextEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
860
+ WebkitTextEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
861
+ WebkitTextFillColor?: import("csstype").Property.WebkitTextFillColor | undefined;
862
+ WebkitTextOrientation?: import("csstype").Property.TextOrientation | undefined;
863
+ WebkitTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
864
+ WebkitTextStrokeColor?: import("csstype").Property.WebkitTextStrokeColor | undefined;
865
+ WebkitTextStrokeWidth?: import("csstype").Property.WebkitTextStrokeWidth<string | number> | undefined;
866
+ WebkitTextUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
867
+ WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | undefined;
868
+ WebkitTransform?: import("csstype").Property.Transform | undefined;
869
+ WebkitTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
870
+ WebkitTransformStyle?: import("csstype").Property.TransformStyle | undefined;
871
+ WebkitTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
872
+ WebkitTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
873
+ WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
874
+ WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
875
+ WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
876
+ WebkitUserSelect?: import("csstype").Property.UserSelect | undefined;
877
+ WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
878
+ MozAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
879
+ MozBorderImage?: import("csstype").Property.BorderImage | undefined;
880
+ MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
881
+ MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
882
+ MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
883
+ msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
884
+ msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
885
+ msFlex?: import("csstype").Property.Flex<string | number> | undefined;
886
+ msScrollLimit?: import("csstype").Property.MsScrollLimit | undefined;
887
+ msScrollSnapX?: import("csstype").Property.MsScrollSnapX | undefined;
888
+ msScrollSnapY?: import("csstype").Property.MsScrollSnapY | undefined;
889
+ msTransition?: import("csstype").Property.Transition<string & {}> | undefined;
890
+ WebkitAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
891
+ WebkitBorderBefore?: import("csstype").Property.WebkitBorderBefore<string | number> | undefined;
892
+ WebkitBorderImage?: import("csstype").Property.BorderImage | undefined;
893
+ WebkitBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
894
+ WebkitColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
895
+ WebkitColumns?: import("csstype").Property.Columns<string | number> | undefined;
896
+ WebkitFlex?: import("csstype").Property.Flex<string | number> | undefined;
897
+ WebkitFlexFlow?: import("csstype").Property.FlexFlow | undefined;
898
+ WebkitMask?: import("csstype").Property.WebkitMask<string | number> | undefined;
899
+ WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | undefined;
900
+ WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
901
+ WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | undefined;
902
+ WebkitTransition?: import("csstype").Property.Transition<string & {}> | undefined;
903
+ azimuth?: import("csstype").Property.Azimuth | undefined;
904
+ boxAlign?: import("csstype").Property.BoxAlign | undefined;
905
+ boxDirection?: import("csstype").Property.BoxDirection | undefined;
906
+ boxFlex?: import("csstype").Property.BoxFlex | undefined;
907
+ boxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
908
+ boxLines?: import("csstype").Property.BoxLines | undefined;
909
+ boxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
910
+ boxOrient?: import("csstype").Property.BoxOrient | undefined;
911
+ boxPack?: import("csstype").Property.BoxPack | undefined;
912
+ clip?: import("csstype").Property.Clip | undefined;
913
+ gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | undefined;
914
+ gridGap?: import("csstype").Property.GridGap<string | number> | undefined;
915
+ gridRowGap?: import("csstype").Property.GridRowGap<string | number> | undefined;
916
+ imeMode?: import("csstype").Property.ImeMode | undefined;
917
+ offsetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
918
+ offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
919
+ offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
920
+ offsetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
921
+ offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
922
+ offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
923
+ scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined;
924
+ scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | undefined;
925
+ scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
926
+ scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
927
+ scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | undefined;
928
+ scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | undefined;
929
+ KhtmlBoxAlign?: import("csstype").Property.BoxAlign | undefined;
930
+ KhtmlBoxDirection?: import("csstype").Property.BoxDirection | undefined;
931
+ KhtmlBoxFlex?: import("csstype").Property.BoxFlex | undefined;
932
+ KhtmlBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
933
+ KhtmlBoxLines?: import("csstype").Property.BoxLines | undefined;
934
+ KhtmlBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
935
+ KhtmlBoxOrient?: import("csstype").Property.BoxOrient | undefined;
936
+ KhtmlBoxPack?: import("csstype").Property.BoxPack | undefined;
937
+ KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
938
+ KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
939
+ KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
940
+ MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
941
+ MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
942
+ MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
943
+ MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
944
+ MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
945
+ MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
946
+ MozBorderRadiusBottomleft?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
947
+ MozBorderRadiusBottomright?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
948
+ MozBorderRadiusTopleft?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
949
+ MozBorderRadiusTopright?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
950
+ MozBoxAlign?: import("csstype").Property.BoxAlign | undefined;
951
+ MozBoxDirection?: import("csstype").Property.BoxDirection | undefined;
952
+ MozBoxFlex?: import("csstype").Property.BoxFlex | undefined;
953
+ MozBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
954
+ MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
955
+ MozBoxPack?: import("csstype").Property.BoxPack | undefined;
956
+ MozBoxShadow?: import("csstype").Property.BoxShadow | undefined;
957
+ MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
958
+ MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
959
+ MozOpacity?: import("csstype").Property.Opacity | undefined;
960
+ MozOutline?: import("csstype").Property.Outline<string | number> | undefined;
961
+ MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
962
+ MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
963
+ MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
964
+ MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
965
+ MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
966
+ MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
967
+ MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
968
+ MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
969
+ MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
970
+ MozTransform?: import("csstype").Property.Transform | undefined;
971
+ MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
972
+ MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
973
+ MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
974
+ MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
975
+ MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
976
+ MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
977
+ MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
978
+ MozUserInput?: import("csstype").Property.MozUserInput | undefined;
979
+ msImeMode?: import("csstype").Property.ImeMode | undefined;
980
+ OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
981
+ OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
982
+ OAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
983
+ OAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
984
+ OAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
985
+ OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
986
+ OAnimationName?: import("csstype").Property.AnimationName | undefined;
987
+ OAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
988
+ OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
989
+ OBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
990
+ OBorderImage?: import("csstype").Property.BorderImage | undefined;
991
+ OObjectFit?: import("csstype").Property.ObjectFit | undefined;
992
+ OObjectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
993
+ OTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
994
+ OTextOverflow?: import("csstype").Property.TextOverflow | undefined;
995
+ OTransform?: import("csstype").Property.Transform | undefined;
996
+ OTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
997
+ OTransition?: import("csstype").Property.Transition<string & {}> | undefined;
998
+ OTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
999
+ OTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1000
+ OTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
1001
+ OTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
1002
+ WebkitBoxAlign?: import("csstype").Property.BoxAlign | undefined;
1003
+ WebkitBoxDirection?: import("csstype").Property.BoxDirection | undefined;
1004
+ WebkitBoxFlex?: import("csstype").Property.BoxFlex | undefined;
1005
+ WebkitBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
1006
+ WebkitBoxLines?: import("csstype").Property.BoxLines | undefined;
1007
+ WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
1008
+ WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
1009
+ WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
1010
+ alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
1011
+ baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
1012
+ clipRule?: import("csstype").Property.ClipRule | undefined;
1013
+ colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
1014
+ colorRendering?: import("csstype").Property.ColorRendering | undefined;
1015
+ dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
1016
+ fill?: import("csstype").Property.Fill | undefined;
1017
+ fillOpacity?: import("csstype").Property.FillOpacity | undefined;
1018
+ fillRule?: import("csstype").Property.FillRule | undefined;
1019
+ floodColor?: import("csstype").Property.FloodColor | undefined;
1020
+ floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
1021
+ glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined;
1022
+ lightingColor?: import("csstype").Property.LightingColor | undefined;
1023
+ marker?: import("csstype").Property.Marker | undefined;
1024
+ markerEnd?: import("csstype").Property.MarkerEnd | undefined;
1025
+ markerMid?: import("csstype").Property.MarkerMid | undefined;
1026
+ markerStart?: import("csstype").Property.MarkerStart | undefined;
1027
+ shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
1028
+ stopColor?: import("csstype").Property.StopColor | undefined;
1029
+ stopOpacity?: import("csstype").Property.StopOpacity | undefined;
1030
+ stroke?: import("csstype").Property.Stroke | undefined;
1031
+ strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
1032
+ strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
1033
+ strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
1034
+ strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
1035
+ strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
1036
+ strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
1037
+ strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
1038
+ textAnchor?: import("csstype").Property.TextAnchor | undefined;
1039
+ vectorEffect?: import("csstype").Property.VectorEffect | undefined;
1040
+ "accent-color"?: import("csstype").Property.AccentColor | undefined;
1041
+ "align-content"?: import("csstype").Property.AlignContent | undefined;
1042
+ "align-items"?: import("csstype").Property.AlignItems | undefined;
1043
+ "align-self"?: import("csstype").Property.AlignSelf | undefined;
1044
+ "align-tracks"?: import("csstype").Property.AlignTracks | undefined;
1045
+ "animation-composition"?: import("csstype").Property.AnimationComposition | undefined;
1046
+ "animation-delay"?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
1047
+ "animation-direction"?: import("csstype").Property.AnimationDirection | undefined;
1048
+ "animation-duration"?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
1049
+ "animation-fill-mode"?: import("csstype").Property.AnimationFillMode | undefined;
1050
+ "animation-iteration-count"?: import("csstype").Property.AnimationIterationCount | undefined;
1051
+ "animation-name"?: import("csstype").Property.AnimationName | undefined;
1052
+ "animation-play-state"?: import("csstype").Property.AnimationPlayState | undefined;
1053
+ "animation-range-end"?: import("csstype").Property.AnimationRangeEnd<string | number> | undefined;
1054
+ "animation-range-start"?: import("csstype").Property.AnimationRangeStart<string | number> | undefined;
1055
+ "animation-timeline"?: import("csstype").Property.AnimationTimeline | undefined;
1056
+ "animation-timing-function"?: import("csstype").Property.AnimationTimingFunction | undefined;
1057
+ "aspect-ratio"?: import("csstype").Property.AspectRatio | undefined;
1058
+ "backdrop-filter"?: import("csstype").Property.BackdropFilter | undefined;
1059
+ "backface-visibility"?: import("csstype").Property.BackfaceVisibility | undefined;
1060
+ "background-attachment"?: import("csstype").Property.BackgroundAttachment | undefined;
1061
+ "background-blend-mode"?: import("csstype").Property.BackgroundBlendMode | undefined;
1062
+ "background-clip"?: import("csstype").Property.BackgroundClip | undefined;
1063
+ "background-color"?: import("csstype").Property.BackgroundColor | undefined;
1064
+ "background-image"?: import("csstype").Property.BackgroundImage | undefined;
1065
+ "background-origin"?: import("csstype").Property.BackgroundOrigin | undefined;
1066
+ "background-position-x"?: import("csstype").Property.BackgroundPositionX<string | number> | undefined;
1067
+ "background-position-y"?: import("csstype").Property.BackgroundPositionY<string | number> | undefined;
1068
+ "background-repeat"?: import("csstype").Property.BackgroundRepeat | undefined;
1069
+ "background-size"?: import("csstype").Property.BackgroundSize<string | number> | undefined;
1070
+ "block-overflow"?: import("csstype").Property.BlockOverflow | undefined;
1071
+ "block-size"?: import("csstype").Property.BlockSize<string | number> | undefined;
1072
+ "border-block-color"?: import("csstype").Property.BorderBlockColor | undefined;
1073
+ "border-block-end-color"?: import("csstype").Property.BorderBlockEndColor | undefined;
1074
+ "border-block-end-style"?: import("csstype").Property.BorderBlockEndStyle | undefined;
1075
+ "border-block-end-width"?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
1076
+ "border-block-start-color"?: import("csstype").Property.BorderBlockStartColor | undefined;
1077
+ "border-block-start-style"?: import("csstype").Property.BorderBlockStartStyle | undefined;
1078
+ "border-block-start-width"?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
1079
+ "border-block-style"?: import("csstype").Property.BorderBlockStyle | undefined;
1080
+ "border-block-width"?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
1081
+ "border-bottom-color"?: import("csstype").Property.BorderBottomColor | undefined;
1082
+ "border-bottom-left-radius"?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
1083
+ "border-bottom-right-radius"?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
1084
+ "border-bottom-style"?: import("csstype").Property.BorderBottomStyle | undefined;
1085
+ "border-bottom-width"?: import("csstype").Property.BorderBottomWidth<string | number> | undefined;
1086
+ "border-collapse"?: import("csstype").Property.BorderCollapse | undefined;
1087
+ "border-end-end-radius"?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
1088
+ "border-end-start-radius"?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
1089
+ "border-image-outset"?: import("csstype").Property.BorderImageOutset<string | number> | undefined;
1090
+ "border-image-repeat"?: import("csstype").Property.BorderImageRepeat | undefined;
1091
+ "border-image-slice"?: import("csstype").Property.BorderImageSlice | undefined;
1092
+ "border-image-source"?: import("csstype").Property.BorderImageSource | undefined;
1093
+ "border-image-width"?: import("csstype").Property.BorderImageWidth<string | number> | undefined;
1094
+ "border-inline-color"?: import("csstype").Property.BorderInlineColor | undefined;
1095
+ "border-inline-end-color"?: import("csstype").Property.BorderInlineEndColor | undefined;
1096
+ "border-inline-end-style"?: import("csstype").Property.BorderInlineEndStyle | undefined;
1097
+ "border-inline-end-width"?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
1098
+ "border-inline-start-color"?: import("csstype").Property.BorderInlineStartColor | undefined;
1099
+ "border-inline-start-style"?: import("csstype").Property.BorderInlineStartStyle | undefined;
1100
+ "border-inline-start-width"?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
1101
+ "border-inline-style"?: import("csstype").Property.BorderInlineStyle | undefined;
1102
+ "border-inline-width"?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
1103
+ "border-left-color"?: import("csstype").Property.BorderLeftColor | undefined;
1104
+ "border-left-style"?: import("csstype").Property.BorderLeftStyle | undefined;
1105
+ "border-left-width"?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
1106
+ "border-right-color"?: import("csstype").Property.BorderRightColor | undefined;
1107
+ "border-right-style"?: import("csstype").Property.BorderRightStyle | undefined;
1108
+ "border-right-width"?: import("csstype").Property.BorderRightWidth<string | number> | undefined;
1109
+ "border-spacing"?: import("csstype").Property.BorderSpacing<string | number> | undefined;
1110
+ "border-start-end-radius"?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
1111
+ "border-start-start-radius"?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
1112
+ "border-top-color"?: import("csstype").Property.BorderTopColor | undefined;
1113
+ "border-top-left-radius"?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
1114
+ "border-top-right-radius"?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
1115
+ "border-top-style"?: import("csstype").Property.BorderTopStyle | undefined;
1116
+ "border-top-width"?: import("csstype").Property.BorderTopWidth<string | number> | undefined;
1117
+ "box-decoration-break"?: import("csstype").Property.BoxDecorationBreak | undefined;
1118
+ "box-shadow"?: import("csstype").Property.BoxShadow | undefined;
1119
+ "box-sizing"?: import("csstype").Property.BoxSizing | undefined;
1120
+ "break-after"?: import("csstype").Property.BreakAfter | undefined;
1121
+ "break-before"?: import("csstype").Property.BreakBefore | undefined;
1122
+ "break-inside"?: import("csstype").Property.BreakInside | undefined;
1123
+ "caption-side"?: import("csstype").Property.CaptionSide | undefined;
1124
+ "caret-color"?: import("csstype").Property.CaretColor | undefined;
1125
+ "caret-shape"?: import("csstype").Property.CaretShape | undefined;
1126
+ "clip-path"?: import("csstype").Property.ClipPath | undefined;
1127
+ "color-adjust"?: import("csstype").Property.PrintColorAdjust | undefined;
1128
+ "color-scheme"?: import("csstype").Property.ColorScheme | undefined;
1129
+ "column-count"?: import("csstype").Property.ColumnCount | undefined;
1130
+ "column-fill"?: import("csstype").Property.ColumnFill | undefined;
1131
+ "column-gap"?: import("csstype").Property.ColumnGap<string | number> | undefined;
1132
+ "column-rule-color"?: import("csstype").Property.ColumnRuleColor | undefined;
1133
+ "column-rule-style"?: import("csstype").Property.ColumnRuleStyle | undefined;
1134
+ "column-rule-width"?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
1135
+ "column-span"?: import("csstype").Property.ColumnSpan | undefined;
1136
+ "column-width"?: import("csstype").Property.ColumnWidth<string | number> | undefined;
1137
+ "contain-intrinsic-block-size"?: import("csstype").Property.ContainIntrinsicBlockSize<string | number> | undefined;
1138
+ "contain-intrinsic-height"?: import("csstype").Property.ContainIntrinsicHeight<string | number> | undefined;
1139
+ "contain-intrinsic-inline-size"?: import("csstype").Property.ContainIntrinsicInlineSize<string | number> | undefined;
1140
+ "contain-intrinsic-width"?: import("csstype").Property.ContainIntrinsicWidth<string | number> | undefined;
1141
+ "container-name"?: import("csstype").Property.ContainerName | undefined;
1142
+ "container-type"?: import("csstype").Property.ContainerType | undefined;
1143
+ "content-visibility"?: import("csstype").Property.ContentVisibility | undefined;
1144
+ "counter-increment"?: import("csstype").Property.CounterIncrement | undefined;
1145
+ "counter-reset"?: import("csstype").Property.CounterReset | undefined;
1146
+ "counter-set"?: import("csstype").Property.CounterSet | undefined;
1147
+ "empty-cells"?: import("csstype").Property.EmptyCells | undefined;
1148
+ "flex-basis"?: import("csstype").Property.FlexBasis<string | number> | undefined;
1149
+ "flex-direction"?: import("csstype").Property.FlexDirection | undefined;
1150
+ "flex-grow"?: import("csstype").Property.FlexGrow | undefined;
1151
+ "flex-shrink"?: import("csstype").Property.FlexShrink | undefined;
1152
+ "flex-wrap"?: import("csstype").Property.FlexWrap | undefined;
1153
+ "font-family"?: import("csstype").Property.FontFamily | undefined;
1154
+ "font-feature-settings"?: import("csstype").Property.FontFeatureSettings | undefined;
1155
+ "font-kerning"?: import("csstype").Property.FontKerning | undefined;
1156
+ "font-language-override"?: import("csstype").Property.FontLanguageOverride | undefined;
1157
+ "font-optical-sizing"?: import("csstype").Property.FontOpticalSizing | undefined;
1158
+ "font-palette"?: import("csstype").Property.FontPalette | undefined;
1159
+ "font-size"?: import("csstype").Property.FontSize<string | number> | undefined;
1160
+ "font-size-adjust"?: import("csstype").Property.FontSizeAdjust | undefined;
1161
+ "font-smooth"?: import("csstype").Property.FontSmooth<string | number> | undefined;
1162
+ "font-stretch"?: import("csstype").Property.FontStretch | undefined;
1163
+ "font-style"?: import("csstype").Property.FontStyle | undefined;
1164
+ "font-synthesis"?: import("csstype").Property.FontSynthesis | undefined;
1165
+ "font-synthesis-position"?: import("csstype").Property.FontSynthesisPosition | undefined;
1166
+ "font-synthesis-small-caps"?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
1167
+ "font-synthesis-style"?: import("csstype").Property.FontSynthesisStyle | undefined;
1168
+ "font-synthesis-weight"?: import("csstype").Property.FontSynthesisWeight | undefined;
1169
+ "font-variant"?: import("csstype").Property.FontVariant | undefined;
1170
+ "font-variant-alternates"?: import("csstype").Property.FontVariantAlternates | undefined;
1171
+ "font-variant-caps"?: import("csstype").Property.FontVariantCaps | undefined;
1172
+ "font-variant-east-asian"?: import("csstype").Property.FontVariantEastAsian | undefined;
1173
+ "font-variant-emoji"?: import("csstype").Property.FontVariantEmoji | undefined;
1174
+ "font-variant-ligatures"?: import("csstype").Property.FontVariantLigatures | undefined;
1175
+ "font-variant-numeric"?: import("csstype").Property.FontVariantNumeric | undefined;
1176
+ "font-variant-position"?: import("csstype").Property.FontVariantPosition | undefined;
1177
+ "font-variation-settings"?: import("csstype").Property.FontVariationSettings | undefined;
1178
+ "font-weight"?: import("csstype").Property.FontWeight | undefined;
1179
+ "forced-color-adjust"?: import("csstype").Property.ForcedColorAdjust | undefined;
1180
+ "grid-auto-columns"?: import("csstype").Property.GridAutoColumns<string | number> | undefined;
1181
+ "grid-auto-flow"?: import("csstype").Property.GridAutoFlow | undefined;
1182
+ "grid-auto-rows"?: import("csstype").Property.GridAutoRows<string | number> | undefined;
1183
+ "grid-column-end"?: import("csstype").Property.GridColumnEnd | undefined;
1184
+ "grid-column-start"?: import("csstype").Property.GridColumnStart | undefined;
1185
+ "grid-row-end"?: import("csstype").Property.GridRowEnd | undefined;
1186
+ "grid-row-start"?: import("csstype").Property.GridRowStart | undefined;
1187
+ "grid-template-areas"?: import("csstype").Property.GridTemplateAreas | undefined;
1188
+ "grid-template-columns"?: import("csstype").Property.GridTemplateColumns<string | number> | undefined;
1189
+ "grid-template-rows"?: import("csstype").Property.GridTemplateRows<string | number> | undefined;
1190
+ "hanging-punctuation"?: import("csstype").Property.HangingPunctuation | undefined;
1191
+ "hyphenate-character"?: import("csstype").Property.HyphenateCharacter | undefined;
1192
+ "hyphenate-limit-chars"?: import("csstype").Property.HyphenateLimitChars | undefined;
1193
+ "image-orientation"?: import("csstype").Property.ImageOrientation | undefined;
1194
+ "image-rendering"?: import("csstype").Property.ImageRendering | undefined;
1195
+ "image-resolution"?: import("csstype").Property.ImageResolution | undefined;
1196
+ "initial-letter"?: import("csstype").Property.InitialLetter | undefined;
1197
+ "inline-size"?: import("csstype").Property.InlineSize<string | number> | undefined;
1198
+ "input-security"?: import("csstype").Property.InputSecurity | undefined;
1199
+ "inset-block-end"?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
1200
+ "inset-block-start"?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
1201
+ "inset-inline-end"?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
1202
+ "inset-inline-start"?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
1203
+ "justify-content"?: import("csstype").Property.JustifyContent | undefined;
1204
+ "justify-items"?: import("csstype").Property.JustifyItems | undefined;
1205
+ "justify-self"?: import("csstype").Property.JustifySelf | undefined;
1206
+ "justify-tracks"?: import("csstype").Property.JustifyTracks | undefined;
1207
+ "letter-spacing"?: import("csstype").Property.LetterSpacing<string | number> | undefined;
1208
+ "line-break"?: import("csstype").Property.LineBreak | undefined;
1209
+ "line-height"?: import("csstype").Property.LineHeight<string | number> | undefined;
1210
+ "line-height-step"?: import("csstype").Property.LineHeightStep<string | number> | undefined;
1211
+ "list-style-image"?: import("csstype").Property.ListStyleImage | undefined;
1212
+ "list-style-position"?: import("csstype").Property.ListStylePosition | undefined;
1213
+ "list-style-type"?: import("csstype").Property.ListStyleType | undefined;
1214
+ "margin-block-end"?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
1215
+ "margin-block-start"?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
1216
+ "margin-bottom"?: import("csstype").Property.MarginBottom<string | number> | undefined;
1217
+ "margin-inline-end"?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
1218
+ "margin-inline-start"?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
1219
+ "margin-left"?: import("csstype").Property.MarginLeft<string | number> | undefined;
1220
+ "margin-right"?: import("csstype").Property.MarginRight<string | number> | undefined;
1221
+ "margin-top"?: import("csstype").Property.MarginTop<string | number> | undefined;
1222
+ "margin-trim"?: import("csstype").Property.MarginTrim | undefined;
1223
+ "mask-border-mode"?: import("csstype").Property.MaskBorderMode | undefined;
1224
+ "mask-border-outset"?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
1225
+ "mask-border-repeat"?: import("csstype").Property.MaskBorderRepeat | undefined;
1226
+ "mask-border-slice"?: import("csstype").Property.MaskBorderSlice | undefined;
1227
+ "mask-border-source"?: import("csstype").Property.MaskBorderSource | undefined;
1228
+ "mask-border-width"?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
1229
+ "mask-clip"?: import("csstype").Property.MaskClip | undefined;
1230
+ "mask-composite"?: import("csstype").Property.MaskComposite | undefined;
1231
+ "mask-image"?: import("csstype").Property.MaskImage | undefined;
1232
+ "mask-mode"?: import("csstype").Property.MaskMode | undefined;
1233
+ "mask-origin"?: import("csstype").Property.MaskOrigin | undefined;
1234
+ "mask-position"?: import("csstype").Property.MaskPosition<string | number> | undefined;
1235
+ "mask-repeat"?: import("csstype").Property.MaskRepeat | undefined;
1236
+ "mask-size"?: import("csstype").Property.MaskSize<string | number> | undefined;
1237
+ "mask-type"?: import("csstype").Property.MaskType | undefined;
1238
+ "masonry-auto-flow"?: import("csstype").Property.MasonryAutoFlow | undefined;
1239
+ "math-depth"?: import("csstype").Property.MathDepth | undefined;
1240
+ "math-shift"?: import("csstype").Property.MathShift | undefined;
1241
+ "math-style"?: import("csstype").Property.MathStyle | undefined;
1242
+ "max-block-size"?: import("csstype").Property.MaxBlockSize<string | number> | undefined;
1243
+ "max-height"?: import("csstype").Property.MaxHeight<string | number> | undefined;
1244
+ "max-inline-size"?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
1245
+ "max-lines"?: import("csstype").Property.MaxLines | undefined;
1246
+ "max-width"?: import("csstype").Property.MaxWidth<string | number> | undefined;
1247
+ "min-block-size"?: import("csstype").Property.MinBlockSize<string | number> | undefined;
1248
+ "min-height"?: import("csstype").Property.MinHeight<string | number> | undefined;
1249
+ "min-inline-size"?: import("csstype").Property.MinInlineSize<string | number> | undefined;
1250
+ "min-width"?: import("csstype").Property.MinWidth<string | number> | undefined;
1251
+ "mix-blend-mode"?: import("csstype").Property.MixBlendMode | undefined;
1252
+ "motion-distance"?: import("csstype").Property.OffsetDistance<string | number> | undefined;
1253
+ "motion-path"?: import("csstype").Property.OffsetPath | undefined;
1254
+ "motion-rotation"?: import("csstype").Property.OffsetRotate | undefined;
1255
+ "object-fit"?: import("csstype").Property.ObjectFit | undefined;
1256
+ "object-position"?: import("csstype").Property.ObjectPosition<string | number> | undefined;
1257
+ "offset-anchor"?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
1258
+ "offset-distance"?: import("csstype").Property.OffsetDistance<string | number> | undefined;
1259
+ "offset-path"?: import("csstype").Property.OffsetPath | undefined;
1260
+ "offset-position"?: import("csstype").Property.OffsetPosition<string | number> | undefined;
1261
+ "offset-rotate"?: import("csstype").Property.OffsetRotate | undefined;
1262
+ "offset-rotation"?: import("csstype").Property.OffsetRotate | undefined;
1263
+ "outline-color"?: import("csstype").Property.OutlineColor | undefined;
1264
+ "outline-offset"?: import("csstype").Property.OutlineOffset<string | number> | undefined;
1265
+ "outline-style"?: import("csstype").Property.OutlineStyle | undefined;
1266
+ "outline-width"?: import("csstype").Property.OutlineWidth<string | number> | undefined;
1267
+ "overflow-anchor"?: import("csstype").Property.OverflowAnchor | undefined;
1268
+ "overflow-block"?: import("csstype").Property.OverflowBlock | undefined;
1269
+ "overflow-clip-box"?: import("csstype").Property.OverflowClipBox | undefined;
1270
+ "overflow-clip-margin"?: import("csstype").Property.OverflowClipMargin<string | number> | undefined;
1271
+ "overflow-inline"?: import("csstype").Property.OverflowInline | undefined;
1272
+ "overflow-wrap"?: import("csstype").Property.OverflowWrap | undefined;
1273
+ "overflow-x"?: import("csstype").Property.OverflowX | undefined;
1274
+ "overflow-y"?: import("csstype").Property.OverflowY | undefined;
1275
+ "overscroll-behavior-block"?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
1276
+ "overscroll-behavior-inline"?: import("csstype").Property.OverscrollBehaviorInline | undefined;
1277
+ "overscroll-behavior-x"?: import("csstype").Property.OverscrollBehaviorX | undefined;
1278
+ "overscroll-behavior-y"?: import("csstype").Property.OverscrollBehaviorY | undefined;
1279
+ "padding-block-end"?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
1280
+ "padding-block-start"?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
1281
+ "padding-bottom"?: import("csstype").Property.PaddingBottom<string | number> | undefined;
1282
+ "padding-inline-end"?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
1283
+ "padding-inline-start"?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
1284
+ "padding-left"?: import("csstype").Property.PaddingLeft<string | number> | undefined;
1285
+ "padding-right"?: import("csstype").Property.PaddingRight<string | number> | undefined;
1286
+ "padding-top"?: import("csstype").Property.PaddingTop<string | number> | undefined;
1287
+ "page-break-after"?: import("csstype").Property.PageBreakAfter | undefined;
1288
+ "page-break-before"?: import("csstype").Property.PageBreakBefore | undefined;
1289
+ "page-break-inside"?: import("csstype").Property.PageBreakInside | undefined;
1290
+ "paint-order"?: import("csstype").Property.PaintOrder | undefined;
1291
+ "perspective-origin"?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
1292
+ "pointer-events"?: import("csstype").Property.PointerEvents | undefined;
1293
+ "print-color-adjust"?: import("csstype").Property.PrintColorAdjust | undefined;
1294
+ "row-gap"?: import("csstype").Property.RowGap<string | number> | undefined;
1295
+ "ruby-align"?: import("csstype").Property.RubyAlign | undefined;
1296
+ "ruby-merge"?: import("csstype").Property.RubyMerge | undefined;
1297
+ "ruby-position"?: import("csstype").Property.RubyPosition | undefined;
1298
+ "scroll-behavior"?: import("csstype").Property.ScrollBehavior | undefined;
1299
+ "scroll-margin-block-end"?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
1300
+ "scroll-margin-block-start"?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
1301
+ "scroll-margin-bottom"?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
1302
+ "scroll-margin-inline-end"?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined;
1303
+ "scroll-margin-inline-start"?: import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined;
1304
+ "scroll-margin-left"?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
1305
+ "scroll-margin-right"?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
1306
+ "scroll-margin-top"?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
1307
+ "scroll-padding-block-end"?: import("csstype").Property.ScrollPaddingBlockEnd<string | number> | undefined;
1308
+ "scroll-padding-block-start"?: import("csstype").Property.ScrollPaddingBlockStart<string | number> | undefined;
1309
+ "scroll-padding-bottom"?: import("csstype").Property.ScrollPaddingBottom<string | number> | undefined;
1310
+ "scroll-padding-inline-end"?: import("csstype").Property.ScrollPaddingInlineEnd<string | number> | undefined;
1311
+ "scroll-padding-inline-start"?: import("csstype").Property.ScrollPaddingInlineStart<string | number> | undefined;
1312
+ "scroll-padding-left"?: import("csstype").Property.ScrollPaddingLeft<string | number> | undefined;
1313
+ "scroll-padding-right"?: import("csstype").Property.ScrollPaddingRight<string | number> | undefined;
1314
+ "scroll-padding-top"?: import("csstype").Property.ScrollPaddingTop<string | number> | undefined;
1315
+ "scroll-snap-align"?: import("csstype").Property.ScrollSnapAlign | undefined;
1316
+ "scroll-snap-margin-bottom"?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
1317
+ "scroll-snap-margin-left"?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
1318
+ "scroll-snap-margin-right"?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
1319
+ "scroll-snap-margin-top"?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
1320
+ "scroll-snap-stop"?: import("csstype").Property.ScrollSnapStop | undefined;
1321
+ "scroll-snap-type"?: import("csstype").Property.ScrollSnapType | undefined;
1322
+ "scroll-timeline-axis"?: import("csstype").Property.ScrollTimelineAxis | undefined;
1323
+ "scroll-timeline-name"?: import("csstype").Property.ScrollTimelineName | undefined;
1324
+ "scrollbar-color"?: import("csstype").Property.ScrollbarColor | undefined;
1325
+ "scrollbar-gutter"?: import("csstype").Property.ScrollbarGutter | undefined;
1326
+ "scrollbar-width"?: import("csstype").Property.ScrollbarWidth | undefined;
1327
+ "shape-image-threshold"?: import("csstype").Property.ShapeImageThreshold | undefined;
1328
+ "shape-margin"?: import("csstype").Property.ShapeMargin<string | number> | undefined;
1329
+ "shape-outside"?: import("csstype").Property.ShapeOutside | undefined;
1330
+ "tab-size"?: import("csstype").Property.TabSize<string | number> | undefined;
1331
+ "table-layout"?: import("csstype").Property.TableLayout | undefined;
1332
+ "text-align"?: import("csstype").Property.TextAlign | undefined;
1333
+ "text-align-last"?: import("csstype").Property.TextAlignLast | undefined;
1334
+ "text-combine-upright"?: import("csstype").Property.TextCombineUpright | undefined;
1335
+ "text-decoration-color"?: import("csstype").Property.TextDecorationColor | undefined;
1336
+ "text-decoration-line"?: import("csstype").Property.TextDecorationLine | undefined;
1337
+ "text-decoration-skip"?: import("csstype").Property.TextDecorationSkip | undefined;
1338
+ "text-decoration-skip-ink"?: import("csstype").Property.TextDecorationSkipInk | undefined;
1339
+ "text-decoration-style"?: import("csstype").Property.TextDecorationStyle | undefined;
1340
+ "text-decoration-thickness"?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
1341
+ "text-emphasis-color"?: import("csstype").Property.TextEmphasisColor | undefined;
1342
+ "text-emphasis-position"?: import("csstype").Property.TextEmphasisPosition | undefined;
1343
+ "text-emphasis-style"?: import("csstype").Property.TextEmphasisStyle | undefined;
1344
+ "text-indent"?: import("csstype").Property.TextIndent<string | number> | undefined;
1345
+ "text-justify"?: import("csstype").Property.TextJustify | undefined;
1346
+ "text-orientation"?: import("csstype").Property.TextOrientation | undefined;
1347
+ "text-overflow"?: import("csstype").Property.TextOverflow | undefined;
1348
+ "text-rendering"?: import("csstype").Property.TextRendering | undefined;
1349
+ "text-shadow"?: import("csstype").Property.TextShadow | undefined;
1350
+ "text-size-adjust"?: import("csstype").Property.TextSizeAdjust | undefined;
1351
+ "text-transform"?: import("csstype").Property.TextTransform | undefined;
1352
+ "text-underline-offset"?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
1353
+ "text-underline-position"?: import("csstype").Property.TextUnderlinePosition | undefined;
1354
+ "text-wrap"?: import("csstype").Property.TextWrap | undefined;
1355
+ "timeline-scope"?: import("csstype").Property.TimelineScope | undefined;
1356
+ "touch-action"?: import("csstype").Property.TouchAction | undefined;
1357
+ "transform-box"?: import("csstype").Property.TransformBox | undefined;
1358
+ "transform-origin"?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1359
+ "transform-style"?: import("csstype").Property.TransformStyle | undefined;
1360
+ "transition-behavior"?: import("csstype").Property.TransitionBehavior | undefined;
1361
+ "transition-delay"?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1362
+ "transition-duration"?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1363
+ "transition-property"?: import("csstype").Property.TransitionProperty | undefined;
1364
+ "transition-timing-function"?: import("csstype").Property.TransitionTimingFunction | undefined;
1365
+ "unicode-bidi"?: import("csstype").Property.UnicodeBidi | undefined;
1366
+ "user-select"?: import("csstype").Property.UserSelect | undefined;
1367
+ "vertical-align"?: import("csstype").Property.VerticalAlign<string | number> | undefined;
1368
+ "view-timeline-axis"?: import("csstype").Property.ViewTimelineAxis | undefined;
1369
+ "view-timeline-inset"?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
1370
+ "view-timeline-name"?: import("csstype").Property.ViewTimelineName | undefined;
1371
+ "view-transition-name"?: import("csstype").Property.ViewTransitionName | undefined;
1372
+ "white-space"?: import("csstype").Property.WhiteSpace | undefined;
1373
+ "white-space-collapse"?: import("csstype").Property.WhiteSpaceCollapse | undefined;
1374
+ "white-space-trim"?: import("csstype").Property.WhiteSpaceTrim | undefined;
1375
+ "will-change"?: import("csstype").Property.WillChange | undefined;
1376
+ "word-break"?: import("csstype").Property.WordBreak | undefined;
1377
+ "word-spacing"?: import("csstype").Property.WordSpacing<string | number> | undefined;
1378
+ "word-wrap"?: import("csstype").Property.WordWrap | undefined;
1379
+ "writing-mode"?: import("csstype").Property.WritingMode | undefined;
1380
+ "z-index"?: import("csstype").Property.ZIndex | undefined;
1381
+ "animation-range"?: import("csstype").Property.AnimationRange<string | number> | undefined;
1382
+ "background-position"?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
1383
+ "border-block"?: import("csstype").Property.BorderBlock<string | number> | undefined;
1384
+ "border-block-end"?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
1385
+ "border-block-start"?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
1386
+ "border-bottom"?: import("csstype").Property.BorderBottom<string | number> | undefined;
1387
+ "border-color"?: import("csstype").Property.BorderColor | undefined;
1388
+ "border-image"?: import("csstype").Property.BorderImage | undefined;
1389
+ "border-inline"?: import("csstype").Property.BorderInline<string | number> | undefined;
1390
+ "border-inline-end"?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
1391
+ "border-inline-start"?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
1392
+ "border-left"?: import("csstype").Property.BorderLeft<string | number> | undefined;
1393
+ "border-radius"?: import("csstype").Property.BorderRadius<string | number> | undefined;
1394
+ "border-right"?: import("csstype").Property.BorderRight<string | number> | undefined;
1395
+ "border-style"?: import("csstype").Property.BorderStyle | undefined;
1396
+ "border-top"?: import("csstype").Property.BorderTop<string | number> | undefined;
1397
+ "border-width"?: import("csstype").Property.BorderWidth<string | number> | undefined;
1398
+ "column-rule"?: import("csstype").Property.ColumnRule<string | number> | undefined;
1399
+ "contain-intrinsic-size"?: import("csstype").Property.ContainIntrinsicSize<string | number> | undefined;
1400
+ "flex-flow"?: import("csstype").Property.FlexFlow | undefined;
1401
+ "grid-area"?: import("csstype").Property.GridArea | undefined;
1402
+ "grid-column"?: import("csstype").Property.GridColumn | undefined;
1403
+ "grid-row"?: import("csstype").Property.GridRow | undefined;
1404
+ "grid-template"?: import("csstype").Property.GridTemplate | undefined;
1405
+ "inset-block"?: import("csstype").Property.InsetBlock<string | number> | undefined;
1406
+ "inset-inline"?: import("csstype").Property.InsetInline<string | number> | undefined;
1407
+ "line-clamp"?: import("csstype").Property.LineClamp | undefined;
1408
+ "list-style"?: import("csstype").Property.ListStyle | undefined;
1409
+ "margin-block"?: import("csstype").Property.MarginBlock<string | number> | undefined;
1410
+ "margin-inline"?: import("csstype").Property.MarginInline<string | number> | undefined;
1411
+ "mask-border"?: import("csstype").Property.MaskBorder | undefined;
1412
+ "overscroll-behavior"?: import("csstype").Property.OverscrollBehavior | undefined;
1413
+ "padding-block"?: import("csstype").Property.PaddingBlock<string | number> | undefined;
1414
+ "padding-inline"?: import("csstype").Property.PaddingInline<string | number> | undefined;
1415
+ "place-content"?: import("csstype").Property.PlaceContent | undefined;
1416
+ "place-items"?: import("csstype").Property.PlaceItems | undefined;
1417
+ "place-self"?: import("csstype").Property.PlaceSelf | undefined;
1418
+ "scroll-margin"?: import("csstype").Property.ScrollMargin<string | number> | undefined;
1419
+ "scroll-margin-block"?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
1420
+ "scroll-margin-inline"?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
1421
+ "scroll-padding"?: import("csstype").Property.ScrollPadding<string | number> | undefined;
1422
+ "scroll-padding-block"?: import("csstype").Property.ScrollPaddingBlock<string | number> | undefined;
1423
+ "scroll-padding-inline"?: import("csstype").Property.ScrollPaddingInline<string | number> | undefined;
1424
+ "scroll-snap-margin"?: import("csstype").Property.ScrollMargin<string | number> | undefined;
1425
+ "scroll-timeline"?: import("csstype").Property.ScrollTimeline | undefined;
1426
+ "text-decoration"?: import("csstype").Property.TextDecoration<string | number> | undefined;
1427
+ "text-emphasis"?: import("csstype").Property.TextEmphasis | undefined;
1428
+ "view-timeline"?: import("csstype").Property.ViewTimeline | undefined;
1429
+ "-moz-animation-delay"?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
1430
+ "-moz-animation-direction"?: import("csstype").Property.AnimationDirection | undefined;
1431
+ "-moz-animation-duration"?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
1432
+ "-moz-animation-fill-mode"?: import("csstype").Property.AnimationFillMode | undefined;
1433
+ "-moz-animation-iteration-count"?: import("csstype").Property.AnimationIterationCount | undefined;
1434
+ "-moz-animation-name"?: import("csstype").Property.AnimationName | undefined;
1435
+ "-moz-animation-play-state"?: import("csstype").Property.AnimationPlayState | undefined;
1436
+ "-moz-animation-timing-function"?: import("csstype").Property.AnimationTimingFunction | undefined;
1437
+ "-moz-appearance"?: import("csstype").Property.MozAppearance | undefined;
1438
+ "-moz-binding"?: import("csstype").Property.MozBinding | undefined;
1439
+ "-moz-border-bottom-colors"?: import("csstype").Property.MozBorderBottomColors | undefined;
1440
+ "-moz-border-end-color"?: import("csstype").Property.BorderInlineEndColor | undefined;
1441
+ "-moz-border-end-style"?: import("csstype").Property.BorderInlineEndStyle | undefined;
1442
+ "-moz-border-end-width"?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
1443
+ "-moz-border-left-colors"?: import("csstype").Property.MozBorderLeftColors | undefined;
1444
+ "-moz-border-right-colors"?: import("csstype").Property.MozBorderRightColors | undefined;
1445
+ "-moz-border-start-color"?: import("csstype").Property.BorderInlineStartColor | undefined;
1446
+ "-moz-border-start-style"?: import("csstype").Property.BorderInlineStartStyle | undefined;
1447
+ "-moz-border-top-colors"?: import("csstype").Property.MozBorderTopColors | undefined;
1448
+ "-moz-box-sizing"?: import("csstype").Property.BoxSizing | undefined;
1449
+ "-moz-column-count"?: import("csstype").Property.ColumnCount | undefined;
1450
+ "-moz-column-fill"?: import("csstype").Property.ColumnFill | undefined;
1451
+ "-moz-column-rule-color"?: import("csstype").Property.ColumnRuleColor | undefined;
1452
+ "-moz-column-rule-style"?: import("csstype").Property.ColumnRuleStyle | undefined;
1453
+ "-moz-column-rule-width"?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
1454
+ "-moz-column-width"?: import("csstype").Property.ColumnWidth<string | number> | undefined;
1455
+ "-moz-context-properties"?: import("csstype").Property.MozContextProperties | undefined;
1456
+ "-moz-font-feature-settings"?: import("csstype").Property.FontFeatureSettings | undefined;
1457
+ "-moz-font-language-override"?: import("csstype").Property.FontLanguageOverride | undefined;
1458
+ "-moz-hyphens"?: import("csstype").Property.Hyphens | undefined;
1459
+ "-moz-image-region"?: import("csstype").Property.MozImageRegion | undefined;
1460
+ "-moz-margin-end"?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
1461
+ "-moz-margin-start"?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
1462
+ "-moz-orient"?: import("csstype").Property.MozOrient | undefined;
1463
+ "-moz-osx-font-smoothing"?: import("csstype").Property.FontSmooth<string | number> | undefined;
1464
+ "-moz-outline-radius-bottomleft"?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
1465
+ "-moz-outline-radius-bottomright"?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
1466
+ "-moz-outline-radius-topleft"?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
1467
+ "-moz-outline-radius-topright"?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
1468
+ "-moz-padding-end"?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
1469
+ "-moz-padding-start"?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
1470
+ "-moz-stack-sizing"?: import("csstype").Property.MozStackSizing | undefined;
1471
+ "-moz-tab-size"?: import("csstype").Property.TabSize<string | number> | undefined;
1472
+ "-moz-text-blink"?: import("csstype").Property.MozTextBlink | undefined;
1473
+ "-moz-text-size-adjust"?: import("csstype").Property.TextSizeAdjust | undefined;
1474
+ "-moz-user-focus"?: import("csstype").Property.MozUserFocus | undefined;
1475
+ "-moz-user-modify"?: import("csstype").Property.MozUserModify | undefined;
1476
+ "-moz-user-select"?: import("csstype").Property.UserSelect | undefined;
1477
+ "-moz-window-dragging"?: import("csstype").Property.MozWindowDragging | undefined;
1478
+ "-moz-window-shadow"?: import("csstype").Property.MozWindowShadow | undefined;
1479
+ "-ms-accelerator"?: import("csstype").Property.MsAccelerator | undefined;
1480
+ "-ms-block-progression"?: import("csstype").Property.MsBlockProgression | undefined;
1481
+ "-ms-content-zoom-chaining"?: import("csstype").Property.MsContentZoomChaining | undefined;
1482
+ "-ms-content-zoom-limit-max"?: import("csstype").Property.MsContentZoomLimitMax | undefined;
1483
+ "-ms-content-zoom-limit-min"?: import("csstype").Property.MsContentZoomLimitMin | undefined;
1484
+ "-ms-content-zoom-snap-points"?: import("csstype").Property.MsContentZoomSnapPoints | undefined;
1485
+ "-ms-content-zoom-snap-type"?: import("csstype").Property.MsContentZoomSnapType | undefined;
1486
+ "-ms-content-zooming"?: import("csstype").Property.MsContentZooming | undefined;
1487
+ "-ms-filter"?: import("csstype").Property.MsFilter | undefined;
1488
+ "-ms-flex-direction"?: import("csstype").Property.FlexDirection | undefined;
1489
+ "-ms-flex-positive"?: import("csstype").Property.FlexGrow | undefined;
1490
+ "-ms-flow-from"?: import("csstype").Property.MsFlowFrom | undefined;
1491
+ "-ms-flow-into"?: import("csstype").Property.MsFlowInto | undefined;
1492
+ "-ms-grid-columns"?: import("csstype").Property.MsGridColumns<string | number> | undefined;
1493
+ "-ms-grid-rows"?: import("csstype").Property.MsGridRows<string | number> | undefined;
1494
+ "-ms-high-contrast-adjust"?: import("csstype").Property.MsHighContrastAdjust | undefined;
1495
+ "-ms-hyphenate-limit-chars"?: import("csstype").Property.MsHyphenateLimitChars | undefined;
1496
+ "-ms-hyphenate-limit-lines"?: import("csstype").Property.MsHyphenateLimitLines | undefined;
1497
+ "-ms-hyphenate-limit-zone"?: import("csstype").Property.MsHyphenateLimitZone<string | number> | undefined;
1498
+ "-ms-hyphens"?: import("csstype").Property.Hyphens | undefined;
1499
+ "-ms-ime-align"?: import("csstype").Property.MsImeAlign | undefined;
1500
+ "-ms-line-break"?: import("csstype").Property.LineBreak | undefined;
1501
+ "-ms-order"?: import("csstype").Property.Order | undefined;
1502
+ "-ms-overflow-style"?: import("csstype").Property.MsOverflowStyle | undefined;
1503
+ "-ms-overflow-x"?: import("csstype").Property.OverflowX | undefined;
1504
+ "-ms-overflow-y"?: import("csstype").Property.OverflowY | undefined;
1505
+ "-ms-scroll-chaining"?: import("csstype").Property.MsScrollChaining | undefined;
1506
+ "-ms-scroll-limit-x-max"?: import("csstype").Property.MsScrollLimitXMax<string | number> | undefined;
1507
+ "-ms-scroll-limit-x-min"?: import("csstype").Property.MsScrollLimitXMin<string | number> | undefined;
1508
+ "-ms-scroll-limit-y-max"?: import("csstype").Property.MsScrollLimitYMax<string | number> | undefined;
1509
+ "-ms-scroll-limit-y-min"?: import("csstype").Property.MsScrollLimitYMin<string | number> | undefined;
1510
+ "-ms-scroll-rails"?: import("csstype").Property.MsScrollRails | undefined;
1511
+ "-ms-scroll-snap-points-x"?: import("csstype").Property.MsScrollSnapPointsX | undefined;
1512
+ "-ms-scroll-snap-points-y"?: import("csstype").Property.MsScrollSnapPointsY | undefined;
1513
+ "-ms-scroll-snap-type"?: import("csstype").Property.MsScrollSnapType | undefined;
1514
+ "-ms-scroll-translation"?: import("csstype").Property.MsScrollTranslation | undefined;
1515
+ "-ms-scrollbar-3dlight-color"?: import("csstype").Property.MsScrollbar3dlightColor | undefined;
1516
+ "-ms-scrollbar-arrow-color"?: import("csstype").Property.MsScrollbarArrowColor | undefined;
1517
+ "-ms-scrollbar-base-color"?: import("csstype").Property.MsScrollbarBaseColor | undefined;
1518
+ "-ms-scrollbar-darkshadow-color"?: import("csstype").Property.MsScrollbarDarkshadowColor | undefined;
1519
+ "-ms-scrollbar-face-color"?: import("csstype").Property.MsScrollbarFaceColor | undefined;
1520
+ "-ms-scrollbar-highlight-color"?: import("csstype").Property.MsScrollbarHighlightColor | undefined;
1521
+ "-ms-scrollbar-shadow-color"?: import("csstype").Property.MsScrollbarShadowColor | undefined;
1522
+ "-ms-scrollbar-track-color"?: import("csstype").Property.MsScrollbarTrackColor | undefined;
1523
+ "-ms-text-autospace"?: import("csstype").Property.MsTextAutospace | undefined;
1524
+ "-ms-text-combine-horizontal"?: import("csstype").Property.TextCombineUpright | undefined;
1525
+ "-ms-text-overflow"?: import("csstype").Property.TextOverflow | undefined;
1526
+ "-ms-touch-action"?: import("csstype").Property.TouchAction | undefined;
1527
+ "-ms-touch-select"?: import("csstype").Property.MsTouchSelect | undefined;
1528
+ "-ms-transform"?: import("csstype").Property.Transform | undefined;
1529
+ "-ms-transform-origin"?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1530
+ "-ms-transition-delay"?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1531
+ "-ms-transition-duration"?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1532
+ "-ms-transition-property"?: import("csstype").Property.TransitionProperty | undefined;
1533
+ "-ms-transition-timing-function"?: import("csstype").Property.TransitionTimingFunction | undefined;
1534
+ "-ms-user-select"?: import("csstype").Property.MsUserSelect | undefined;
1535
+ "-ms-word-break"?: import("csstype").Property.WordBreak | undefined;
1536
+ "-ms-wrap-flow"?: import("csstype").Property.MsWrapFlow | undefined;
1537
+ "-ms-wrap-margin"?: import("csstype").Property.MsWrapMargin<string | number> | undefined;
1538
+ "-ms-wrap-through"?: import("csstype").Property.MsWrapThrough | undefined;
1539
+ "-ms-writing-mode"?: import("csstype").Property.WritingMode | undefined;
1540
+ "-webkit-align-content"?: import("csstype").Property.AlignContent | undefined;
1541
+ "-webkit-align-items"?: import("csstype").Property.AlignItems | undefined;
1542
+ "-webkit-align-self"?: import("csstype").Property.AlignSelf | undefined;
1543
+ "-webkit-animation-delay"?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
1544
+ "-webkit-animation-direction"?: import("csstype").Property.AnimationDirection | undefined;
1545
+ "-webkit-animation-duration"?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
1546
+ "-webkit-animation-fill-mode"?: import("csstype").Property.AnimationFillMode | undefined;
1547
+ "-webkit-animation-iteration-count"?: import("csstype").Property.AnimationIterationCount | undefined;
1548
+ "-webkit-animation-name"?: import("csstype").Property.AnimationName | undefined;
1549
+ "-webkit-animation-play-state"?: import("csstype").Property.AnimationPlayState | undefined;
1550
+ "-webkit-animation-timing-function"?: import("csstype").Property.AnimationTimingFunction | undefined;
1551
+ "-webkit-appearance"?: import("csstype").Property.WebkitAppearance | undefined;
1552
+ "-webkit-backdrop-filter"?: import("csstype").Property.BackdropFilter | undefined;
1553
+ "-webkit-backface-visibility"?: import("csstype").Property.BackfaceVisibility | undefined;
1554
+ "-webkit-background-clip"?: import("csstype").Property.BackgroundClip | undefined;
1555
+ "-webkit-background-origin"?: import("csstype").Property.BackgroundOrigin | undefined;
1556
+ "-webkit-background-size"?: import("csstype").Property.BackgroundSize<string | number> | undefined;
1557
+ "-webkit-border-before-color"?: import("csstype").Property.WebkitBorderBeforeColor | undefined;
1558
+ "-webkit-border-before-style"?: import("csstype").Property.WebkitBorderBeforeStyle | undefined;
1559
+ "-webkit-border-before-width"?: import("csstype").Property.WebkitBorderBeforeWidth<string | number> | undefined;
1560
+ "-webkit-border-bottom-left-radius"?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
1561
+ "-webkit-border-bottom-right-radius"?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
1562
+ "-webkit-border-image-slice"?: import("csstype").Property.BorderImageSlice | undefined;
1563
+ "-webkit-border-top-left-radius"?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
1564
+ "-webkit-border-top-right-radius"?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
1565
+ "-webkit-box-decoration-break"?: import("csstype").Property.BoxDecorationBreak | undefined;
1566
+ "-webkit-box-reflect"?: import("csstype").Property.WebkitBoxReflect<string | number> | undefined;
1567
+ "-webkit-box-shadow"?: import("csstype").Property.BoxShadow | undefined;
1568
+ "-webkit-box-sizing"?: import("csstype").Property.BoxSizing | undefined;
1569
+ "-webkit-clip-path"?: import("csstype").Property.ClipPath | undefined;
1570
+ "-webkit-column-count"?: import("csstype").Property.ColumnCount | undefined;
1571
+ "-webkit-column-fill"?: import("csstype").Property.ColumnFill | undefined;
1572
+ "-webkit-column-rule-color"?: import("csstype").Property.ColumnRuleColor | undefined;
1573
+ "-webkit-column-rule-style"?: import("csstype").Property.ColumnRuleStyle | undefined;
1574
+ "-webkit-column-rule-width"?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
1575
+ "-webkit-column-span"?: import("csstype").Property.ColumnSpan | undefined;
1576
+ "-webkit-column-width"?: import("csstype").Property.ColumnWidth<string | number> | undefined;
1577
+ "-webkit-filter"?: import("csstype").Property.Filter | undefined;
1578
+ "-webkit-flex-basis"?: import("csstype").Property.FlexBasis<string | number> | undefined;
1579
+ "-webkit-flex-direction"?: import("csstype").Property.FlexDirection | undefined;
1580
+ "-webkit-flex-grow"?: import("csstype").Property.FlexGrow | undefined;
1581
+ "-webkit-flex-shrink"?: import("csstype").Property.FlexShrink | undefined;
1582
+ "-webkit-flex-wrap"?: import("csstype").Property.FlexWrap | undefined;
1583
+ "-webkit-font-feature-settings"?: import("csstype").Property.FontFeatureSettings | undefined;
1584
+ "-webkit-font-kerning"?: import("csstype").Property.FontKerning | undefined;
1585
+ "-webkit-font-smoothing"?: import("csstype").Property.FontSmooth<string | number> | undefined;
1586
+ "-webkit-font-variant-ligatures"?: import("csstype").Property.FontVariantLigatures | undefined;
1587
+ "-webkit-hyphenate-character"?: import("csstype").Property.HyphenateCharacter | undefined;
1588
+ "-webkit-hyphens"?: import("csstype").Property.Hyphens | undefined;
1589
+ "-webkit-initial-letter"?: import("csstype").Property.InitialLetter | undefined;
1590
+ "-webkit-justify-content"?: import("csstype").Property.JustifyContent | undefined;
1591
+ "-webkit-line-break"?: import("csstype").Property.LineBreak | undefined;
1592
+ "-webkit-line-clamp"?: import("csstype").Property.WebkitLineClamp | undefined;
1593
+ "-webkit-margin-end"?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
1594
+ "-webkit-margin-start"?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
1595
+ "-webkit-mask-attachment"?: import("csstype").Property.WebkitMaskAttachment | undefined;
1596
+ "-webkit-mask-box-image-outset"?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
1597
+ "-webkit-mask-box-image-repeat"?: import("csstype").Property.MaskBorderRepeat | undefined;
1598
+ "-webkit-mask-box-image-slice"?: import("csstype").Property.MaskBorderSlice | undefined;
1599
+ "-webkit-mask-box-image-source"?: import("csstype").Property.MaskBorderSource | undefined;
1600
+ "-webkit-mask-box-image-width"?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
1601
+ "-webkit-mask-clip"?: import("csstype").Property.WebkitMaskClip | undefined;
1602
+ "-webkit-mask-composite"?: import("csstype").Property.WebkitMaskComposite | undefined;
1603
+ "-webkit-mask-image"?: import("csstype").Property.WebkitMaskImage | undefined;
1604
+ "-webkit-mask-origin"?: import("csstype").Property.WebkitMaskOrigin | undefined;
1605
+ "-webkit-mask-position"?: import("csstype").Property.WebkitMaskPosition<string | number> | undefined;
1606
+ "-webkit-mask-position-x"?: import("csstype").Property.WebkitMaskPositionX<string | number> | undefined;
1607
+ "-webkit-mask-position-y"?: import("csstype").Property.WebkitMaskPositionY<string | number> | undefined;
1608
+ "-webkit-mask-repeat"?: import("csstype").Property.WebkitMaskRepeat | undefined;
1609
+ "-webkit-mask-repeat-x"?: import("csstype").Property.WebkitMaskRepeatX | undefined;
1610
+ "-webkit-mask-repeat-y"?: import("csstype").Property.WebkitMaskRepeatY | undefined;
1611
+ "-webkit-mask-size"?: import("csstype").Property.WebkitMaskSize<string | number> | undefined;
1612
+ "-webkit-max-inline-size"?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
1613
+ "-webkit-order"?: import("csstype").Property.Order | undefined;
1614
+ "-webkit-overflow-scrolling"?: import("csstype").Property.WebkitOverflowScrolling | undefined;
1615
+ "-webkit-padding-end"?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
1616
+ "-webkit-padding-start"?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
1617
+ "-webkit-perspective"?: import("csstype").Property.Perspective<string | number> | undefined;
1618
+ "-webkit-perspective-origin"?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
1619
+ "-webkit-print-color-adjust"?: import("csstype").Property.PrintColorAdjust | undefined;
1620
+ "-webkit-ruby-position"?: import("csstype").Property.RubyPosition | undefined;
1621
+ "-webkit-scroll-snap-type"?: import("csstype").Property.ScrollSnapType | undefined;
1622
+ "-webkit-shape-margin"?: import("csstype").Property.ShapeMargin<string | number> | undefined;
1623
+ "-webkit-tap-highlight-color"?: import("csstype").Property.WebkitTapHighlightColor | undefined;
1624
+ "-webkit-text-combine"?: import("csstype").Property.TextCombineUpright | undefined;
1625
+ "-webkit-text-decoration-color"?: import("csstype").Property.TextDecorationColor | undefined;
1626
+ "-webkit-text-decoration-line"?: import("csstype").Property.TextDecorationLine | undefined;
1627
+ "-webkit-text-decoration-skip"?: import("csstype").Property.TextDecorationSkip | undefined;
1628
+ "-webkit-text-decoration-style"?: import("csstype").Property.TextDecorationStyle | undefined;
1629
+ "-webkit-text-emphasis-color"?: import("csstype").Property.TextEmphasisColor | undefined;
1630
+ "-webkit-text-emphasis-position"?: import("csstype").Property.TextEmphasisPosition | undefined;
1631
+ "-webkit-text-emphasis-style"?: import("csstype").Property.TextEmphasisStyle | undefined;
1632
+ "-webkit-text-fill-color"?: import("csstype").Property.WebkitTextFillColor | undefined;
1633
+ "-webkit-text-orientation"?: import("csstype").Property.TextOrientation | undefined;
1634
+ "-webkit-text-size-adjust"?: import("csstype").Property.TextSizeAdjust | undefined;
1635
+ "-webkit-text-stroke-color"?: import("csstype").Property.WebkitTextStrokeColor | undefined;
1636
+ "-webkit-text-stroke-width"?: import("csstype").Property.WebkitTextStrokeWidth<string | number> | undefined;
1637
+ "-webkit-text-underline-position"?: import("csstype").Property.TextUnderlinePosition | undefined;
1638
+ "-webkit-touch-callout"?: import("csstype").Property.WebkitTouchCallout | undefined;
1639
+ "-webkit-transform"?: import("csstype").Property.Transform | undefined;
1640
+ "-webkit-transform-origin"?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1641
+ "-webkit-transform-style"?: import("csstype").Property.TransformStyle | undefined;
1642
+ "-webkit-transition-delay"?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1643
+ "-webkit-transition-duration"?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1644
+ "-webkit-transition-property"?: import("csstype").Property.TransitionProperty | undefined;
1645
+ "-webkit-transition-timing-function"?: import("csstype").Property.TransitionTimingFunction | undefined;
1646
+ "-webkit-user-modify"?: import("csstype").Property.WebkitUserModify | undefined;
1647
+ "-webkit-user-select"?: import("csstype").Property.UserSelect | undefined;
1648
+ "-webkit-writing-mode"?: import("csstype").Property.WritingMode | undefined;
1649
+ "-moz-animation"?: import("csstype").Property.Animation<string & {}> | undefined;
1650
+ "-moz-border-image"?: import("csstype").Property.BorderImage | undefined;
1651
+ "-moz-column-rule"?: import("csstype").Property.ColumnRule<string | number> | undefined;
1652
+ "-moz-columns"?: import("csstype").Property.Columns<string | number> | undefined;
1653
+ "-moz-outline-radius"?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
1654
+ "-ms-content-zoom-limit"?: import("csstype").Property.MsContentZoomLimit | undefined;
1655
+ "-ms-content-zoom-snap"?: import("csstype").Property.MsContentZoomSnap | undefined;
1656
+ "-ms-flex"?: import("csstype").Property.Flex<string | number> | undefined;
1657
+ "-ms-scroll-limit"?: import("csstype").Property.MsScrollLimit | undefined;
1658
+ "-ms-scroll-snap-x"?: import("csstype").Property.MsScrollSnapX | undefined;
1659
+ "-ms-scroll-snap-y"?: import("csstype").Property.MsScrollSnapY | undefined;
1660
+ "-ms-transition"?: import("csstype").Property.Transition<string & {}> | undefined;
1661
+ "-webkit-animation"?: import("csstype").Property.Animation<string & {}> | undefined;
1662
+ "-webkit-border-before"?: import("csstype").Property.WebkitBorderBefore<string | number> | undefined;
1663
+ "-webkit-border-image"?: import("csstype").Property.BorderImage | undefined;
1664
+ "-webkit-border-radius"?: import("csstype").Property.BorderRadius<string | number> | undefined;
1665
+ "-webkit-column-rule"?: import("csstype").Property.ColumnRule<string | number> | undefined;
1666
+ "-webkit-columns"?: import("csstype").Property.Columns<string | number> | undefined;
1667
+ "-webkit-flex"?: import("csstype").Property.Flex<string | number> | undefined;
1668
+ "-webkit-flex-flow"?: import("csstype").Property.FlexFlow | undefined;
1669
+ "-webkit-mask"?: import("csstype").Property.WebkitMask<string | number> | undefined;
1670
+ "-webkit-mask-box-image"?: import("csstype").Property.MaskBorder | undefined;
1671
+ "-webkit-text-emphasis"?: import("csstype").Property.TextEmphasis | undefined;
1672
+ "-webkit-text-stroke"?: import("csstype").Property.WebkitTextStroke<string | number> | undefined;
1673
+ "-webkit-transition"?: import("csstype").Property.Transition<string & {}> | undefined;
1674
+ "box-align"?: import("csstype").Property.BoxAlign | undefined;
1675
+ "box-direction"?: import("csstype").Property.BoxDirection | undefined;
1676
+ "box-flex"?: import("csstype").Property.BoxFlex | undefined;
1677
+ "box-flex-group"?: import("csstype").Property.BoxFlexGroup | undefined;
1678
+ "box-lines"?: import("csstype").Property.BoxLines | undefined;
1679
+ "box-ordinal-group"?: import("csstype").Property.BoxOrdinalGroup | undefined;
1680
+ "box-orient"?: import("csstype").Property.BoxOrient | undefined;
1681
+ "box-pack"?: import("csstype").Property.BoxPack | undefined;
1682
+ "grid-column-gap"?: import("csstype").Property.GridColumnGap<string | number> | undefined;
1683
+ "grid-gap"?: import("csstype").Property.GridGap<string | number> | undefined;
1684
+ "grid-row-gap"?: import("csstype").Property.GridRowGap<string | number> | undefined;
1685
+ "ime-mode"?: import("csstype").Property.ImeMode | undefined;
1686
+ "offset-block"?: import("csstype").Property.InsetBlock<string | number> | undefined;
1687
+ "offset-block-end"?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
1688
+ "offset-block-start"?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
1689
+ "offset-inline"?: import("csstype").Property.InsetInline<string | number> | undefined;
1690
+ "offset-inline-end"?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
1691
+ "offset-inline-start"?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
1692
+ "scroll-snap-coordinate"?: import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined;
1693
+ "scroll-snap-destination"?: import("csstype").Property.ScrollSnapDestination<string | number> | undefined;
1694
+ "scroll-snap-points-x"?: import("csstype").Property.ScrollSnapPointsX | undefined;
1695
+ "scroll-snap-points-y"?: import("csstype").Property.ScrollSnapPointsY | undefined;
1696
+ "scroll-snap-type-x"?: import("csstype").Property.ScrollSnapTypeX | undefined;
1697
+ "scroll-snap-type-y"?: import("csstype").Property.ScrollSnapTypeY | undefined;
1698
+ "-khtml-box-align"?: import("csstype").Property.BoxAlign | undefined;
1699
+ "-khtml-box-direction"?: import("csstype").Property.BoxDirection | undefined;
1700
+ "-khtml-box-flex"?: import("csstype").Property.BoxFlex | undefined;
1701
+ "-khtml-box-flex-group"?: import("csstype").Property.BoxFlexGroup | undefined;
1702
+ "-khtml-box-lines"?: import("csstype").Property.BoxLines | undefined;
1703
+ "-khtml-box-ordinal-group"?: import("csstype").Property.BoxOrdinalGroup | undefined;
1704
+ "-khtml-box-orient"?: import("csstype").Property.BoxOrient | undefined;
1705
+ "-khtml-box-pack"?: import("csstype").Property.BoxPack | undefined;
1706
+ "-khtml-line-break"?: import("csstype").Property.LineBreak | undefined;
1707
+ "-khtml-opacity"?: import("csstype").Property.Opacity | undefined;
1708
+ "-khtml-user-select"?: import("csstype").Property.UserSelect | undefined;
1709
+ "-moz-backface-visibility"?: import("csstype").Property.BackfaceVisibility | undefined;
1710
+ "-moz-background-clip"?: import("csstype").Property.BackgroundClip | undefined;
1711
+ "-moz-background-inline-policy"?: import("csstype").Property.BoxDecorationBreak | undefined;
1712
+ "-moz-background-origin"?: import("csstype").Property.BackgroundOrigin | undefined;
1713
+ "-moz-background-size"?: import("csstype").Property.BackgroundSize<string | number> | undefined;
1714
+ "-moz-border-radius"?: import("csstype").Property.BorderRadius<string | number> | undefined;
1715
+ "-moz-border-radius-bottomleft"?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
1716
+ "-moz-border-radius-bottomright"?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
1717
+ "-moz-border-radius-topleft"?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
1718
+ "-moz-border-radius-topright"?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
1719
+ "-moz-box-align"?: import("csstype").Property.BoxAlign | undefined;
1720
+ "-moz-box-direction"?: import("csstype").Property.BoxDirection | undefined;
1721
+ "-moz-box-flex"?: import("csstype").Property.BoxFlex | undefined;
1722
+ "-moz-box-ordinal-group"?: import("csstype").Property.BoxOrdinalGroup | undefined;
1723
+ "-moz-box-orient"?: import("csstype").Property.BoxOrient | undefined;
1724
+ "-moz-box-pack"?: import("csstype").Property.BoxPack | undefined;
1725
+ "-moz-box-shadow"?: import("csstype").Property.BoxShadow | undefined;
1726
+ "-moz-float-edge"?: import("csstype").Property.MozFloatEdge | undefined;
1727
+ "-moz-force-broken-image-icon"?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
1728
+ "-moz-opacity"?: import("csstype").Property.Opacity | undefined;
1729
+ "-moz-outline"?: import("csstype").Property.Outline<string | number> | undefined;
1730
+ "-moz-outline-color"?: import("csstype").Property.OutlineColor | undefined;
1731
+ "-moz-outline-style"?: import("csstype").Property.OutlineStyle | undefined;
1732
+ "-moz-outline-width"?: import("csstype").Property.OutlineWidth<string | number> | undefined;
1733
+ "-moz-perspective"?: import("csstype").Property.Perspective<string | number> | undefined;
1734
+ "-moz-perspective-origin"?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
1735
+ "-moz-text-align-last"?: import("csstype").Property.TextAlignLast | undefined;
1736
+ "-moz-text-decoration-color"?: import("csstype").Property.TextDecorationColor | undefined;
1737
+ "-moz-text-decoration-line"?: import("csstype").Property.TextDecorationLine | undefined;
1738
+ "-moz-text-decoration-style"?: import("csstype").Property.TextDecorationStyle | undefined;
1739
+ "-moz-transform"?: import("csstype").Property.Transform | undefined;
1740
+ "-moz-transform-origin"?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1741
+ "-moz-transform-style"?: import("csstype").Property.TransformStyle | undefined;
1742
+ "-moz-transition"?: import("csstype").Property.Transition<string & {}> | undefined;
1743
+ "-moz-transition-delay"?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1744
+ "-moz-transition-duration"?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1745
+ "-moz-transition-property"?: import("csstype").Property.TransitionProperty | undefined;
1746
+ "-moz-transition-timing-function"?: import("csstype").Property.TransitionTimingFunction | undefined;
1747
+ "-moz-user-input"?: import("csstype").Property.MozUserInput | undefined;
1748
+ "-ms-ime-mode"?: import("csstype").Property.ImeMode | undefined;
1749
+ "-o-animation"?: import("csstype").Property.Animation<string & {}> | undefined;
1750
+ "-o-animation-delay"?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
1751
+ "-o-animation-direction"?: import("csstype").Property.AnimationDirection | undefined;
1752
+ "-o-animation-duration"?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
1753
+ "-o-animation-fill-mode"?: import("csstype").Property.AnimationFillMode | undefined;
1754
+ "-o-animation-iteration-count"?: import("csstype").Property.AnimationIterationCount | undefined;
1755
+ "-o-animation-name"?: import("csstype").Property.AnimationName | undefined;
1756
+ "-o-animation-play-state"?: import("csstype").Property.AnimationPlayState | undefined;
1757
+ "-o-animation-timing-function"?: import("csstype").Property.AnimationTimingFunction | undefined;
1758
+ "-o-background-size"?: import("csstype").Property.BackgroundSize<string | number> | undefined;
1759
+ "-o-border-image"?: import("csstype").Property.BorderImage | undefined;
1760
+ "-o-object-fit"?: import("csstype").Property.ObjectFit | undefined;
1761
+ "-o-object-position"?: import("csstype").Property.ObjectPosition<string | number> | undefined;
1762
+ "-o-tab-size"?: import("csstype").Property.TabSize<string | number> | undefined;
1763
+ "-o-text-overflow"?: import("csstype").Property.TextOverflow | undefined;
1764
+ "-o-transform"?: import("csstype").Property.Transform | undefined;
1765
+ "-o-transform-origin"?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1766
+ "-o-transition"?: import("csstype").Property.Transition<string & {}> | undefined;
1767
+ "-o-transition-delay"?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1768
+ "-o-transition-duration"?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1769
+ "-o-transition-property"?: import("csstype").Property.TransitionProperty | undefined;
1770
+ "-o-transition-timing-function"?: import("csstype").Property.TransitionTimingFunction | undefined;
1771
+ "-webkit-box-align"?: import("csstype").Property.BoxAlign | undefined;
1772
+ "-webkit-box-direction"?: import("csstype").Property.BoxDirection | undefined;
1773
+ "-webkit-box-flex"?: import("csstype").Property.BoxFlex | undefined;
1774
+ "-webkit-box-flex-group"?: import("csstype").Property.BoxFlexGroup | undefined;
1775
+ "-webkit-box-lines"?: import("csstype").Property.BoxLines | undefined;
1776
+ "-webkit-box-ordinal-group"?: import("csstype").Property.BoxOrdinalGroup | undefined;
1777
+ "-webkit-box-orient"?: import("csstype").Property.BoxOrient | undefined;
1778
+ "-webkit-box-pack"?: import("csstype").Property.BoxPack | undefined;
1779
+ "alignment-baseline"?: import("csstype").Property.AlignmentBaseline | undefined;
1780
+ "baseline-shift"?: import("csstype").Property.BaselineShift<string | number> | undefined;
1781
+ "clip-rule"?: import("csstype").Property.ClipRule | undefined;
1782
+ "color-interpolation"?: import("csstype").Property.ColorInterpolation | undefined;
1783
+ "color-rendering"?: import("csstype").Property.ColorRendering | undefined;
1784
+ "dominant-baseline"?: import("csstype").Property.DominantBaseline | undefined;
1785
+ "fill-opacity"?: import("csstype").Property.FillOpacity | undefined;
1786
+ "fill-rule"?: import("csstype").Property.FillRule | undefined;
1787
+ "flood-color"?: import("csstype").Property.FloodColor | undefined;
1788
+ "flood-opacity"?: import("csstype").Property.FloodOpacity | undefined;
1789
+ "glyph-orientation-vertical"?: import("csstype").Property.GlyphOrientationVertical | undefined;
1790
+ "lighting-color"?: import("csstype").Property.LightingColor | undefined;
1791
+ "marker-end"?: import("csstype").Property.MarkerEnd | undefined;
1792
+ "marker-mid"?: import("csstype").Property.MarkerMid | undefined;
1793
+ "marker-start"?: import("csstype").Property.MarkerStart | undefined;
1794
+ "shape-rendering"?: import("csstype").Property.ShapeRendering | undefined;
1795
+ "stop-color"?: import("csstype").Property.StopColor | undefined;
1796
+ "stop-opacity"?: import("csstype").Property.StopOpacity | undefined;
1797
+ "stroke-dasharray"?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
1798
+ "stroke-dashoffset"?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
1799
+ "stroke-linecap"?: import("csstype").Property.StrokeLinecap | undefined;
1800
+ "stroke-linejoin"?: import("csstype").Property.StrokeLinejoin | undefined;
1801
+ "stroke-miterlimit"?: import("csstype").Property.StrokeMiterlimit | undefined;
1802
+ "stroke-opacity"?: import("csstype").Property.StrokeOpacity | undefined;
1803
+ "stroke-width"?: import("csstype").Property.StrokeWidth<string | number> | undefined;
1804
+ "text-anchor"?: import("csstype").Property.TextAnchor | undefined;
1805
+ "vector-effect"?: import("csstype").Property.VectorEffect | undefined;
1806
+ }>;
1807
+ layerGroupState: WeakMap<HTMLElement, Set<any>>;
1808
+ getActiveLayers: () => import("vue").ComponentInternalInstance[];
1809
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1810
+ 'update:modelValue': (value: boolean) => true;
1811
+ 'click:complement': (mouseEvent: MouseEvent) => true;
1812
+ afterLeave: () => true;
1813
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1814
+ minWidth: PropType<string | number>;
1815
+ width: PropType<string | number>;
1816
+ maxWidth: PropType<string | number>;
1817
+ minHeight: PropType<string | number>;
1818
+ height: PropType<string | number>;
1819
+ maxHeight: PropType<string | number>;
1820
+ coordinateStrategy: {
1821
+ type: PropType<"levitation" | "arrangement" | import("../../composables/coordinate").CoordinateStrategyFn>;
1822
+ default: string;
1823
+ };
1824
+ position: {
1825
+ type: PropType<"default" | "top" | "end" | "right" | "bottom" | "left" | "start">;
1826
+ default: string;
1827
+ };
1828
+ align: {
1829
+ type: PropType<"top" | "end" | "bottom" | "start" | "center">;
1830
+ default: string;
1831
+ };
1832
+ origin: {
1833
+ type: StringConstructor;
1834
+ default: string;
1835
+ };
1836
+ offset: {
1837
+ type: PropType<string | number | string[]>;
1838
+ };
1839
+ viewportMargin: {
1840
+ type: (ArrayConstructor | StringConstructor | NumberConstructor)[];
1841
+ default: number;
1842
+ };
1843
+ base: PropType<import("../layer/base").BaseType>;
1844
+ transition: {
1845
+ type: PropType<string | (import("vue").TransitionProps & {
1846
+ is?: import("vue").Component | undefined;
1847
+ })>;
1848
+ default: string;
1849
+ };
1850
+ theme: PropType<string>;
1851
+ modelValue: {
1852
+ type: PropType<boolean>;
1853
+ };
1854
+ scrim: {
1855
+ type: PropType<boolean>;
1856
+ };
1857
+ scrimOpacity: {
1858
+ type: PropType<number>;
1859
+ };
1860
+ eager: {
1861
+ type: PropType<boolean>;
1862
+ };
1863
+ classes: {
1864
+ type: PropType<string | string[] | Record<string, any>>;
1865
+ };
1866
+ contentClasses: {
1867
+ type: PropType<string | string[] | Record<string, any>>;
1868
+ };
1869
+ closeClickScrim: {
1870
+ type: PropType<boolean>;
1871
+ };
1872
+ contentStyles: {
1873
+ type: PropType<import("vue").CSSProperties>;
1874
+ default: () => void;
1875
+ };
1876
+ disabled: {
1877
+ type: PropType<boolean>;
1878
+ default: boolean;
1879
+ };
1880
+ openOnHover: {
1881
+ type: PropType<boolean>;
1882
+ default: boolean;
1883
+ };
1884
+ openDelay: {
1885
+ type: PropType<number>;
1886
+ default: number;
1887
+ };
1888
+ closeDelay: {
1889
+ type: PropType<number>;
1890
+ default: number;
1891
+ };
1892
+ zIndex: {
1893
+ type: PropType<string | number>;
1894
+ default: number;
1895
+ };
1896
+ modal: PropType<boolean>;
1897
+ }>> & {
1898
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1899
+ onAfterLeave?: (() => any) | undefined;
1900
+ "onClick:complement"?: ((mouseEvent: MouseEvent) => any) | undefined;
1901
+ }, {
1902
+ disabled: boolean;
1903
+ contentStyles: import("vue").CSSProperties;
1904
+ openOnHover: boolean;
1905
+ openDelay: number;
1906
+ closeDelay: number;
1907
+ zIndex: string | number;
1908
+ coordinateStrategy: "levitation" | "arrangement" | import("../../composables/coordinate").CoordinateStrategyFn;
1909
+ position: "default" | "top" | "end" | "right" | "bottom" | "left" | "start";
1910
+ align: "top" | "end" | "bottom" | "start" | "center";
1911
+ origin: string;
1912
+ viewportMargin: string | number | unknown[];
1913
+ transition: string | (import("vue").TransitionProps & {
1914
+ is?: import("vue").Component | undefined;
1915
+ });
1916
+ }, import("vue").SlotsType<{
1917
+ base: any;
1918
+ default: any;
1919
+ }>> | undefined>;
109
1920
  el$: import("vue").Ref<import("vue").DefineComponent<{
110
1921
  minWidth: PropType<string | number>;
111
1922
  width: PropType<string | number>;
@@ -206,6 +2017,7 @@ export declare const YTooltip: import("vue").DefineComponent<{
206
2017
  content$: import("vue").Ref<HTMLElement | undefined>;
207
2018
  base$: import("vue").Ref<any>;
208
2019
  baseEl: import("vue").Ref<HTMLElement | undefined>;
2020
+ baseFromSlotEl: import("vue").ComputedRef<any>;
209
2021
  polyTransitionBindProps: import("vue").ComputedRef<{
210
2022
  is: any;
211
2023
  transitionProps: any;
@@ -1917,8 +3729,7 @@ export declare const YTooltip: import("vue").DefineComponent<{
1917
3729
  base: any;
1918
3730
  default: any;
1919
3731
  }>> | undefined>;
1920
- baseEl: import("vue").Ref<HTMLElement | undefined>;
1921
- baseSlot: import("vue").Ref<any>;
3732
+ baseEl: import("vue").ComputedRef<any>;
1922
3733
  active: import("vue").WritableComputedRef<boolean>;
1923
3734
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1924
3735
  transition: {