@m4l/styles 0.0.31 → 0.0.32

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