@veritone-ce/design-system 1.2.2 → 1.2.3

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