@tapcart/mobile-components 0.8.48 → 0.8.49

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.
@@ -1,5 +1,6 @@
1
1
  import { Integrations, ConditionalSelectorMetafield, ConditionalSelectorValues, Collection, UserSelectedTag, Product, Customer, ShopifyMetafield } from "app-studio-types";
2
2
  import { ClassValue } from "clsx";
3
+ import { CSSProperties } from "react";
3
4
  export declare const parsePhoneNumber: (input: string, country?: string) => import("phone").PhoneResult;
4
5
  export type Color = {
5
6
  type: "custom" | "brand-kit";
@@ -141,16 +142,7 @@ export type TextStyle = {
141
142
  };
142
143
  type Headline = TextStyle;
143
144
  type Subtext = TextStyle;
144
- export declare const getTextStyle: (textStyle: Headline | Subtext) => {
145
- fontStyle?: string | undefined;
146
- fontFamily: string | undefined;
147
- fontWeight: string | number | undefined;
148
- fontSize: string | number;
149
- color: string | undefined;
150
- textTransform: string;
151
- textAlign: "left" | "right" | "center" | "justify";
152
- textWrap: string;
153
- };
145
+ export declare const getTextStyle: (textStyle: Headline | Subtext) => CSSProperties;
154
146
  export declare const getVerticalAlignment: (alignment: string, padding?: {
155
147
  top: number;
156
148
  bottom: number;
@@ -197,13 +189,830 @@ export declare const getLoyaltyButtonProps: (buttonConfig: TextStyle & Backgroun
197
189
  }, state: LoyaltyState) => {
198
190
  labelStyle: {
199
191
  color: string | undefined;
200
- fontStyle?: string | undefined;
201
- fontFamily: string | undefined;
202
- fontWeight: string | number | undefined;
203
- fontSize: string | number;
204
- textTransform: string;
205
- textAlign: "left" | "right" | "center" | "justify";
206
- textWrap: string;
192
+ accentColor?: import("csstype").Property.AccentColor | undefined;
193
+ alignContent?: import("csstype").Property.AlignContent | undefined;
194
+ alignItems?: import("csstype").Property.AlignItems | undefined;
195
+ alignSelf?: import("csstype").Property.AlignSelf | undefined;
196
+ alignTracks?: import("csstype").Property.AlignTracks | undefined;
197
+ animationComposition?: import("csstype").Property.AnimationComposition | undefined;
198
+ animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
199
+ animationDirection?: import("csstype").Property.AnimationDirection | undefined;
200
+ animationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
201
+ animationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
202
+ animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
203
+ animationName?: import("csstype").Property.AnimationName | undefined;
204
+ animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
205
+ animationRangeEnd?: import("csstype").Property.AnimationRangeEnd<string | number> | undefined;
206
+ animationRangeStart?: import("csstype").Property.AnimationRangeStart<string | number> | undefined;
207
+ animationTimeline?: import("csstype").Property.AnimationTimeline | undefined;
208
+ animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
209
+ appearance?: import("csstype").Property.Appearance | undefined;
210
+ aspectRatio?: import("csstype").Property.AspectRatio | undefined;
211
+ backdropFilter?: import("csstype").Property.BackdropFilter | undefined;
212
+ backfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
213
+ backgroundAttachment?: import("csstype").Property.BackgroundAttachment | undefined;
214
+ backgroundBlendMode?: import("csstype").Property.BackgroundBlendMode | undefined;
215
+ backgroundClip?: import("csstype").Property.BackgroundClip | undefined;
216
+ backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
217
+ backgroundImage?: import("csstype").Property.BackgroundImage | undefined;
218
+ backgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
219
+ backgroundPositionX?: import("csstype").Property.BackgroundPositionX<string | number> | undefined;
220
+ backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | undefined;
221
+ backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
222
+ backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
223
+ blockOverflow?: import("csstype").Property.BlockOverflow | undefined;
224
+ blockSize?: import("csstype").Property.BlockSize<string | number> | undefined;
225
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
226
+ borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
227
+ borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
228
+ borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
229
+ borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
230
+ borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
231
+ borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
232
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
233
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
234
+ borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined;
235
+ borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
236
+ borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
237
+ borderBottomStyle?: import("csstype").Property.BorderBottomStyle | undefined;
238
+ borderBottomWidth?: import("csstype").Property.BorderBottomWidth<string | number> | undefined;
239
+ borderCollapse?: import("csstype").Property.BorderCollapse | undefined;
240
+ borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
241
+ borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
242
+ borderImageOutset?: import("csstype").Property.BorderImageOutset<string | number> | undefined;
243
+ borderImageRepeat?: import("csstype").Property.BorderImageRepeat | undefined;
244
+ borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
245
+ borderImageSource?: import("csstype").Property.BorderImageSource | undefined;
246
+ borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | undefined;
247
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
248
+ borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
249
+ borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
250
+ borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
251
+ borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
252
+ borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
253
+ borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
254
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
255
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
256
+ borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined;
257
+ borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
258
+ borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
259
+ borderRightColor?: import("csstype").Property.BorderRightColor | undefined;
260
+ borderRightStyle?: import("csstype").Property.BorderRightStyle | undefined;
261
+ borderRightWidth?: import("csstype").Property.BorderRightWidth<string | number> | undefined;
262
+ borderSpacing?: import("csstype").Property.BorderSpacing<string | number> | undefined;
263
+ borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
264
+ borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
265
+ borderTopColor?: import("csstype").Property.BorderTopColor | undefined;
266
+ borderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
267
+ borderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
268
+ borderTopStyle?: import("csstype").Property.BorderTopStyle | undefined;
269
+ borderTopWidth?: import("csstype").Property.BorderTopWidth<string | number> | undefined;
270
+ bottom?: import("csstype").Property.Bottom<string | number> | undefined;
271
+ boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
272
+ boxShadow?: import("csstype").Property.BoxShadow | undefined;
273
+ boxSizing?: import("csstype").Property.BoxSizing | undefined;
274
+ breakAfter?: import("csstype").Property.BreakAfter | undefined;
275
+ breakBefore?: import("csstype").Property.BreakBefore | undefined;
276
+ breakInside?: import("csstype").Property.BreakInside | undefined;
277
+ captionSide?: import("csstype").Property.CaptionSide | undefined;
278
+ caretColor?: import("csstype").Property.CaretColor | undefined;
279
+ caretShape?: import("csstype").Property.CaretShape | undefined;
280
+ clear?: import("csstype").Property.Clear | undefined;
281
+ clipPath?: import("csstype").Property.ClipPath | undefined;
282
+ colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
283
+ colorScheme?: import("csstype").Property.ColorScheme | undefined;
284
+ columnCount?: import("csstype").Property.ColumnCount | undefined;
285
+ columnFill?: import("csstype").Property.ColumnFill | undefined;
286
+ columnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
287
+ columnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
288
+ columnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
289
+ columnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
290
+ columnSpan?: import("csstype").Property.ColumnSpan | undefined;
291
+ columnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
292
+ contain?: import("csstype").Property.Contain | undefined;
293
+ containIntrinsicBlockSize?: import("csstype").Property.ContainIntrinsicBlockSize<string | number> | undefined;
294
+ containIntrinsicHeight?: import("csstype").Property.ContainIntrinsicHeight<string | number> | undefined;
295
+ containIntrinsicInlineSize?: import("csstype").Property.ContainIntrinsicInlineSize<string | number> | undefined;
296
+ containIntrinsicWidth?: import("csstype").Property.ContainIntrinsicWidth<string | number> | undefined;
297
+ containerName?: import("csstype").Property.ContainerName | undefined;
298
+ containerType?: import("csstype").Property.ContainerType | undefined;
299
+ content?: import("csstype").Property.Content | undefined;
300
+ contentVisibility?: import("csstype").Property.ContentVisibility | undefined;
301
+ counterIncrement?: import("csstype").Property.CounterIncrement | undefined;
302
+ counterReset?: import("csstype").Property.CounterReset | undefined;
303
+ counterSet?: import("csstype").Property.CounterSet | undefined;
304
+ cursor?: import("csstype").Property.Cursor | undefined;
305
+ direction?: import("csstype").Property.Direction | undefined;
306
+ display?: import("csstype").Property.Display | undefined;
307
+ emptyCells?: import("csstype").Property.EmptyCells | undefined;
308
+ filter?: import("csstype").Property.Filter | undefined;
309
+ flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
310
+ flexDirection?: import("csstype").Property.FlexDirection | undefined;
311
+ flexGrow?: import("csstype").Property.FlexGrow | undefined;
312
+ flexShrink?: import("csstype").Property.FlexShrink | undefined;
313
+ flexWrap?: import("csstype").Property.FlexWrap | undefined;
314
+ float?: import("csstype").Property.Float | undefined;
315
+ fontFamily?: import("csstype").Property.FontFamily | undefined;
316
+ fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
317
+ fontKerning?: import("csstype").Property.FontKerning | undefined;
318
+ fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
319
+ fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | undefined;
320
+ fontPalette?: import("csstype").Property.FontPalette | undefined;
321
+ fontSize?: import("csstype").Property.FontSize<string | number> | undefined;
322
+ fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
323
+ fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
324
+ fontStretch?: import("csstype").Property.FontStretch | undefined;
325
+ fontStyle?: import("csstype").Property.FontStyle | undefined;
326
+ fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
327
+ fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
328
+ fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
329
+ fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | undefined;
330
+ fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | undefined;
331
+ fontVariant?: import("csstype").Property.FontVariant | undefined;
332
+ fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
333
+ fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
334
+ fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | undefined;
335
+ fontVariantEmoji?: import("csstype").Property.FontVariantEmoji | undefined;
336
+ fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
337
+ fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | undefined;
338
+ fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
339
+ fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
340
+ fontWeight?: import("csstype").Property.FontWeight | undefined;
341
+ forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
342
+ gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | undefined;
343
+ gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
344
+ gridAutoRows?: import("csstype").Property.GridAutoRows<string | number> | undefined;
345
+ gridColumnEnd?: import("csstype").Property.GridColumnEnd | undefined;
346
+ gridColumnStart?: import("csstype").Property.GridColumnStart | undefined;
347
+ gridRowEnd?: import("csstype").Property.GridRowEnd | undefined;
348
+ gridRowStart?: import("csstype").Property.GridRowStart | undefined;
349
+ gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | undefined;
350
+ gridTemplateColumns?: import("csstype").Property.GridTemplateColumns<string | number> | undefined;
351
+ gridTemplateRows?: import("csstype").Property.GridTemplateRows<string | number> | undefined;
352
+ hangingPunctuation?: import("csstype").Property.HangingPunctuation | undefined;
353
+ height?: import("csstype").Property.Height<string | number> | undefined;
354
+ hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
355
+ hyphenateLimitChars?: import("csstype").Property.HyphenateLimitChars | undefined;
356
+ hyphens?: import("csstype").Property.Hyphens | undefined;
357
+ imageOrientation?: import("csstype").Property.ImageOrientation | undefined;
358
+ imageRendering?: import("csstype").Property.ImageRendering | undefined;
359
+ imageResolution?: import("csstype").Property.ImageResolution | undefined;
360
+ initialLetter?: import("csstype").Property.InitialLetter | undefined;
361
+ inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
362
+ inputSecurity?: import("csstype").Property.InputSecurity | undefined;
363
+ insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
364
+ insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
365
+ insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
366
+ insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
367
+ isolation?: import("csstype").Property.Isolation | undefined;
368
+ justifyContent?: import("csstype").Property.JustifyContent | undefined;
369
+ justifyItems?: import("csstype").Property.JustifyItems | undefined;
370
+ justifySelf?: import("csstype").Property.JustifySelf | undefined;
371
+ justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
372
+ left?: import("csstype").Property.Left<string | number> | undefined;
373
+ letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | undefined;
374
+ lineBreak?: import("csstype").Property.LineBreak | undefined;
375
+ lineHeight?: import("csstype").Property.LineHeight<string | number> | undefined;
376
+ lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | undefined;
377
+ listStyleImage?: import("csstype").Property.ListStyleImage | undefined;
378
+ listStylePosition?: import("csstype").Property.ListStylePosition | undefined;
379
+ listStyleType?: import("csstype").Property.ListStyleType | undefined;
380
+ marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
381
+ marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
382
+ marginBottom?: import("csstype").Property.MarginBottom<string | number> | undefined;
383
+ marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
384
+ marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
385
+ marginLeft?: import("csstype").Property.MarginLeft<string | number> | undefined;
386
+ marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
387
+ marginTop?: import("csstype").Property.MarginTop<string | number> | undefined;
388
+ marginTrim?: import("csstype").Property.MarginTrim | undefined;
389
+ maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
390
+ maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
391
+ maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
392
+ maskBorderSlice?: import("csstype").Property.MaskBorderSlice | undefined;
393
+ maskBorderSource?: import("csstype").Property.MaskBorderSource | undefined;
394
+ maskBorderWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
395
+ maskClip?: import("csstype").Property.MaskClip | undefined;
396
+ maskComposite?: import("csstype").Property.MaskComposite | undefined;
397
+ maskImage?: import("csstype").Property.MaskImage | undefined;
398
+ maskMode?: import("csstype").Property.MaskMode | undefined;
399
+ maskOrigin?: import("csstype").Property.MaskOrigin | undefined;
400
+ maskPosition?: import("csstype").Property.MaskPosition<string | number> | undefined;
401
+ maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
402
+ maskSize?: import("csstype").Property.MaskSize<string | number> | undefined;
403
+ maskType?: import("csstype").Property.MaskType | undefined;
404
+ masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | undefined;
405
+ mathDepth?: import("csstype").Property.MathDepth | undefined;
406
+ mathShift?: import("csstype").Property.MathShift | undefined;
407
+ mathStyle?: import("csstype").Property.MathStyle | undefined;
408
+ maxBlockSize?: import("csstype").Property.MaxBlockSize<string | number> | undefined;
409
+ maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
410
+ maxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
411
+ maxLines?: import("csstype").Property.MaxLines | undefined;
412
+ maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
413
+ minBlockSize?: import("csstype").Property.MinBlockSize<string | number> | undefined;
414
+ minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
415
+ minInlineSize?: import("csstype").Property.MinInlineSize<string | number> | undefined;
416
+ minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
417
+ mixBlendMode?: import("csstype").Property.MixBlendMode | undefined;
418
+ motionDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
419
+ motionPath?: import("csstype").Property.OffsetPath | undefined;
420
+ motionRotation?: import("csstype").Property.OffsetRotate | undefined;
421
+ objectFit?: import("csstype").Property.ObjectFit | undefined;
422
+ objectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
423
+ offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
424
+ offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
425
+ offsetPath?: import("csstype").Property.OffsetPath | undefined;
426
+ offsetPosition?: import("csstype").Property.OffsetPosition<string | number> | undefined;
427
+ offsetRotate?: import("csstype").Property.OffsetRotate | undefined;
428
+ offsetRotation?: import("csstype").Property.OffsetRotate | undefined;
429
+ opacity?: import("csstype").Property.Opacity | undefined;
430
+ order?: import("csstype").Property.Order | undefined;
431
+ orphans?: import("csstype").Property.Orphans | undefined;
432
+ outlineColor?: import("csstype").Property.OutlineColor | undefined;
433
+ outlineOffset?: import("csstype").Property.OutlineOffset<string | number> | undefined;
434
+ outlineStyle?: import("csstype").Property.OutlineStyle | undefined;
435
+ outlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
436
+ overflowAnchor?: import("csstype").Property.OverflowAnchor | undefined;
437
+ overflowBlock?: import("csstype").Property.OverflowBlock | undefined;
438
+ overflowClipBox?: import("csstype").Property.OverflowClipBox | undefined;
439
+ overflowClipMargin?: import("csstype").Property.OverflowClipMargin<string | number> | undefined;
440
+ overflowInline?: import("csstype").Property.OverflowInline | undefined;
441
+ overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
442
+ overflowX?: import("csstype").Property.OverflowX | undefined;
443
+ overflowY?: import("csstype").Property.OverflowY | undefined;
444
+ overlay?: import("csstype").Property.Overlay | undefined;
445
+ overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
446
+ overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
447
+ overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
448
+ overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | undefined;
449
+ paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
450
+ paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
451
+ paddingBottom?: import("csstype").Property.PaddingBottom<string | number> | undefined;
452
+ paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
453
+ paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
454
+ paddingLeft?: import("csstype").Property.PaddingLeft<string | number> | undefined;
455
+ paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
456
+ paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
457
+ page?: import("csstype").Property.Page | undefined;
458
+ pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
459
+ pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
460
+ pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
461
+ paintOrder?: import("csstype").Property.PaintOrder | undefined;
462
+ perspective?: import("csstype").Property.Perspective<string | number> | undefined;
463
+ perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
464
+ pointerEvents?: import("csstype").Property.PointerEvents | undefined;
465
+ position?: import("csstype").Property.Position | undefined;
466
+ printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
467
+ quotes?: import("csstype").Property.Quotes | undefined;
468
+ resize?: import("csstype").Property.Resize | undefined;
469
+ right?: import("csstype").Property.Right<string | number> | undefined;
470
+ rotate?: import("csstype").Property.Rotate | undefined;
471
+ rowGap?: import("csstype").Property.RowGap<string | number> | undefined;
472
+ rubyAlign?: import("csstype").Property.RubyAlign | undefined;
473
+ rubyMerge?: import("csstype").Property.RubyMerge | undefined;
474
+ rubyPosition?: import("csstype").Property.RubyPosition | undefined;
475
+ scale?: import("csstype").Property.Scale | undefined;
476
+ scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
477
+ scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
478
+ scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
479
+ scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
480
+ scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined;
481
+ scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined;
482
+ scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
483
+ scrollMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
484
+ scrollMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
485
+ scrollPaddingBlockEnd?: import("csstype").Property.ScrollPaddingBlockEnd<string | number> | undefined;
486
+ scrollPaddingBlockStart?: import("csstype").Property.ScrollPaddingBlockStart<string | number> | undefined;
487
+ scrollPaddingBottom?: import("csstype").Property.ScrollPaddingBottom<string | number> | undefined;
488
+ scrollPaddingInlineEnd?: import("csstype").Property.ScrollPaddingInlineEnd<string | number> | undefined;
489
+ scrollPaddingInlineStart?: import("csstype").Property.ScrollPaddingInlineStart<string | number> | undefined;
490
+ scrollPaddingLeft?: import("csstype").Property.ScrollPaddingLeft<string | number> | undefined;
491
+ scrollPaddingRight?: import("csstype").Property.ScrollPaddingRight<string | number> | undefined;
492
+ scrollPaddingTop?: import("csstype").Property.ScrollPaddingTop<string | number> | undefined;
493
+ scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | undefined;
494
+ scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
495
+ scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
496
+ scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
497
+ scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
498
+ scrollSnapStop?: import("csstype").Property.ScrollSnapStop | undefined;
499
+ scrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
500
+ scrollTimelineAxis?: import("csstype").Property.ScrollTimelineAxis | undefined;
501
+ scrollTimelineName?: import("csstype").Property.ScrollTimelineName | undefined;
502
+ scrollbarColor?: import("csstype").Property.ScrollbarColor | undefined;
503
+ scrollbarGutter?: import("csstype").Property.ScrollbarGutter | undefined;
504
+ scrollbarWidth?: import("csstype").Property.ScrollbarWidth | undefined;
505
+ shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
506
+ shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
507
+ shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
508
+ tabSize?: import("csstype").Property.TabSize<string | number> | undefined;
509
+ tableLayout?: import("csstype").Property.TableLayout | undefined;
510
+ textAlign?: import("csstype").Property.TextAlign | undefined;
511
+ textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
512
+ textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined;
513
+ textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
514
+ textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
515
+ textDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
516
+ textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | undefined;
517
+ textDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
518
+ textDecorationThickness?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
519
+ textEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
520
+ textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
521
+ textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
522
+ textIndent?: import("csstype").Property.TextIndent<string | number> | undefined;
523
+ textJustify?: import("csstype").Property.TextJustify | undefined;
524
+ textOrientation?: import("csstype").Property.TextOrientation | undefined;
525
+ textOverflow?: import("csstype").Property.TextOverflow | undefined;
526
+ textRendering?: import("csstype").Property.TextRendering | undefined;
527
+ textShadow?: import("csstype").Property.TextShadow | undefined;
528
+ textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
529
+ textTransform?: import("csstype").Property.TextTransform | undefined;
530
+ textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
531
+ textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
532
+ textWrap?: import("csstype").Property.TextWrap | undefined;
533
+ timelineScope?: import("csstype").Property.TimelineScope | undefined;
534
+ top?: import("csstype").Property.Top<string | number> | undefined;
535
+ touchAction?: import("csstype").Property.TouchAction | undefined;
536
+ transform?: import("csstype").Property.Transform | undefined;
537
+ transformBox?: import("csstype").Property.TransformBox | undefined;
538
+ transformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
539
+ transformStyle?: import("csstype").Property.TransformStyle | undefined;
540
+ transitionBehavior?: import("csstype").Property.TransitionBehavior | undefined;
541
+ transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
542
+ transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
543
+ transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
544
+ transitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
545
+ translate?: import("csstype").Property.Translate<string | number> | undefined;
546
+ unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
547
+ userSelect?: import("csstype").Property.UserSelect | undefined;
548
+ verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
549
+ viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
550
+ viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
551
+ viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
552
+ viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
553
+ visibility?: import("csstype").Property.Visibility | undefined;
554
+ whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
555
+ whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
556
+ whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | undefined;
557
+ widows?: import("csstype").Property.Widows | undefined;
558
+ width?: import("csstype").Property.Width<string | number> | undefined;
559
+ willChange?: import("csstype").Property.WillChange | undefined;
560
+ wordBreak?: import("csstype").Property.WordBreak | undefined;
561
+ wordSpacing?: import("csstype").Property.WordSpacing<string | number> | undefined;
562
+ wordWrap?: import("csstype").Property.WordWrap | undefined;
563
+ writingMode?: import("csstype").Property.WritingMode | undefined;
564
+ zIndex?: import("csstype").Property.ZIndex | undefined;
565
+ zoom?: import("csstype").Property.Zoom | undefined;
566
+ all?: import("csstype").Globals | undefined;
567
+ animation?: import("csstype").Property.Animation<string & {}> | undefined;
568
+ animationRange?: import("csstype").Property.AnimationRange<string | number> | undefined;
569
+ background?: import("csstype").Property.Background<string | number> | undefined;
570
+ backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
571
+ border?: import("csstype").Property.Border<string | number> | undefined;
572
+ borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
573
+ borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
574
+ borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
575
+ borderBottom?: import("csstype").Property.BorderBottom<string | number> | undefined;
576
+ borderColor?: import("csstype").Property.BorderColor | undefined;
577
+ borderImage?: import("csstype").Property.BorderImage | undefined;
578
+ borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
579
+ borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
580
+ borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
581
+ borderLeft?: import("csstype").Property.BorderLeft<string | number> | undefined;
582
+ borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
583
+ borderRight?: import("csstype").Property.BorderRight<string | number> | undefined;
584
+ borderStyle?: import("csstype").Property.BorderStyle | undefined;
585
+ borderTop?: import("csstype").Property.BorderTop<string | number> | undefined;
586
+ borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
587
+ caret?: import("csstype").Property.Caret | undefined;
588
+ columnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
589
+ columns?: import("csstype").Property.Columns<string | number> | undefined;
590
+ containIntrinsicSize?: import("csstype").Property.ContainIntrinsicSize<string | number> | undefined;
591
+ container?: import("csstype").Property.Container | undefined;
592
+ flex?: import("csstype").Property.Flex<string | number> | undefined;
593
+ flexFlow?: import("csstype").Property.FlexFlow | undefined;
594
+ font?: import("csstype").Property.Font | undefined;
595
+ gap?: import("csstype").Property.Gap<string | number> | undefined;
596
+ grid?: import("csstype").Property.Grid | undefined;
597
+ gridArea?: import("csstype").Property.GridArea | undefined;
598
+ gridColumn?: import("csstype").Property.GridColumn | undefined;
599
+ gridRow?: import("csstype").Property.GridRow | undefined;
600
+ gridTemplate?: import("csstype").Property.GridTemplate | undefined;
601
+ inset?: import("csstype").Property.Inset<string | number> | undefined;
602
+ insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
603
+ insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
604
+ lineClamp?: import("csstype").Property.LineClamp | undefined;
605
+ listStyle?: import("csstype").Property.ListStyle | undefined;
606
+ margin?: import("csstype").Property.Margin<string | number> | undefined;
607
+ marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
608
+ marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
609
+ mask?: import("csstype").Property.Mask<string | number> | undefined;
610
+ maskBorder?: import("csstype").Property.MaskBorder | undefined;
611
+ motion?: import("csstype").Property.Offset<string | number> | undefined;
612
+ offset?: import("csstype").Property.Offset<string | number> | undefined;
613
+ outline?: import("csstype").Property.Outline<string | number> | undefined;
614
+ overflow?: import("csstype").Property.Overflow | undefined;
615
+ overscrollBehavior?: import("csstype").Property.OverscrollBehavior | undefined;
616
+ padding?: import("csstype").Property.Padding<string | number> | undefined;
617
+ paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
618
+ paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
619
+ placeContent?: import("csstype").Property.PlaceContent | undefined;
620
+ placeItems?: import("csstype").Property.PlaceItems | undefined;
621
+ placeSelf?: import("csstype").Property.PlaceSelf | undefined;
622
+ scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
623
+ scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
624
+ scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
625
+ scrollPadding?: import("csstype").Property.ScrollPadding<string | number> | undefined;
626
+ scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<string | number> | undefined;
627
+ scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<string | number> | undefined;
628
+ scrollSnapMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
629
+ scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
630
+ textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
631
+ textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
632
+ transition?: import("csstype").Property.Transition<string & {}> | undefined;
633
+ viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
634
+ MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
635
+ MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
636
+ MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
637
+ MozAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
638
+ MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
639
+ MozAnimationName?: import("csstype").Property.AnimationName | undefined;
640
+ MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
641
+ MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
642
+ MozAppearance?: import("csstype").Property.MozAppearance | undefined;
643
+ MozBinding?: import("csstype").Property.MozBinding | undefined;
644
+ MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
645
+ MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
646
+ MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
647
+ MozBorderEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
648
+ MozBorderLeftColors?: import("csstype").Property.MozBorderLeftColors | undefined;
649
+ MozBorderRightColors?: import("csstype").Property.MozBorderRightColors | undefined;
650
+ MozBorderStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
651
+ MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
652
+ MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined;
653
+ MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
654
+ MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
655
+ MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
656
+ MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
657
+ MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
658
+ MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
659
+ MozColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
660
+ MozContextProperties?: import("csstype").Property.MozContextProperties | undefined;
661
+ MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
662
+ MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
663
+ MozHyphens?: import("csstype").Property.Hyphens | undefined;
664
+ MozImageRegion?: import("csstype").Property.MozImageRegion | undefined;
665
+ MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
666
+ MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
667
+ MozOrient?: import("csstype").Property.MozOrient | undefined;
668
+ MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
669
+ MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
670
+ MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
671
+ MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
672
+ MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
673
+ MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
674
+ MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
675
+ MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
676
+ MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
677
+ MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
678
+ MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
679
+ MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
680
+ MozUserModify?: import("csstype").Property.MozUserModify | undefined;
681
+ MozUserSelect?: import("csstype").Property.UserSelect | undefined;
682
+ MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
683
+ MozWindowShadow?: import("csstype").Property.MozWindowShadow | undefined;
684
+ msAccelerator?: import("csstype").Property.MsAccelerator | undefined;
685
+ msBlockProgression?: import("csstype").Property.MsBlockProgression | undefined;
686
+ msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | undefined;
687
+ msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | undefined;
688
+ msContentZoomLimitMin?: import("csstype").Property.MsContentZoomLimitMin | undefined;
689
+ msContentZoomSnapPoints?: import("csstype").Property.MsContentZoomSnapPoints | undefined;
690
+ msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | undefined;
691
+ msContentZooming?: import("csstype").Property.MsContentZooming | undefined;
692
+ msFilter?: import("csstype").Property.MsFilter | undefined;
693
+ msFlexDirection?: import("csstype").Property.FlexDirection | undefined;
694
+ msFlexPositive?: import("csstype").Property.FlexGrow | undefined;
695
+ msFlowFrom?: import("csstype").Property.MsFlowFrom | undefined;
696
+ msFlowInto?: import("csstype").Property.MsFlowInto | undefined;
697
+ msGridColumns?: import("csstype").Property.MsGridColumns<string | number> | undefined;
698
+ msGridRows?: import("csstype").Property.MsGridRows<string | number> | undefined;
699
+ msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | undefined;
700
+ msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | undefined;
701
+ msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | undefined;
702
+ msHyphenateLimitZone?: import("csstype").Property.MsHyphenateLimitZone<string | number> | undefined;
703
+ msHyphens?: import("csstype").Property.Hyphens | undefined;
704
+ msImeAlign?: import("csstype").Property.MsImeAlign | undefined;
705
+ msLineBreak?: import("csstype").Property.LineBreak | undefined;
706
+ msOrder?: import("csstype").Property.Order | undefined;
707
+ msOverflowStyle?: import("csstype").Property.MsOverflowStyle | undefined;
708
+ msOverflowX?: import("csstype").Property.OverflowX | undefined;
709
+ msOverflowY?: import("csstype").Property.OverflowY | undefined;
710
+ msScrollChaining?: import("csstype").Property.MsScrollChaining | undefined;
711
+ msScrollLimitXMax?: import("csstype").Property.MsScrollLimitXMax<string | number> | undefined;
712
+ msScrollLimitXMin?: import("csstype").Property.MsScrollLimitXMin<string | number> | undefined;
713
+ msScrollLimitYMax?: import("csstype").Property.MsScrollLimitYMax<string | number> | undefined;
714
+ msScrollLimitYMin?: import("csstype").Property.MsScrollLimitYMin<string | number> | undefined;
715
+ msScrollRails?: import("csstype").Property.MsScrollRails | undefined;
716
+ msScrollSnapPointsX?: import("csstype").Property.MsScrollSnapPointsX | undefined;
717
+ msScrollSnapPointsY?: import("csstype").Property.MsScrollSnapPointsY | undefined;
718
+ msScrollSnapType?: import("csstype").Property.MsScrollSnapType | undefined;
719
+ msScrollTranslation?: import("csstype").Property.MsScrollTranslation | undefined;
720
+ msScrollbar3dlightColor?: import("csstype").Property.MsScrollbar3dlightColor | undefined;
721
+ msScrollbarArrowColor?: import("csstype").Property.MsScrollbarArrowColor | undefined;
722
+ msScrollbarBaseColor?: import("csstype").Property.MsScrollbarBaseColor | undefined;
723
+ msScrollbarDarkshadowColor?: import("csstype").Property.MsScrollbarDarkshadowColor | undefined;
724
+ msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | undefined;
725
+ msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | undefined;
726
+ msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | undefined;
727
+ msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
728
+ msTextAutospace?: import("csstype").Property.MsTextAutospace | undefined;
729
+ msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | undefined;
730
+ msTextOverflow?: import("csstype").Property.TextOverflow | undefined;
731
+ msTouchAction?: import("csstype").Property.TouchAction | undefined;
732
+ msTouchSelect?: import("csstype").Property.MsTouchSelect | undefined;
733
+ msTransform?: import("csstype").Property.Transform | undefined;
734
+ msTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
735
+ msTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
736
+ msTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
737
+ msTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
738
+ msTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
739
+ msUserSelect?: import("csstype").Property.MsUserSelect | undefined;
740
+ msWordBreak?: import("csstype").Property.WordBreak | undefined;
741
+ msWrapFlow?: import("csstype").Property.MsWrapFlow | undefined;
742
+ msWrapMargin?: import("csstype").Property.MsWrapMargin<string | number> | undefined;
743
+ msWrapThrough?: import("csstype").Property.MsWrapThrough | undefined;
744
+ msWritingMode?: import("csstype").Property.WritingMode | undefined;
745
+ WebkitAlignContent?: import("csstype").Property.AlignContent | undefined;
746
+ WebkitAlignItems?: import("csstype").Property.AlignItems | undefined;
747
+ WebkitAlignSelf?: import("csstype").Property.AlignSelf | undefined;
748
+ WebkitAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
749
+ WebkitAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
750
+ WebkitAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
751
+ WebkitAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
752
+ WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
753
+ WebkitAnimationName?: import("csstype").Property.AnimationName | undefined;
754
+ WebkitAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
755
+ WebkitAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
756
+ WebkitAppearance?: import("csstype").Property.WebkitAppearance | undefined;
757
+ WebkitBackdropFilter?: import("csstype").Property.BackdropFilter | undefined;
758
+ WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
759
+ WebkitBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
760
+ WebkitBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
761
+ WebkitBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
762
+ WebkitBorderBeforeColor?: import("csstype").Property.WebkitBorderBeforeColor | undefined;
763
+ WebkitBorderBeforeStyle?: import("csstype").Property.WebkitBorderBeforeStyle | undefined;
764
+ WebkitBorderBeforeWidth?: import("csstype").Property.WebkitBorderBeforeWidth<string | number> | undefined;
765
+ WebkitBorderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
766
+ WebkitBorderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
767
+ WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
768
+ WebkitBorderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
769
+ WebkitBorderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
770
+ WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
771
+ WebkitBoxReflect?: import("csstype").Property.WebkitBoxReflect<string | number> | undefined;
772
+ WebkitBoxShadow?: import("csstype").Property.BoxShadow | undefined;
773
+ WebkitBoxSizing?: import("csstype").Property.BoxSizing | undefined;
774
+ WebkitClipPath?: import("csstype").Property.ClipPath | undefined;
775
+ WebkitColumnCount?: import("csstype").Property.ColumnCount | undefined;
776
+ WebkitColumnFill?: import("csstype").Property.ColumnFill | undefined;
777
+ WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
778
+ WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
779
+ WebkitColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
780
+ WebkitColumnSpan?: import("csstype").Property.ColumnSpan | undefined;
781
+ WebkitColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
782
+ WebkitFilter?: import("csstype").Property.Filter | undefined;
783
+ WebkitFlexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
784
+ WebkitFlexDirection?: import("csstype").Property.FlexDirection | undefined;
785
+ WebkitFlexGrow?: import("csstype").Property.FlexGrow | undefined;
786
+ WebkitFlexShrink?: import("csstype").Property.FlexShrink | undefined;
787
+ WebkitFlexWrap?: import("csstype").Property.FlexWrap | undefined;
788
+ WebkitFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
789
+ WebkitFontKerning?: import("csstype").Property.FontKerning | undefined;
790
+ WebkitFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
791
+ WebkitFontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
792
+ WebkitHyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
793
+ WebkitHyphens?: import("csstype").Property.Hyphens | undefined;
794
+ WebkitInitialLetter?: import("csstype").Property.InitialLetter | undefined;
795
+ WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
796
+ WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
797
+ WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
798
+ WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
799
+ WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
800
+ WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
801
+ WebkitMaskBoxImageOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
802
+ WebkitMaskBoxImageRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
803
+ WebkitMaskBoxImageSlice?: import("csstype").Property.MaskBorderSlice | undefined;
804
+ WebkitMaskBoxImageSource?: import("csstype").Property.MaskBorderSource | undefined;
805
+ WebkitMaskBoxImageWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
806
+ WebkitMaskClip?: import("csstype").Property.WebkitMaskClip | undefined;
807
+ WebkitMaskComposite?: import("csstype").Property.WebkitMaskComposite | undefined;
808
+ WebkitMaskImage?: import("csstype").Property.WebkitMaskImage | undefined;
809
+ WebkitMaskOrigin?: import("csstype").Property.WebkitMaskOrigin | undefined;
810
+ WebkitMaskPosition?: import("csstype").Property.WebkitMaskPosition<string | number> | undefined;
811
+ WebkitMaskPositionX?: import("csstype").Property.WebkitMaskPositionX<string | number> | undefined;
812
+ WebkitMaskPositionY?: import("csstype").Property.WebkitMaskPositionY<string | number> | undefined;
813
+ WebkitMaskRepeat?: import("csstype").Property.WebkitMaskRepeat | undefined;
814
+ WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | undefined;
815
+ WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | undefined;
816
+ WebkitMaskSize?: import("csstype").Property.WebkitMaskSize<string | number> | undefined;
817
+ WebkitMaxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
818
+ WebkitOrder?: import("csstype").Property.Order | undefined;
819
+ WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | undefined;
820
+ WebkitPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
821
+ WebkitPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
822
+ WebkitPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
823
+ WebkitPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
824
+ WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
825
+ WebkitRubyPosition?: import("csstype").Property.RubyPosition | undefined;
826
+ WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
827
+ WebkitShapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
828
+ WebkitTapHighlightColor?: import("csstype").Property.WebkitTapHighlightColor | undefined;
829
+ WebkitTextCombine?: import("csstype").Property.TextCombineUpright | undefined;
830
+ WebkitTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
831
+ WebkitTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
832
+ WebkitTextDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
833
+ WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
834
+ WebkitTextEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
835
+ WebkitTextEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
836
+ WebkitTextEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
837
+ WebkitTextFillColor?: import("csstype").Property.WebkitTextFillColor | undefined;
838
+ WebkitTextOrientation?: import("csstype").Property.TextOrientation | undefined;
839
+ WebkitTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
840
+ WebkitTextStrokeColor?: import("csstype").Property.WebkitTextStrokeColor | undefined;
841
+ WebkitTextStrokeWidth?: import("csstype").Property.WebkitTextStrokeWidth<string | number> | undefined;
842
+ WebkitTextUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
843
+ WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | undefined;
844
+ WebkitTransform?: import("csstype").Property.Transform | undefined;
845
+ WebkitTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
846
+ WebkitTransformStyle?: import("csstype").Property.TransformStyle | undefined;
847
+ WebkitTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
848
+ WebkitTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
849
+ WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
850
+ WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
851
+ WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
852
+ WebkitUserSelect?: import("csstype").Property.UserSelect | undefined;
853
+ WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
854
+ MozAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
855
+ MozBorderImage?: import("csstype").Property.BorderImage | undefined;
856
+ MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
857
+ MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
858
+ MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
859
+ msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
860
+ msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
861
+ msFlex?: import("csstype").Property.Flex<string | number> | undefined;
862
+ msScrollLimit?: import("csstype").Property.MsScrollLimit | undefined;
863
+ msScrollSnapX?: import("csstype").Property.MsScrollSnapX | undefined;
864
+ msScrollSnapY?: import("csstype").Property.MsScrollSnapY | undefined;
865
+ msTransition?: import("csstype").Property.Transition<string & {}> | undefined;
866
+ WebkitAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
867
+ WebkitBorderBefore?: import("csstype").Property.WebkitBorderBefore<string | number> | undefined;
868
+ WebkitBorderImage?: import("csstype").Property.BorderImage | undefined;
869
+ WebkitBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
870
+ WebkitColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
871
+ WebkitColumns?: import("csstype").Property.Columns<string | number> | undefined;
872
+ WebkitFlex?: import("csstype").Property.Flex<string | number> | undefined;
873
+ WebkitFlexFlow?: import("csstype").Property.FlexFlow | undefined;
874
+ WebkitMask?: import("csstype").Property.WebkitMask<string | number> | undefined;
875
+ WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | undefined;
876
+ WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
877
+ WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | undefined;
878
+ WebkitTransition?: import("csstype").Property.Transition<string & {}> | undefined;
879
+ azimuth?: import("csstype").Property.Azimuth | undefined;
880
+ boxAlign?: import("csstype").Property.BoxAlign | undefined;
881
+ boxDirection?: import("csstype").Property.BoxDirection | undefined;
882
+ boxFlex?: import("csstype").Property.BoxFlex | undefined;
883
+ boxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
884
+ boxLines?: import("csstype").Property.BoxLines | undefined;
885
+ boxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
886
+ boxOrient?: import("csstype").Property.BoxOrient | undefined;
887
+ boxPack?: import("csstype").Property.BoxPack | undefined;
888
+ clip?: import("csstype").Property.Clip | undefined;
889
+ gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | undefined;
890
+ gridGap?: import("csstype").Property.GridGap<string | number> | undefined;
891
+ gridRowGap?: import("csstype").Property.GridRowGap<string | number> | undefined;
892
+ imeMode?: import("csstype").Property.ImeMode | undefined;
893
+ offsetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
894
+ offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
895
+ offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
896
+ offsetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
897
+ offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
898
+ offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
899
+ scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined;
900
+ scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | undefined;
901
+ scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
902
+ scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
903
+ scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | undefined;
904
+ scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | undefined;
905
+ KhtmlBoxAlign?: import("csstype").Property.BoxAlign | undefined;
906
+ KhtmlBoxDirection?: import("csstype").Property.BoxDirection | undefined;
907
+ KhtmlBoxFlex?: import("csstype").Property.BoxFlex | undefined;
908
+ KhtmlBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
909
+ KhtmlBoxLines?: import("csstype").Property.BoxLines | undefined;
910
+ KhtmlBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
911
+ KhtmlBoxOrient?: import("csstype").Property.BoxOrient | undefined;
912
+ KhtmlBoxPack?: import("csstype").Property.BoxPack | undefined;
913
+ KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
914
+ KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
915
+ KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
916
+ MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
917
+ MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
918
+ MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
919
+ MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
920
+ MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
921
+ MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
922
+ MozBorderRadiusBottomleft?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
923
+ MozBorderRadiusBottomright?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
924
+ MozBorderRadiusTopleft?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
925
+ MozBorderRadiusTopright?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
926
+ MozBoxAlign?: import("csstype").Property.BoxAlign | undefined;
927
+ MozBoxDirection?: import("csstype").Property.BoxDirection | undefined;
928
+ MozBoxFlex?: import("csstype").Property.BoxFlex | undefined;
929
+ MozBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
930
+ MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
931
+ MozBoxPack?: import("csstype").Property.BoxPack | undefined;
932
+ MozBoxShadow?: import("csstype").Property.BoxShadow | undefined;
933
+ MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
934
+ MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
935
+ MozOpacity?: import("csstype").Property.Opacity | undefined;
936
+ MozOutline?: import("csstype").Property.Outline<string | number> | undefined;
937
+ MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
938
+ MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
939
+ MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
940
+ MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
941
+ MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
942
+ MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
943
+ MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
944
+ MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
945
+ MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
946
+ MozTransform?: import("csstype").Property.Transform | undefined;
947
+ MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
948
+ MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
949
+ MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
950
+ MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
951
+ MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
952
+ MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
953
+ MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
954
+ MozUserInput?: import("csstype").Property.MozUserInput | undefined;
955
+ msImeMode?: import("csstype").Property.ImeMode | undefined;
956
+ OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
957
+ OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
958
+ OAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
959
+ OAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
960
+ OAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
961
+ OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
962
+ OAnimationName?: import("csstype").Property.AnimationName | undefined;
963
+ OAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
964
+ OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
965
+ OBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
966
+ OBorderImage?: import("csstype").Property.BorderImage | undefined;
967
+ OObjectFit?: import("csstype").Property.ObjectFit | undefined;
968
+ OObjectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
969
+ OTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
970
+ OTextOverflow?: import("csstype").Property.TextOverflow | undefined;
971
+ OTransform?: import("csstype").Property.Transform | undefined;
972
+ OTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
973
+ OTransition?: import("csstype").Property.Transition<string & {}> | undefined;
974
+ OTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
975
+ OTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
976
+ OTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
977
+ OTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
978
+ WebkitBoxAlign?: import("csstype").Property.BoxAlign | undefined;
979
+ WebkitBoxDirection?: import("csstype").Property.BoxDirection | undefined;
980
+ WebkitBoxFlex?: import("csstype").Property.BoxFlex | undefined;
981
+ WebkitBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
982
+ WebkitBoxLines?: import("csstype").Property.BoxLines | undefined;
983
+ WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
984
+ WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
985
+ WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
986
+ alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
987
+ baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
988
+ clipRule?: import("csstype").Property.ClipRule | undefined;
989
+ colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
990
+ colorRendering?: import("csstype").Property.ColorRendering | undefined;
991
+ dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
992
+ fill?: import("csstype").Property.Fill | undefined;
993
+ fillOpacity?: import("csstype").Property.FillOpacity | undefined;
994
+ fillRule?: import("csstype").Property.FillRule | undefined;
995
+ floodColor?: import("csstype").Property.FloodColor | undefined;
996
+ floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
997
+ glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined;
998
+ lightingColor?: import("csstype").Property.LightingColor | undefined;
999
+ marker?: import("csstype").Property.Marker | undefined;
1000
+ markerEnd?: import("csstype").Property.MarkerEnd | undefined;
1001
+ markerMid?: import("csstype").Property.MarkerMid | undefined;
1002
+ markerStart?: import("csstype").Property.MarkerStart | undefined;
1003
+ shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
1004
+ stopColor?: import("csstype").Property.StopColor | undefined;
1005
+ stopOpacity?: import("csstype").Property.StopOpacity | undefined;
1006
+ stroke?: import("csstype").Property.Stroke | undefined;
1007
+ strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
1008
+ strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
1009
+ strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
1010
+ strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
1011
+ strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
1012
+ strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
1013
+ strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
1014
+ textAnchor?: import("csstype").Property.TextAnchor | undefined;
1015
+ vectorEffect?: import("csstype").Property.VectorEffect | undefined;
207
1016
  };
208
1017
  iconUrl: any;
209
1018
  iconColor: string | undefined;