@m4l/styles 0.0.17 → 0.0.18

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