@fairys/valtio-form-basic 0.0.8

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.
@@ -0,0 +1,2728 @@
1
+ export interface FairysValtioFormLayoutContextOptions {
2
+ /**列数据*/
3
+ colCount?: number;
4
+ /**规则校验失败错误提示位置*/
5
+ errorLayout?: 'left-bottom' | 'right-bottom' | 'top-right' | 'top-left';
6
+ /**
7
+ * label显示模式
8
+ * @platform taro 支持 between
9
+ */
10
+ labelMode?: 'left' | 'top' | 'between';
11
+ /**表单项 className*/
12
+ formItemClassName?: string;
13
+ /**表单项 style*/
14
+ formItemStyle?: React.CSSProperties;
15
+ /**表单项 label className*/
16
+ formItemLabelClassName?: string;
17
+ /**表单项 label style*/
18
+ formItemLabelStyle?: React.CSSProperties;
19
+ /**表单项 body className*/
20
+ formItemBodyClassName?: string;
21
+ /**表单项 body style*/
22
+ formItemBodyStyle?: React.CSSProperties;
23
+ /**
24
+ * 底部边框类型
25
+ */
26
+ borderedType?: 'bottom' | 'body';
27
+ }
28
+ export interface FairysValtioFormLayoutAttrsProps extends FairysValtioFormLayoutContextOptions {
29
+ /**
30
+ * @description gap 属性是用来设置网格行与列之间的间隙,该属性是row-gap and column-gap的简写形式。
31
+ */
32
+ gap?: string | number;
33
+ /**标题*/
34
+ title?: React.ReactNode;
35
+ /**额外内容*/
36
+ extra?: React.ReactNode;
37
+ /**内容*/
38
+ children?: React.ReactNode;
39
+ /**是否占据整行*/
40
+ isAllColSpan?: boolean;
41
+ className?: string;
42
+ style?: React.CSSProperties;
43
+ /**头部ClassName*/
44
+ headerClassName?: string;
45
+ /**头部样式*/
46
+ headerStyle?: React.CSSProperties;
47
+ /**内容ClassName*/
48
+ bodyClassName?: string;
49
+ /**内容样式*/
50
+ bodyStyle?: React.CSSProperties;
51
+ /**是否边框*/
52
+ bordered?: boolean;
53
+ /**显示阴影*/
54
+ boxShadow?: boolean;
55
+ /**最后一个是否显示底部边框*/
56
+ lastItemBordered?: boolean;
57
+ }
58
+ export declare class FairysValtioFormLayoutInstance {
59
+ state: FairysValtioFormLayoutContextOptions;
60
+ updated: (options?: FairysValtioFormLayoutContextOptions) => void;
61
+ }
62
+ export declare const useFairysValtioFormLayoutInstance: (instance?: FairysValtioFormLayoutInstance) => FairysValtioFormLayoutInstance;
63
+ export declare const FairysValtioFormLayoutContext: import("react").Context<FairysValtioFormLayoutInstance>;
64
+ export declare const useFairysValtioFormLayoutContext: () => readonly [{
65
+ readonly colCount?: number;
66
+ readonly errorLayout?: "left-bottom" | "right-bottom" | "top-right" | "top-left";
67
+ readonly labelMode?: "left" | "top" | "between";
68
+ readonly formItemClassName?: string;
69
+ readonly formItemStyle?: {
70
+ readonly accentColor?: import("csstype").Property.AccentColor | undefined;
71
+ readonly alignContent?: import("csstype").Property.AlignContent | undefined;
72
+ readonly alignItems?: import("csstype").Property.AlignItems | undefined;
73
+ readonly alignSelf?: import("csstype").Property.AlignSelf | undefined;
74
+ readonly alignTracks?: import("csstype").Property.AlignTracks | undefined;
75
+ readonly alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
76
+ readonly anchorName?: import("csstype").Property.AnchorName | undefined;
77
+ readonly anchorScope?: import("csstype").Property.AnchorScope | undefined;
78
+ readonly animationComposition?: import("csstype").Property.AnimationComposition | undefined;
79
+ readonly animationDelay?: import("csstype").Property.AnimationDelay<string & {}>;
80
+ readonly animationDirection?: import("csstype").Property.AnimationDirection | undefined;
81
+ readonly animationDuration?: import("csstype").Property.AnimationDuration<string & {}>;
82
+ readonly animationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
83
+ readonly animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
84
+ readonly animationName?: import("csstype").Property.AnimationName | undefined;
85
+ readonly animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
86
+ readonly animationRangeEnd?: import("csstype").Property.AnimationRangeEnd<string | number>;
87
+ readonly animationRangeStart?: import("csstype").Property.AnimationRangeStart<string | number>;
88
+ readonly animationTimeline?: import("csstype").Property.AnimationTimeline | undefined;
89
+ readonly animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
90
+ readonly appearance?: import("csstype").Property.Appearance | undefined;
91
+ readonly aspectRatio?: import("csstype").Property.AspectRatio | undefined;
92
+ readonly backdropFilter?: import("csstype").Property.BackdropFilter | undefined;
93
+ readonly backfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
94
+ readonly backgroundAttachment?: import("csstype").Property.BackgroundAttachment | undefined;
95
+ readonly backgroundBlendMode?: import("csstype").Property.BackgroundBlendMode | undefined;
96
+ readonly backgroundClip?: import("csstype").Property.BackgroundClip | undefined;
97
+ readonly backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
98
+ readonly backgroundImage?: import("csstype").Property.BackgroundImage | undefined;
99
+ readonly backgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
100
+ readonly backgroundPositionX?: import("csstype").Property.BackgroundPositionX<string | number>;
101
+ readonly backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number>;
102
+ readonly backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
103
+ readonly backgroundSize?: import("csstype").Property.BackgroundSize<string | number>;
104
+ readonly baselineShift?: import("csstype").Property.BaselineShift<string | number>;
105
+ readonly blockSize?: import("csstype").Property.BlockSize<string | number>;
106
+ readonly borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
107
+ readonly borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
108
+ readonly borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number>;
109
+ readonly borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
110
+ readonly borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
111
+ readonly borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number>;
112
+ readonly borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined;
113
+ readonly borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number>;
114
+ readonly borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number>;
115
+ readonly borderBottomStyle?: import("csstype").Property.BorderBottomStyle | undefined;
116
+ readonly borderBottomWidth?: import("csstype").Property.BorderBottomWidth<string | number>;
117
+ readonly borderCollapse?: import("csstype").Property.BorderCollapse | undefined;
118
+ readonly borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number>;
119
+ readonly borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number>;
120
+ readonly borderImageOutset?: import("csstype").Property.BorderImageOutset<string | number>;
121
+ readonly borderImageRepeat?: import("csstype").Property.BorderImageRepeat | undefined;
122
+ readonly borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
123
+ readonly borderImageSource?: import("csstype").Property.BorderImageSource | undefined;
124
+ readonly borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number>;
125
+ readonly borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
126
+ readonly borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
127
+ readonly borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number>;
128
+ readonly borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
129
+ readonly borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
130
+ readonly borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number>;
131
+ readonly borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined;
132
+ readonly borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
133
+ readonly borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number>;
134
+ readonly borderRightColor?: import("csstype").Property.BorderRightColor | undefined;
135
+ readonly borderRightStyle?: import("csstype").Property.BorderRightStyle | undefined;
136
+ readonly borderRightWidth?: import("csstype").Property.BorderRightWidth<string | number>;
137
+ readonly borderSpacing?: import("csstype").Property.BorderSpacing<string | number>;
138
+ readonly borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number>;
139
+ readonly borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number>;
140
+ readonly borderTopColor?: import("csstype").Property.BorderTopColor | undefined;
141
+ readonly borderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number>;
142
+ readonly borderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number>;
143
+ readonly borderTopStyle?: import("csstype").Property.BorderTopStyle | undefined;
144
+ readonly borderTopWidth?: import("csstype").Property.BorderTopWidth<string | number>;
145
+ readonly bottom?: import("csstype").Property.Bottom<string | number>;
146
+ readonly boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
147
+ readonly boxShadow?: import("csstype").Property.BoxShadow | undefined;
148
+ readonly boxSizing?: import("csstype").Property.BoxSizing | undefined;
149
+ readonly breakAfter?: import("csstype").Property.BreakAfter | undefined;
150
+ readonly breakBefore?: import("csstype").Property.BreakBefore | undefined;
151
+ readonly breakInside?: import("csstype").Property.BreakInside | undefined;
152
+ readonly captionSide?: import("csstype").Property.CaptionSide | undefined;
153
+ readonly caretColor?: import("csstype").Property.CaretColor | undefined;
154
+ readonly caretShape?: import("csstype").Property.CaretShape | undefined;
155
+ readonly clear?: import("csstype").Property.Clear | undefined;
156
+ readonly clipPath?: import("csstype").Property.ClipPath | undefined;
157
+ readonly clipRule?: import("csstype").Property.ClipRule | undefined;
158
+ readonly color?: import("csstype").Property.Color | undefined;
159
+ readonly colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
160
+ readonly colorInterpolationFilters?: import("csstype").Property.ColorInterpolationFilters | undefined;
161
+ readonly colorScheme?: import("csstype").Property.ColorScheme | undefined;
162
+ readonly columnCount?: import("csstype").Property.ColumnCount | undefined;
163
+ readonly columnFill?: import("csstype").Property.ColumnFill | undefined;
164
+ readonly columnGap?: import("csstype").Property.ColumnGap<string | number>;
165
+ readonly columnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
166
+ readonly columnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
167
+ readonly columnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number>;
168
+ readonly columnSpan?: import("csstype").Property.ColumnSpan | undefined;
169
+ readonly columnWidth?: import("csstype").Property.ColumnWidth<string | number>;
170
+ readonly contain?: import("csstype").Property.Contain | undefined;
171
+ readonly containIntrinsicBlockSize?: import("csstype").Property.ContainIntrinsicBlockSize<string | number>;
172
+ readonly containIntrinsicHeight?: import("csstype").Property.ContainIntrinsicHeight<string | number>;
173
+ readonly containIntrinsicInlineSize?: import("csstype").Property.ContainIntrinsicInlineSize<string | number>;
174
+ readonly containIntrinsicWidth?: import("csstype").Property.ContainIntrinsicWidth<string | number>;
175
+ readonly containerName?: import("csstype").Property.ContainerName | undefined;
176
+ readonly containerType?: import("csstype").Property.ContainerType | undefined;
177
+ readonly content?: import("csstype").Property.Content | undefined;
178
+ readonly contentVisibility?: import("csstype").Property.ContentVisibility | undefined;
179
+ readonly counterIncrement?: import("csstype").Property.CounterIncrement | undefined;
180
+ readonly counterReset?: import("csstype").Property.CounterReset | undefined;
181
+ readonly counterSet?: import("csstype").Property.CounterSet | undefined;
182
+ readonly cursor?: import("csstype").Property.Cursor | undefined;
183
+ readonly cx?: import("csstype").Property.Cx<string | number>;
184
+ readonly cy?: import("csstype").Property.Cy<string | number>;
185
+ readonly d?: import("csstype").Property.D | undefined;
186
+ readonly direction?: import("csstype").Property.Direction | undefined;
187
+ readonly display?: import("csstype").Property.Display | undefined;
188
+ readonly dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
189
+ readonly emptyCells?: import("csstype").Property.EmptyCells | undefined;
190
+ readonly fieldSizing?: import("csstype").Property.FieldSizing | undefined;
191
+ readonly fill?: import("csstype").Property.Fill | undefined;
192
+ readonly fillOpacity?: import("csstype").Property.FillOpacity | undefined;
193
+ readonly fillRule?: import("csstype").Property.FillRule | undefined;
194
+ readonly filter?: import("csstype").Property.Filter | undefined;
195
+ readonly flexBasis?: import("csstype").Property.FlexBasis<string | number>;
196
+ readonly flexDirection?: import("csstype").Property.FlexDirection | undefined;
197
+ readonly flexGrow?: import("csstype").Property.FlexGrow | undefined;
198
+ readonly flexShrink?: import("csstype").Property.FlexShrink | undefined;
199
+ readonly flexWrap?: import("csstype").Property.FlexWrap | undefined;
200
+ readonly float?: import("csstype").Property.Float | undefined;
201
+ readonly floodColor?: import("csstype").Property.FloodColor | undefined;
202
+ readonly floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
203
+ readonly fontFamily?: import("csstype").Property.FontFamily | undefined;
204
+ readonly fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
205
+ readonly fontKerning?: import("csstype").Property.FontKerning | undefined;
206
+ readonly fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
207
+ readonly fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | undefined;
208
+ readonly fontPalette?: import("csstype").Property.FontPalette | undefined;
209
+ readonly fontSize?: import("csstype").Property.FontSize<string | number>;
210
+ readonly fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
211
+ readonly fontSmooth?: import("csstype").Property.FontSmooth<string | number>;
212
+ readonly fontStyle?: import("csstype").Property.FontStyle | undefined;
213
+ readonly fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
214
+ readonly fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
215
+ readonly fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
216
+ readonly fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | undefined;
217
+ readonly fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | undefined;
218
+ readonly fontVariant?: import("csstype").Property.FontVariant | undefined;
219
+ readonly fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
220
+ readonly fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
221
+ readonly fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | undefined;
222
+ readonly fontVariantEmoji?: import("csstype").Property.FontVariantEmoji | undefined;
223
+ readonly fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
224
+ readonly fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | undefined;
225
+ readonly fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
226
+ readonly fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
227
+ readonly fontWeight?: import("csstype").Property.FontWeight | undefined;
228
+ readonly fontWidth?: import("csstype").Property.FontWidth | undefined;
229
+ readonly forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
230
+ readonly gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number>;
231
+ readonly gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
232
+ readonly gridAutoRows?: import("csstype").Property.GridAutoRows<string | number>;
233
+ readonly gridColumnEnd?: import("csstype").Property.GridColumnEnd | undefined;
234
+ readonly gridColumnStart?: import("csstype").Property.GridColumnStart | undefined;
235
+ readonly gridRowEnd?: import("csstype").Property.GridRowEnd | undefined;
236
+ readonly gridRowStart?: import("csstype").Property.GridRowStart | undefined;
237
+ readonly gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | undefined;
238
+ readonly gridTemplateColumns?: import("csstype").Property.GridTemplateColumns<string | number>;
239
+ readonly gridTemplateRows?: import("csstype").Property.GridTemplateRows<string | number>;
240
+ readonly hangingPunctuation?: import("csstype").Property.HangingPunctuation | undefined;
241
+ readonly height?: import("csstype").Property.Height<string | number>;
242
+ readonly hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
243
+ readonly hyphenateLimitChars?: import("csstype").Property.HyphenateLimitChars | undefined;
244
+ readonly hyphens?: import("csstype").Property.Hyphens | undefined;
245
+ readonly imageOrientation?: import("csstype").Property.ImageOrientation | undefined;
246
+ readonly imageRendering?: import("csstype").Property.ImageRendering | undefined;
247
+ readonly imageResolution?: import("csstype").Property.ImageResolution | undefined;
248
+ readonly initialLetter?: import("csstype").Property.InitialLetter | undefined;
249
+ readonly initialLetterAlign?: import("csstype").Property.InitialLetterAlign | undefined;
250
+ readonly inlineSize?: import("csstype").Property.InlineSize<string | number>;
251
+ readonly insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number>;
252
+ readonly insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number>;
253
+ readonly insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number>;
254
+ readonly insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number>;
255
+ readonly interpolateSize?: import("csstype").Property.InterpolateSize | undefined;
256
+ readonly isolation?: import("csstype").Property.Isolation | undefined;
257
+ readonly justifyContent?: import("csstype").Property.JustifyContent | undefined;
258
+ readonly justifyItems?: import("csstype").Property.JustifyItems | undefined;
259
+ readonly justifySelf?: import("csstype").Property.JustifySelf | undefined;
260
+ readonly justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
261
+ readonly left?: import("csstype").Property.Left<string | number>;
262
+ readonly letterSpacing?: import("csstype").Property.LetterSpacing<string | number>;
263
+ readonly lightingColor?: import("csstype").Property.LightingColor | undefined;
264
+ readonly lineBreak?: import("csstype").Property.LineBreak | undefined;
265
+ readonly lineHeight?: import("csstype").Property.LineHeight<string | number>;
266
+ readonly lineHeightStep?: import("csstype").Property.LineHeightStep<string | number>;
267
+ readonly listStyleImage?: import("csstype").Property.ListStyleImage | undefined;
268
+ readonly listStylePosition?: import("csstype").Property.ListStylePosition | undefined;
269
+ readonly listStyleType?: import("csstype").Property.ListStyleType | undefined;
270
+ readonly marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number>;
271
+ readonly marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number>;
272
+ readonly marginBottom?: import("csstype").Property.MarginBottom<string | number>;
273
+ readonly marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number>;
274
+ readonly marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number>;
275
+ readonly marginLeft?: import("csstype").Property.MarginLeft<string | number>;
276
+ readonly marginRight?: import("csstype").Property.MarginRight<string | number>;
277
+ readonly marginTop?: import("csstype").Property.MarginTop<string | number>;
278
+ readonly marginTrim?: import("csstype").Property.MarginTrim | undefined;
279
+ readonly marker?: import("csstype").Property.Marker | undefined;
280
+ readonly markerEnd?: import("csstype").Property.MarkerEnd | undefined;
281
+ readonly markerMid?: import("csstype").Property.MarkerMid | undefined;
282
+ readonly markerStart?: import("csstype").Property.MarkerStart | undefined;
283
+ readonly maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
284
+ readonly maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number>;
285
+ readonly maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
286
+ readonly maskBorderSlice?: import("csstype").Property.MaskBorderSlice | undefined;
287
+ readonly maskBorderSource?: import("csstype").Property.MaskBorderSource | undefined;
288
+ readonly maskBorderWidth?: import("csstype").Property.MaskBorderWidth<string | number>;
289
+ readonly maskClip?: import("csstype").Property.MaskClip | undefined;
290
+ readonly maskComposite?: import("csstype").Property.MaskComposite | undefined;
291
+ readonly maskImage?: import("csstype").Property.MaskImage | undefined;
292
+ readonly maskMode?: import("csstype").Property.MaskMode | undefined;
293
+ readonly maskOrigin?: import("csstype").Property.MaskOrigin | undefined;
294
+ readonly maskPosition?: import("csstype").Property.MaskPosition<string | number>;
295
+ readonly maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
296
+ readonly maskSize?: import("csstype").Property.MaskSize<string | number>;
297
+ readonly maskType?: import("csstype").Property.MaskType | undefined;
298
+ readonly masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | undefined;
299
+ readonly mathDepth?: import("csstype").Property.MathDepth | undefined;
300
+ readonly mathShift?: import("csstype").Property.MathShift | undefined;
301
+ readonly mathStyle?: import("csstype").Property.MathStyle | undefined;
302
+ readonly maxBlockSize?: import("csstype").Property.MaxBlockSize<string | number>;
303
+ readonly maxHeight?: import("csstype").Property.MaxHeight<string | number>;
304
+ readonly maxInlineSize?: import("csstype").Property.MaxInlineSize<string | number>;
305
+ readonly maxLines?: import("csstype").Property.MaxLines | undefined;
306
+ readonly maxWidth?: import("csstype").Property.MaxWidth<string | number>;
307
+ readonly minBlockSize?: import("csstype").Property.MinBlockSize<string | number>;
308
+ readonly minHeight?: import("csstype").Property.MinHeight<string | number>;
309
+ readonly minInlineSize?: import("csstype").Property.MinInlineSize<string | number>;
310
+ readonly minWidth?: import("csstype").Property.MinWidth<string | number>;
311
+ readonly mixBlendMode?: import("csstype").Property.MixBlendMode | undefined;
312
+ readonly motionDistance?: import("csstype").Property.OffsetDistance<string | number>;
313
+ readonly motionPath?: import("csstype").Property.OffsetPath | undefined;
314
+ readonly motionRotation?: import("csstype").Property.OffsetRotate | undefined;
315
+ readonly objectFit?: import("csstype").Property.ObjectFit | undefined;
316
+ readonly objectPosition?: import("csstype").Property.ObjectPosition<string | number>;
317
+ readonly objectViewBox?: import("csstype").Property.ObjectViewBox | undefined;
318
+ readonly offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number>;
319
+ readonly offsetDistance?: import("csstype").Property.OffsetDistance<string | number>;
320
+ readonly offsetPath?: import("csstype").Property.OffsetPath | undefined;
321
+ readonly offsetPosition?: import("csstype").Property.OffsetPosition<string | number>;
322
+ readonly offsetRotate?: import("csstype").Property.OffsetRotate | undefined;
323
+ readonly offsetRotation?: import("csstype").Property.OffsetRotate | undefined;
324
+ readonly opacity?: import("csstype").Property.Opacity | undefined;
325
+ readonly order?: import("csstype").Property.Order | undefined;
326
+ readonly orphans?: import("csstype").Property.Orphans | undefined;
327
+ readonly outlineColor?: import("csstype").Property.OutlineColor | undefined;
328
+ readonly outlineOffset?: import("csstype").Property.OutlineOffset<string | number>;
329
+ readonly outlineStyle?: import("csstype").Property.OutlineStyle | undefined;
330
+ readonly outlineWidth?: import("csstype").Property.OutlineWidth<string | number>;
331
+ readonly overflowAnchor?: import("csstype").Property.OverflowAnchor | undefined;
332
+ readonly overflowBlock?: import("csstype").Property.OverflowBlock | undefined;
333
+ readonly overflowClipBox?: import("csstype").Property.OverflowClipBox | undefined;
334
+ readonly overflowClipMargin?: import("csstype").Property.OverflowClipMargin<string | number>;
335
+ readonly overflowInline?: import("csstype").Property.OverflowInline | undefined;
336
+ readonly overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
337
+ readonly overflowX?: import("csstype").Property.OverflowX | undefined;
338
+ readonly overflowY?: import("csstype").Property.OverflowY | undefined;
339
+ readonly overlay?: import("csstype").Property.Overlay | undefined;
340
+ readonly overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
341
+ readonly overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
342
+ readonly overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
343
+ readonly overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | undefined;
344
+ readonly paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number>;
345
+ readonly paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number>;
346
+ readonly paddingBottom?: import("csstype").Property.PaddingBottom<string | number>;
347
+ readonly paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number>;
348
+ readonly paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number>;
349
+ readonly paddingLeft?: import("csstype").Property.PaddingLeft<string | number>;
350
+ readonly paddingRight?: import("csstype").Property.PaddingRight<string | number>;
351
+ readonly paddingTop?: import("csstype").Property.PaddingTop<string | number>;
352
+ readonly page?: import("csstype").Property.Page | undefined;
353
+ readonly paintOrder?: import("csstype").Property.PaintOrder | undefined;
354
+ readonly perspective?: import("csstype").Property.Perspective<string | number>;
355
+ readonly perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number>;
356
+ readonly pointerEvents?: import("csstype").Property.PointerEvents | undefined;
357
+ readonly position?: import("csstype").Property.Position | undefined;
358
+ readonly positionAnchor?: import("csstype").Property.PositionAnchor | undefined;
359
+ readonly positionArea?: import("csstype").Property.PositionArea | undefined;
360
+ readonly positionTryFallbacks?: import("csstype").Property.PositionTryFallbacks | undefined;
361
+ readonly positionTryOrder?: import("csstype").Property.PositionTryOrder | undefined;
362
+ readonly positionVisibility?: import("csstype").Property.PositionVisibility | undefined;
363
+ readonly printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
364
+ readonly quotes?: import("csstype").Property.Quotes | undefined;
365
+ readonly r?: import("csstype").Property.R<string | number>;
366
+ readonly resize?: import("csstype").Property.Resize | undefined;
367
+ readonly right?: import("csstype").Property.Right<string | number>;
368
+ readonly rotate?: import("csstype").Property.Rotate | undefined;
369
+ readonly rowGap?: import("csstype").Property.RowGap<string | number>;
370
+ readonly rubyAlign?: import("csstype").Property.RubyAlign | undefined;
371
+ readonly rubyMerge?: import("csstype").Property.RubyMerge | undefined;
372
+ readonly rubyOverhang?: import("csstype").Property.RubyOverhang | undefined;
373
+ readonly rubyPosition?: import("csstype").Property.RubyPosition | undefined;
374
+ readonly rx?: import("csstype").Property.Rx<string | number>;
375
+ readonly ry?: import("csstype").Property.Ry<string | number>;
376
+ readonly scale?: import("csstype").Property.Scale | undefined;
377
+ readonly scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
378
+ readonly scrollInitialTarget?: import("csstype").Property.ScrollInitialTarget | undefined;
379
+ readonly scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number>;
380
+ readonly scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number>;
381
+ readonly scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number>;
382
+ readonly scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd<string | number>;
383
+ readonly scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart<string | number>;
384
+ readonly scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number>;
385
+ readonly scrollMarginRight?: import("csstype").Property.ScrollMarginRight<string | number>;
386
+ readonly scrollMarginTop?: import("csstype").Property.ScrollMarginTop<string | number>;
387
+ readonly scrollPaddingBlockEnd?: import("csstype").Property.ScrollPaddingBlockEnd<string | number>;
388
+ readonly scrollPaddingBlockStart?: import("csstype").Property.ScrollPaddingBlockStart<string | number>;
389
+ readonly scrollPaddingBottom?: import("csstype").Property.ScrollPaddingBottom<string | number>;
390
+ readonly scrollPaddingInlineEnd?: import("csstype").Property.ScrollPaddingInlineEnd<string | number>;
391
+ readonly scrollPaddingInlineStart?: import("csstype").Property.ScrollPaddingInlineStart<string | number>;
392
+ readonly scrollPaddingLeft?: import("csstype").Property.ScrollPaddingLeft<string | number>;
393
+ readonly scrollPaddingRight?: import("csstype").Property.ScrollPaddingRight<string | number>;
394
+ readonly scrollPaddingTop?: import("csstype").Property.ScrollPaddingTop<string | number>;
395
+ readonly scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | undefined;
396
+ readonly scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number>;
397
+ readonly scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number>;
398
+ readonly scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight<string | number>;
399
+ readonly scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop<string | number>;
400
+ readonly scrollSnapStop?: import("csstype").Property.ScrollSnapStop | undefined;
401
+ readonly scrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
402
+ readonly scrollTimelineAxis?: import("csstype").Property.ScrollTimelineAxis | undefined;
403
+ readonly scrollTimelineName?: import("csstype").Property.ScrollTimelineName | undefined;
404
+ readonly scrollbarColor?: import("csstype").Property.ScrollbarColor | undefined;
405
+ readonly scrollbarGutter?: import("csstype").Property.ScrollbarGutter | undefined;
406
+ readonly scrollbarWidth?: import("csstype").Property.ScrollbarWidth | undefined;
407
+ readonly shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
408
+ readonly shapeMargin?: import("csstype").Property.ShapeMargin<string | number>;
409
+ readonly shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
410
+ readonly shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
411
+ readonly speakAs?: import("csstype").Property.SpeakAs | undefined;
412
+ readonly stopColor?: import("csstype").Property.StopColor | undefined;
413
+ readonly stopOpacity?: import("csstype").Property.StopOpacity | undefined;
414
+ readonly stroke?: import("csstype").Property.Stroke | undefined;
415
+ readonly strokeColor?: import("csstype").Property.StrokeColor | undefined;
416
+ readonly strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number>;
417
+ readonly strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number>;
418
+ readonly strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
419
+ readonly strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
420
+ readonly strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
421
+ readonly strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
422
+ readonly strokeWidth?: import("csstype").Property.StrokeWidth<string | number>;
423
+ readonly tabSize?: import("csstype").Property.TabSize<string | number>;
424
+ readonly tableLayout?: import("csstype").Property.TableLayout | undefined;
425
+ readonly textAlign?: import("csstype").Property.TextAlign | undefined;
426
+ readonly textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
427
+ readonly textAnchor?: import("csstype").Property.TextAnchor | undefined;
428
+ readonly textAutospace?: import("csstype").Property.TextAutospace | undefined;
429
+ readonly textBox?: import("csstype").Property.TextBox | undefined;
430
+ readonly textBoxEdge?: import("csstype").Property.TextBoxEdge | undefined;
431
+ readonly textBoxTrim?: import("csstype").Property.TextBoxTrim | undefined;
432
+ readonly textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined;
433
+ readonly textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
434
+ readonly textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
435
+ readonly textDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
436
+ readonly textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | undefined;
437
+ readonly textDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
438
+ readonly textDecorationThickness?: import("csstype").Property.TextDecorationThickness<string | number>;
439
+ readonly textEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
440
+ readonly textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
441
+ readonly textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
442
+ readonly textIndent?: import("csstype").Property.TextIndent<string | number>;
443
+ readonly textJustify?: import("csstype").Property.TextJustify | undefined;
444
+ readonly textOrientation?: import("csstype").Property.TextOrientation | undefined;
445
+ readonly textOverflow?: import("csstype").Property.TextOverflow | undefined;
446
+ readonly textRendering?: import("csstype").Property.TextRendering | undefined;
447
+ readonly textShadow?: import("csstype").Property.TextShadow | undefined;
448
+ readonly textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
449
+ readonly textSpacingTrim?: import("csstype").Property.TextSpacingTrim | undefined;
450
+ readonly textTransform?: import("csstype").Property.TextTransform | undefined;
451
+ readonly textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number>;
452
+ readonly textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
453
+ readonly textWrapMode?: import("csstype").Property.TextWrapMode | undefined;
454
+ readonly textWrapStyle?: import("csstype").Property.TextWrapStyle | undefined;
455
+ readonly timelineScope?: import("csstype").Property.TimelineScope | undefined;
456
+ readonly top?: import("csstype").Property.Top<string | number>;
457
+ readonly touchAction?: import("csstype").Property.TouchAction | undefined;
458
+ readonly transform?: import("csstype").Property.Transform | undefined;
459
+ readonly transformBox?: import("csstype").Property.TransformBox | undefined;
460
+ readonly transformOrigin?: import("csstype").Property.TransformOrigin<string | number>;
461
+ readonly transformStyle?: import("csstype").Property.TransformStyle | undefined;
462
+ readonly transitionBehavior?: import("csstype").Property.TransitionBehavior | undefined;
463
+ readonly transitionDelay?: import("csstype").Property.TransitionDelay<string & {}>;
464
+ readonly transitionDuration?: import("csstype").Property.TransitionDuration<string & {}>;
465
+ readonly transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
466
+ readonly transitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
467
+ readonly translate?: import("csstype").Property.Translate<string | number>;
468
+ readonly unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
469
+ readonly userSelect?: import("csstype").Property.UserSelect | undefined;
470
+ readonly vectorEffect?: import("csstype").Property.VectorEffect | undefined;
471
+ readonly verticalAlign?: import("csstype").Property.VerticalAlign<string | number>;
472
+ readonly viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
473
+ readonly viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number>;
474
+ readonly viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
475
+ readonly viewTransitionClass?: import("csstype").Property.ViewTransitionClass | undefined;
476
+ readonly viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
477
+ readonly visibility?: import("csstype").Property.Visibility | undefined;
478
+ readonly whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
479
+ readonly whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
480
+ readonly widows?: import("csstype").Property.Widows | undefined;
481
+ readonly width?: import("csstype").Property.Width<string | number>;
482
+ readonly willChange?: import("csstype").Property.WillChange | undefined;
483
+ readonly wordBreak?: import("csstype").Property.WordBreak | undefined;
484
+ readonly wordSpacing?: import("csstype").Property.WordSpacing<string | number>;
485
+ readonly wordWrap?: import("csstype").Property.WordWrap | undefined;
486
+ readonly writingMode?: import("csstype").Property.WritingMode | undefined;
487
+ readonly x?: import("csstype").Property.X<string | number>;
488
+ readonly y?: import("csstype").Property.Y<string | number>;
489
+ readonly zIndex?: import("csstype").Property.ZIndex | undefined;
490
+ readonly zoom?: import("csstype").Property.Zoom | undefined;
491
+ readonly all?: import("csstype").Property.All | undefined;
492
+ readonly animation?: import("csstype").Property.Animation<string & {}>;
493
+ readonly animationRange?: import("csstype").Property.AnimationRange<string | number>;
494
+ readonly background?: import("csstype").Property.Background<string | number>;
495
+ readonly backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number>;
496
+ readonly border?: import("csstype").Property.Border<string | number>;
497
+ readonly borderBlock?: import("csstype").Property.BorderBlock<string | number>;
498
+ readonly borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
499
+ readonly borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number>;
500
+ readonly borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number>;
501
+ readonly borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
502
+ readonly borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number>;
503
+ readonly borderBottom?: import("csstype").Property.BorderBottom<string | number>;
504
+ readonly borderColor?: import("csstype").Property.BorderColor | undefined;
505
+ readonly borderImage?: import("csstype").Property.BorderImage | undefined;
506
+ readonly borderInline?: import("csstype").Property.BorderInline<string | number>;
507
+ readonly borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
508
+ readonly borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number>;
509
+ readonly borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number>;
510
+ readonly borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
511
+ readonly borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number>;
512
+ readonly borderLeft?: import("csstype").Property.BorderLeft<string | number>;
513
+ readonly borderRadius?: import("csstype").Property.BorderRadius<string | number>;
514
+ readonly borderRight?: import("csstype").Property.BorderRight<string | number>;
515
+ readonly borderStyle?: import("csstype").Property.BorderStyle | undefined;
516
+ readonly borderTop?: import("csstype").Property.BorderTop<string | number>;
517
+ readonly borderWidth?: import("csstype").Property.BorderWidth<string | number>;
518
+ readonly caret?: import("csstype").Property.Caret | undefined;
519
+ readonly columnRule?: import("csstype").Property.ColumnRule<string | number>;
520
+ readonly columns?: import("csstype").Property.Columns<string | number>;
521
+ readonly containIntrinsicSize?: import("csstype").Property.ContainIntrinsicSize<string | number>;
522
+ readonly container?: import("csstype").Property.Container | undefined;
523
+ readonly flex?: import("csstype").Property.Flex<string | number>;
524
+ readonly flexFlow?: import("csstype").Property.FlexFlow | undefined;
525
+ readonly font?: import("csstype").Property.Font | undefined;
526
+ readonly gap?: import("csstype").Property.Gap<string | number>;
527
+ readonly grid?: import("csstype").Property.Grid | undefined;
528
+ readonly gridArea?: import("csstype").Property.GridArea | undefined;
529
+ readonly gridColumn?: import("csstype").Property.GridColumn | undefined;
530
+ readonly gridRow?: import("csstype").Property.GridRow | undefined;
531
+ readonly gridTemplate?: import("csstype").Property.GridTemplate | undefined;
532
+ readonly inset?: import("csstype").Property.Inset<string | number>;
533
+ readonly insetBlock?: import("csstype").Property.InsetBlock<string | number>;
534
+ readonly insetInline?: import("csstype").Property.InsetInline<string | number>;
535
+ readonly lineClamp?: import("csstype").Property.LineClamp | undefined;
536
+ readonly listStyle?: import("csstype").Property.ListStyle | undefined;
537
+ readonly margin?: import("csstype").Property.Margin<string | number>;
538
+ readonly marginBlock?: import("csstype").Property.MarginBlock<string | number>;
539
+ readonly marginInline?: import("csstype").Property.MarginInline<string | number>;
540
+ readonly mask?: import("csstype").Property.Mask<string | number>;
541
+ readonly maskBorder?: import("csstype").Property.MaskBorder | undefined;
542
+ readonly motion?: import("csstype").Property.Offset<string | number>;
543
+ readonly offset?: import("csstype").Property.Offset<string | number>;
544
+ readonly outline?: import("csstype").Property.Outline<string | number>;
545
+ readonly overflow?: import("csstype").Property.Overflow | undefined;
546
+ readonly overscrollBehavior?: import("csstype").Property.OverscrollBehavior | undefined;
547
+ readonly padding?: import("csstype").Property.Padding<string | number>;
548
+ readonly paddingBlock?: import("csstype").Property.PaddingBlock<string | number>;
549
+ readonly paddingInline?: import("csstype").Property.PaddingInline<string | number>;
550
+ readonly placeContent?: import("csstype").Property.PlaceContent | undefined;
551
+ readonly placeItems?: import("csstype").Property.PlaceItems | undefined;
552
+ readonly placeSelf?: import("csstype").Property.PlaceSelf | undefined;
553
+ readonly positionTry?: import("csstype").Property.PositionTry | undefined;
554
+ readonly scrollMargin?: import("csstype").Property.ScrollMargin<string | number>;
555
+ readonly scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number>;
556
+ readonly scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number>;
557
+ readonly scrollPadding?: import("csstype").Property.ScrollPadding<string | number>;
558
+ readonly scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<string | number>;
559
+ readonly scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<string | number>;
560
+ readonly scrollSnapMargin?: import("csstype").Property.ScrollMargin<string | number>;
561
+ readonly scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
562
+ readonly textDecoration?: import("csstype").Property.TextDecoration<string | number>;
563
+ readonly textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
564
+ readonly textWrap?: import("csstype").Property.TextWrap | undefined;
565
+ readonly transition?: import("csstype").Property.Transition<string & {}>;
566
+ readonly viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
567
+ readonly MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}>;
568
+ readonly MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
569
+ readonly MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}>;
570
+ readonly MozAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
571
+ readonly MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
572
+ readonly MozAnimationName?: import("csstype").Property.AnimationName | undefined;
573
+ readonly MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
574
+ readonly MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
575
+ readonly MozAppearance?: import("csstype").Property.MozAppearance | undefined;
576
+ readonly MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
577
+ readonly MozBinding?: import("csstype").Property.MozBinding | undefined;
578
+ readonly MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
579
+ readonly MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
580
+ readonly MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
581
+ readonly MozBorderEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number>;
582
+ readonly MozBorderLeftColors?: import("csstype").Property.MozBorderLeftColors | undefined;
583
+ readonly MozBorderRightColors?: import("csstype").Property.MozBorderRightColors | undefined;
584
+ readonly MozBorderStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
585
+ readonly MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
586
+ readonly MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined;
587
+ readonly MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
588
+ readonly MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
589
+ readonly MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
590
+ readonly MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number>;
591
+ readonly MozColumnWidth?: import("csstype").Property.ColumnWidth<string | number>;
592
+ readonly MozContextProperties?: import("csstype").Property.MozContextProperties | undefined;
593
+ readonly MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
594
+ readonly MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
595
+ readonly MozHyphens?: import("csstype").Property.Hyphens | undefined;
596
+ readonly MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number>;
597
+ readonly MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number>;
598
+ readonly MozOrient?: import("csstype").Property.MozOrient | undefined;
599
+ readonly MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number>;
600
+ readonly MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number>;
601
+ readonly MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number>;
602
+ readonly MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number>;
603
+ readonly MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number>;
604
+ readonly MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number>;
605
+ readonly MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number>;
606
+ readonly MozPerspective?: import("csstype").Property.Perspective<string | number>;
607
+ readonly MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number>;
608
+ readonly MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
609
+ readonly MozTabSize?: import("csstype").Property.TabSize<string | number>;
610
+ readonly MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
611
+ readonly MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
612
+ readonly MozTransform?: import("csstype").Property.Transform | undefined;
613
+ readonly MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number>;
614
+ readonly MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
615
+ readonly MozUserModify?: import("csstype").Property.MozUserModify | undefined;
616
+ readonly MozUserSelect?: import("csstype").Property.UserSelect | undefined;
617
+ readonly MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
618
+ readonly MozWindowShadow?: import("csstype").Property.MozWindowShadow | undefined;
619
+ readonly msAccelerator?: import("csstype").Property.MsAccelerator | undefined;
620
+ readonly msBlockProgression?: import("csstype").Property.MsBlockProgression | undefined;
621
+ readonly msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | undefined;
622
+ readonly msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | undefined;
623
+ readonly msContentZoomLimitMin?: import("csstype").Property.MsContentZoomLimitMin | undefined;
624
+ readonly msContentZoomSnapPoints?: import("csstype").Property.MsContentZoomSnapPoints | undefined;
625
+ readonly msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | undefined;
626
+ readonly msContentZooming?: import("csstype").Property.MsContentZooming | undefined;
627
+ readonly msFilter?: import("csstype").Property.MsFilter | undefined;
628
+ readonly msFlexDirection?: import("csstype").Property.FlexDirection | undefined;
629
+ readonly msFlexPositive?: import("csstype").Property.FlexGrow | undefined;
630
+ readonly msFlowFrom?: import("csstype").Property.MsFlowFrom | undefined;
631
+ readonly msFlowInto?: import("csstype").Property.MsFlowInto | undefined;
632
+ readonly msGridColumns?: import("csstype").Property.MsGridColumns<string | number>;
633
+ readonly msGridRows?: import("csstype").Property.MsGridRows<string | number>;
634
+ readonly msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | undefined;
635
+ readonly msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | undefined;
636
+ readonly msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | undefined;
637
+ readonly msHyphenateLimitZone?: import("csstype").Property.MsHyphenateLimitZone<string | number>;
638
+ readonly msHyphens?: import("csstype").Property.Hyphens | undefined;
639
+ readonly msImeAlign?: import("csstype").Property.MsImeAlign | undefined;
640
+ readonly msLineBreak?: import("csstype").Property.LineBreak | undefined;
641
+ readonly msOrder?: import("csstype").Property.Order | undefined;
642
+ readonly msOverflowStyle?: import("csstype").Property.MsOverflowStyle | undefined;
643
+ readonly msOverflowX?: import("csstype").Property.OverflowX | undefined;
644
+ readonly msOverflowY?: import("csstype").Property.OverflowY | undefined;
645
+ readonly msScrollChaining?: import("csstype").Property.MsScrollChaining | undefined;
646
+ readonly msScrollLimitXMax?: import("csstype").Property.MsScrollLimitXMax<string | number>;
647
+ readonly msScrollLimitXMin?: import("csstype").Property.MsScrollLimitXMin<string | number>;
648
+ readonly msScrollLimitYMax?: import("csstype").Property.MsScrollLimitYMax<string | number>;
649
+ readonly msScrollLimitYMin?: import("csstype").Property.MsScrollLimitYMin<string | number>;
650
+ readonly msScrollRails?: import("csstype").Property.MsScrollRails | undefined;
651
+ readonly msScrollSnapPointsX?: import("csstype").Property.MsScrollSnapPointsX | undefined;
652
+ readonly msScrollSnapPointsY?: import("csstype").Property.MsScrollSnapPointsY | undefined;
653
+ readonly msScrollSnapType?: import("csstype").Property.MsScrollSnapType | undefined;
654
+ readonly msScrollTranslation?: import("csstype").Property.MsScrollTranslation | undefined;
655
+ readonly msScrollbar3dlightColor?: import("csstype").Property.MsScrollbar3dlightColor | undefined;
656
+ readonly msScrollbarArrowColor?: import("csstype").Property.MsScrollbarArrowColor | undefined;
657
+ readonly msScrollbarBaseColor?: import("csstype").Property.MsScrollbarBaseColor | undefined;
658
+ readonly msScrollbarDarkshadowColor?: import("csstype").Property.MsScrollbarDarkshadowColor | undefined;
659
+ readonly msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | undefined;
660
+ readonly msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | undefined;
661
+ readonly msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | undefined;
662
+ readonly msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
663
+ readonly msTextAutospace?: import("csstype").Property.MsTextAutospace | undefined;
664
+ readonly msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | undefined;
665
+ readonly msTextOverflow?: import("csstype").Property.TextOverflow | undefined;
666
+ readonly msTouchAction?: import("csstype").Property.TouchAction | undefined;
667
+ readonly msTouchSelect?: import("csstype").Property.MsTouchSelect | undefined;
668
+ readonly msTransform?: import("csstype").Property.Transform | undefined;
669
+ readonly msTransformOrigin?: import("csstype").Property.TransformOrigin<string | number>;
670
+ readonly msTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}>;
671
+ readonly msTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}>;
672
+ readonly msTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
673
+ readonly msTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
674
+ readonly msUserSelect?: import("csstype").Property.MsUserSelect | undefined;
675
+ readonly msWordBreak?: import("csstype").Property.WordBreak | undefined;
676
+ readonly msWrapFlow?: import("csstype").Property.MsWrapFlow | undefined;
677
+ readonly msWrapMargin?: import("csstype").Property.MsWrapMargin<string | number>;
678
+ readonly msWrapThrough?: import("csstype").Property.MsWrapThrough | undefined;
679
+ readonly msWritingMode?: import("csstype").Property.WritingMode | undefined;
680
+ readonly WebkitAlignContent?: import("csstype").Property.AlignContent | undefined;
681
+ readonly WebkitAlignItems?: import("csstype").Property.AlignItems | undefined;
682
+ readonly WebkitAlignSelf?: import("csstype").Property.AlignSelf | undefined;
683
+ readonly WebkitAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}>;
684
+ readonly WebkitAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
685
+ readonly WebkitAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}>;
686
+ readonly WebkitAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
687
+ readonly WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
688
+ readonly WebkitAnimationName?: import("csstype").Property.AnimationName | undefined;
689
+ readonly WebkitAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
690
+ readonly WebkitAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
691
+ readonly WebkitAppearance?: import("csstype").Property.WebkitAppearance | undefined;
692
+ readonly WebkitBackdropFilter?: import("csstype").Property.BackdropFilter | undefined;
693
+ readonly WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
694
+ readonly WebkitBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
695
+ readonly WebkitBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
696
+ readonly WebkitBackgroundSize?: import("csstype").Property.BackgroundSize<string | number>;
697
+ readonly WebkitBorderBeforeColor?: import("csstype").Property.WebkitBorderBeforeColor | undefined;
698
+ readonly WebkitBorderBeforeStyle?: import("csstype").Property.WebkitBorderBeforeStyle | undefined;
699
+ readonly WebkitBorderBeforeWidth?: import("csstype").Property.WebkitBorderBeforeWidth<string | number>;
700
+ readonly WebkitBorderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number>;
701
+ readonly WebkitBorderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number>;
702
+ readonly WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
703
+ readonly WebkitBorderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number>;
704
+ readonly WebkitBorderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number>;
705
+ readonly WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
706
+ readonly WebkitBoxReflect?: import("csstype").Property.WebkitBoxReflect<string | number>;
707
+ readonly WebkitBoxShadow?: import("csstype").Property.BoxShadow | undefined;
708
+ readonly WebkitBoxSizing?: import("csstype").Property.BoxSizing | undefined;
709
+ readonly WebkitClipPath?: import("csstype").Property.ClipPath | undefined;
710
+ readonly WebkitColumnCount?: import("csstype").Property.ColumnCount | undefined;
711
+ readonly WebkitColumnFill?: import("csstype").Property.ColumnFill | undefined;
712
+ readonly WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
713
+ readonly WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
714
+ readonly WebkitColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number>;
715
+ readonly WebkitColumnSpan?: import("csstype").Property.ColumnSpan | undefined;
716
+ readonly WebkitColumnWidth?: import("csstype").Property.ColumnWidth<string | number>;
717
+ readonly WebkitFilter?: import("csstype").Property.Filter | undefined;
718
+ readonly WebkitFlexBasis?: import("csstype").Property.FlexBasis<string | number>;
719
+ readonly WebkitFlexDirection?: import("csstype").Property.FlexDirection | undefined;
720
+ readonly WebkitFlexGrow?: import("csstype").Property.FlexGrow | undefined;
721
+ readonly WebkitFlexShrink?: import("csstype").Property.FlexShrink | undefined;
722
+ readonly WebkitFlexWrap?: import("csstype").Property.FlexWrap | undefined;
723
+ readonly WebkitFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
724
+ readonly WebkitFontKerning?: import("csstype").Property.FontKerning | undefined;
725
+ readonly WebkitFontSmoothing?: import("csstype").Property.FontSmooth<string | number>;
726
+ readonly WebkitFontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
727
+ readonly WebkitHyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
728
+ readonly WebkitHyphens?: import("csstype").Property.Hyphens | undefined;
729
+ readonly WebkitInitialLetter?: import("csstype").Property.InitialLetter | undefined;
730
+ readonly WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
731
+ readonly WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
732
+ readonly WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
733
+ readonly WebkitLogicalHeight?: import("csstype").Property.BlockSize<string | number>;
734
+ readonly WebkitLogicalWidth?: import("csstype").Property.InlineSize<string | number>;
735
+ readonly WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number>;
736
+ readonly WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number>;
737
+ readonly WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
738
+ readonly WebkitMaskBoxImageOutset?: import("csstype").Property.MaskBorderOutset<string | number>;
739
+ readonly WebkitMaskBoxImageRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
740
+ readonly WebkitMaskBoxImageSlice?: import("csstype").Property.MaskBorderSlice | undefined;
741
+ readonly WebkitMaskBoxImageSource?: import("csstype").Property.MaskBorderSource | undefined;
742
+ readonly WebkitMaskBoxImageWidth?: import("csstype").Property.MaskBorderWidth<string | number>;
743
+ readonly WebkitMaskClip?: import("csstype").Property.WebkitMaskClip | undefined;
744
+ readonly WebkitMaskComposite?: import("csstype").Property.WebkitMaskComposite | undefined;
745
+ readonly WebkitMaskImage?: import("csstype").Property.WebkitMaskImage | undefined;
746
+ readonly WebkitMaskOrigin?: import("csstype").Property.WebkitMaskOrigin | undefined;
747
+ readonly WebkitMaskPosition?: import("csstype").Property.WebkitMaskPosition<string | number>;
748
+ readonly WebkitMaskPositionX?: import("csstype").Property.WebkitMaskPositionX<string | number>;
749
+ readonly WebkitMaskPositionY?: import("csstype").Property.WebkitMaskPositionY<string | number>;
750
+ readonly WebkitMaskRepeat?: import("csstype").Property.WebkitMaskRepeat | undefined;
751
+ readonly WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | undefined;
752
+ readonly WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | undefined;
753
+ readonly WebkitMaskSize?: import("csstype").Property.WebkitMaskSize<string | number>;
754
+ readonly WebkitMaxInlineSize?: import("csstype").Property.MaxInlineSize<string | number>;
755
+ readonly WebkitOrder?: import("csstype").Property.Order | undefined;
756
+ readonly WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | undefined;
757
+ readonly WebkitPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number>;
758
+ readonly WebkitPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number>;
759
+ readonly WebkitPerspective?: import("csstype").Property.Perspective<string | number>;
760
+ readonly WebkitPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number>;
761
+ readonly WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
762
+ readonly WebkitRubyPosition?: import("csstype").Property.RubyPosition | undefined;
763
+ readonly WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
764
+ readonly WebkitShapeMargin?: import("csstype").Property.ShapeMargin<string | number>;
765
+ readonly WebkitTapHighlightColor?: import("csstype").Property.WebkitTapHighlightColor | undefined;
766
+ readonly WebkitTextCombine?: import("csstype").Property.TextCombineUpright | undefined;
767
+ readonly WebkitTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
768
+ readonly WebkitTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
769
+ readonly WebkitTextDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
770
+ readonly WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
771
+ readonly WebkitTextEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
772
+ readonly WebkitTextEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
773
+ readonly WebkitTextEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
774
+ readonly WebkitTextFillColor?: import("csstype").Property.WebkitTextFillColor | undefined;
775
+ readonly WebkitTextOrientation?: import("csstype").Property.TextOrientation | undefined;
776
+ readonly WebkitTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
777
+ readonly WebkitTextStrokeColor?: import("csstype").Property.WebkitTextStrokeColor | undefined;
778
+ readonly WebkitTextStrokeWidth?: import("csstype").Property.WebkitTextStrokeWidth<string | number>;
779
+ readonly WebkitTextUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
780
+ readonly WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | undefined;
781
+ readonly WebkitTransform?: import("csstype").Property.Transform | undefined;
782
+ readonly WebkitTransformOrigin?: import("csstype").Property.TransformOrigin<string | number>;
783
+ readonly WebkitTransformStyle?: import("csstype").Property.TransformStyle | undefined;
784
+ readonly WebkitTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}>;
785
+ readonly WebkitTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}>;
786
+ readonly WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
787
+ readonly WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
788
+ readonly WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
789
+ readonly WebkitUserSelect?: import("csstype").Property.WebkitUserSelect | undefined;
790
+ readonly WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
791
+ readonly MozAnimation?: import("csstype").Property.Animation<string & {}>;
792
+ readonly MozBorderImage?: import("csstype").Property.BorderImage | undefined;
793
+ readonly MozColumnRule?: import("csstype").Property.ColumnRule<string | number>;
794
+ readonly MozColumns?: import("csstype").Property.Columns<string | number>;
795
+ readonly MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number>;
796
+ readonly MozTransition?: import("csstype").Property.Transition<string & {}>;
797
+ readonly msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
798
+ readonly msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
799
+ readonly msFlex?: import("csstype").Property.Flex<string | number>;
800
+ readonly msScrollLimit?: import("csstype").Property.MsScrollLimit | undefined;
801
+ readonly msScrollSnapX?: import("csstype").Property.MsScrollSnapX | undefined;
802
+ readonly msScrollSnapY?: import("csstype").Property.MsScrollSnapY | undefined;
803
+ readonly msTransition?: import("csstype").Property.Transition<string & {}>;
804
+ readonly WebkitAnimation?: import("csstype").Property.Animation<string & {}>;
805
+ readonly WebkitBorderBefore?: import("csstype").Property.WebkitBorderBefore<string | number>;
806
+ readonly WebkitBorderImage?: import("csstype").Property.BorderImage | undefined;
807
+ readonly WebkitBorderRadius?: import("csstype").Property.BorderRadius<string | number>;
808
+ readonly WebkitColumnRule?: import("csstype").Property.ColumnRule<string | number>;
809
+ readonly WebkitColumns?: import("csstype").Property.Columns<string | number>;
810
+ readonly WebkitFlex?: import("csstype").Property.Flex<string | number>;
811
+ readonly WebkitFlexFlow?: import("csstype").Property.FlexFlow | undefined;
812
+ readonly WebkitMask?: import("csstype").Property.WebkitMask<string | number>;
813
+ readonly WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | undefined;
814
+ readonly WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
815
+ readonly WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number>;
816
+ readonly WebkitTransition?: import("csstype").Property.Transition<string & {}>;
817
+ readonly boxAlign?: import("csstype").Property.BoxAlign | undefined;
818
+ readonly boxDirection?: import("csstype").Property.BoxDirection | undefined;
819
+ readonly boxFlex?: import("csstype").Property.BoxFlex | undefined;
820
+ readonly boxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
821
+ readonly boxLines?: import("csstype").Property.BoxLines | undefined;
822
+ readonly boxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
823
+ readonly boxOrient?: import("csstype").Property.BoxOrient | undefined;
824
+ readonly boxPack?: import("csstype").Property.BoxPack | undefined;
825
+ readonly clip?: import("csstype").Property.Clip | undefined;
826
+ readonly fontStretch?: import("csstype").Property.FontStretch | undefined;
827
+ readonly gridColumnGap?: import("csstype").Property.GridColumnGap<string | number>;
828
+ readonly gridGap?: import("csstype").Property.GridGap<string | number>;
829
+ readonly gridRowGap?: import("csstype").Property.GridRowGap<string | number>;
830
+ readonly imeMode?: import("csstype").Property.ImeMode | undefined;
831
+ readonly insetArea?: import("csstype").Property.PositionArea | undefined;
832
+ readonly offsetBlock?: import("csstype").Property.InsetBlock<string | number>;
833
+ readonly offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number>;
834
+ readonly offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number>;
835
+ readonly offsetInline?: import("csstype").Property.InsetInline<string | number>;
836
+ readonly offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number>;
837
+ readonly offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number>;
838
+ readonly pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
839
+ readonly pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
840
+ readonly pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
841
+ readonly positionTryOptions?: import("csstype").Property.PositionTryFallbacks | undefined;
842
+ readonly scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number>;
843
+ readonly scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number>;
844
+ readonly scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
845
+ readonly scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
846
+ readonly scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | undefined;
847
+ readonly scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | undefined;
848
+ readonly KhtmlBoxAlign?: import("csstype").Property.BoxAlign | undefined;
849
+ readonly KhtmlBoxDirection?: import("csstype").Property.BoxDirection | undefined;
850
+ readonly KhtmlBoxFlex?: import("csstype").Property.BoxFlex | undefined;
851
+ readonly KhtmlBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
852
+ readonly KhtmlBoxLines?: import("csstype").Property.BoxLines | undefined;
853
+ readonly KhtmlBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
854
+ readonly KhtmlBoxOrient?: import("csstype").Property.BoxOrient | undefined;
855
+ readonly KhtmlBoxPack?: import("csstype").Property.BoxPack | undefined;
856
+ readonly KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
857
+ readonly KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
858
+ readonly KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
859
+ readonly MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
860
+ readonly MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
861
+ readonly MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number>;
862
+ readonly MozBorderRadius?: import("csstype").Property.BorderRadius<string | number>;
863
+ readonly MozBorderRadiusBottomleft?: import("csstype").Property.BorderBottomLeftRadius<string | number>;
864
+ readonly MozBorderRadiusBottomright?: import("csstype").Property.BorderBottomRightRadius<string | number>;
865
+ readonly MozBorderRadiusTopleft?: import("csstype").Property.BorderTopLeftRadius<string | number>;
866
+ readonly MozBorderRadiusTopright?: import("csstype").Property.BorderTopRightRadius<string | number>;
867
+ readonly MozBoxAlign?: import("csstype").Property.BoxAlign | undefined;
868
+ readonly MozBoxDirection?: import("csstype").Property.BoxDirection | undefined;
869
+ readonly MozBoxFlex?: import("csstype").Property.BoxFlex | undefined;
870
+ readonly MozBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
871
+ readonly MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
872
+ readonly MozBoxPack?: import("csstype").Property.BoxPack | undefined;
873
+ readonly MozBoxShadow?: import("csstype").Property.BoxShadow | undefined;
874
+ readonly MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
875
+ readonly MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
876
+ readonly MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
877
+ readonly MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
878
+ readonly MozOpacity?: import("csstype").Property.Opacity | undefined;
879
+ readonly MozOutline?: import("csstype").Property.Outline<string | number>;
880
+ readonly MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
881
+ readonly MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
882
+ readonly MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number>;
883
+ readonly MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
884
+ readonly MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
885
+ readonly MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
886
+ readonly MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
887
+ readonly MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}>;
888
+ readonly MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}>;
889
+ readonly MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
890
+ readonly MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
891
+ readonly MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
892
+ readonly MozUserInput?: import("csstype").Property.MozUserInput | undefined;
893
+ readonly msImeMode?: import("csstype").Property.ImeMode | undefined;
894
+ readonly OAnimation?: import("csstype").Property.Animation<string & {}>;
895
+ readonly OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}>;
896
+ readonly OAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
897
+ readonly OAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}>;
898
+ readonly OAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
899
+ readonly OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
900
+ readonly OAnimationName?: import("csstype").Property.AnimationName | undefined;
901
+ readonly OAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
902
+ readonly OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
903
+ readonly OBackgroundSize?: import("csstype").Property.BackgroundSize<string | number>;
904
+ readonly OBorderImage?: import("csstype").Property.BorderImage | undefined;
905
+ readonly OObjectFit?: import("csstype").Property.ObjectFit | undefined;
906
+ readonly OObjectPosition?: import("csstype").Property.ObjectPosition<string | number>;
907
+ readonly OTabSize?: import("csstype").Property.TabSize<string | number>;
908
+ readonly OTextOverflow?: import("csstype").Property.TextOverflow | undefined;
909
+ readonly OTransform?: import("csstype").Property.Transform | undefined;
910
+ readonly OTransformOrigin?: import("csstype").Property.TransformOrigin<string | number>;
911
+ readonly OTransition?: import("csstype").Property.Transition<string & {}>;
912
+ readonly OTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}>;
913
+ readonly OTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}>;
914
+ readonly OTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
915
+ readonly OTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
916
+ readonly WebkitBoxAlign?: import("csstype").Property.BoxAlign | undefined;
917
+ readonly WebkitBoxDirection?: import("csstype").Property.BoxDirection | undefined;
918
+ readonly WebkitBoxFlex?: import("csstype").Property.BoxFlex | undefined;
919
+ readonly WebkitBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
920
+ readonly WebkitBoxLines?: import("csstype").Property.BoxLines | undefined;
921
+ readonly WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
922
+ readonly WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
923
+ readonly WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
924
+ readonly colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
925
+ readonly colorRendering?: import("csstype").Property.ColorRendering | undefined;
926
+ readonly glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined;
927
+ };
928
+ readonly formItemLabelClassName?: string;
929
+ readonly formItemLabelStyle?: {
930
+ readonly accentColor?: import("csstype").Property.AccentColor | undefined;
931
+ readonly alignContent?: import("csstype").Property.AlignContent | undefined;
932
+ readonly alignItems?: import("csstype").Property.AlignItems | undefined;
933
+ readonly alignSelf?: import("csstype").Property.AlignSelf | undefined;
934
+ readonly alignTracks?: import("csstype").Property.AlignTracks | undefined;
935
+ readonly alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
936
+ readonly anchorName?: import("csstype").Property.AnchorName | undefined;
937
+ readonly anchorScope?: import("csstype").Property.AnchorScope | undefined;
938
+ readonly animationComposition?: import("csstype").Property.AnimationComposition | undefined;
939
+ readonly animationDelay?: import("csstype").Property.AnimationDelay<string & {}>;
940
+ readonly animationDirection?: import("csstype").Property.AnimationDirection | undefined;
941
+ readonly animationDuration?: import("csstype").Property.AnimationDuration<string & {}>;
942
+ readonly animationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
943
+ readonly animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
944
+ readonly animationName?: import("csstype").Property.AnimationName | undefined;
945
+ readonly animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
946
+ readonly animationRangeEnd?: import("csstype").Property.AnimationRangeEnd<string | number>;
947
+ readonly animationRangeStart?: import("csstype").Property.AnimationRangeStart<string | number>;
948
+ readonly animationTimeline?: import("csstype").Property.AnimationTimeline | undefined;
949
+ readonly animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
950
+ readonly appearance?: import("csstype").Property.Appearance | undefined;
951
+ readonly aspectRatio?: import("csstype").Property.AspectRatio | undefined;
952
+ readonly backdropFilter?: import("csstype").Property.BackdropFilter | undefined;
953
+ readonly backfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
954
+ readonly backgroundAttachment?: import("csstype").Property.BackgroundAttachment | undefined;
955
+ readonly backgroundBlendMode?: import("csstype").Property.BackgroundBlendMode | undefined;
956
+ readonly backgroundClip?: import("csstype").Property.BackgroundClip | undefined;
957
+ readonly backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
958
+ readonly backgroundImage?: import("csstype").Property.BackgroundImage | undefined;
959
+ readonly backgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
960
+ readonly backgroundPositionX?: import("csstype").Property.BackgroundPositionX<string | number>;
961
+ readonly backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number>;
962
+ readonly backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
963
+ readonly backgroundSize?: import("csstype").Property.BackgroundSize<string | number>;
964
+ readonly baselineShift?: import("csstype").Property.BaselineShift<string | number>;
965
+ readonly blockSize?: import("csstype").Property.BlockSize<string | number>;
966
+ readonly borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
967
+ readonly borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
968
+ readonly borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number>;
969
+ readonly borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
970
+ readonly borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
971
+ readonly borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number>;
972
+ readonly borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined;
973
+ readonly borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number>;
974
+ readonly borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number>;
975
+ readonly borderBottomStyle?: import("csstype").Property.BorderBottomStyle | undefined;
976
+ readonly borderBottomWidth?: import("csstype").Property.BorderBottomWidth<string | number>;
977
+ readonly borderCollapse?: import("csstype").Property.BorderCollapse | undefined;
978
+ readonly borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number>;
979
+ readonly borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number>;
980
+ readonly borderImageOutset?: import("csstype").Property.BorderImageOutset<string | number>;
981
+ readonly borderImageRepeat?: import("csstype").Property.BorderImageRepeat | undefined;
982
+ readonly borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
983
+ readonly borderImageSource?: import("csstype").Property.BorderImageSource | undefined;
984
+ readonly borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number>;
985
+ readonly borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
986
+ readonly borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
987
+ readonly borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number>;
988
+ readonly borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
989
+ readonly borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
990
+ readonly borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number>;
991
+ readonly borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined;
992
+ readonly borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
993
+ readonly borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number>;
994
+ readonly borderRightColor?: import("csstype").Property.BorderRightColor | undefined;
995
+ readonly borderRightStyle?: import("csstype").Property.BorderRightStyle | undefined;
996
+ readonly borderRightWidth?: import("csstype").Property.BorderRightWidth<string | number>;
997
+ readonly borderSpacing?: import("csstype").Property.BorderSpacing<string | number>;
998
+ readonly borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number>;
999
+ readonly borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number>;
1000
+ readonly borderTopColor?: import("csstype").Property.BorderTopColor | undefined;
1001
+ readonly borderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number>;
1002
+ readonly borderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number>;
1003
+ readonly borderTopStyle?: import("csstype").Property.BorderTopStyle | undefined;
1004
+ readonly borderTopWidth?: import("csstype").Property.BorderTopWidth<string | number>;
1005
+ readonly bottom?: import("csstype").Property.Bottom<string | number>;
1006
+ readonly boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
1007
+ readonly boxShadow?: import("csstype").Property.BoxShadow | undefined;
1008
+ readonly boxSizing?: import("csstype").Property.BoxSizing | undefined;
1009
+ readonly breakAfter?: import("csstype").Property.BreakAfter | undefined;
1010
+ readonly breakBefore?: import("csstype").Property.BreakBefore | undefined;
1011
+ readonly breakInside?: import("csstype").Property.BreakInside | undefined;
1012
+ readonly captionSide?: import("csstype").Property.CaptionSide | undefined;
1013
+ readonly caretColor?: import("csstype").Property.CaretColor | undefined;
1014
+ readonly caretShape?: import("csstype").Property.CaretShape | undefined;
1015
+ readonly clear?: import("csstype").Property.Clear | undefined;
1016
+ readonly clipPath?: import("csstype").Property.ClipPath | undefined;
1017
+ readonly clipRule?: import("csstype").Property.ClipRule | undefined;
1018
+ readonly color?: import("csstype").Property.Color | undefined;
1019
+ readonly colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
1020
+ readonly colorInterpolationFilters?: import("csstype").Property.ColorInterpolationFilters | undefined;
1021
+ readonly colorScheme?: import("csstype").Property.ColorScheme | undefined;
1022
+ readonly columnCount?: import("csstype").Property.ColumnCount | undefined;
1023
+ readonly columnFill?: import("csstype").Property.ColumnFill | undefined;
1024
+ readonly columnGap?: import("csstype").Property.ColumnGap<string | number>;
1025
+ readonly columnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
1026
+ readonly columnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
1027
+ readonly columnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number>;
1028
+ readonly columnSpan?: import("csstype").Property.ColumnSpan | undefined;
1029
+ readonly columnWidth?: import("csstype").Property.ColumnWidth<string | number>;
1030
+ readonly contain?: import("csstype").Property.Contain | undefined;
1031
+ readonly containIntrinsicBlockSize?: import("csstype").Property.ContainIntrinsicBlockSize<string | number>;
1032
+ readonly containIntrinsicHeight?: import("csstype").Property.ContainIntrinsicHeight<string | number>;
1033
+ readonly containIntrinsicInlineSize?: import("csstype").Property.ContainIntrinsicInlineSize<string | number>;
1034
+ readonly containIntrinsicWidth?: import("csstype").Property.ContainIntrinsicWidth<string | number>;
1035
+ readonly containerName?: import("csstype").Property.ContainerName | undefined;
1036
+ readonly containerType?: import("csstype").Property.ContainerType | undefined;
1037
+ readonly content?: import("csstype").Property.Content | undefined;
1038
+ readonly contentVisibility?: import("csstype").Property.ContentVisibility | undefined;
1039
+ readonly counterIncrement?: import("csstype").Property.CounterIncrement | undefined;
1040
+ readonly counterReset?: import("csstype").Property.CounterReset | undefined;
1041
+ readonly counterSet?: import("csstype").Property.CounterSet | undefined;
1042
+ readonly cursor?: import("csstype").Property.Cursor | undefined;
1043
+ readonly cx?: import("csstype").Property.Cx<string | number>;
1044
+ readonly cy?: import("csstype").Property.Cy<string | number>;
1045
+ readonly d?: import("csstype").Property.D | undefined;
1046
+ readonly direction?: import("csstype").Property.Direction | undefined;
1047
+ readonly display?: import("csstype").Property.Display | undefined;
1048
+ readonly dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
1049
+ readonly emptyCells?: import("csstype").Property.EmptyCells | undefined;
1050
+ readonly fieldSizing?: import("csstype").Property.FieldSizing | undefined;
1051
+ readonly fill?: import("csstype").Property.Fill | undefined;
1052
+ readonly fillOpacity?: import("csstype").Property.FillOpacity | undefined;
1053
+ readonly fillRule?: import("csstype").Property.FillRule | undefined;
1054
+ readonly filter?: import("csstype").Property.Filter | undefined;
1055
+ readonly flexBasis?: import("csstype").Property.FlexBasis<string | number>;
1056
+ readonly flexDirection?: import("csstype").Property.FlexDirection | undefined;
1057
+ readonly flexGrow?: import("csstype").Property.FlexGrow | undefined;
1058
+ readonly flexShrink?: import("csstype").Property.FlexShrink | undefined;
1059
+ readonly flexWrap?: import("csstype").Property.FlexWrap | undefined;
1060
+ readonly float?: import("csstype").Property.Float | undefined;
1061
+ readonly floodColor?: import("csstype").Property.FloodColor | undefined;
1062
+ readonly floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
1063
+ readonly fontFamily?: import("csstype").Property.FontFamily | undefined;
1064
+ readonly fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
1065
+ readonly fontKerning?: import("csstype").Property.FontKerning | undefined;
1066
+ readonly fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
1067
+ readonly fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | undefined;
1068
+ readonly fontPalette?: import("csstype").Property.FontPalette | undefined;
1069
+ readonly fontSize?: import("csstype").Property.FontSize<string | number>;
1070
+ readonly fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
1071
+ readonly fontSmooth?: import("csstype").Property.FontSmooth<string | number>;
1072
+ readonly fontStyle?: import("csstype").Property.FontStyle | undefined;
1073
+ readonly fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
1074
+ readonly fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
1075
+ readonly fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
1076
+ readonly fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | undefined;
1077
+ readonly fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | undefined;
1078
+ readonly fontVariant?: import("csstype").Property.FontVariant | undefined;
1079
+ readonly fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
1080
+ readonly fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
1081
+ readonly fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | undefined;
1082
+ readonly fontVariantEmoji?: import("csstype").Property.FontVariantEmoji | undefined;
1083
+ readonly fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
1084
+ readonly fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | undefined;
1085
+ readonly fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
1086
+ readonly fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
1087
+ readonly fontWeight?: import("csstype").Property.FontWeight | undefined;
1088
+ readonly fontWidth?: import("csstype").Property.FontWidth | undefined;
1089
+ readonly forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
1090
+ readonly gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number>;
1091
+ readonly gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
1092
+ readonly gridAutoRows?: import("csstype").Property.GridAutoRows<string | number>;
1093
+ readonly gridColumnEnd?: import("csstype").Property.GridColumnEnd | undefined;
1094
+ readonly gridColumnStart?: import("csstype").Property.GridColumnStart | undefined;
1095
+ readonly gridRowEnd?: import("csstype").Property.GridRowEnd | undefined;
1096
+ readonly gridRowStart?: import("csstype").Property.GridRowStart | undefined;
1097
+ readonly gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | undefined;
1098
+ readonly gridTemplateColumns?: import("csstype").Property.GridTemplateColumns<string | number>;
1099
+ readonly gridTemplateRows?: import("csstype").Property.GridTemplateRows<string | number>;
1100
+ readonly hangingPunctuation?: import("csstype").Property.HangingPunctuation | undefined;
1101
+ readonly height?: import("csstype").Property.Height<string | number>;
1102
+ readonly hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
1103
+ readonly hyphenateLimitChars?: import("csstype").Property.HyphenateLimitChars | undefined;
1104
+ readonly hyphens?: import("csstype").Property.Hyphens | undefined;
1105
+ readonly imageOrientation?: import("csstype").Property.ImageOrientation | undefined;
1106
+ readonly imageRendering?: import("csstype").Property.ImageRendering | undefined;
1107
+ readonly imageResolution?: import("csstype").Property.ImageResolution | undefined;
1108
+ readonly initialLetter?: import("csstype").Property.InitialLetter | undefined;
1109
+ readonly initialLetterAlign?: import("csstype").Property.InitialLetterAlign | undefined;
1110
+ readonly inlineSize?: import("csstype").Property.InlineSize<string | number>;
1111
+ readonly insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number>;
1112
+ readonly insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number>;
1113
+ readonly insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number>;
1114
+ readonly insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number>;
1115
+ readonly interpolateSize?: import("csstype").Property.InterpolateSize | undefined;
1116
+ readonly isolation?: import("csstype").Property.Isolation | undefined;
1117
+ readonly justifyContent?: import("csstype").Property.JustifyContent | undefined;
1118
+ readonly justifyItems?: import("csstype").Property.JustifyItems | undefined;
1119
+ readonly justifySelf?: import("csstype").Property.JustifySelf | undefined;
1120
+ readonly justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
1121
+ readonly left?: import("csstype").Property.Left<string | number>;
1122
+ readonly letterSpacing?: import("csstype").Property.LetterSpacing<string | number>;
1123
+ readonly lightingColor?: import("csstype").Property.LightingColor | undefined;
1124
+ readonly lineBreak?: import("csstype").Property.LineBreak | undefined;
1125
+ readonly lineHeight?: import("csstype").Property.LineHeight<string | number>;
1126
+ readonly lineHeightStep?: import("csstype").Property.LineHeightStep<string | number>;
1127
+ readonly listStyleImage?: import("csstype").Property.ListStyleImage | undefined;
1128
+ readonly listStylePosition?: import("csstype").Property.ListStylePosition | undefined;
1129
+ readonly listStyleType?: import("csstype").Property.ListStyleType | undefined;
1130
+ readonly marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number>;
1131
+ readonly marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number>;
1132
+ readonly marginBottom?: import("csstype").Property.MarginBottom<string | number>;
1133
+ readonly marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number>;
1134
+ readonly marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number>;
1135
+ readonly marginLeft?: import("csstype").Property.MarginLeft<string | number>;
1136
+ readonly marginRight?: import("csstype").Property.MarginRight<string | number>;
1137
+ readonly marginTop?: import("csstype").Property.MarginTop<string | number>;
1138
+ readonly marginTrim?: import("csstype").Property.MarginTrim | undefined;
1139
+ readonly marker?: import("csstype").Property.Marker | undefined;
1140
+ readonly markerEnd?: import("csstype").Property.MarkerEnd | undefined;
1141
+ readonly markerMid?: import("csstype").Property.MarkerMid | undefined;
1142
+ readonly markerStart?: import("csstype").Property.MarkerStart | undefined;
1143
+ readonly maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
1144
+ readonly maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number>;
1145
+ readonly maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
1146
+ readonly maskBorderSlice?: import("csstype").Property.MaskBorderSlice | undefined;
1147
+ readonly maskBorderSource?: import("csstype").Property.MaskBorderSource | undefined;
1148
+ readonly maskBorderWidth?: import("csstype").Property.MaskBorderWidth<string | number>;
1149
+ readonly maskClip?: import("csstype").Property.MaskClip | undefined;
1150
+ readonly maskComposite?: import("csstype").Property.MaskComposite | undefined;
1151
+ readonly maskImage?: import("csstype").Property.MaskImage | undefined;
1152
+ readonly maskMode?: import("csstype").Property.MaskMode | undefined;
1153
+ readonly maskOrigin?: import("csstype").Property.MaskOrigin | undefined;
1154
+ readonly maskPosition?: import("csstype").Property.MaskPosition<string | number>;
1155
+ readonly maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
1156
+ readonly maskSize?: import("csstype").Property.MaskSize<string | number>;
1157
+ readonly maskType?: import("csstype").Property.MaskType | undefined;
1158
+ readonly masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | undefined;
1159
+ readonly mathDepth?: import("csstype").Property.MathDepth | undefined;
1160
+ readonly mathShift?: import("csstype").Property.MathShift | undefined;
1161
+ readonly mathStyle?: import("csstype").Property.MathStyle | undefined;
1162
+ readonly maxBlockSize?: import("csstype").Property.MaxBlockSize<string | number>;
1163
+ readonly maxHeight?: import("csstype").Property.MaxHeight<string | number>;
1164
+ readonly maxInlineSize?: import("csstype").Property.MaxInlineSize<string | number>;
1165
+ readonly maxLines?: import("csstype").Property.MaxLines | undefined;
1166
+ readonly maxWidth?: import("csstype").Property.MaxWidth<string | number>;
1167
+ readonly minBlockSize?: import("csstype").Property.MinBlockSize<string | number>;
1168
+ readonly minHeight?: import("csstype").Property.MinHeight<string | number>;
1169
+ readonly minInlineSize?: import("csstype").Property.MinInlineSize<string | number>;
1170
+ readonly minWidth?: import("csstype").Property.MinWidth<string | number>;
1171
+ readonly mixBlendMode?: import("csstype").Property.MixBlendMode | undefined;
1172
+ readonly motionDistance?: import("csstype").Property.OffsetDistance<string | number>;
1173
+ readonly motionPath?: import("csstype").Property.OffsetPath | undefined;
1174
+ readonly motionRotation?: import("csstype").Property.OffsetRotate | undefined;
1175
+ readonly objectFit?: import("csstype").Property.ObjectFit | undefined;
1176
+ readonly objectPosition?: import("csstype").Property.ObjectPosition<string | number>;
1177
+ readonly objectViewBox?: import("csstype").Property.ObjectViewBox | undefined;
1178
+ readonly offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number>;
1179
+ readonly offsetDistance?: import("csstype").Property.OffsetDistance<string | number>;
1180
+ readonly offsetPath?: import("csstype").Property.OffsetPath | undefined;
1181
+ readonly offsetPosition?: import("csstype").Property.OffsetPosition<string | number>;
1182
+ readonly offsetRotate?: import("csstype").Property.OffsetRotate | undefined;
1183
+ readonly offsetRotation?: import("csstype").Property.OffsetRotate | undefined;
1184
+ readonly opacity?: import("csstype").Property.Opacity | undefined;
1185
+ readonly order?: import("csstype").Property.Order | undefined;
1186
+ readonly orphans?: import("csstype").Property.Orphans | undefined;
1187
+ readonly outlineColor?: import("csstype").Property.OutlineColor | undefined;
1188
+ readonly outlineOffset?: import("csstype").Property.OutlineOffset<string | number>;
1189
+ readonly outlineStyle?: import("csstype").Property.OutlineStyle | undefined;
1190
+ readonly outlineWidth?: import("csstype").Property.OutlineWidth<string | number>;
1191
+ readonly overflowAnchor?: import("csstype").Property.OverflowAnchor | undefined;
1192
+ readonly overflowBlock?: import("csstype").Property.OverflowBlock | undefined;
1193
+ readonly overflowClipBox?: import("csstype").Property.OverflowClipBox | undefined;
1194
+ readonly overflowClipMargin?: import("csstype").Property.OverflowClipMargin<string | number>;
1195
+ readonly overflowInline?: import("csstype").Property.OverflowInline | undefined;
1196
+ readonly overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
1197
+ readonly overflowX?: import("csstype").Property.OverflowX | undefined;
1198
+ readonly overflowY?: import("csstype").Property.OverflowY | undefined;
1199
+ readonly overlay?: import("csstype").Property.Overlay | undefined;
1200
+ readonly overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
1201
+ readonly overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
1202
+ readonly overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
1203
+ readonly overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | undefined;
1204
+ readonly paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number>;
1205
+ readonly paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number>;
1206
+ readonly paddingBottom?: import("csstype").Property.PaddingBottom<string | number>;
1207
+ readonly paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number>;
1208
+ readonly paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number>;
1209
+ readonly paddingLeft?: import("csstype").Property.PaddingLeft<string | number>;
1210
+ readonly paddingRight?: import("csstype").Property.PaddingRight<string | number>;
1211
+ readonly paddingTop?: import("csstype").Property.PaddingTop<string | number>;
1212
+ readonly page?: import("csstype").Property.Page | undefined;
1213
+ readonly paintOrder?: import("csstype").Property.PaintOrder | undefined;
1214
+ readonly perspective?: import("csstype").Property.Perspective<string | number>;
1215
+ readonly perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number>;
1216
+ readonly pointerEvents?: import("csstype").Property.PointerEvents | undefined;
1217
+ readonly position?: import("csstype").Property.Position | undefined;
1218
+ readonly positionAnchor?: import("csstype").Property.PositionAnchor | undefined;
1219
+ readonly positionArea?: import("csstype").Property.PositionArea | undefined;
1220
+ readonly positionTryFallbacks?: import("csstype").Property.PositionTryFallbacks | undefined;
1221
+ readonly positionTryOrder?: import("csstype").Property.PositionTryOrder | undefined;
1222
+ readonly positionVisibility?: import("csstype").Property.PositionVisibility | undefined;
1223
+ readonly printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
1224
+ readonly quotes?: import("csstype").Property.Quotes | undefined;
1225
+ readonly r?: import("csstype").Property.R<string | number>;
1226
+ readonly resize?: import("csstype").Property.Resize | undefined;
1227
+ readonly right?: import("csstype").Property.Right<string | number>;
1228
+ readonly rotate?: import("csstype").Property.Rotate | undefined;
1229
+ readonly rowGap?: import("csstype").Property.RowGap<string | number>;
1230
+ readonly rubyAlign?: import("csstype").Property.RubyAlign | undefined;
1231
+ readonly rubyMerge?: import("csstype").Property.RubyMerge | undefined;
1232
+ readonly rubyOverhang?: import("csstype").Property.RubyOverhang | undefined;
1233
+ readonly rubyPosition?: import("csstype").Property.RubyPosition | undefined;
1234
+ readonly rx?: import("csstype").Property.Rx<string | number>;
1235
+ readonly ry?: import("csstype").Property.Ry<string | number>;
1236
+ readonly scale?: import("csstype").Property.Scale | undefined;
1237
+ readonly scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
1238
+ readonly scrollInitialTarget?: import("csstype").Property.ScrollInitialTarget | undefined;
1239
+ readonly scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number>;
1240
+ readonly scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number>;
1241
+ readonly scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number>;
1242
+ readonly scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd<string | number>;
1243
+ readonly scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart<string | number>;
1244
+ readonly scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number>;
1245
+ readonly scrollMarginRight?: import("csstype").Property.ScrollMarginRight<string | number>;
1246
+ readonly scrollMarginTop?: import("csstype").Property.ScrollMarginTop<string | number>;
1247
+ readonly scrollPaddingBlockEnd?: import("csstype").Property.ScrollPaddingBlockEnd<string | number>;
1248
+ readonly scrollPaddingBlockStart?: import("csstype").Property.ScrollPaddingBlockStart<string | number>;
1249
+ readonly scrollPaddingBottom?: import("csstype").Property.ScrollPaddingBottom<string | number>;
1250
+ readonly scrollPaddingInlineEnd?: import("csstype").Property.ScrollPaddingInlineEnd<string | number>;
1251
+ readonly scrollPaddingInlineStart?: import("csstype").Property.ScrollPaddingInlineStart<string | number>;
1252
+ readonly scrollPaddingLeft?: import("csstype").Property.ScrollPaddingLeft<string | number>;
1253
+ readonly scrollPaddingRight?: import("csstype").Property.ScrollPaddingRight<string | number>;
1254
+ readonly scrollPaddingTop?: import("csstype").Property.ScrollPaddingTop<string | number>;
1255
+ readonly scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | undefined;
1256
+ readonly scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number>;
1257
+ readonly scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number>;
1258
+ readonly scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight<string | number>;
1259
+ readonly scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop<string | number>;
1260
+ readonly scrollSnapStop?: import("csstype").Property.ScrollSnapStop | undefined;
1261
+ readonly scrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
1262
+ readonly scrollTimelineAxis?: import("csstype").Property.ScrollTimelineAxis | undefined;
1263
+ readonly scrollTimelineName?: import("csstype").Property.ScrollTimelineName | undefined;
1264
+ readonly scrollbarColor?: import("csstype").Property.ScrollbarColor | undefined;
1265
+ readonly scrollbarGutter?: import("csstype").Property.ScrollbarGutter | undefined;
1266
+ readonly scrollbarWidth?: import("csstype").Property.ScrollbarWidth | undefined;
1267
+ readonly shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
1268
+ readonly shapeMargin?: import("csstype").Property.ShapeMargin<string | number>;
1269
+ readonly shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
1270
+ readonly shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
1271
+ readonly speakAs?: import("csstype").Property.SpeakAs | undefined;
1272
+ readonly stopColor?: import("csstype").Property.StopColor | undefined;
1273
+ readonly stopOpacity?: import("csstype").Property.StopOpacity | undefined;
1274
+ readonly stroke?: import("csstype").Property.Stroke | undefined;
1275
+ readonly strokeColor?: import("csstype").Property.StrokeColor | undefined;
1276
+ readonly strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number>;
1277
+ readonly strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number>;
1278
+ readonly strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
1279
+ readonly strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
1280
+ readonly strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
1281
+ readonly strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
1282
+ readonly strokeWidth?: import("csstype").Property.StrokeWidth<string | number>;
1283
+ readonly tabSize?: import("csstype").Property.TabSize<string | number>;
1284
+ readonly tableLayout?: import("csstype").Property.TableLayout | undefined;
1285
+ readonly textAlign?: import("csstype").Property.TextAlign | undefined;
1286
+ readonly textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
1287
+ readonly textAnchor?: import("csstype").Property.TextAnchor | undefined;
1288
+ readonly textAutospace?: import("csstype").Property.TextAutospace | undefined;
1289
+ readonly textBox?: import("csstype").Property.TextBox | undefined;
1290
+ readonly textBoxEdge?: import("csstype").Property.TextBoxEdge | undefined;
1291
+ readonly textBoxTrim?: import("csstype").Property.TextBoxTrim | undefined;
1292
+ readonly textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined;
1293
+ readonly textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
1294
+ readonly textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
1295
+ readonly textDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
1296
+ readonly textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | undefined;
1297
+ readonly textDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
1298
+ readonly textDecorationThickness?: import("csstype").Property.TextDecorationThickness<string | number>;
1299
+ readonly textEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
1300
+ readonly textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
1301
+ readonly textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
1302
+ readonly textIndent?: import("csstype").Property.TextIndent<string | number>;
1303
+ readonly textJustify?: import("csstype").Property.TextJustify | undefined;
1304
+ readonly textOrientation?: import("csstype").Property.TextOrientation | undefined;
1305
+ readonly textOverflow?: import("csstype").Property.TextOverflow | undefined;
1306
+ readonly textRendering?: import("csstype").Property.TextRendering | undefined;
1307
+ readonly textShadow?: import("csstype").Property.TextShadow | undefined;
1308
+ readonly textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
1309
+ readonly textSpacingTrim?: import("csstype").Property.TextSpacingTrim | undefined;
1310
+ readonly textTransform?: import("csstype").Property.TextTransform | undefined;
1311
+ readonly textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number>;
1312
+ readonly textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
1313
+ readonly textWrapMode?: import("csstype").Property.TextWrapMode | undefined;
1314
+ readonly textWrapStyle?: import("csstype").Property.TextWrapStyle | undefined;
1315
+ readonly timelineScope?: import("csstype").Property.TimelineScope | undefined;
1316
+ readonly top?: import("csstype").Property.Top<string | number>;
1317
+ readonly touchAction?: import("csstype").Property.TouchAction | undefined;
1318
+ readonly transform?: import("csstype").Property.Transform | undefined;
1319
+ readonly transformBox?: import("csstype").Property.TransformBox | undefined;
1320
+ readonly transformOrigin?: import("csstype").Property.TransformOrigin<string | number>;
1321
+ readonly transformStyle?: import("csstype").Property.TransformStyle | undefined;
1322
+ readonly transitionBehavior?: import("csstype").Property.TransitionBehavior | undefined;
1323
+ readonly transitionDelay?: import("csstype").Property.TransitionDelay<string & {}>;
1324
+ readonly transitionDuration?: import("csstype").Property.TransitionDuration<string & {}>;
1325
+ readonly transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
1326
+ readonly transitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
1327
+ readonly translate?: import("csstype").Property.Translate<string | number>;
1328
+ readonly unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
1329
+ readonly userSelect?: import("csstype").Property.UserSelect | undefined;
1330
+ readonly vectorEffect?: import("csstype").Property.VectorEffect | undefined;
1331
+ readonly verticalAlign?: import("csstype").Property.VerticalAlign<string | number>;
1332
+ readonly viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
1333
+ readonly viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number>;
1334
+ readonly viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
1335
+ readonly viewTransitionClass?: import("csstype").Property.ViewTransitionClass | undefined;
1336
+ readonly viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
1337
+ readonly visibility?: import("csstype").Property.Visibility | undefined;
1338
+ readonly whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
1339
+ readonly whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
1340
+ readonly widows?: import("csstype").Property.Widows | undefined;
1341
+ readonly width?: import("csstype").Property.Width<string | number>;
1342
+ readonly willChange?: import("csstype").Property.WillChange | undefined;
1343
+ readonly wordBreak?: import("csstype").Property.WordBreak | undefined;
1344
+ readonly wordSpacing?: import("csstype").Property.WordSpacing<string | number>;
1345
+ readonly wordWrap?: import("csstype").Property.WordWrap | undefined;
1346
+ readonly writingMode?: import("csstype").Property.WritingMode | undefined;
1347
+ readonly x?: import("csstype").Property.X<string | number>;
1348
+ readonly y?: import("csstype").Property.Y<string | number>;
1349
+ readonly zIndex?: import("csstype").Property.ZIndex | undefined;
1350
+ readonly zoom?: import("csstype").Property.Zoom | undefined;
1351
+ readonly all?: import("csstype").Property.All | undefined;
1352
+ readonly animation?: import("csstype").Property.Animation<string & {}>;
1353
+ readonly animationRange?: import("csstype").Property.AnimationRange<string | number>;
1354
+ readonly background?: import("csstype").Property.Background<string | number>;
1355
+ readonly backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number>;
1356
+ readonly border?: import("csstype").Property.Border<string | number>;
1357
+ readonly borderBlock?: import("csstype").Property.BorderBlock<string | number>;
1358
+ readonly borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
1359
+ readonly borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number>;
1360
+ readonly borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number>;
1361
+ readonly borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
1362
+ readonly borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number>;
1363
+ readonly borderBottom?: import("csstype").Property.BorderBottom<string | number>;
1364
+ readonly borderColor?: import("csstype").Property.BorderColor | undefined;
1365
+ readonly borderImage?: import("csstype").Property.BorderImage | undefined;
1366
+ readonly borderInline?: import("csstype").Property.BorderInline<string | number>;
1367
+ readonly borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
1368
+ readonly borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number>;
1369
+ readonly borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number>;
1370
+ readonly borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
1371
+ readonly borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number>;
1372
+ readonly borderLeft?: import("csstype").Property.BorderLeft<string | number>;
1373
+ readonly borderRadius?: import("csstype").Property.BorderRadius<string | number>;
1374
+ readonly borderRight?: import("csstype").Property.BorderRight<string | number>;
1375
+ readonly borderStyle?: import("csstype").Property.BorderStyle | undefined;
1376
+ readonly borderTop?: import("csstype").Property.BorderTop<string | number>;
1377
+ readonly borderWidth?: import("csstype").Property.BorderWidth<string | number>;
1378
+ readonly caret?: import("csstype").Property.Caret | undefined;
1379
+ readonly columnRule?: import("csstype").Property.ColumnRule<string | number>;
1380
+ readonly columns?: import("csstype").Property.Columns<string | number>;
1381
+ readonly containIntrinsicSize?: import("csstype").Property.ContainIntrinsicSize<string | number>;
1382
+ readonly container?: import("csstype").Property.Container | undefined;
1383
+ readonly flex?: import("csstype").Property.Flex<string | number>;
1384
+ readonly flexFlow?: import("csstype").Property.FlexFlow | undefined;
1385
+ readonly font?: import("csstype").Property.Font | undefined;
1386
+ readonly gap?: import("csstype").Property.Gap<string | number>;
1387
+ readonly grid?: import("csstype").Property.Grid | undefined;
1388
+ readonly gridArea?: import("csstype").Property.GridArea | undefined;
1389
+ readonly gridColumn?: import("csstype").Property.GridColumn | undefined;
1390
+ readonly gridRow?: import("csstype").Property.GridRow | undefined;
1391
+ readonly gridTemplate?: import("csstype").Property.GridTemplate | undefined;
1392
+ readonly inset?: import("csstype").Property.Inset<string | number>;
1393
+ readonly insetBlock?: import("csstype").Property.InsetBlock<string | number>;
1394
+ readonly insetInline?: import("csstype").Property.InsetInline<string | number>;
1395
+ readonly lineClamp?: import("csstype").Property.LineClamp | undefined;
1396
+ readonly listStyle?: import("csstype").Property.ListStyle | undefined;
1397
+ readonly margin?: import("csstype").Property.Margin<string | number>;
1398
+ readonly marginBlock?: import("csstype").Property.MarginBlock<string | number>;
1399
+ readonly marginInline?: import("csstype").Property.MarginInline<string | number>;
1400
+ readonly mask?: import("csstype").Property.Mask<string | number>;
1401
+ readonly maskBorder?: import("csstype").Property.MaskBorder | undefined;
1402
+ readonly motion?: import("csstype").Property.Offset<string | number>;
1403
+ readonly offset?: import("csstype").Property.Offset<string | number>;
1404
+ readonly outline?: import("csstype").Property.Outline<string | number>;
1405
+ readonly overflow?: import("csstype").Property.Overflow | undefined;
1406
+ readonly overscrollBehavior?: import("csstype").Property.OverscrollBehavior | undefined;
1407
+ readonly padding?: import("csstype").Property.Padding<string | number>;
1408
+ readonly paddingBlock?: import("csstype").Property.PaddingBlock<string | number>;
1409
+ readonly paddingInline?: import("csstype").Property.PaddingInline<string | number>;
1410
+ readonly placeContent?: import("csstype").Property.PlaceContent | undefined;
1411
+ readonly placeItems?: import("csstype").Property.PlaceItems | undefined;
1412
+ readonly placeSelf?: import("csstype").Property.PlaceSelf | undefined;
1413
+ readonly positionTry?: import("csstype").Property.PositionTry | undefined;
1414
+ readonly scrollMargin?: import("csstype").Property.ScrollMargin<string | number>;
1415
+ readonly scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number>;
1416
+ readonly scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number>;
1417
+ readonly scrollPadding?: import("csstype").Property.ScrollPadding<string | number>;
1418
+ readonly scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<string | number>;
1419
+ readonly scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<string | number>;
1420
+ readonly scrollSnapMargin?: import("csstype").Property.ScrollMargin<string | number>;
1421
+ readonly scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
1422
+ readonly textDecoration?: import("csstype").Property.TextDecoration<string | number>;
1423
+ readonly textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
1424
+ readonly textWrap?: import("csstype").Property.TextWrap | undefined;
1425
+ readonly transition?: import("csstype").Property.Transition<string & {}>;
1426
+ readonly viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
1427
+ readonly MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}>;
1428
+ readonly MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
1429
+ readonly MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}>;
1430
+ readonly MozAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
1431
+ readonly MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
1432
+ readonly MozAnimationName?: import("csstype").Property.AnimationName | undefined;
1433
+ readonly MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
1434
+ readonly MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
1435
+ readonly MozAppearance?: import("csstype").Property.MozAppearance | undefined;
1436
+ readonly MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
1437
+ readonly MozBinding?: import("csstype").Property.MozBinding | undefined;
1438
+ readonly MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
1439
+ readonly MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
1440
+ readonly MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
1441
+ readonly MozBorderEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number>;
1442
+ readonly MozBorderLeftColors?: import("csstype").Property.MozBorderLeftColors | undefined;
1443
+ readonly MozBorderRightColors?: import("csstype").Property.MozBorderRightColors | undefined;
1444
+ readonly MozBorderStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
1445
+ readonly MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
1446
+ readonly MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined;
1447
+ readonly MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
1448
+ readonly MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
1449
+ readonly MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
1450
+ readonly MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number>;
1451
+ readonly MozColumnWidth?: import("csstype").Property.ColumnWidth<string | number>;
1452
+ readonly MozContextProperties?: import("csstype").Property.MozContextProperties | undefined;
1453
+ readonly MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
1454
+ readonly MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
1455
+ readonly MozHyphens?: import("csstype").Property.Hyphens | undefined;
1456
+ readonly MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number>;
1457
+ readonly MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number>;
1458
+ readonly MozOrient?: import("csstype").Property.MozOrient | undefined;
1459
+ readonly MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number>;
1460
+ readonly MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number>;
1461
+ readonly MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number>;
1462
+ readonly MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number>;
1463
+ readonly MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number>;
1464
+ readonly MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number>;
1465
+ readonly MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number>;
1466
+ readonly MozPerspective?: import("csstype").Property.Perspective<string | number>;
1467
+ readonly MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number>;
1468
+ readonly MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
1469
+ readonly MozTabSize?: import("csstype").Property.TabSize<string | number>;
1470
+ readonly MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
1471
+ readonly MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
1472
+ readonly MozTransform?: import("csstype").Property.Transform | undefined;
1473
+ readonly MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number>;
1474
+ readonly MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
1475
+ readonly MozUserModify?: import("csstype").Property.MozUserModify | undefined;
1476
+ readonly MozUserSelect?: import("csstype").Property.UserSelect | undefined;
1477
+ readonly MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
1478
+ readonly MozWindowShadow?: import("csstype").Property.MozWindowShadow | undefined;
1479
+ readonly msAccelerator?: import("csstype").Property.MsAccelerator | undefined;
1480
+ readonly msBlockProgression?: import("csstype").Property.MsBlockProgression | undefined;
1481
+ readonly msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | undefined;
1482
+ readonly msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | undefined;
1483
+ readonly msContentZoomLimitMin?: import("csstype").Property.MsContentZoomLimitMin | undefined;
1484
+ readonly msContentZoomSnapPoints?: import("csstype").Property.MsContentZoomSnapPoints | undefined;
1485
+ readonly msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | undefined;
1486
+ readonly msContentZooming?: import("csstype").Property.MsContentZooming | undefined;
1487
+ readonly msFilter?: import("csstype").Property.MsFilter | undefined;
1488
+ readonly msFlexDirection?: import("csstype").Property.FlexDirection | undefined;
1489
+ readonly msFlexPositive?: import("csstype").Property.FlexGrow | undefined;
1490
+ readonly msFlowFrom?: import("csstype").Property.MsFlowFrom | undefined;
1491
+ readonly msFlowInto?: import("csstype").Property.MsFlowInto | undefined;
1492
+ readonly msGridColumns?: import("csstype").Property.MsGridColumns<string | number>;
1493
+ readonly msGridRows?: import("csstype").Property.MsGridRows<string | number>;
1494
+ readonly msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | undefined;
1495
+ readonly msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | undefined;
1496
+ readonly msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | undefined;
1497
+ readonly msHyphenateLimitZone?: import("csstype").Property.MsHyphenateLimitZone<string | number>;
1498
+ readonly msHyphens?: import("csstype").Property.Hyphens | undefined;
1499
+ readonly msImeAlign?: import("csstype").Property.MsImeAlign | undefined;
1500
+ readonly msLineBreak?: import("csstype").Property.LineBreak | undefined;
1501
+ readonly msOrder?: import("csstype").Property.Order | undefined;
1502
+ readonly msOverflowStyle?: import("csstype").Property.MsOverflowStyle | undefined;
1503
+ readonly msOverflowX?: import("csstype").Property.OverflowX | undefined;
1504
+ readonly msOverflowY?: import("csstype").Property.OverflowY | undefined;
1505
+ readonly msScrollChaining?: import("csstype").Property.MsScrollChaining | undefined;
1506
+ readonly msScrollLimitXMax?: import("csstype").Property.MsScrollLimitXMax<string | number>;
1507
+ readonly msScrollLimitXMin?: import("csstype").Property.MsScrollLimitXMin<string | number>;
1508
+ readonly msScrollLimitYMax?: import("csstype").Property.MsScrollLimitYMax<string | number>;
1509
+ readonly msScrollLimitYMin?: import("csstype").Property.MsScrollLimitYMin<string | number>;
1510
+ readonly msScrollRails?: import("csstype").Property.MsScrollRails | undefined;
1511
+ readonly msScrollSnapPointsX?: import("csstype").Property.MsScrollSnapPointsX | undefined;
1512
+ readonly msScrollSnapPointsY?: import("csstype").Property.MsScrollSnapPointsY | undefined;
1513
+ readonly msScrollSnapType?: import("csstype").Property.MsScrollSnapType | undefined;
1514
+ readonly msScrollTranslation?: import("csstype").Property.MsScrollTranslation | undefined;
1515
+ readonly msScrollbar3dlightColor?: import("csstype").Property.MsScrollbar3dlightColor | undefined;
1516
+ readonly msScrollbarArrowColor?: import("csstype").Property.MsScrollbarArrowColor | undefined;
1517
+ readonly msScrollbarBaseColor?: import("csstype").Property.MsScrollbarBaseColor | undefined;
1518
+ readonly msScrollbarDarkshadowColor?: import("csstype").Property.MsScrollbarDarkshadowColor | undefined;
1519
+ readonly msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | undefined;
1520
+ readonly msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | undefined;
1521
+ readonly msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | undefined;
1522
+ readonly msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
1523
+ readonly msTextAutospace?: import("csstype").Property.MsTextAutospace | undefined;
1524
+ readonly msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | undefined;
1525
+ readonly msTextOverflow?: import("csstype").Property.TextOverflow | undefined;
1526
+ readonly msTouchAction?: import("csstype").Property.TouchAction | undefined;
1527
+ readonly msTouchSelect?: import("csstype").Property.MsTouchSelect | undefined;
1528
+ readonly msTransform?: import("csstype").Property.Transform | undefined;
1529
+ readonly msTransformOrigin?: import("csstype").Property.TransformOrigin<string | number>;
1530
+ readonly msTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}>;
1531
+ readonly msTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}>;
1532
+ readonly msTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
1533
+ readonly msTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
1534
+ readonly msUserSelect?: import("csstype").Property.MsUserSelect | undefined;
1535
+ readonly msWordBreak?: import("csstype").Property.WordBreak | undefined;
1536
+ readonly msWrapFlow?: import("csstype").Property.MsWrapFlow | undefined;
1537
+ readonly msWrapMargin?: import("csstype").Property.MsWrapMargin<string | number>;
1538
+ readonly msWrapThrough?: import("csstype").Property.MsWrapThrough | undefined;
1539
+ readonly msWritingMode?: import("csstype").Property.WritingMode | undefined;
1540
+ readonly WebkitAlignContent?: import("csstype").Property.AlignContent | undefined;
1541
+ readonly WebkitAlignItems?: import("csstype").Property.AlignItems | undefined;
1542
+ readonly WebkitAlignSelf?: import("csstype").Property.AlignSelf | undefined;
1543
+ readonly WebkitAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}>;
1544
+ readonly WebkitAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
1545
+ readonly WebkitAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}>;
1546
+ readonly WebkitAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
1547
+ readonly WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
1548
+ readonly WebkitAnimationName?: import("csstype").Property.AnimationName | undefined;
1549
+ readonly WebkitAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
1550
+ readonly WebkitAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
1551
+ readonly WebkitAppearance?: import("csstype").Property.WebkitAppearance | undefined;
1552
+ readonly WebkitBackdropFilter?: import("csstype").Property.BackdropFilter | undefined;
1553
+ readonly WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
1554
+ readonly WebkitBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
1555
+ readonly WebkitBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
1556
+ readonly WebkitBackgroundSize?: import("csstype").Property.BackgroundSize<string | number>;
1557
+ readonly WebkitBorderBeforeColor?: import("csstype").Property.WebkitBorderBeforeColor | undefined;
1558
+ readonly WebkitBorderBeforeStyle?: import("csstype").Property.WebkitBorderBeforeStyle | undefined;
1559
+ readonly WebkitBorderBeforeWidth?: import("csstype").Property.WebkitBorderBeforeWidth<string | number>;
1560
+ readonly WebkitBorderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number>;
1561
+ readonly WebkitBorderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number>;
1562
+ readonly WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
1563
+ readonly WebkitBorderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number>;
1564
+ readonly WebkitBorderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number>;
1565
+ readonly WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
1566
+ readonly WebkitBoxReflect?: import("csstype").Property.WebkitBoxReflect<string | number>;
1567
+ readonly WebkitBoxShadow?: import("csstype").Property.BoxShadow | undefined;
1568
+ readonly WebkitBoxSizing?: import("csstype").Property.BoxSizing | undefined;
1569
+ readonly WebkitClipPath?: import("csstype").Property.ClipPath | undefined;
1570
+ readonly WebkitColumnCount?: import("csstype").Property.ColumnCount | undefined;
1571
+ readonly WebkitColumnFill?: import("csstype").Property.ColumnFill | undefined;
1572
+ readonly WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
1573
+ readonly WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
1574
+ readonly WebkitColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number>;
1575
+ readonly WebkitColumnSpan?: import("csstype").Property.ColumnSpan | undefined;
1576
+ readonly WebkitColumnWidth?: import("csstype").Property.ColumnWidth<string | number>;
1577
+ readonly WebkitFilter?: import("csstype").Property.Filter | undefined;
1578
+ readonly WebkitFlexBasis?: import("csstype").Property.FlexBasis<string | number>;
1579
+ readonly WebkitFlexDirection?: import("csstype").Property.FlexDirection | undefined;
1580
+ readonly WebkitFlexGrow?: import("csstype").Property.FlexGrow | undefined;
1581
+ readonly WebkitFlexShrink?: import("csstype").Property.FlexShrink | undefined;
1582
+ readonly WebkitFlexWrap?: import("csstype").Property.FlexWrap | undefined;
1583
+ readonly WebkitFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
1584
+ readonly WebkitFontKerning?: import("csstype").Property.FontKerning | undefined;
1585
+ readonly WebkitFontSmoothing?: import("csstype").Property.FontSmooth<string | number>;
1586
+ readonly WebkitFontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
1587
+ readonly WebkitHyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
1588
+ readonly WebkitHyphens?: import("csstype").Property.Hyphens | undefined;
1589
+ readonly WebkitInitialLetter?: import("csstype").Property.InitialLetter | undefined;
1590
+ readonly WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
1591
+ readonly WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
1592
+ readonly WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
1593
+ readonly WebkitLogicalHeight?: import("csstype").Property.BlockSize<string | number>;
1594
+ readonly WebkitLogicalWidth?: import("csstype").Property.InlineSize<string | number>;
1595
+ readonly WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number>;
1596
+ readonly WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number>;
1597
+ readonly WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
1598
+ readonly WebkitMaskBoxImageOutset?: import("csstype").Property.MaskBorderOutset<string | number>;
1599
+ readonly WebkitMaskBoxImageRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
1600
+ readonly WebkitMaskBoxImageSlice?: import("csstype").Property.MaskBorderSlice | undefined;
1601
+ readonly WebkitMaskBoxImageSource?: import("csstype").Property.MaskBorderSource | undefined;
1602
+ readonly WebkitMaskBoxImageWidth?: import("csstype").Property.MaskBorderWidth<string | number>;
1603
+ readonly WebkitMaskClip?: import("csstype").Property.WebkitMaskClip | undefined;
1604
+ readonly WebkitMaskComposite?: import("csstype").Property.WebkitMaskComposite | undefined;
1605
+ readonly WebkitMaskImage?: import("csstype").Property.WebkitMaskImage | undefined;
1606
+ readonly WebkitMaskOrigin?: import("csstype").Property.WebkitMaskOrigin | undefined;
1607
+ readonly WebkitMaskPosition?: import("csstype").Property.WebkitMaskPosition<string | number>;
1608
+ readonly WebkitMaskPositionX?: import("csstype").Property.WebkitMaskPositionX<string | number>;
1609
+ readonly WebkitMaskPositionY?: import("csstype").Property.WebkitMaskPositionY<string | number>;
1610
+ readonly WebkitMaskRepeat?: import("csstype").Property.WebkitMaskRepeat | undefined;
1611
+ readonly WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | undefined;
1612
+ readonly WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | undefined;
1613
+ readonly WebkitMaskSize?: import("csstype").Property.WebkitMaskSize<string | number>;
1614
+ readonly WebkitMaxInlineSize?: import("csstype").Property.MaxInlineSize<string | number>;
1615
+ readonly WebkitOrder?: import("csstype").Property.Order | undefined;
1616
+ readonly WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | undefined;
1617
+ readonly WebkitPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number>;
1618
+ readonly WebkitPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number>;
1619
+ readonly WebkitPerspective?: import("csstype").Property.Perspective<string | number>;
1620
+ readonly WebkitPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number>;
1621
+ readonly WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
1622
+ readonly WebkitRubyPosition?: import("csstype").Property.RubyPosition | undefined;
1623
+ readonly WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
1624
+ readonly WebkitShapeMargin?: import("csstype").Property.ShapeMargin<string | number>;
1625
+ readonly WebkitTapHighlightColor?: import("csstype").Property.WebkitTapHighlightColor | undefined;
1626
+ readonly WebkitTextCombine?: import("csstype").Property.TextCombineUpright | undefined;
1627
+ readonly WebkitTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
1628
+ readonly WebkitTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
1629
+ readonly WebkitTextDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
1630
+ readonly WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
1631
+ readonly WebkitTextEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
1632
+ readonly WebkitTextEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
1633
+ readonly WebkitTextEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
1634
+ readonly WebkitTextFillColor?: import("csstype").Property.WebkitTextFillColor | undefined;
1635
+ readonly WebkitTextOrientation?: import("csstype").Property.TextOrientation | undefined;
1636
+ readonly WebkitTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
1637
+ readonly WebkitTextStrokeColor?: import("csstype").Property.WebkitTextStrokeColor | undefined;
1638
+ readonly WebkitTextStrokeWidth?: import("csstype").Property.WebkitTextStrokeWidth<string | number>;
1639
+ readonly WebkitTextUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
1640
+ readonly WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | undefined;
1641
+ readonly WebkitTransform?: import("csstype").Property.Transform | undefined;
1642
+ readonly WebkitTransformOrigin?: import("csstype").Property.TransformOrigin<string | number>;
1643
+ readonly WebkitTransformStyle?: import("csstype").Property.TransformStyle | undefined;
1644
+ readonly WebkitTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}>;
1645
+ readonly WebkitTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}>;
1646
+ readonly WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
1647
+ readonly WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
1648
+ readonly WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
1649
+ readonly WebkitUserSelect?: import("csstype").Property.WebkitUserSelect | undefined;
1650
+ readonly WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
1651
+ readonly MozAnimation?: import("csstype").Property.Animation<string & {}>;
1652
+ readonly MozBorderImage?: import("csstype").Property.BorderImage | undefined;
1653
+ readonly MozColumnRule?: import("csstype").Property.ColumnRule<string | number>;
1654
+ readonly MozColumns?: import("csstype").Property.Columns<string | number>;
1655
+ readonly MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number>;
1656
+ readonly MozTransition?: import("csstype").Property.Transition<string & {}>;
1657
+ readonly msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
1658
+ readonly msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
1659
+ readonly msFlex?: import("csstype").Property.Flex<string | number>;
1660
+ readonly msScrollLimit?: import("csstype").Property.MsScrollLimit | undefined;
1661
+ readonly msScrollSnapX?: import("csstype").Property.MsScrollSnapX | undefined;
1662
+ readonly msScrollSnapY?: import("csstype").Property.MsScrollSnapY | undefined;
1663
+ readonly msTransition?: import("csstype").Property.Transition<string & {}>;
1664
+ readonly WebkitAnimation?: import("csstype").Property.Animation<string & {}>;
1665
+ readonly WebkitBorderBefore?: import("csstype").Property.WebkitBorderBefore<string | number>;
1666
+ readonly WebkitBorderImage?: import("csstype").Property.BorderImage | undefined;
1667
+ readonly WebkitBorderRadius?: import("csstype").Property.BorderRadius<string | number>;
1668
+ readonly WebkitColumnRule?: import("csstype").Property.ColumnRule<string | number>;
1669
+ readonly WebkitColumns?: import("csstype").Property.Columns<string | number>;
1670
+ readonly WebkitFlex?: import("csstype").Property.Flex<string | number>;
1671
+ readonly WebkitFlexFlow?: import("csstype").Property.FlexFlow | undefined;
1672
+ readonly WebkitMask?: import("csstype").Property.WebkitMask<string | number>;
1673
+ readonly WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | undefined;
1674
+ readonly WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
1675
+ readonly WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number>;
1676
+ readonly WebkitTransition?: import("csstype").Property.Transition<string & {}>;
1677
+ readonly boxAlign?: import("csstype").Property.BoxAlign | undefined;
1678
+ readonly boxDirection?: import("csstype").Property.BoxDirection | undefined;
1679
+ readonly boxFlex?: import("csstype").Property.BoxFlex | undefined;
1680
+ readonly boxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
1681
+ readonly boxLines?: import("csstype").Property.BoxLines | undefined;
1682
+ readonly boxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
1683
+ readonly boxOrient?: import("csstype").Property.BoxOrient | undefined;
1684
+ readonly boxPack?: import("csstype").Property.BoxPack | undefined;
1685
+ readonly clip?: import("csstype").Property.Clip | undefined;
1686
+ readonly fontStretch?: import("csstype").Property.FontStretch | undefined;
1687
+ readonly gridColumnGap?: import("csstype").Property.GridColumnGap<string | number>;
1688
+ readonly gridGap?: import("csstype").Property.GridGap<string | number>;
1689
+ readonly gridRowGap?: import("csstype").Property.GridRowGap<string | number>;
1690
+ readonly imeMode?: import("csstype").Property.ImeMode | undefined;
1691
+ readonly insetArea?: import("csstype").Property.PositionArea | undefined;
1692
+ readonly offsetBlock?: import("csstype").Property.InsetBlock<string | number>;
1693
+ readonly offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number>;
1694
+ readonly offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number>;
1695
+ readonly offsetInline?: import("csstype").Property.InsetInline<string | number>;
1696
+ readonly offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number>;
1697
+ readonly offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number>;
1698
+ readonly pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
1699
+ readonly pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
1700
+ readonly pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
1701
+ readonly positionTryOptions?: import("csstype").Property.PositionTryFallbacks | undefined;
1702
+ readonly scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number>;
1703
+ readonly scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number>;
1704
+ readonly scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
1705
+ readonly scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
1706
+ readonly scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | undefined;
1707
+ readonly scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | undefined;
1708
+ readonly KhtmlBoxAlign?: import("csstype").Property.BoxAlign | undefined;
1709
+ readonly KhtmlBoxDirection?: import("csstype").Property.BoxDirection | undefined;
1710
+ readonly KhtmlBoxFlex?: import("csstype").Property.BoxFlex | undefined;
1711
+ readonly KhtmlBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
1712
+ readonly KhtmlBoxLines?: import("csstype").Property.BoxLines | undefined;
1713
+ readonly KhtmlBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
1714
+ readonly KhtmlBoxOrient?: import("csstype").Property.BoxOrient | undefined;
1715
+ readonly KhtmlBoxPack?: import("csstype").Property.BoxPack | undefined;
1716
+ readonly KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
1717
+ readonly KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
1718
+ readonly KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
1719
+ readonly MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
1720
+ readonly MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
1721
+ readonly MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number>;
1722
+ readonly MozBorderRadius?: import("csstype").Property.BorderRadius<string | number>;
1723
+ readonly MozBorderRadiusBottomleft?: import("csstype").Property.BorderBottomLeftRadius<string | number>;
1724
+ readonly MozBorderRadiusBottomright?: import("csstype").Property.BorderBottomRightRadius<string | number>;
1725
+ readonly MozBorderRadiusTopleft?: import("csstype").Property.BorderTopLeftRadius<string | number>;
1726
+ readonly MozBorderRadiusTopright?: import("csstype").Property.BorderTopRightRadius<string | number>;
1727
+ readonly MozBoxAlign?: import("csstype").Property.BoxAlign | undefined;
1728
+ readonly MozBoxDirection?: import("csstype").Property.BoxDirection | undefined;
1729
+ readonly MozBoxFlex?: import("csstype").Property.BoxFlex | undefined;
1730
+ readonly MozBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
1731
+ readonly MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
1732
+ readonly MozBoxPack?: import("csstype").Property.BoxPack | undefined;
1733
+ readonly MozBoxShadow?: import("csstype").Property.BoxShadow | undefined;
1734
+ readonly MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
1735
+ readonly MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
1736
+ readonly MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
1737
+ readonly MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
1738
+ readonly MozOpacity?: import("csstype").Property.Opacity | undefined;
1739
+ readonly MozOutline?: import("csstype").Property.Outline<string | number>;
1740
+ readonly MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
1741
+ readonly MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
1742
+ readonly MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number>;
1743
+ readonly MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
1744
+ readonly MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
1745
+ readonly MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
1746
+ readonly MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
1747
+ readonly MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}>;
1748
+ readonly MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}>;
1749
+ readonly MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
1750
+ readonly MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
1751
+ readonly MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
1752
+ readonly MozUserInput?: import("csstype").Property.MozUserInput | undefined;
1753
+ readonly msImeMode?: import("csstype").Property.ImeMode | undefined;
1754
+ readonly OAnimation?: import("csstype").Property.Animation<string & {}>;
1755
+ readonly OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}>;
1756
+ readonly OAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
1757
+ readonly OAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}>;
1758
+ readonly OAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
1759
+ readonly OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
1760
+ readonly OAnimationName?: import("csstype").Property.AnimationName | undefined;
1761
+ readonly OAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
1762
+ readonly OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
1763
+ readonly OBackgroundSize?: import("csstype").Property.BackgroundSize<string | number>;
1764
+ readonly OBorderImage?: import("csstype").Property.BorderImage | undefined;
1765
+ readonly OObjectFit?: import("csstype").Property.ObjectFit | undefined;
1766
+ readonly OObjectPosition?: import("csstype").Property.ObjectPosition<string | number>;
1767
+ readonly OTabSize?: import("csstype").Property.TabSize<string | number>;
1768
+ readonly OTextOverflow?: import("csstype").Property.TextOverflow | undefined;
1769
+ readonly OTransform?: import("csstype").Property.Transform | undefined;
1770
+ readonly OTransformOrigin?: import("csstype").Property.TransformOrigin<string | number>;
1771
+ readonly OTransition?: import("csstype").Property.Transition<string & {}>;
1772
+ readonly OTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}>;
1773
+ readonly OTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}>;
1774
+ readonly OTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
1775
+ readonly OTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
1776
+ readonly WebkitBoxAlign?: import("csstype").Property.BoxAlign | undefined;
1777
+ readonly WebkitBoxDirection?: import("csstype").Property.BoxDirection | undefined;
1778
+ readonly WebkitBoxFlex?: import("csstype").Property.BoxFlex | undefined;
1779
+ readonly WebkitBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
1780
+ readonly WebkitBoxLines?: import("csstype").Property.BoxLines | undefined;
1781
+ readonly WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
1782
+ readonly WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
1783
+ readonly WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
1784
+ readonly colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
1785
+ readonly colorRendering?: import("csstype").Property.ColorRendering | undefined;
1786
+ readonly glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined;
1787
+ };
1788
+ readonly formItemBodyClassName?: string;
1789
+ readonly formItemBodyStyle?: {
1790
+ readonly accentColor?: import("csstype").Property.AccentColor | undefined;
1791
+ readonly alignContent?: import("csstype").Property.AlignContent | undefined;
1792
+ readonly alignItems?: import("csstype").Property.AlignItems | undefined;
1793
+ readonly alignSelf?: import("csstype").Property.AlignSelf | undefined;
1794
+ readonly alignTracks?: import("csstype").Property.AlignTracks | undefined;
1795
+ readonly alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
1796
+ readonly anchorName?: import("csstype").Property.AnchorName | undefined;
1797
+ readonly anchorScope?: import("csstype").Property.AnchorScope | undefined;
1798
+ readonly animationComposition?: import("csstype").Property.AnimationComposition | undefined;
1799
+ readonly animationDelay?: import("csstype").Property.AnimationDelay<string & {}>;
1800
+ readonly animationDirection?: import("csstype").Property.AnimationDirection | undefined;
1801
+ readonly animationDuration?: import("csstype").Property.AnimationDuration<string & {}>;
1802
+ readonly animationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
1803
+ readonly animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
1804
+ readonly animationName?: import("csstype").Property.AnimationName | undefined;
1805
+ readonly animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
1806
+ readonly animationRangeEnd?: import("csstype").Property.AnimationRangeEnd<string | number>;
1807
+ readonly animationRangeStart?: import("csstype").Property.AnimationRangeStart<string | number>;
1808
+ readonly animationTimeline?: import("csstype").Property.AnimationTimeline | undefined;
1809
+ readonly animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
1810
+ readonly appearance?: import("csstype").Property.Appearance | undefined;
1811
+ readonly aspectRatio?: import("csstype").Property.AspectRatio | undefined;
1812
+ readonly backdropFilter?: import("csstype").Property.BackdropFilter | undefined;
1813
+ readonly backfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
1814
+ readonly backgroundAttachment?: import("csstype").Property.BackgroundAttachment | undefined;
1815
+ readonly backgroundBlendMode?: import("csstype").Property.BackgroundBlendMode | undefined;
1816
+ readonly backgroundClip?: import("csstype").Property.BackgroundClip | undefined;
1817
+ readonly backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
1818
+ readonly backgroundImage?: import("csstype").Property.BackgroundImage | undefined;
1819
+ readonly backgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
1820
+ readonly backgroundPositionX?: import("csstype").Property.BackgroundPositionX<string | number>;
1821
+ readonly backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number>;
1822
+ readonly backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
1823
+ readonly backgroundSize?: import("csstype").Property.BackgroundSize<string | number>;
1824
+ readonly baselineShift?: import("csstype").Property.BaselineShift<string | number>;
1825
+ readonly blockSize?: import("csstype").Property.BlockSize<string | number>;
1826
+ readonly borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
1827
+ readonly borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
1828
+ readonly borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number>;
1829
+ readonly borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
1830
+ readonly borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
1831
+ readonly borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number>;
1832
+ readonly borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined;
1833
+ readonly borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number>;
1834
+ readonly borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number>;
1835
+ readonly borderBottomStyle?: import("csstype").Property.BorderBottomStyle | undefined;
1836
+ readonly borderBottomWidth?: import("csstype").Property.BorderBottomWidth<string | number>;
1837
+ readonly borderCollapse?: import("csstype").Property.BorderCollapse | undefined;
1838
+ readonly borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number>;
1839
+ readonly borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number>;
1840
+ readonly borderImageOutset?: import("csstype").Property.BorderImageOutset<string | number>;
1841
+ readonly borderImageRepeat?: import("csstype").Property.BorderImageRepeat | undefined;
1842
+ readonly borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
1843
+ readonly borderImageSource?: import("csstype").Property.BorderImageSource | undefined;
1844
+ readonly borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number>;
1845
+ readonly borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
1846
+ readonly borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
1847
+ readonly borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number>;
1848
+ readonly borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
1849
+ readonly borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
1850
+ readonly borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number>;
1851
+ readonly borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined;
1852
+ readonly borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
1853
+ readonly borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number>;
1854
+ readonly borderRightColor?: import("csstype").Property.BorderRightColor | undefined;
1855
+ readonly borderRightStyle?: import("csstype").Property.BorderRightStyle | undefined;
1856
+ readonly borderRightWidth?: import("csstype").Property.BorderRightWidth<string | number>;
1857
+ readonly borderSpacing?: import("csstype").Property.BorderSpacing<string | number>;
1858
+ readonly borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number>;
1859
+ readonly borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number>;
1860
+ readonly borderTopColor?: import("csstype").Property.BorderTopColor | undefined;
1861
+ readonly borderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number>;
1862
+ readonly borderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number>;
1863
+ readonly borderTopStyle?: import("csstype").Property.BorderTopStyle | undefined;
1864
+ readonly borderTopWidth?: import("csstype").Property.BorderTopWidth<string | number>;
1865
+ readonly bottom?: import("csstype").Property.Bottom<string | number>;
1866
+ readonly boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
1867
+ readonly boxShadow?: import("csstype").Property.BoxShadow | undefined;
1868
+ readonly boxSizing?: import("csstype").Property.BoxSizing | undefined;
1869
+ readonly breakAfter?: import("csstype").Property.BreakAfter | undefined;
1870
+ readonly breakBefore?: import("csstype").Property.BreakBefore | undefined;
1871
+ readonly breakInside?: import("csstype").Property.BreakInside | undefined;
1872
+ readonly captionSide?: import("csstype").Property.CaptionSide | undefined;
1873
+ readonly caretColor?: import("csstype").Property.CaretColor | undefined;
1874
+ readonly caretShape?: import("csstype").Property.CaretShape | undefined;
1875
+ readonly clear?: import("csstype").Property.Clear | undefined;
1876
+ readonly clipPath?: import("csstype").Property.ClipPath | undefined;
1877
+ readonly clipRule?: import("csstype").Property.ClipRule | undefined;
1878
+ readonly color?: import("csstype").Property.Color | undefined;
1879
+ readonly colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
1880
+ readonly colorInterpolationFilters?: import("csstype").Property.ColorInterpolationFilters | undefined;
1881
+ readonly colorScheme?: import("csstype").Property.ColorScheme | undefined;
1882
+ readonly columnCount?: import("csstype").Property.ColumnCount | undefined;
1883
+ readonly columnFill?: import("csstype").Property.ColumnFill | undefined;
1884
+ readonly columnGap?: import("csstype").Property.ColumnGap<string | number>;
1885
+ readonly columnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
1886
+ readonly columnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
1887
+ readonly columnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number>;
1888
+ readonly columnSpan?: import("csstype").Property.ColumnSpan | undefined;
1889
+ readonly columnWidth?: import("csstype").Property.ColumnWidth<string | number>;
1890
+ readonly contain?: import("csstype").Property.Contain | undefined;
1891
+ readonly containIntrinsicBlockSize?: import("csstype").Property.ContainIntrinsicBlockSize<string | number>;
1892
+ readonly containIntrinsicHeight?: import("csstype").Property.ContainIntrinsicHeight<string | number>;
1893
+ readonly containIntrinsicInlineSize?: import("csstype").Property.ContainIntrinsicInlineSize<string | number>;
1894
+ readonly containIntrinsicWidth?: import("csstype").Property.ContainIntrinsicWidth<string | number>;
1895
+ readonly containerName?: import("csstype").Property.ContainerName | undefined;
1896
+ readonly containerType?: import("csstype").Property.ContainerType | undefined;
1897
+ readonly content?: import("csstype").Property.Content | undefined;
1898
+ readonly contentVisibility?: import("csstype").Property.ContentVisibility | undefined;
1899
+ readonly counterIncrement?: import("csstype").Property.CounterIncrement | undefined;
1900
+ readonly counterReset?: import("csstype").Property.CounterReset | undefined;
1901
+ readonly counterSet?: import("csstype").Property.CounterSet | undefined;
1902
+ readonly cursor?: import("csstype").Property.Cursor | undefined;
1903
+ readonly cx?: import("csstype").Property.Cx<string | number>;
1904
+ readonly cy?: import("csstype").Property.Cy<string | number>;
1905
+ readonly d?: import("csstype").Property.D | undefined;
1906
+ readonly direction?: import("csstype").Property.Direction | undefined;
1907
+ readonly display?: import("csstype").Property.Display | undefined;
1908
+ readonly dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
1909
+ readonly emptyCells?: import("csstype").Property.EmptyCells | undefined;
1910
+ readonly fieldSizing?: import("csstype").Property.FieldSizing | undefined;
1911
+ readonly fill?: import("csstype").Property.Fill | undefined;
1912
+ readonly fillOpacity?: import("csstype").Property.FillOpacity | undefined;
1913
+ readonly fillRule?: import("csstype").Property.FillRule | undefined;
1914
+ readonly filter?: import("csstype").Property.Filter | undefined;
1915
+ readonly flexBasis?: import("csstype").Property.FlexBasis<string | number>;
1916
+ readonly flexDirection?: import("csstype").Property.FlexDirection | undefined;
1917
+ readonly flexGrow?: import("csstype").Property.FlexGrow | undefined;
1918
+ readonly flexShrink?: import("csstype").Property.FlexShrink | undefined;
1919
+ readonly flexWrap?: import("csstype").Property.FlexWrap | undefined;
1920
+ readonly float?: import("csstype").Property.Float | undefined;
1921
+ readonly floodColor?: import("csstype").Property.FloodColor | undefined;
1922
+ readonly floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
1923
+ readonly fontFamily?: import("csstype").Property.FontFamily | undefined;
1924
+ readonly fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
1925
+ readonly fontKerning?: import("csstype").Property.FontKerning | undefined;
1926
+ readonly fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
1927
+ readonly fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | undefined;
1928
+ readonly fontPalette?: import("csstype").Property.FontPalette | undefined;
1929
+ readonly fontSize?: import("csstype").Property.FontSize<string | number>;
1930
+ readonly fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
1931
+ readonly fontSmooth?: import("csstype").Property.FontSmooth<string | number>;
1932
+ readonly fontStyle?: import("csstype").Property.FontStyle | undefined;
1933
+ readonly fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
1934
+ readonly fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
1935
+ readonly fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
1936
+ readonly fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | undefined;
1937
+ readonly fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | undefined;
1938
+ readonly fontVariant?: import("csstype").Property.FontVariant | undefined;
1939
+ readonly fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
1940
+ readonly fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
1941
+ readonly fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | undefined;
1942
+ readonly fontVariantEmoji?: import("csstype").Property.FontVariantEmoji | undefined;
1943
+ readonly fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
1944
+ readonly fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | undefined;
1945
+ readonly fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
1946
+ readonly fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
1947
+ readonly fontWeight?: import("csstype").Property.FontWeight | undefined;
1948
+ readonly fontWidth?: import("csstype").Property.FontWidth | undefined;
1949
+ readonly forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
1950
+ readonly gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number>;
1951
+ readonly gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
1952
+ readonly gridAutoRows?: import("csstype").Property.GridAutoRows<string | number>;
1953
+ readonly gridColumnEnd?: import("csstype").Property.GridColumnEnd | undefined;
1954
+ readonly gridColumnStart?: import("csstype").Property.GridColumnStart | undefined;
1955
+ readonly gridRowEnd?: import("csstype").Property.GridRowEnd | undefined;
1956
+ readonly gridRowStart?: import("csstype").Property.GridRowStart | undefined;
1957
+ readonly gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | undefined;
1958
+ readonly gridTemplateColumns?: import("csstype").Property.GridTemplateColumns<string | number>;
1959
+ readonly gridTemplateRows?: import("csstype").Property.GridTemplateRows<string | number>;
1960
+ readonly hangingPunctuation?: import("csstype").Property.HangingPunctuation | undefined;
1961
+ readonly height?: import("csstype").Property.Height<string | number>;
1962
+ readonly hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
1963
+ readonly hyphenateLimitChars?: import("csstype").Property.HyphenateLimitChars | undefined;
1964
+ readonly hyphens?: import("csstype").Property.Hyphens | undefined;
1965
+ readonly imageOrientation?: import("csstype").Property.ImageOrientation | undefined;
1966
+ readonly imageRendering?: import("csstype").Property.ImageRendering | undefined;
1967
+ readonly imageResolution?: import("csstype").Property.ImageResolution | undefined;
1968
+ readonly initialLetter?: import("csstype").Property.InitialLetter | undefined;
1969
+ readonly initialLetterAlign?: import("csstype").Property.InitialLetterAlign | undefined;
1970
+ readonly inlineSize?: import("csstype").Property.InlineSize<string | number>;
1971
+ readonly insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number>;
1972
+ readonly insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number>;
1973
+ readonly insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number>;
1974
+ readonly insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number>;
1975
+ readonly interpolateSize?: import("csstype").Property.InterpolateSize | undefined;
1976
+ readonly isolation?: import("csstype").Property.Isolation | undefined;
1977
+ readonly justifyContent?: import("csstype").Property.JustifyContent | undefined;
1978
+ readonly justifyItems?: import("csstype").Property.JustifyItems | undefined;
1979
+ readonly justifySelf?: import("csstype").Property.JustifySelf | undefined;
1980
+ readonly justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
1981
+ readonly left?: import("csstype").Property.Left<string | number>;
1982
+ readonly letterSpacing?: import("csstype").Property.LetterSpacing<string | number>;
1983
+ readonly lightingColor?: import("csstype").Property.LightingColor | undefined;
1984
+ readonly lineBreak?: import("csstype").Property.LineBreak | undefined;
1985
+ readonly lineHeight?: import("csstype").Property.LineHeight<string | number>;
1986
+ readonly lineHeightStep?: import("csstype").Property.LineHeightStep<string | number>;
1987
+ readonly listStyleImage?: import("csstype").Property.ListStyleImage | undefined;
1988
+ readonly listStylePosition?: import("csstype").Property.ListStylePosition | undefined;
1989
+ readonly listStyleType?: import("csstype").Property.ListStyleType | undefined;
1990
+ readonly marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number>;
1991
+ readonly marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number>;
1992
+ readonly marginBottom?: import("csstype").Property.MarginBottom<string | number>;
1993
+ readonly marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number>;
1994
+ readonly marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number>;
1995
+ readonly marginLeft?: import("csstype").Property.MarginLeft<string | number>;
1996
+ readonly marginRight?: import("csstype").Property.MarginRight<string | number>;
1997
+ readonly marginTop?: import("csstype").Property.MarginTop<string | number>;
1998
+ readonly marginTrim?: import("csstype").Property.MarginTrim | undefined;
1999
+ readonly marker?: import("csstype").Property.Marker | undefined;
2000
+ readonly markerEnd?: import("csstype").Property.MarkerEnd | undefined;
2001
+ readonly markerMid?: import("csstype").Property.MarkerMid | undefined;
2002
+ readonly markerStart?: import("csstype").Property.MarkerStart | undefined;
2003
+ readonly maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
2004
+ readonly maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number>;
2005
+ readonly maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
2006
+ readonly maskBorderSlice?: import("csstype").Property.MaskBorderSlice | undefined;
2007
+ readonly maskBorderSource?: import("csstype").Property.MaskBorderSource | undefined;
2008
+ readonly maskBorderWidth?: import("csstype").Property.MaskBorderWidth<string | number>;
2009
+ readonly maskClip?: import("csstype").Property.MaskClip | undefined;
2010
+ readonly maskComposite?: import("csstype").Property.MaskComposite | undefined;
2011
+ readonly maskImage?: import("csstype").Property.MaskImage | undefined;
2012
+ readonly maskMode?: import("csstype").Property.MaskMode | undefined;
2013
+ readonly maskOrigin?: import("csstype").Property.MaskOrigin | undefined;
2014
+ readonly maskPosition?: import("csstype").Property.MaskPosition<string | number>;
2015
+ readonly maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
2016
+ readonly maskSize?: import("csstype").Property.MaskSize<string | number>;
2017
+ readonly maskType?: import("csstype").Property.MaskType | undefined;
2018
+ readonly masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | undefined;
2019
+ readonly mathDepth?: import("csstype").Property.MathDepth | undefined;
2020
+ readonly mathShift?: import("csstype").Property.MathShift | undefined;
2021
+ readonly mathStyle?: import("csstype").Property.MathStyle | undefined;
2022
+ readonly maxBlockSize?: import("csstype").Property.MaxBlockSize<string | number>;
2023
+ readonly maxHeight?: import("csstype").Property.MaxHeight<string | number>;
2024
+ readonly maxInlineSize?: import("csstype").Property.MaxInlineSize<string | number>;
2025
+ readonly maxLines?: import("csstype").Property.MaxLines | undefined;
2026
+ readonly maxWidth?: import("csstype").Property.MaxWidth<string | number>;
2027
+ readonly minBlockSize?: import("csstype").Property.MinBlockSize<string | number>;
2028
+ readonly minHeight?: import("csstype").Property.MinHeight<string | number>;
2029
+ readonly minInlineSize?: import("csstype").Property.MinInlineSize<string | number>;
2030
+ readonly minWidth?: import("csstype").Property.MinWidth<string | number>;
2031
+ readonly mixBlendMode?: import("csstype").Property.MixBlendMode | undefined;
2032
+ readonly motionDistance?: import("csstype").Property.OffsetDistance<string | number>;
2033
+ readonly motionPath?: import("csstype").Property.OffsetPath | undefined;
2034
+ readonly motionRotation?: import("csstype").Property.OffsetRotate | undefined;
2035
+ readonly objectFit?: import("csstype").Property.ObjectFit | undefined;
2036
+ readonly objectPosition?: import("csstype").Property.ObjectPosition<string | number>;
2037
+ readonly objectViewBox?: import("csstype").Property.ObjectViewBox | undefined;
2038
+ readonly offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number>;
2039
+ readonly offsetDistance?: import("csstype").Property.OffsetDistance<string | number>;
2040
+ readonly offsetPath?: import("csstype").Property.OffsetPath | undefined;
2041
+ readonly offsetPosition?: import("csstype").Property.OffsetPosition<string | number>;
2042
+ readonly offsetRotate?: import("csstype").Property.OffsetRotate | undefined;
2043
+ readonly offsetRotation?: import("csstype").Property.OffsetRotate | undefined;
2044
+ readonly opacity?: import("csstype").Property.Opacity | undefined;
2045
+ readonly order?: import("csstype").Property.Order | undefined;
2046
+ readonly orphans?: import("csstype").Property.Orphans | undefined;
2047
+ readonly outlineColor?: import("csstype").Property.OutlineColor | undefined;
2048
+ readonly outlineOffset?: import("csstype").Property.OutlineOffset<string | number>;
2049
+ readonly outlineStyle?: import("csstype").Property.OutlineStyle | undefined;
2050
+ readonly outlineWidth?: import("csstype").Property.OutlineWidth<string | number>;
2051
+ readonly overflowAnchor?: import("csstype").Property.OverflowAnchor | undefined;
2052
+ readonly overflowBlock?: import("csstype").Property.OverflowBlock | undefined;
2053
+ readonly overflowClipBox?: import("csstype").Property.OverflowClipBox | undefined;
2054
+ readonly overflowClipMargin?: import("csstype").Property.OverflowClipMargin<string | number>;
2055
+ readonly overflowInline?: import("csstype").Property.OverflowInline | undefined;
2056
+ readonly overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
2057
+ readonly overflowX?: import("csstype").Property.OverflowX | undefined;
2058
+ readonly overflowY?: import("csstype").Property.OverflowY | undefined;
2059
+ readonly overlay?: import("csstype").Property.Overlay | undefined;
2060
+ readonly overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
2061
+ readonly overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
2062
+ readonly overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
2063
+ readonly overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | undefined;
2064
+ readonly paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number>;
2065
+ readonly paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number>;
2066
+ readonly paddingBottom?: import("csstype").Property.PaddingBottom<string | number>;
2067
+ readonly paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number>;
2068
+ readonly paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number>;
2069
+ readonly paddingLeft?: import("csstype").Property.PaddingLeft<string | number>;
2070
+ readonly paddingRight?: import("csstype").Property.PaddingRight<string | number>;
2071
+ readonly paddingTop?: import("csstype").Property.PaddingTop<string | number>;
2072
+ readonly page?: import("csstype").Property.Page | undefined;
2073
+ readonly paintOrder?: import("csstype").Property.PaintOrder | undefined;
2074
+ readonly perspective?: import("csstype").Property.Perspective<string | number>;
2075
+ readonly perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number>;
2076
+ readonly pointerEvents?: import("csstype").Property.PointerEvents | undefined;
2077
+ readonly position?: import("csstype").Property.Position | undefined;
2078
+ readonly positionAnchor?: import("csstype").Property.PositionAnchor | undefined;
2079
+ readonly positionArea?: import("csstype").Property.PositionArea | undefined;
2080
+ readonly positionTryFallbacks?: import("csstype").Property.PositionTryFallbacks | undefined;
2081
+ readonly positionTryOrder?: import("csstype").Property.PositionTryOrder | undefined;
2082
+ readonly positionVisibility?: import("csstype").Property.PositionVisibility | undefined;
2083
+ readonly printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
2084
+ readonly quotes?: import("csstype").Property.Quotes | undefined;
2085
+ readonly r?: import("csstype").Property.R<string | number>;
2086
+ readonly resize?: import("csstype").Property.Resize | undefined;
2087
+ readonly right?: import("csstype").Property.Right<string | number>;
2088
+ readonly rotate?: import("csstype").Property.Rotate | undefined;
2089
+ readonly rowGap?: import("csstype").Property.RowGap<string | number>;
2090
+ readonly rubyAlign?: import("csstype").Property.RubyAlign | undefined;
2091
+ readonly rubyMerge?: import("csstype").Property.RubyMerge | undefined;
2092
+ readonly rubyOverhang?: import("csstype").Property.RubyOverhang | undefined;
2093
+ readonly rubyPosition?: import("csstype").Property.RubyPosition | undefined;
2094
+ readonly rx?: import("csstype").Property.Rx<string | number>;
2095
+ readonly ry?: import("csstype").Property.Ry<string | number>;
2096
+ readonly scale?: import("csstype").Property.Scale | undefined;
2097
+ readonly scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
2098
+ readonly scrollInitialTarget?: import("csstype").Property.ScrollInitialTarget | undefined;
2099
+ readonly scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number>;
2100
+ readonly scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number>;
2101
+ readonly scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number>;
2102
+ readonly scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd<string | number>;
2103
+ readonly scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart<string | number>;
2104
+ readonly scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number>;
2105
+ readonly scrollMarginRight?: import("csstype").Property.ScrollMarginRight<string | number>;
2106
+ readonly scrollMarginTop?: import("csstype").Property.ScrollMarginTop<string | number>;
2107
+ readonly scrollPaddingBlockEnd?: import("csstype").Property.ScrollPaddingBlockEnd<string | number>;
2108
+ readonly scrollPaddingBlockStart?: import("csstype").Property.ScrollPaddingBlockStart<string | number>;
2109
+ readonly scrollPaddingBottom?: import("csstype").Property.ScrollPaddingBottom<string | number>;
2110
+ readonly scrollPaddingInlineEnd?: import("csstype").Property.ScrollPaddingInlineEnd<string | number>;
2111
+ readonly scrollPaddingInlineStart?: import("csstype").Property.ScrollPaddingInlineStart<string | number>;
2112
+ readonly scrollPaddingLeft?: import("csstype").Property.ScrollPaddingLeft<string | number>;
2113
+ readonly scrollPaddingRight?: import("csstype").Property.ScrollPaddingRight<string | number>;
2114
+ readonly scrollPaddingTop?: import("csstype").Property.ScrollPaddingTop<string | number>;
2115
+ readonly scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | undefined;
2116
+ readonly scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number>;
2117
+ readonly scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number>;
2118
+ readonly scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight<string | number>;
2119
+ readonly scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop<string | number>;
2120
+ readonly scrollSnapStop?: import("csstype").Property.ScrollSnapStop | undefined;
2121
+ readonly scrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
2122
+ readonly scrollTimelineAxis?: import("csstype").Property.ScrollTimelineAxis | undefined;
2123
+ readonly scrollTimelineName?: import("csstype").Property.ScrollTimelineName | undefined;
2124
+ readonly scrollbarColor?: import("csstype").Property.ScrollbarColor | undefined;
2125
+ readonly scrollbarGutter?: import("csstype").Property.ScrollbarGutter | undefined;
2126
+ readonly scrollbarWidth?: import("csstype").Property.ScrollbarWidth | undefined;
2127
+ readonly shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
2128
+ readonly shapeMargin?: import("csstype").Property.ShapeMargin<string | number>;
2129
+ readonly shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
2130
+ readonly shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
2131
+ readonly speakAs?: import("csstype").Property.SpeakAs | undefined;
2132
+ readonly stopColor?: import("csstype").Property.StopColor | undefined;
2133
+ readonly stopOpacity?: import("csstype").Property.StopOpacity | undefined;
2134
+ readonly stroke?: import("csstype").Property.Stroke | undefined;
2135
+ readonly strokeColor?: import("csstype").Property.StrokeColor | undefined;
2136
+ readonly strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number>;
2137
+ readonly strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number>;
2138
+ readonly strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
2139
+ readonly strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
2140
+ readonly strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
2141
+ readonly strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
2142
+ readonly strokeWidth?: import("csstype").Property.StrokeWidth<string | number>;
2143
+ readonly tabSize?: import("csstype").Property.TabSize<string | number>;
2144
+ readonly tableLayout?: import("csstype").Property.TableLayout | undefined;
2145
+ readonly textAlign?: import("csstype").Property.TextAlign | undefined;
2146
+ readonly textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
2147
+ readonly textAnchor?: import("csstype").Property.TextAnchor | undefined;
2148
+ readonly textAutospace?: import("csstype").Property.TextAutospace | undefined;
2149
+ readonly textBox?: import("csstype").Property.TextBox | undefined;
2150
+ readonly textBoxEdge?: import("csstype").Property.TextBoxEdge | undefined;
2151
+ readonly textBoxTrim?: import("csstype").Property.TextBoxTrim | undefined;
2152
+ readonly textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined;
2153
+ readonly textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
2154
+ readonly textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
2155
+ readonly textDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
2156
+ readonly textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | undefined;
2157
+ readonly textDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
2158
+ readonly textDecorationThickness?: import("csstype").Property.TextDecorationThickness<string | number>;
2159
+ readonly textEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
2160
+ readonly textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
2161
+ readonly textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
2162
+ readonly textIndent?: import("csstype").Property.TextIndent<string | number>;
2163
+ readonly textJustify?: import("csstype").Property.TextJustify | undefined;
2164
+ readonly textOrientation?: import("csstype").Property.TextOrientation | undefined;
2165
+ readonly textOverflow?: import("csstype").Property.TextOverflow | undefined;
2166
+ readonly textRendering?: import("csstype").Property.TextRendering | undefined;
2167
+ readonly textShadow?: import("csstype").Property.TextShadow | undefined;
2168
+ readonly textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
2169
+ readonly textSpacingTrim?: import("csstype").Property.TextSpacingTrim | undefined;
2170
+ readonly textTransform?: import("csstype").Property.TextTransform | undefined;
2171
+ readonly textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number>;
2172
+ readonly textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
2173
+ readonly textWrapMode?: import("csstype").Property.TextWrapMode | undefined;
2174
+ readonly textWrapStyle?: import("csstype").Property.TextWrapStyle | undefined;
2175
+ readonly timelineScope?: import("csstype").Property.TimelineScope | undefined;
2176
+ readonly top?: import("csstype").Property.Top<string | number>;
2177
+ readonly touchAction?: import("csstype").Property.TouchAction | undefined;
2178
+ readonly transform?: import("csstype").Property.Transform | undefined;
2179
+ readonly transformBox?: import("csstype").Property.TransformBox | undefined;
2180
+ readonly transformOrigin?: import("csstype").Property.TransformOrigin<string | number>;
2181
+ readonly transformStyle?: import("csstype").Property.TransformStyle | undefined;
2182
+ readonly transitionBehavior?: import("csstype").Property.TransitionBehavior | undefined;
2183
+ readonly transitionDelay?: import("csstype").Property.TransitionDelay<string & {}>;
2184
+ readonly transitionDuration?: import("csstype").Property.TransitionDuration<string & {}>;
2185
+ readonly transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
2186
+ readonly transitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
2187
+ readonly translate?: import("csstype").Property.Translate<string | number>;
2188
+ readonly unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
2189
+ readonly userSelect?: import("csstype").Property.UserSelect | undefined;
2190
+ readonly vectorEffect?: import("csstype").Property.VectorEffect | undefined;
2191
+ readonly verticalAlign?: import("csstype").Property.VerticalAlign<string | number>;
2192
+ readonly viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
2193
+ readonly viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number>;
2194
+ readonly viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
2195
+ readonly viewTransitionClass?: import("csstype").Property.ViewTransitionClass | undefined;
2196
+ readonly viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
2197
+ readonly visibility?: import("csstype").Property.Visibility | undefined;
2198
+ readonly whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
2199
+ readonly whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
2200
+ readonly widows?: import("csstype").Property.Widows | undefined;
2201
+ readonly width?: import("csstype").Property.Width<string | number>;
2202
+ readonly willChange?: import("csstype").Property.WillChange | undefined;
2203
+ readonly wordBreak?: import("csstype").Property.WordBreak | undefined;
2204
+ readonly wordSpacing?: import("csstype").Property.WordSpacing<string | number>;
2205
+ readonly wordWrap?: import("csstype").Property.WordWrap | undefined;
2206
+ readonly writingMode?: import("csstype").Property.WritingMode | undefined;
2207
+ readonly x?: import("csstype").Property.X<string | number>;
2208
+ readonly y?: import("csstype").Property.Y<string | number>;
2209
+ readonly zIndex?: import("csstype").Property.ZIndex | undefined;
2210
+ readonly zoom?: import("csstype").Property.Zoom | undefined;
2211
+ readonly all?: import("csstype").Property.All | undefined;
2212
+ readonly animation?: import("csstype").Property.Animation<string & {}>;
2213
+ readonly animationRange?: import("csstype").Property.AnimationRange<string | number>;
2214
+ readonly background?: import("csstype").Property.Background<string | number>;
2215
+ readonly backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number>;
2216
+ readonly border?: import("csstype").Property.Border<string | number>;
2217
+ readonly borderBlock?: import("csstype").Property.BorderBlock<string | number>;
2218
+ readonly borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
2219
+ readonly borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number>;
2220
+ readonly borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number>;
2221
+ readonly borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
2222
+ readonly borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number>;
2223
+ readonly borderBottom?: import("csstype").Property.BorderBottom<string | number>;
2224
+ readonly borderColor?: import("csstype").Property.BorderColor | undefined;
2225
+ readonly borderImage?: import("csstype").Property.BorderImage | undefined;
2226
+ readonly borderInline?: import("csstype").Property.BorderInline<string | number>;
2227
+ readonly borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
2228
+ readonly borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number>;
2229
+ readonly borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number>;
2230
+ readonly borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
2231
+ readonly borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number>;
2232
+ readonly borderLeft?: import("csstype").Property.BorderLeft<string | number>;
2233
+ readonly borderRadius?: import("csstype").Property.BorderRadius<string | number>;
2234
+ readonly borderRight?: import("csstype").Property.BorderRight<string | number>;
2235
+ readonly borderStyle?: import("csstype").Property.BorderStyle | undefined;
2236
+ readonly borderTop?: import("csstype").Property.BorderTop<string | number>;
2237
+ readonly borderWidth?: import("csstype").Property.BorderWidth<string | number>;
2238
+ readonly caret?: import("csstype").Property.Caret | undefined;
2239
+ readonly columnRule?: import("csstype").Property.ColumnRule<string | number>;
2240
+ readonly columns?: import("csstype").Property.Columns<string | number>;
2241
+ readonly containIntrinsicSize?: import("csstype").Property.ContainIntrinsicSize<string | number>;
2242
+ readonly container?: import("csstype").Property.Container | undefined;
2243
+ readonly flex?: import("csstype").Property.Flex<string | number>;
2244
+ readonly flexFlow?: import("csstype").Property.FlexFlow | undefined;
2245
+ readonly font?: import("csstype").Property.Font | undefined;
2246
+ readonly gap?: import("csstype").Property.Gap<string | number>;
2247
+ readonly grid?: import("csstype").Property.Grid | undefined;
2248
+ readonly gridArea?: import("csstype").Property.GridArea | undefined;
2249
+ readonly gridColumn?: import("csstype").Property.GridColumn | undefined;
2250
+ readonly gridRow?: import("csstype").Property.GridRow | undefined;
2251
+ readonly gridTemplate?: import("csstype").Property.GridTemplate | undefined;
2252
+ readonly inset?: import("csstype").Property.Inset<string | number>;
2253
+ readonly insetBlock?: import("csstype").Property.InsetBlock<string | number>;
2254
+ readonly insetInline?: import("csstype").Property.InsetInline<string | number>;
2255
+ readonly lineClamp?: import("csstype").Property.LineClamp | undefined;
2256
+ readonly listStyle?: import("csstype").Property.ListStyle | undefined;
2257
+ readonly margin?: import("csstype").Property.Margin<string | number>;
2258
+ readonly marginBlock?: import("csstype").Property.MarginBlock<string | number>;
2259
+ readonly marginInline?: import("csstype").Property.MarginInline<string | number>;
2260
+ readonly mask?: import("csstype").Property.Mask<string | number>;
2261
+ readonly maskBorder?: import("csstype").Property.MaskBorder | undefined;
2262
+ readonly motion?: import("csstype").Property.Offset<string | number>;
2263
+ readonly offset?: import("csstype").Property.Offset<string | number>;
2264
+ readonly outline?: import("csstype").Property.Outline<string | number>;
2265
+ readonly overflow?: import("csstype").Property.Overflow | undefined;
2266
+ readonly overscrollBehavior?: import("csstype").Property.OverscrollBehavior | undefined;
2267
+ readonly padding?: import("csstype").Property.Padding<string | number>;
2268
+ readonly paddingBlock?: import("csstype").Property.PaddingBlock<string | number>;
2269
+ readonly paddingInline?: import("csstype").Property.PaddingInline<string | number>;
2270
+ readonly placeContent?: import("csstype").Property.PlaceContent | undefined;
2271
+ readonly placeItems?: import("csstype").Property.PlaceItems | undefined;
2272
+ readonly placeSelf?: import("csstype").Property.PlaceSelf | undefined;
2273
+ readonly positionTry?: import("csstype").Property.PositionTry | undefined;
2274
+ readonly scrollMargin?: import("csstype").Property.ScrollMargin<string | number>;
2275
+ readonly scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number>;
2276
+ readonly scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number>;
2277
+ readonly scrollPadding?: import("csstype").Property.ScrollPadding<string | number>;
2278
+ readonly scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<string | number>;
2279
+ readonly scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<string | number>;
2280
+ readonly scrollSnapMargin?: import("csstype").Property.ScrollMargin<string | number>;
2281
+ readonly scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
2282
+ readonly textDecoration?: import("csstype").Property.TextDecoration<string | number>;
2283
+ readonly textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
2284
+ readonly textWrap?: import("csstype").Property.TextWrap | undefined;
2285
+ readonly transition?: import("csstype").Property.Transition<string & {}>;
2286
+ readonly viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
2287
+ readonly MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}>;
2288
+ readonly MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
2289
+ readonly MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}>;
2290
+ readonly MozAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
2291
+ readonly MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
2292
+ readonly MozAnimationName?: import("csstype").Property.AnimationName | undefined;
2293
+ readonly MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
2294
+ readonly MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
2295
+ readonly MozAppearance?: import("csstype").Property.MozAppearance | undefined;
2296
+ readonly MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
2297
+ readonly MozBinding?: import("csstype").Property.MozBinding | undefined;
2298
+ readonly MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
2299
+ readonly MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
2300
+ readonly MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
2301
+ readonly MozBorderEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number>;
2302
+ readonly MozBorderLeftColors?: import("csstype").Property.MozBorderLeftColors | undefined;
2303
+ readonly MozBorderRightColors?: import("csstype").Property.MozBorderRightColors | undefined;
2304
+ readonly MozBorderStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
2305
+ readonly MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
2306
+ readonly MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined;
2307
+ readonly MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
2308
+ readonly MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
2309
+ readonly MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
2310
+ readonly MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number>;
2311
+ readonly MozColumnWidth?: import("csstype").Property.ColumnWidth<string | number>;
2312
+ readonly MozContextProperties?: import("csstype").Property.MozContextProperties | undefined;
2313
+ readonly MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
2314
+ readonly MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
2315
+ readonly MozHyphens?: import("csstype").Property.Hyphens | undefined;
2316
+ readonly MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number>;
2317
+ readonly MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number>;
2318
+ readonly MozOrient?: import("csstype").Property.MozOrient | undefined;
2319
+ readonly MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number>;
2320
+ readonly MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number>;
2321
+ readonly MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number>;
2322
+ readonly MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number>;
2323
+ readonly MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number>;
2324
+ readonly MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number>;
2325
+ readonly MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number>;
2326
+ readonly MozPerspective?: import("csstype").Property.Perspective<string | number>;
2327
+ readonly MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number>;
2328
+ readonly MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
2329
+ readonly MozTabSize?: import("csstype").Property.TabSize<string | number>;
2330
+ readonly MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
2331
+ readonly MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
2332
+ readonly MozTransform?: import("csstype").Property.Transform | undefined;
2333
+ readonly MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number>;
2334
+ readonly MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
2335
+ readonly MozUserModify?: import("csstype").Property.MozUserModify | undefined;
2336
+ readonly MozUserSelect?: import("csstype").Property.UserSelect | undefined;
2337
+ readonly MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
2338
+ readonly MozWindowShadow?: import("csstype").Property.MozWindowShadow | undefined;
2339
+ readonly msAccelerator?: import("csstype").Property.MsAccelerator | undefined;
2340
+ readonly msBlockProgression?: import("csstype").Property.MsBlockProgression | undefined;
2341
+ readonly msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | undefined;
2342
+ readonly msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | undefined;
2343
+ readonly msContentZoomLimitMin?: import("csstype").Property.MsContentZoomLimitMin | undefined;
2344
+ readonly msContentZoomSnapPoints?: import("csstype").Property.MsContentZoomSnapPoints | undefined;
2345
+ readonly msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | undefined;
2346
+ readonly msContentZooming?: import("csstype").Property.MsContentZooming | undefined;
2347
+ readonly msFilter?: import("csstype").Property.MsFilter | undefined;
2348
+ readonly msFlexDirection?: import("csstype").Property.FlexDirection | undefined;
2349
+ readonly msFlexPositive?: import("csstype").Property.FlexGrow | undefined;
2350
+ readonly msFlowFrom?: import("csstype").Property.MsFlowFrom | undefined;
2351
+ readonly msFlowInto?: import("csstype").Property.MsFlowInto | undefined;
2352
+ readonly msGridColumns?: import("csstype").Property.MsGridColumns<string | number>;
2353
+ readonly msGridRows?: import("csstype").Property.MsGridRows<string | number>;
2354
+ readonly msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | undefined;
2355
+ readonly msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | undefined;
2356
+ readonly msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | undefined;
2357
+ readonly msHyphenateLimitZone?: import("csstype").Property.MsHyphenateLimitZone<string | number>;
2358
+ readonly msHyphens?: import("csstype").Property.Hyphens | undefined;
2359
+ readonly msImeAlign?: import("csstype").Property.MsImeAlign | undefined;
2360
+ readonly msLineBreak?: import("csstype").Property.LineBreak | undefined;
2361
+ readonly msOrder?: import("csstype").Property.Order | undefined;
2362
+ readonly msOverflowStyle?: import("csstype").Property.MsOverflowStyle | undefined;
2363
+ readonly msOverflowX?: import("csstype").Property.OverflowX | undefined;
2364
+ readonly msOverflowY?: import("csstype").Property.OverflowY | undefined;
2365
+ readonly msScrollChaining?: import("csstype").Property.MsScrollChaining | undefined;
2366
+ readonly msScrollLimitXMax?: import("csstype").Property.MsScrollLimitXMax<string | number>;
2367
+ readonly msScrollLimitXMin?: import("csstype").Property.MsScrollLimitXMin<string | number>;
2368
+ readonly msScrollLimitYMax?: import("csstype").Property.MsScrollLimitYMax<string | number>;
2369
+ readonly msScrollLimitYMin?: import("csstype").Property.MsScrollLimitYMin<string | number>;
2370
+ readonly msScrollRails?: import("csstype").Property.MsScrollRails | undefined;
2371
+ readonly msScrollSnapPointsX?: import("csstype").Property.MsScrollSnapPointsX | undefined;
2372
+ readonly msScrollSnapPointsY?: import("csstype").Property.MsScrollSnapPointsY | undefined;
2373
+ readonly msScrollSnapType?: import("csstype").Property.MsScrollSnapType | undefined;
2374
+ readonly msScrollTranslation?: import("csstype").Property.MsScrollTranslation | undefined;
2375
+ readonly msScrollbar3dlightColor?: import("csstype").Property.MsScrollbar3dlightColor | undefined;
2376
+ readonly msScrollbarArrowColor?: import("csstype").Property.MsScrollbarArrowColor | undefined;
2377
+ readonly msScrollbarBaseColor?: import("csstype").Property.MsScrollbarBaseColor | undefined;
2378
+ readonly msScrollbarDarkshadowColor?: import("csstype").Property.MsScrollbarDarkshadowColor | undefined;
2379
+ readonly msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | undefined;
2380
+ readonly msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | undefined;
2381
+ readonly msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | undefined;
2382
+ readonly msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
2383
+ readonly msTextAutospace?: import("csstype").Property.MsTextAutospace | undefined;
2384
+ readonly msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | undefined;
2385
+ readonly msTextOverflow?: import("csstype").Property.TextOverflow | undefined;
2386
+ readonly msTouchAction?: import("csstype").Property.TouchAction | undefined;
2387
+ readonly msTouchSelect?: import("csstype").Property.MsTouchSelect | undefined;
2388
+ readonly msTransform?: import("csstype").Property.Transform | undefined;
2389
+ readonly msTransformOrigin?: import("csstype").Property.TransformOrigin<string | number>;
2390
+ readonly msTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}>;
2391
+ readonly msTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}>;
2392
+ readonly msTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
2393
+ readonly msTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
2394
+ readonly msUserSelect?: import("csstype").Property.MsUserSelect | undefined;
2395
+ readonly msWordBreak?: import("csstype").Property.WordBreak | undefined;
2396
+ readonly msWrapFlow?: import("csstype").Property.MsWrapFlow | undefined;
2397
+ readonly msWrapMargin?: import("csstype").Property.MsWrapMargin<string | number>;
2398
+ readonly msWrapThrough?: import("csstype").Property.MsWrapThrough | undefined;
2399
+ readonly msWritingMode?: import("csstype").Property.WritingMode | undefined;
2400
+ readonly WebkitAlignContent?: import("csstype").Property.AlignContent | undefined;
2401
+ readonly WebkitAlignItems?: import("csstype").Property.AlignItems | undefined;
2402
+ readonly WebkitAlignSelf?: import("csstype").Property.AlignSelf | undefined;
2403
+ readonly WebkitAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}>;
2404
+ readonly WebkitAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
2405
+ readonly WebkitAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}>;
2406
+ readonly WebkitAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
2407
+ readonly WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
2408
+ readonly WebkitAnimationName?: import("csstype").Property.AnimationName | undefined;
2409
+ readonly WebkitAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
2410
+ readonly WebkitAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
2411
+ readonly WebkitAppearance?: import("csstype").Property.WebkitAppearance | undefined;
2412
+ readonly WebkitBackdropFilter?: import("csstype").Property.BackdropFilter | undefined;
2413
+ readonly WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
2414
+ readonly WebkitBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
2415
+ readonly WebkitBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
2416
+ readonly WebkitBackgroundSize?: import("csstype").Property.BackgroundSize<string | number>;
2417
+ readonly WebkitBorderBeforeColor?: import("csstype").Property.WebkitBorderBeforeColor | undefined;
2418
+ readonly WebkitBorderBeforeStyle?: import("csstype").Property.WebkitBorderBeforeStyle | undefined;
2419
+ readonly WebkitBorderBeforeWidth?: import("csstype").Property.WebkitBorderBeforeWidth<string | number>;
2420
+ readonly WebkitBorderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number>;
2421
+ readonly WebkitBorderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number>;
2422
+ readonly WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
2423
+ readonly WebkitBorderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number>;
2424
+ readonly WebkitBorderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number>;
2425
+ readonly WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
2426
+ readonly WebkitBoxReflect?: import("csstype").Property.WebkitBoxReflect<string | number>;
2427
+ readonly WebkitBoxShadow?: import("csstype").Property.BoxShadow | undefined;
2428
+ readonly WebkitBoxSizing?: import("csstype").Property.BoxSizing | undefined;
2429
+ readonly WebkitClipPath?: import("csstype").Property.ClipPath | undefined;
2430
+ readonly WebkitColumnCount?: import("csstype").Property.ColumnCount | undefined;
2431
+ readonly WebkitColumnFill?: import("csstype").Property.ColumnFill | undefined;
2432
+ readonly WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
2433
+ readonly WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
2434
+ readonly WebkitColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number>;
2435
+ readonly WebkitColumnSpan?: import("csstype").Property.ColumnSpan | undefined;
2436
+ readonly WebkitColumnWidth?: import("csstype").Property.ColumnWidth<string | number>;
2437
+ readonly WebkitFilter?: import("csstype").Property.Filter | undefined;
2438
+ readonly WebkitFlexBasis?: import("csstype").Property.FlexBasis<string | number>;
2439
+ readonly WebkitFlexDirection?: import("csstype").Property.FlexDirection | undefined;
2440
+ readonly WebkitFlexGrow?: import("csstype").Property.FlexGrow | undefined;
2441
+ readonly WebkitFlexShrink?: import("csstype").Property.FlexShrink | undefined;
2442
+ readonly WebkitFlexWrap?: import("csstype").Property.FlexWrap | undefined;
2443
+ readonly WebkitFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
2444
+ readonly WebkitFontKerning?: import("csstype").Property.FontKerning | undefined;
2445
+ readonly WebkitFontSmoothing?: import("csstype").Property.FontSmooth<string | number>;
2446
+ readonly WebkitFontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
2447
+ readonly WebkitHyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
2448
+ readonly WebkitHyphens?: import("csstype").Property.Hyphens | undefined;
2449
+ readonly WebkitInitialLetter?: import("csstype").Property.InitialLetter | undefined;
2450
+ readonly WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
2451
+ readonly WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
2452
+ readonly WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
2453
+ readonly WebkitLogicalHeight?: import("csstype").Property.BlockSize<string | number>;
2454
+ readonly WebkitLogicalWidth?: import("csstype").Property.InlineSize<string | number>;
2455
+ readonly WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number>;
2456
+ readonly WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number>;
2457
+ readonly WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
2458
+ readonly WebkitMaskBoxImageOutset?: import("csstype").Property.MaskBorderOutset<string | number>;
2459
+ readonly WebkitMaskBoxImageRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
2460
+ readonly WebkitMaskBoxImageSlice?: import("csstype").Property.MaskBorderSlice | undefined;
2461
+ readonly WebkitMaskBoxImageSource?: import("csstype").Property.MaskBorderSource | undefined;
2462
+ readonly WebkitMaskBoxImageWidth?: import("csstype").Property.MaskBorderWidth<string | number>;
2463
+ readonly WebkitMaskClip?: import("csstype").Property.WebkitMaskClip | undefined;
2464
+ readonly WebkitMaskComposite?: import("csstype").Property.WebkitMaskComposite | undefined;
2465
+ readonly WebkitMaskImage?: import("csstype").Property.WebkitMaskImage | undefined;
2466
+ readonly WebkitMaskOrigin?: import("csstype").Property.WebkitMaskOrigin | undefined;
2467
+ readonly WebkitMaskPosition?: import("csstype").Property.WebkitMaskPosition<string | number>;
2468
+ readonly WebkitMaskPositionX?: import("csstype").Property.WebkitMaskPositionX<string | number>;
2469
+ readonly WebkitMaskPositionY?: import("csstype").Property.WebkitMaskPositionY<string | number>;
2470
+ readonly WebkitMaskRepeat?: import("csstype").Property.WebkitMaskRepeat | undefined;
2471
+ readonly WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | undefined;
2472
+ readonly WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | undefined;
2473
+ readonly WebkitMaskSize?: import("csstype").Property.WebkitMaskSize<string | number>;
2474
+ readonly WebkitMaxInlineSize?: import("csstype").Property.MaxInlineSize<string | number>;
2475
+ readonly WebkitOrder?: import("csstype").Property.Order | undefined;
2476
+ readonly WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | undefined;
2477
+ readonly WebkitPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number>;
2478
+ readonly WebkitPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number>;
2479
+ readonly WebkitPerspective?: import("csstype").Property.Perspective<string | number>;
2480
+ readonly WebkitPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number>;
2481
+ readonly WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
2482
+ readonly WebkitRubyPosition?: import("csstype").Property.RubyPosition | undefined;
2483
+ readonly WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
2484
+ readonly WebkitShapeMargin?: import("csstype").Property.ShapeMargin<string | number>;
2485
+ readonly WebkitTapHighlightColor?: import("csstype").Property.WebkitTapHighlightColor | undefined;
2486
+ readonly WebkitTextCombine?: import("csstype").Property.TextCombineUpright | undefined;
2487
+ readonly WebkitTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
2488
+ readonly WebkitTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
2489
+ readonly WebkitTextDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
2490
+ readonly WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
2491
+ readonly WebkitTextEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
2492
+ readonly WebkitTextEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
2493
+ readonly WebkitTextEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
2494
+ readonly WebkitTextFillColor?: import("csstype").Property.WebkitTextFillColor | undefined;
2495
+ readonly WebkitTextOrientation?: import("csstype").Property.TextOrientation | undefined;
2496
+ readonly WebkitTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
2497
+ readonly WebkitTextStrokeColor?: import("csstype").Property.WebkitTextStrokeColor | undefined;
2498
+ readonly WebkitTextStrokeWidth?: import("csstype").Property.WebkitTextStrokeWidth<string | number>;
2499
+ readonly WebkitTextUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
2500
+ readonly WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | undefined;
2501
+ readonly WebkitTransform?: import("csstype").Property.Transform | undefined;
2502
+ readonly WebkitTransformOrigin?: import("csstype").Property.TransformOrigin<string | number>;
2503
+ readonly WebkitTransformStyle?: import("csstype").Property.TransformStyle | undefined;
2504
+ readonly WebkitTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}>;
2505
+ readonly WebkitTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}>;
2506
+ readonly WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
2507
+ readonly WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
2508
+ readonly WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
2509
+ readonly WebkitUserSelect?: import("csstype").Property.WebkitUserSelect | undefined;
2510
+ readonly WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
2511
+ readonly MozAnimation?: import("csstype").Property.Animation<string & {}>;
2512
+ readonly MozBorderImage?: import("csstype").Property.BorderImage | undefined;
2513
+ readonly MozColumnRule?: import("csstype").Property.ColumnRule<string | number>;
2514
+ readonly MozColumns?: import("csstype").Property.Columns<string | number>;
2515
+ readonly MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number>;
2516
+ readonly MozTransition?: import("csstype").Property.Transition<string & {}>;
2517
+ readonly msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
2518
+ readonly msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
2519
+ readonly msFlex?: import("csstype").Property.Flex<string | number>;
2520
+ readonly msScrollLimit?: import("csstype").Property.MsScrollLimit | undefined;
2521
+ readonly msScrollSnapX?: import("csstype").Property.MsScrollSnapX | undefined;
2522
+ readonly msScrollSnapY?: import("csstype").Property.MsScrollSnapY | undefined;
2523
+ readonly msTransition?: import("csstype").Property.Transition<string & {}>;
2524
+ readonly WebkitAnimation?: import("csstype").Property.Animation<string & {}>;
2525
+ readonly WebkitBorderBefore?: import("csstype").Property.WebkitBorderBefore<string | number>;
2526
+ readonly WebkitBorderImage?: import("csstype").Property.BorderImage | undefined;
2527
+ readonly WebkitBorderRadius?: import("csstype").Property.BorderRadius<string | number>;
2528
+ readonly WebkitColumnRule?: import("csstype").Property.ColumnRule<string | number>;
2529
+ readonly WebkitColumns?: import("csstype").Property.Columns<string | number>;
2530
+ readonly WebkitFlex?: import("csstype").Property.Flex<string | number>;
2531
+ readonly WebkitFlexFlow?: import("csstype").Property.FlexFlow | undefined;
2532
+ readonly WebkitMask?: import("csstype").Property.WebkitMask<string | number>;
2533
+ readonly WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | undefined;
2534
+ readonly WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
2535
+ readonly WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number>;
2536
+ readonly WebkitTransition?: import("csstype").Property.Transition<string & {}>;
2537
+ readonly boxAlign?: import("csstype").Property.BoxAlign | undefined;
2538
+ readonly boxDirection?: import("csstype").Property.BoxDirection | undefined;
2539
+ readonly boxFlex?: import("csstype").Property.BoxFlex | undefined;
2540
+ readonly boxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
2541
+ readonly boxLines?: import("csstype").Property.BoxLines | undefined;
2542
+ readonly boxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
2543
+ readonly boxOrient?: import("csstype").Property.BoxOrient | undefined;
2544
+ readonly boxPack?: import("csstype").Property.BoxPack | undefined;
2545
+ readonly clip?: import("csstype").Property.Clip | undefined;
2546
+ readonly fontStretch?: import("csstype").Property.FontStretch | undefined;
2547
+ readonly gridColumnGap?: import("csstype").Property.GridColumnGap<string | number>;
2548
+ readonly gridGap?: import("csstype").Property.GridGap<string | number>;
2549
+ readonly gridRowGap?: import("csstype").Property.GridRowGap<string | number>;
2550
+ readonly imeMode?: import("csstype").Property.ImeMode | undefined;
2551
+ readonly insetArea?: import("csstype").Property.PositionArea | undefined;
2552
+ readonly offsetBlock?: import("csstype").Property.InsetBlock<string | number>;
2553
+ readonly offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number>;
2554
+ readonly offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number>;
2555
+ readonly offsetInline?: import("csstype").Property.InsetInline<string | number>;
2556
+ readonly offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number>;
2557
+ readonly offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number>;
2558
+ readonly pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
2559
+ readonly pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
2560
+ readonly pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
2561
+ readonly positionTryOptions?: import("csstype").Property.PositionTryFallbacks | undefined;
2562
+ readonly scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number>;
2563
+ readonly scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number>;
2564
+ readonly scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
2565
+ readonly scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
2566
+ readonly scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | undefined;
2567
+ readonly scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | undefined;
2568
+ readonly KhtmlBoxAlign?: import("csstype").Property.BoxAlign | undefined;
2569
+ readonly KhtmlBoxDirection?: import("csstype").Property.BoxDirection | undefined;
2570
+ readonly KhtmlBoxFlex?: import("csstype").Property.BoxFlex | undefined;
2571
+ readonly KhtmlBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
2572
+ readonly KhtmlBoxLines?: import("csstype").Property.BoxLines | undefined;
2573
+ readonly KhtmlBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
2574
+ readonly KhtmlBoxOrient?: import("csstype").Property.BoxOrient | undefined;
2575
+ readonly KhtmlBoxPack?: import("csstype").Property.BoxPack | undefined;
2576
+ readonly KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
2577
+ readonly KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
2578
+ readonly KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
2579
+ readonly MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
2580
+ readonly MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
2581
+ readonly MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number>;
2582
+ readonly MozBorderRadius?: import("csstype").Property.BorderRadius<string | number>;
2583
+ readonly MozBorderRadiusBottomleft?: import("csstype").Property.BorderBottomLeftRadius<string | number>;
2584
+ readonly MozBorderRadiusBottomright?: import("csstype").Property.BorderBottomRightRadius<string | number>;
2585
+ readonly MozBorderRadiusTopleft?: import("csstype").Property.BorderTopLeftRadius<string | number>;
2586
+ readonly MozBorderRadiusTopright?: import("csstype").Property.BorderTopRightRadius<string | number>;
2587
+ readonly MozBoxAlign?: import("csstype").Property.BoxAlign | undefined;
2588
+ readonly MozBoxDirection?: import("csstype").Property.BoxDirection | undefined;
2589
+ readonly MozBoxFlex?: import("csstype").Property.BoxFlex | undefined;
2590
+ readonly MozBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
2591
+ readonly MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
2592
+ readonly MozBoxPack?: import("csstype").Property.BoxPack | undefined;
2593
+ readonly MozBoxShadow?: import("csstype").Property.BoxShadow | undefined;
2594
+ readonly MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
2595
+ readonly MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
2596
+ readonly MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
2597
+ readonly MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
2598
+ readonly MozOpacity?: import("csstype").Property.Opacity | undefined;
2599
+ readonly MozOutline?: import("csstype").Property.Outline<string | number>;
2600
+ readonly MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
2601
+ readonly MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
2602
+ readonly MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number>;
2603
+ readonly MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
2604
+ readonly MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
2605
+ readonly MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
2606
+ readonly MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
2607
+ readonly MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}>;
2608
+ readonly MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}>;
2609
+ readonly MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
2610
+ readonly MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
2611
+ readonly MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
2612
+ readonly MozUserInput?: import("csstype").Property.MozUserInput | undefined;
2613
+ readonly msImeMode?: import("csstype").Property.ImeMode | undefined;
2614
+ readonly OAnimation?: import("csstype").Property.Animation<string & {}>;
2615
+ readonly OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}>;
2616
+ readonly OAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
2617
+ readonly OAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}>;
2618
+ readonly OAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
2619
+ readonly OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
2620
+ readonly OAnimationName?: import("csstype").Property.AnimationName | undefined;
2621
+ readonly OAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
2622
+ readonly OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
2623
+ readonly OBackgroundSize?: import("csstype").Property.BackgroundSize<string | number>;
2624
+ readonly OBorderImage?: import("csstype").Property.BorderImage | undefined;
2625
+ readonly OObjectFit?: import("csstype").Property.ObjectFit | undefined;
2626
+ readonly OObjectPosition?: import("csstype").Property.ObjectPosition<string | number>;
2627
+ readonly OTabSize?: import("csstype").Property.TabSize<string | number>;
2628
+ readonly OTextOverflow?: import("csstype").Property.TextOverflow | undefined;
2629
+ readonly OTransform?: import("csstype").Property.Transform | undefined;
2630
+ readonly OTransformOrigin?: import("csstype").Property.TransformOrigin<string | number>;
2631
+ readonly OTransition?: import("csstype").Property.Transition<string & {}>;
2632
+ readonly OTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}>;
2633
+ readonly OTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}>;
2634
+ readonly OTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
2635
+ readonly OTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
2636
+ readonly WebkitBoxAlign?: import("csstype").Property.BoxAlign | undefined;
2637
+ readonly WebkitBoxDirection?: import("csstype").Property.BoxDirection | undefined;
2638
+ readonly WebkitBoxFlex?: import("csstype").Property.BoxFlex | undefined;
2639
+ readonly WebkitBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
2640
+ readonly WebkitBoxLines?: import("csstype").Property.BoxLines | undefined;
2641
+ readonly WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
2642
+ readonly WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
2643
+ readonly WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
2644
+ readonly colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
2645
+ readonly colorRendering?: import("csstype").Property.ColorRendering | undefined;
2646
+ readonly glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined;
2647
+ };
2648
+ readonly borderedType?: "bottom" | "body";
2649
+ }, FairysValtioFormLayoutInstance];
2650
+ /**
2651
+ * 布局属性处理
2652
+ *
2653
+ * @example
2654
+ *
2655
+ * ```tsx
2656
+ import { Fragment } from 'react'
2657
+ import { useFairysValtioFormLayoutAttrs, FairysValtioFormLayoutContext } from "@fairys/valtio-form"
2658
+ import type { FairysValtioFormLayoutAttrsProps } from "@fairys/valtio-form"
2659
+
2660
+ export interface LayoutProps extends FairysValtioFormLayoutAttrsProps {}
2661
+
2662
+ export const Layout = (props: LayoutProps) => {
2663
+ const { children, title, extra } = props
2664
+ const {
2665
+ formLayoutInstance,
2666
+ layoutName, layoutStyle,
2667
+ headerName, headerStyle,
2668
+ headerTitleName, headerExtraName,
2669
+ bodyName, bodyStyle
2670
+ } = useFairysValtioFormLayoutAttrs(props)
2671
+
2672
+ return (
2673
+ <FairysValtioFormLayoutContext.Provider value={formLayoutInstance}>
2674
+ <div className={layoutName} style={layoutStyle}>
2675
+ <div>
2676
+ {title || extra ? (
2677
+ <div style={headerStyle} className={headerName}>
2678
+ <div className={headerTitleName}>{title}</div>
2679
+ <div className={headerExtraName}>{extra}</div>
2680
+ </div>
2681
+ ) : (
2682
+ <Fragment />
2683
+ )}
2684
+ </div>
2685
+ <div className={bodyName} style={bodyStyle}>
2686
+ {children}
2687
+ </div>
2688
+ </div>
2689
+ </FairysValtioFormLayoutContext.Provider>
2690
+ );
2691
+ }
2692
+ ```
2693
+ *
2694
+ */
2695
+ export declare function useFairysValtioFormLayoutAttrs(props: FairysValtioFormLayoutAttrsProps): FairysValtioFormLayoutAttrsReturn;
2696
+ export interface FairysValtioFormLayoutAttrsReturn {
2697
+ /**列数*/
2698
+ colCount: number;
2699
+ /**规则校验失败错误提示位置*/
2700
+ errorLayout: string;
2701
+ /**
2702
+ * label显示模式
2703
+ * @platform taro 支持 between
2704
+ */
2705
+ labelMode: string;
2706
+ /**
2707
+ * 底部边框类型
2708
+ */
2709
+ borderedType: string;
2710
+ /**表单布局实例*/
2711
+ formLayoutInstance: FairysValtioFormLayoutInstance;
2712
+ /**布局ClassName*/
2713
+ layoutName: string;
2714
+ /**布局样式*/
2715
+ layoutStyle: React.CSSProperties;
2716
+ /**头部ClassName*/
2717
+ headerName: string;
2718
+ /**头部样式*/
2719
+ headerStyle: React.CSSProperties;
2720
+ /**头部标题ClassName*/
2721
+ headerTitleName: string;
2722
+ /**头部额外内容ClassName*/
2723
+ headerExtraName: string;
2724
+ /**内容ClassName*/
2725
+ bodyName: string;
2726
+ /**内容样式*/
2727
+ bodyStyle: React.CSSProperties;
2728
+ }