@movable/ui 4.0.4-five.0 → 4.1.0

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