@m4l/graphics 0.1.28 → 0.1.30

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