@m4l/styles 0.0.11 → 0.0.13

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