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