@wireapp/react-ui-kit 8.17.8 → 8.17.9

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