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