react-three-game 0.0.74 → 0.0.76

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,39 @@
1
+ import type { CSSProperties } from 'react';
2
+ type Style = CSSProperties;
3
+ interface BaseStyles {
4
+ panel: Style;
5
+ header: Style;
6
+ input: Style;
7
+ btn: Style;
8
+ btnDanger: Style;
9
+ label: Style;
10
+ row: Style;
11
+ section: Style;
12
+ }
13
+ interface InspectorStyles {
14
+ panel: Style;
15
+ content: Style;
16
+ }
17
+ interface TreeStyles {
18
+ panel: Style;
19
+ scroll: Style;
20
+ row: Style;
21
+ selected: Style;
22
+ iconButton: Style;
23
+ }
24
+ interface MenuStyles {
25
+ container: Style;
26
+ item: Style;
27
+ danger: Style;
28
+ }
29
+ interface ToolbarStyles {
30
+ panel: Style;
31
+ divider: Style;
32
+ disabled: Style;
33
+ }
34
+ interface ComponentCardStyles {
35
+ container: Style;
36
+ }
1
37
  export declare const colors: {
2
38
  bg: string;
3
39
  bgSurface: string;
@@ -22,1800 +58,10 @@ export declare const fonts: {
22
58
  size: number;
23
59
  sizeSm: number;
24
60
  };
25
- export declare const base: {
26
- panel: React.CSSProperties;
27
- header: React.CSSProperties;
28
- input: React.CSSProperties;
29
- btn: React.CSSProperties;
30
- btnDanger: React.CSSProperties;
31
- label: React.CSSProperties;
32
- row: React.CSSProperties;
33
- section: React.CSSProperties;
34
- };
35
- export declare const inspector: {
36
- panel: {
37
- position: "absolute";
38
- top: number;
39
- right: number;
40
- zIndex: number;
41
- width: number;
42
- accentColor?: import("csstype").Property.AccentColor | undefined;
43
- alignContent?: import("csstype").Property.AlignContent | undefined;
44
- alignItems?: import("csstype").Property.AlignItems | undefined;
45
- alignSelf?: import("csstype").Property.AlignSelf | undefined;
46
- alignTracks?: import("csstype").Property.AlignTracks | undefined;
47
- alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
48
- anchorName?: import("csstype").Property.AnchorName | undefined;
49
- anchorScope?: import("csstype").Property.AnchorScope | undefined;
50
- animationComposition?: import("csstype").Property.AnimationComposition | undefined;
51
- animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
52
- animationDirection?: import("csstype").Property.AnimationDirection | undefined;
53
- animationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
54
- animationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
55
- animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
56
- animationName?: import("csstype").Property.AnimationName | undefined;
57
- animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
58
- animationRangeEnd?: import("csstype").Property.AnimationRangeEnd<string | number> | undefined;
59
- animationRangeStart?: import("csstype").Property.AnimationRangeStart<string | number> | undefined;
60
- animationTimeline?: import("csstype").Property.AnimationTimeline | undefined;
61
- animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
62
- appearance?: import("csstype").Property.Appearance | undefined;
63
- aspectRatio?: import("csstype").Property.AspectRatio | undefined;
64
- backdropFilter?: import("csstype").Property.BackdropFilter | undefined;
65
- backfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
66
- backgroundAttachment?: import("csstype").Property.BackgroundAttachment | undefined;
67
- backgroundBlendMode?: import("csstype").Property.BackgroundBlendMode | undefined;
68
- backgroundClip?: import("csstype").Property.BackgroundClip | undefined;
69
- backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
70
- backgroundImage?: import("csstype").Property.BackgroundImage | undefined;
71
- backgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
72
- backgroundPositionX?: import("csstype").Property.BackgroundPositionX<string | number> | undefined;
73
- backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | undefined;
74
- backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
75
- backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
76
- baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
77
- blockSize?: import("csstype").Property.BlockSize<string | number> | undefined;
78
- borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
79
- borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
80
- borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
81
- borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
82
- borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
83
- borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
84
- borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined;
85
- borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
86
- borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
87
- borderBottomStyle?: import("csstype").Property.BorderBottomStyle | undefined;
88
- borderBottomWidth?: import("csstype").Property.BorderBottomWidth<string | number> | undefined;
89
- borderCollapse?: import("csstype").Property.BorderCollapse | undefined;
90
- borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
91
- borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
92
- borderImageOutset?: import("csstype").Property.BorderImageOutset<string | number> | undefined;
93
- borderImageRepeat?: import("csstype").Property.BorderImageRepeat | undefined;
94
- borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
95
- borderImageSource?: import("csstype").Property.BorderImageSource | undefined;
96
- borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | undefined;
97
- borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
98
- borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
99
- borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
100
- borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
101
- borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
102
- borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
103
- borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined;
104
- borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
105
- borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
106
- borderRightColor?: import("csstype").Property.BorderRightColor | undefined;
107
- borderRightStyle?: import("csstype").Property.BorderRightStyle | undefined;
108
- borderRightWidth?: import("csstype").Property.BorderRightWidth<string | number> | undefined;
109
- borderSpacing?: import("csstype").Property.BorderSpacing<string | number> | undefined;
110
- borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
111
- borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
112
- borderTopColor?: import("csstype").Property.BorderTopColor | undefined;
113
- borderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
114
- borderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
115
- borderTopStyle?: import("csstype").Property.BorderTopStyle | undefined;
116
- borderTopWidth?: import("csstype").Property.BorderTopWidth<string | number> | undefined;
117
- bottom?: import("csstype").Property.Bottom<string | number> | undefined;
118
- boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
119
- boxShadow?: import("csstype").Property.BoxShadow | undefined;
120
- boxSizing?: import("csstype").Property.BoxSizing | undefined;
121
- breakAfter?: import("csstype").Property.BreakAfter | undefined;
122
- breakBefore?: import("csstype").Property.BreakBefore | undefined;
123
- breakInside?: import("csstype").Property.BreakInside | undefined;
124
- captionSide?: import("csstype").Property.CaptionSide | undefined;
125
- caretColor?: import("csstype").Property.CaretColor | undefined;
126
- caretShape?: import("csstype").Property.CaretShape | undefined;
127
- clear?: import("csstype").Property.Clear | undefined;
128
- clipPath?: import("csstype").Property.ClipPath | undefined;
129
- clipRule?: import("csstype").Property.ClipRule | undefined;
130
- color?: import("csstype").Property.Color | undefined;
131
- colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
132
- colorInterpolationFilters?: import("csstype").Property.ColorInterpolationFilters | undefined;
133
- colorScheme?: import("csstype").Property.ColorScheme | undefined;
134
- columnCount?: import("csstype").Property.ColumnCount | undefined;
135
- columnFill?: import("csstype").Property.ColumnFill | undefined;
136
- columnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
137
- columnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
138
- columnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
139
- columnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
140
- columnSpan?: import("csstype").Property.ColumnSpan | undefined;
141
- columnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
142
- contain?: import("csstype").Property.Contain | undefined;
143
- containIntrinsicBlockSize?: import("csstype").Property.ContainIntrinsicBlockSize<string | number> | undefined;
144
- containIntrinsicHeight?: import("csstype").Property.ContainIntrinsicHeight<string | number> | undefined;
145
- containIntrinsicInlineSize?: import("csstype").Property.ContainIntrinsicInlineSize<string | number> | undefined;
146
- containIntrinsicWidth?: import("csstype").Property.ContainIntrinsicWidth<string | number> | undefined;
147
- containerName?: import("csstype").Property.ContainerName | undefined;
148
- containerType?: import("csstype").Property.ContainerType | undefined;
149
- content?: import("csstype").Property.Content | undefined;
150
- contentVisibility?: import("csstype").Property.ContentVisibility | undefined;
151
- counterIncrement?: import("csstype").Property.CounterIncrement | undefined;
152
- counterReset?: import("csstype").Property.CounterReset | undefined;
153
- counterSet?: import("csstype").Property.CounterSet | undefined;
154
- cursor?: import("csstype").Property.Cursor | undefined;
155
- cx?: import("csstype").Property.Cx<string | number> | undefined;
156
- cy?: import("csstype").Property.Cy<string | number> | undefined;
157
- d?: import("csstype").Property.D | undefined;
158
- direction?: import("csstype").Property.Direction | undefined;
159
- display?: import("csstype").Property.Display | undefined;
160
- dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
161
- emptyCells?: import("csstype").Property.EmptyCells | undefined;
162
- fieldSizing?: import("csstype").Property.FieldSizing | undefined;
163
- fill?: import("csstype").Property.Fill | undefined;
164
- fillOpacity?: import("csstype").Property.FillOpacity | undefined;
165
- fillRule?: import("csstype").Property.FillRule | undefined;
166
- filter?: import("csstype").Property.Filter | undefined;
167
- flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
168
- flexDirection?: import("csstype").Property.FlexDirection | undefined;
169
- flexGrow?: import("csstype").Property.FlexGrow | undefined;
170
- flexShrink?: import("csstype").Property.FlexShrink | undefined;
171
- flexWrap?: import("csstype").Property.FlexWrap | undefined;
172
- float?: import("csstype").Property.Float | undefined;
173
- floodColor?: import("csstype").Property.FloodColor | undefined;
174
- floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
175
- fontFamily?: import("csstype").Property.FontFamily | undefined;
176
- fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
177
- fontKerning?: import("csstype").Property.FontKerning | undefined;
178
- fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
179
- fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | undefined;
180
- fontPalette?: import("csstype").Property.FontPalette | undefined;
181
- fontSize?: import("csstype").Property.FontSize<string | number> | undefined;
182
- fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
183
- fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
184
- fontStyle?: import("csstype").Property.FontStyle | undefined;
185
- fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
186
- fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
187
- fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
188
- fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | undefined;
189
- fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | undefined;
190
- fontVariant?: import("csstype").Property.FontVariant | undefined;
191
- fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
192
- fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
193
- fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | undefined;
194
- fontVariantEmoji?: import("csstype").Property.FontVariantEmoji | undefined;
195
- fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
196
- fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | undefined;
197
- fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
198
- fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
199
- fontWeight?: import("csstype").Property.FontWeight | undefined;
200
- fontWidth?: import("csstype").Property.FontWidth | undefined;
201
- forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
202
- gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | undefined;
203
- gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
204
- gridAutoRows?: import("csstype").Property.GridAutoRows<string | number> | undefined;
205
- gridColumnEnd?: import("csstype").Property.GridColumnEnd | undefined;
206
- gridColumnStart?: import("csstype").Property.GridColumnStart | undefined;
207
- gridRowEnd?: import("csstype").Property.GridRowEnd | undefined;
208
- gridRowStart?: import("csstype").Property.GridRowStart | undefined;
209
- gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | undefined;
210
- gridTemplateColumns?: import("csstype").Property.GridTemplateColumns<string | number> | undefined;
211
- gridTemplateRows?: import("csstype").Property.GridTemplateRows<string | number> | undefined;
212
- hangingPunctuation?: import("csstype").Property.HangingPunctuation | undefined;
213
- height?: import("csstype").Property.Height<string | number> | undefined;
214
- hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
215
- hyphenateLimitChars?: import("csstype").Property.HyphenateLimitChars | undefined;
216
- hyphens?: import("csstype").Property.Hyphens | undefined;
217
- imageOrientation?: import("csstype").Property.ImageOrientation | undefined;
218
- imageRendering?: import("csstype").Property.ImageRendering | undefined;
219
- imageResolution?: import("csstype").Property.ImageResolution | undefined;
220
- initialLetter?: import("csstype").Property.InitialLetter | undefined;
221
- initialLetterAlign?: import("csstype").Property.InitialLetterAlign | undefined;
222
- inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
223
- insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
224
- insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
225
- insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
226
- insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
227
- interpolateSize?: import("csstype").Property.InterpolateSize | undefined;
228
- isolation?: import("csstype").Property.Isolation | undefined;
229
- justifyContent?: import("csstype").Property.JustifyContent | undefined;
230
- justifyItems?: import("csstype").Property.JustifyItems | undefined;
231
- justifySelf?: import("csstype").Property.JustifySelf | undefined;
232
- justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
233
- left?: import("csstype").Property.Left<string | number> | undefined;
234
- letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | undefined;
235
- lightingColor?: import("csstype").Property.LightingColor | undefined;
236
- lineBreak?: import("csstype").Property.LineBreak | undefined;
237
- lineHeight?: import("csstype").Property.LineHeight<string | number> | undefined;
238
- lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | undefined;
239
- listStyleImage?: import("csstype").Property.ListStyleImage | undefined;
240
- listStylePosition?: import("csstype").Property.ListStylePosition | undefined;
241
- listStyleType?: import("csstype").Property.ListStyleType | undefined;
242
- marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
243
- marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
244
- marginBottom?: import("csstype").Property.MarginBottom<string | number> | undefined;
245
- marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
246
- marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
247
- marginLeft?: import("csstype").Property.MarginLeft<string | number> | undefined;
248
- marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
249
- marginTop?: import("csstype").Property.MarginTop<string | number> | undefined;
250
- marginTrim?: import("csstype").Property.MarginTrim | undefined;
251
- marker?: import("csstype").Property.Marker | undefined;
252
- markerEnd?: import("csstype").Property.MarkerEnd | undefined;
253
- markerMid?: import("csstype").Property.MarkerMid | undefined;
254
- markerStart?: import("csstype").Property.MarkerStart | undefined;
255
- maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
256
- maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
257
- maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
258
- maskBorderSlice?: import("csstype").Property.MaskBorderSlice | undefined;
259
- maskBorderSource?: import("csstype").Property.MaskBorderSource | undefined;
260
- maskBorderWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
261
- maskClip?: import("csstype").Property.MaskClip | undefined;
262
- maskComposite?: import("csstype").Property.MaskComposite | undefined;
263
- maskImage?: import("csstype").Property.MaskImage | undefined;
264
- maskMode?: import("csstype").Property.MaskMode | undefined;
265
- maskOrigin?: import("csstype").Property.MaskOrigin | undefined;
266
- maskPosition?: import("csstype").Property.MaskPosition<string | number> | undefined;
267
- maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
268
- maskSize?: import("csstype").Property.MaskSize<string | number> | undefined;
269
- maskType?: import("csstype").Property.MaskType | undefined;
270
- masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | undefined;
271
- mathDepth?: import("csstype").Property.MathDepth | undefined;
272
- mathShift?: import("csstype").Property.MathShift | undefined;
273
- mathStyle?: import("csstype").Property.MathStyle | undefined;
274
- maxBlockSize?: import("csstype").Property.MaxBlockSize<string | number> | undefined;
275
- maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
276
- maxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
277
- maxLines?: import("csstype").Property.MaxLines | undefined;
278
- maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
279
- minBlockSize?: import("csstype").Property.MinBlockSize<string | number> | undefined;
280
- minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
281
- minInlineSize?: import("csstype").Property.MinInlineSize<string | number> | undefined;
282
- minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
283
- mixBlendMode?: import("csstype").Property.MixBlendMode | undefined;
284
- motionDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
285
- motionPath?: import("csstype").Property.OffsetPath | undefined;
286
- motionRotation?: import("csstype").Property.OffsetRotate | undefined;
287
- objectFit?: import("csstype").Property.ObjectFit | undefined;
288
- objectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
289
- objectViewBox?: import("csstype").Property.ObjectViewBox | undefined;
290
- offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
291
- offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
292
- offsetPath?: import("csstype").Property.OffsetPath | undefined;
293
- offsetPosition?: import("csstype").Property.OffsetPosition<string | number> | undefined;
294
- offsetRotate?: import("csstype").Property.OffsetRotate | undefined;
295
- offsetRotation?: import("csstype").Property.OffsetRotate | undefined;
296
- opacity?: import("csstype").Property.Opacity | undefined;
297
- order?: import("csstype").Property.Order | undefined;
298
- orphans?: import("csstype").Property.Orphans | undefined;
299
- outlineColor?: import("csstype").Property.OutlineColor | undefined;
300
- outlineOffset?: import("csstype").Property.OutlineOffset<string | number> | undefined;
301
- outlineStyle?: import("csstype").Property.OutlineStyle | undefined;
302
- outlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
303
- overflowAnchor?: import("csstype").Property.OverflowAnchor | undefined;
304
- overflowBlock?: import("csstype").Property.OverflowBlock | undefined;
305
- overflowClipBox?: import("csstype").Property.OverflowClipBox | undefined;
306
- overflowClipMargin?: import("csstype").Property.OverflowClipMargin<string | number> | undefined;
307
- overflowInline?: import("csstype").Property.OverflowInline | undefined;
308
- overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
309
- overflowX?: import("csstype").Property.OverflowX | undefined;
310
- overflowY?: import("csstype").Property.OverflowY | undefined;
311
- overlay?: import("csstype").Property.Overlay | undefined;
312
- overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
313
- overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
314
- overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
315
- overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | undefined;
316
- paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
317
- paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
318
- paddingBottom?: import("csstype").Property.PaddingBottom<string | number> | undefined;
319
- paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
320
- paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
321
- paddingLeft?: import("csstype").Property.PaddingLeft<string | number> | undefined;
322
- paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
323
- paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
324
- page?: import("csstype").Property.Page | undefined;
325
- paintOrder?: import("csstype").Property.PaintOrder | undefined;
326
- perspective?: import("csstype").Property.Perspective<string | number> | undefined;
327
- perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
328
- pointerEvents?: import("csstype").Property.PointerEvents | undefined;
329
- positionAnchor?: import("csstype").Property.PositionAnchor | undefined;
330
- positionArea?: import("csstype").Property.PositionArea | undefined;
331
- positionTryFallbacks?: import("csstype").Property.PositionTryFallbacks | undefined;
332
- positionTryOrder?: import("csstype").Property.PositionTryOrder | undefined;
333
- positionVisibility?: import("csstype").Property.PositionVisibility | undefined;
334
- printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
335
- quotes?: import("csstype").Property.Quotes | undefined;
336
- r?: import("csstype").Property.R<string | number> | undefined;
337
- resize?: import("csstype").Property.Resize | undefined;
338
- rotate?: import("csstype").Property.Rotate | undefined;
339
- rowGap?: import("csstype").Property.RowGap<string | number> | undefined;
340
- rubyAlign?: import("csstype").Property.RubyAlign | undefined;
341
- rubyMerge?: import("csstype").Property.RubyMerge | undefined;
342
- rubyOverhang?: import("csstype").Property.RubyOverhang | undefined;
343
- rubyPosition?: import("csstype").Property.RubyPosition | undefined;
344
- rx?: import("csstype").Property.Rx<string | number> | undefined;
345
- ry?: import("csstype").Property.Ry<string | number> | undefined;
346
- scale?: import("csstype").Property.Scale | undefined;
347
- scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
348
- scrollInitialTarget?: import("csstype").Property.ScrollInitialTarget | undefined;
349
- scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
350
- scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
351
- scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
352
- scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined;
353
- scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined;
354
- scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
355
- scrollMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
356
- scrollMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
357
- scrollPaddingBlockEnd?: import("csstype").Property.ScrollPaddingBlockEnd<string | number> | undefined;
358
- scrollPaddingBlockStart?: import("csstype").Property.ScrollPaddingBlockStart<string | number> | undefined;
359
- scrollPaddingBottom?: import("csstype").Property.ScrollPaddingBottom<string | number> | undefined;
360
- scrollPaddingInlineEnd?: import("csstype").Property.ScrollPaddingInlineEnd<string | number> | undefined;
361
- scrollPaddingInlineStart?: import("csstype").Property.ScrollPaddingInlineStart<string | number> | undefined;
362
- scrollPaddingLeft?: import("csstype").Property.ScrollPaddingLeft<string | number> | undefined;
363
- scrollPaddingRight?: import("csstype").Property.ScrollPaddingRight<string | number> | undefined;
364
- scrollPaddingTop?: import("csstype").Property.ScrollPaddingTop<string | number> | undefined;
365
- scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | undefined;
366
- scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
367
- scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
368
- scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
369
- scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
370
- scrollSnapStop?: import("csstype").Property.ScrollSnapStop | undefined;
371
- scrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
372
- scrollTimelineAxis?: import("csstype").Property.ScrollTimelineAxis | undefined;
373
- scrollTimelineName?: import("csstype").Property.ScrollTimelineName | undefined;
374
- scrollbarColor?: import("csstype").Property.ScrollbarColor | undefined;
375
- scrollbarGutter?: import("csstype").Property.ScrollbarGutter | undefined;
376
- scrollbarWidth?: import("csstype").Property.ScrollbarWidth | undefined;
377
- shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
378
- shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
379
- shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
380
- shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
381
- speakAs?: import("csstype").Property.SpeakAs | undefined;
382
- stopColor?: import("csstype").Property.StopColor | undefined;
383
- stopOpacity?: import("csstype").Property.StopOpacity | undefined;
384
- stroke?: import("csstype").Property.Stroke | undefined;
385
- strokeColor?: import("csstype").Property.StrokeColor | undefined;
386
- strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
387
- strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
388
- strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
389
- strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
390
- strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
391
- strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
392
- strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
393
- tabSize?: import("csstype").Property.TabSize<string | number> | undefined;
394
- tableLayout?: import("csstype").Property.TableLayout | undefined;
395
- textAlign?: import("csstype").Property.TextAlign | undefined;
396
- textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
397
- textAnchor?: import("csstype").Property.TextAnchor | undefined;
398
- textAutospace?: import("csstype").Property.TextAutospace | undefined;
399
- textBox?: import("csstype").Property.TextBox | undefined;
400
- textBoxEdge?: import("csstype").Property.TextBoxEdge | undefined;
401
- textBoxTrim?: import("csstype").Property.TextBoxTrim | undefined;
402
- textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined;
403
- textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
404
- textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
405
- textDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
406
- textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | undefined;
407
- textDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
408
- textDecorationThickness?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
409
- textEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
410
- textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
411
- textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
412
- textIndent?: import("csstype").Property.TextIndent<string | number> | undefined;
413
- textJustify?: import("csstype").Property.TextJustify | undefined;
414
- textOrientation?: import("csstype").Property.TextOrientation | undefined;
415
- textOverflow?: import("csstype").Property.TextOverflow | undefined;
416
- textRendering?: import("csstype").Property.TextRendering | undefined;
417
- textShadow?: import("csstype").Property.TextShadow | undefined;
418
- textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
419
- textSpacingTrim?: import("csstype").Property.TextSpacingTrim | undefined;
420
- textTransform?: import("csstype").Property.TextTransform | undefined;
421
- textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
422
- textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
423
- textWrapMode?: import("csstype").Property.TextWrapMode | undefined;
424
- textWrapStyle?: import("csstype").Property.TextWrapStyle | undefined;
425
- timelineScope?: import("csstype").Property.TimelineScope | undefined;
426
- touchAction?: import("csstype").Property.TouchAction | undefined;
427
- transform?: import("csstype").Property.Transform | undefined;
428
- transformBox?: import("csstype").Property.TransformBox | undefined;
429
- transformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
430
- transformStyle?: import("csstype").Property.TransformStyle | undefined;
431
- transitionBehavior?: import("csstype").Property.TransitionBehavior | undefined;
432
- transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
433
- transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
434
- transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
435
- transitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
436
- translate?: import("csstype").Property.Translate<string | number> | undefined;
437
- unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
438
- userSelect?: import("csstype").Property.UserSelect | undefined;
439
- vectorEffect?: import("csstype").Property.VectorEffect | undefined;
440
- verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
441
- viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
442
- viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
443
- viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
444
- viewTransitionClass?: import("csstype").Property.ViewTransitionClass | undefined;
445
- viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
446
- visibility?: import("csstype").Property.Visibility | undefined;
447
- whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
448
- whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
449
- widows?: import("csstype").Property.Widows | undefined;
450
- willChange?: import("csstype").Property.WillChange | undefined;
451
- wordBreak?: import("csstype").Property.WordBreak | undefined;
452
- wordSpacing?: import("csstype").Property.WordSpacing<string | number> | undefined;
453
- wordWrap?: import("csstype").Property.WordWrap | undefined;
454
- writingMode?: import("csstype").Property.WritingMode | undefined;
455
- x?: import("csstype").Property.X<string | number> | undefined;
456
- y?: import("csstype").Property.Y<string | number> | undefined;
457
- zoom?: import("csstype").Property.Zoom | undefined;
458
- all?: import("csstype").Property.All | undefined;
459
- animation?: import("csstype").Property.Animation<string & {}> | undefined;
460
- animationRange?: import("csstype").Property.AnimationRange<string | number> | undefined;
461
- background?: import("csstype").Property.Background<string | number> | undefined;
462
- backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
463
- border?: import("csstype").Property.Border<string | number> | undefined;
464
- borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
465
- borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
466
- borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
467
- borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
468
- borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
469
- borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
470
- borderBottom?: import("csstype").Property.BorderBottom<string | number> | undefined;
471
- borderColor?: import("csstype").Property.BorderColor | undefined;
472
- borderImage?: import("csstype").Property.BorderImage | undefined;
473
- borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
474
- borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
475
- borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
476
- borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
477
- borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
478
- borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
479
- borderLeft?: import("csstype").Property.BorderLeft<string | number> | undefined;
480
- borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
481
- borderRight?: import("csstype").Property.BorderRight<string | number> | undefined;
482
- borderStyle?: import("csstype").Property.BorderStyle | undefined;
483
- borderTop?: import("csstype").Property.BorderTop<string | number> | undefined;
484
- borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
485
- caret?: import("csstype").Property.Caret | undefined;
486
- columnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
487
- columns?: import("csstype").Property.Columns<string | number> | undefined;
488
- containIntrinsicSize?: import("csstype").Property.ContainIntrinsicSize<string | number> | undefined;
489
- container?: import("csstype").Property.Container | undefined;
490
- flex?: import("csstype").Property.Flex<string | number> | undefined;
491
- flexFlow?: import("csstype").Property.FlexFlow | undefined;
492
- font?: import("csstype").Property.Font | undefined;
493
- gap?: import("csstype").Property.Gap<string | number> | undefined;
494
- grid?: import("csstype").Property.Grid | undefined;
495
- gridArea?: import("csstype").Property.GridArea | undefined;
496
- gridColumn?: import("csstype").Property.GridColumn | undefined;
497
- gridRow?: import("csstype").Property.GridRow | undefined;
498
- gridTemplate?: import("csstype").Property.GridTemplate | undefined;
499
- inset?: import("csstype").Property.Inset<string | number> | undefined;
500
- insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
501
- insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
502
- lineClamp?: import("csstype").Property.LineClamp | undefined;
503
- listStyle?: import("csstype").Property.ListStyle | undefined;
504
- margin?: import("csstype").Property.Margin<string | number> | undefined;
505
- marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
506
- marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
507
- mask?: import("csstype").Property.Mask<string | number> | undefined;
508
- maskBorder?: import("csstype").Property.MaskBorder | undefined;
509
- motion?: import("csstype").Property.Offset<string | number> | undefined;
510
- offset?: import("csstype").Property.Offset<string | number> | undefined;
511
- outline?: import("csstype").Property.Outline<string | number> | undefined;
512
- overflow?: import("csstype").Property.Overflow | undefined;
513
- overscrollBehavior?: import("csstype").Property.OverscrollBehavior | undefined;
514
- padding?: import("csstype").Property.Padding<string | number> | undefined;
515
- paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
516
- paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
517
- placeContent?: import("csstype").Property.PlaceContent | undefined;
518
- placeItems?: import("csstype").Property.PlaceItems | undefined;
519
- placeSelf?: import("csstype").Property.PlaceSelf | undefined;
520
- positionTry?: import("csstype").Property.PositionTry | undefined;
521
- scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
522
- scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
523
- scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
524
- scrollPadding?: import("csstype").Property.ScrollPadding<string | number> | undefined;
525
- scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<string | number> | undefined;
526
- scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<string | number> | undefined;
527
- scrollSnapMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
528
- scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
529
- textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
530
- textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
531
- textWrap?: import("csstype").Property.TextWrap | undefined;
532
- transition?: import("csstype").Property.Transition<string & {}> | undefined;
533
- viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
534
- MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
535
- MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
536
- MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
537
- MozAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
538
- MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
539
- MozAnimationName?: import("csstype").Property.AnimationName | undefined;
540
- MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
541
- MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
542
- MozAppearance?: import("csstype").Property.MozAppearance | undefined;
543
- MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
544
- MozBinding?: import("csstype").Property.MozBinding | undefined;
545
- MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
546
- MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
547
- MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
548
- MozBorderEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
549
- MozBorderLeftColors?: import("csstype").Property.MozBorderLeftColors | undefined;
550
- MozBorderRightColors?: import("csstype").Property.MozBorderRightColors | undefined;
551
- MozBorderStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
552
- MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
553
- MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined;
554
- MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
555
- MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
556
- MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
557
- MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
558
- MozColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
559
- MozContextProperties?: import("csstype").Property.MozContextProperties | undefined;
560
- MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
561
- MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
562
- MozHyphens?: import("csstype").Property.Hyphens | undefined;
563
- MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
564
- MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
565
- MozOrient?: import("csstype").Property.MozOrient | undefined;
566
- MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
567
- MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
568
- MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
569
- MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
570
- MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
571
- MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
572
- MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
573
- MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
574
- MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
575
- MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
576
- MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
577
- MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
578
- MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
579
- MozTransform?: import("csstype").Property.Transform | undefined;
580
- MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
581
- MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
582
- MozUserModify?: import("csstype").Property.MozUserModify | undefined;
583
- MozUserSelect?: import("csstype").Property.UserSelect | undefined;
584
- MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
585
- MozWindowShadow?: import("csstype").Property.MozWindowShadow | undefined;
586
- msAccelerator?: import("csstype").Property.MsAccelerator | undefined;
587
- msBlockProgression?: import("csstype").Property.MsBlockProgression | undefined;
588
- msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | undefined;
589
- msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | undefined;
590
- msContentZoomLimitMin?: import("csstype").Property.MsContentZoomLimitMin | undefined;
591
- msContentZoomSnapPoints?: import("csstype").Property.MsContentZoomSnapPoints | undefined;
592
- msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | undefined;
593
- msContentZooming?: import("csstype").Property.MsContentZooming | undefined;
594
- msFilter?: import("csstype").Property.MsFilter | undefined;
595
- msFlexDirection?: import("csstype").Property.FlexDirection | undefined;
596
- msFlexPositive?: import("csstype").Property.FlexGrow | undefined;
597
- msFlowFrom?: import("csstype").Property.MsFlowFrom | undefined;
598
- msFlowInto?: import("csstype").Property.MsFlowInto | undefined;
599
- msGridColumns?: import("csstype").Property.MsGridColumns<string | number> | undefined;
600
- msGridRows?: import("csstype").Property.MsGridRows<string | number> | undefined;
601
- msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | undefined;
602
- msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | undefined;
603
- msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | undefined;
604
- msHyphenateLimitZone?: import("csstype").Property.MsHyphenateLimitZone<string | number> | undefined;
605
- msHyphens?: import("csstype").Property.Hyphens | undefined;
606
- msImeAlign?: import("csstype").Property.MsImeAlign | undefined;
607
- msLineBreak?: import("csstype").Property.LineBreak | undefined;
608
- msOrder?: import("csstype").Property.Order | undefined;
609
- msOverflowStyle?: import("csstype").Property.MsOverflowStyle | undefined;
610
- msOverflowX?: import("csstype").Property.OverflowX | undefined;
611
- msOverflowY?: import("csstype").Property.OverflowY | undefined;
612
- msScrollChaining?: import("csstype").Property.MsScrollChaining | undefined;
613
- msScrollLimitXMax?: import("csstype").Property.MsScrollLimitXMax<string | number> | undefined;
614
- msScrollLimitXMin?: import("csstype").Property.MsScrollLimitXMin<string | number> | undefined;
615
- msScrollLimitYMax?: import("csstype").Property.MsScrollLimitYMax<string | number> | undefined;
616
- msScrollLimitYMin?: import("csstype").Property.MsScrollLimitYMin<string | number> | undefined;
617
- msScrollRails?: import("csstype").Property.MsScrollRails | undefined;
618
- msScrollSnapPointsX?: import("csstype").Property.MsScrollSnapPointsX | undefined;
619
- msScrollSnapPointsY?: import("csstype").Property.MsScrollSnapPointsY | undefined;
620
- msScrollSnapType?: import("csstype").Property.MsScrollSnapType | undefined;
621
- msScrollTranslation?: import("csstype").Property.MsScrollTranslation | undefined;
622
- msScrollbar3dlightColor?: import("csstype").Property.MsScrollbar3dlightColor | undefined;
623
- msScrollbarArrowColor?: import("csstype").Property.MsScrollbarArrowColor | undefined;
624
- msScrollbarBaseColor?: import("csstype").Property.MsScrollbarBaseColor | undefined;
625
- msScrollbarDarkshadowColor?: import("csstype").Property.MsScrollbarDarkshadowColor | undefined;
626
- msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | undefined;
627
- msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | undefined;
628
- msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | undefined;
629
- msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
630
- msTextAutospace?: import("csstype").Property.MsTextAutospace | undefined;
631
- msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | undefined;
632
- msTextOverflow?: import("csstype").Property.TextOverflow | undefined;
633
- msTouchAction?: import("csstype").Property.TouchAction | undefined;
634
- msTouchSelect?: import("csstype").Property.MsTouchSelect | undefined;
635
- msTransform?: import("csstype").Property.Transform | undefined;
636
- msTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
637
- msTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
638
- msTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
639
- msTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
640
- msTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
641
- msUserSelect?: import("csstype").Property.MsUserSelect | undefined;
642
- msWordBreak?: import("csstype").Property.WordBreak | undefined;
643
- msWrapFlow?: import("csstype").Property.MsWrapFlow | undefined;
644
- msWrapMargin?: import("csstype").Property.MsWrapMargin<string | number> | undefined;
645
- msWrapThrough?: import("csstype").Property.MsWrapThrough | undefined;
646
- msWritingMode?: import("csstype").Property.WritingMode | undefined;
647
- WebkitAlignContent?: import("csstype").Property.AlignContent | undefined;
648
- WebkitAlignItems?: import("csstype").Property.AlignItems | undefined;
649
- WebkitAlignSelf?: import("csstype").Property.AlignSelf | undefined;
650
- WebkitAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
651
- WebkitAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
652
- WebkitAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
653
- WebkitAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
654
- WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
655
- WebkitAnimationName?: import("csstype").Property.AnimationName | undefined;
656
- WebkitAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
657
- WebkitAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
658
- WebkitAppearance?: import("csstype").Property.WebkitAppearance | undefined;
659
- WebkitBackdropFilter?: import("csstype").Property.BackdropFilter | undefined;
660
- WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
661
- WebkitBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
662
- WebkitBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
663
- WebkitBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
664
- WebkitBorderBeforeColor?: import("csstype").Property.WebkitBorderBeforeColor | undefined;
665
- WebkitBorderBeforeStyle?: import("csstype").Property.WebkitBorderBeforeStyle | undefined;
666
- WebkitBorderBeforeWidth?: import("csstype").Property.WebkitBorderBeforeWidth<string | number> | undefined;
667
- WebkitBorderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
668
- WebkitBorderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
669
- WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
670
- WebkitBorderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
671
- WebkitBorderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
672
- WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
673
- WebkitBoxReflect?: import("csstype").Property.WebkitBoxReflect<string | number> | undefined;
674
- WebkitBoxShadow?: import("csstype").Property.BoxShadow | undefined;
675
- WebkitBoxSizing?: import("csstype").Property.BoxSizing | undefined;
676
- WebkitClipPath?: import("csstype").Property.ClipPath | undefined;
677
- WebkitColumnCount?: import("csstype").Property.ColumnCount | undefined;
678
- WebkitColumnFill?: import("csstype").Property.ColumnFill | undefined;
679
- WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
680
- WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
681
- WebkitColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
682
- WebkitColumnSpan?: import("csstype").Property.ColumnSpan | undefined;
683
- WebkitColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
684
- WebkitFilter?: import("csstype").Property.Filter | undefined;
685
- WebkitFlexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
686
- WebkitFlexDirection?: import("csstype").Property.FlexDirection | undefined;
687
- WebkitFlexGrow?: import("csstype").Property.FlexGrow | undefined;
688
- WebkitFlexShrink?: import("csstype").Property.FlexShrink | undefined;
689
- WebkitFlexWrap?: import("csstype").Property.FlexWrap | undefined;
690
- WebkitFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
691
- WebkitFontKerning?: import("csstype").Property.FontKerning | undefined;
692
- WebkitFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
693
- WebkitFontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
694
- WebkitHyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
695
- WebkitHyphens?: import("csstype").Property.Hyphens | undefined;
696
- WebkitInitialLetter?: import("csstype").Property.InitialLetter | undefined;
697
- WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
698
- WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
699
- WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
700
- WebkitLogicalHeight?: import("csstype").Property.BlockSize<string | number> | undefined;
701
- WebkitLogicalWidth?: import("csstype").Property.InlineSize<string | number> | undefined;
702
- WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
703
- WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
704
- WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
705
- WebkitMaskBoxImageOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
706
- WebkitMaskBoxImageRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
707
- WebkitMaskBoxImageSlice?: import("csstype").Property.MaskBorderSlice | undefined;
708
- WebkitMaskBoxImageSource?: import("csstype").Property.MaskBorderSource | undefined;
709
- WebkitMaskBoxImageWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
710
- WebkitMaskClip?: import("csstype").Property.WebkitMaskClip | undefined;
711
- WebkitMaskComposite?: import("csstype").Property.WebkitMaskComposite | undefined;
712
- WebkitMaskImage?: import("csstype").Property.WebkitMaskImage | undefined;
713
- WebkitMaskOrigin?: import("csstype").Property.WebkitMaskOrigin | undefined;
714
- WebkitMaskPosition?: import("csstype").Property.WebkitMaskPosition<string | number> | undefined;
715
- WebkitMaskPositionX?: import("csstype").Property.WebkitMaskPositionX<string | number> | undefined;
716
- WebkitMaskPositionY?: import("csstype").Property.WebkitMaskPositionY<string | number> | undefined;
717
- WebkitMaskRepeat?: import("csstype").Property.WebkitMaskRepeat | undefined;
718
- WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | undefined;
719
- WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | undefined;
720
- WebkitMaskSize?: import("csstype").Property.WebkitMaskSize<string | number> | undefined;
721
- WebkitMaxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
722
- WebkitOrder?: import("csstype").Property.Order | undefined;
723
- WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | undefined;
724
- WebkitPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
725
- WebkitPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
726
- WebkitPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
727
- WebkitPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
728
- WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
729
- WebkitRubyPosition?: import("csstype").Property.RubyPosition | undefined;
730
- WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
731
- WebkitShapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
732
- WebkitTapHighlightColor?: import("csstype").Property.WebkitTapHighlightColor | undefined;
733
- WebkitTextCombine?: import("csstype").Property.TextCombineUpright | undefined;
734
- WebkitTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
735
- WebkitTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
736
- WebkitTextDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
737
- WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
738
- WebkitTextEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
739
- WebkitTextEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
740
- WebkitTextEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
741
- WebkitTextFillColor?: import("csstype").Property.WebkitTextFillColor | undefined;
742
- WebkitTextOrientation?: import("csstype").Property.TextOrientation | undefined;
743
- WebkitTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
744
- WebkitTextStrokeColor?: import("csstype").Property.WebkitTextStrokeColor | undefined;
745
- WebkitTextStrokeWidth?: import("csstype").Property.WebkitTextStrokeWidth<string | number> | undefined;
746
- WebkitTextUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
747
- WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | undefined;
748
- WebkitTransform?: import("csstype").Property.Transform | undefined;
749
- WebkitTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
750
- WebkitTransformStyle?: import("csstype").Property.TransformStyle | undefined;
751
- WebkitTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
752
- WebkitTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
753
- WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
754
- WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
755
- WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
756
- WebkitUserSelect?: import("csstype").Property.WebkitUserSelect | undefined;
757
- WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
758
- MozAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
759
- MozBorderImage?: import("csstype").Property.BorderImage | undefined;
760
- MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
761
- MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
762
- MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
763
- MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
764
- msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
765
- msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
766
- msFlex?: import("csstype").Property.Flex<string | number> | undefined;
767
- msScrollLimit?: import("csstype").Property.MsScrollLimit | undefined;
768
- msScrollSnapX?: import("csstype").Property.MsScrollSnapX | undefined;
769
- msScrollSnapY?: import("csstype").Property.MsScrollSnapY | undefined;
770
- msTransition?: import("csstype").Property.Transition<string & {}> | undefined;
771
- WebkitAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
772
- WebkitBorderBefore?: import("csstype").Property.WebkitBorderBefore<string | number> | undefined;
773
- WebkitBorderImage?: import("csstype").Property.BorderImage | undefined;
774
- WebkitBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
775
- WebkitColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
776
- WebkitColumns?: import("csstype").Property.Columns<string | number> | undefined;
777
- WebkitFlex?: import("csstype").Property.Flex<string | number> | undefined;
778
- WebkitFlexFlow?: import("csstype").Property.FlexFlow | undefined;
779
- WebkitMask?: import("csstype").Property.WebkitMask<string | number> | undefined;
780
- WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | undefined;
781
- WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
782
- WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | undefined;
783
- WebkitTransition?: import("csstype").Property.Transition<string & {}> | undefined;
784
- boxAlign?: import("csstype").Property.BoxAlign | undefined;
785
- boxDirection?: import("csstype").Property.BoxDirection | undefined;
786
- boxFlex?: import("csstype").Property.BoxFlex | undefined;
787
- boxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
788
- boxLines?: import("csstype").Property.BoxLines | undefined;
789
- boxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
790
- boxOrient?: import("csstype").Property.BoxOrient | undefined;
791
- boxPack?: import("csstype").Property.BoxPack | undefined;
792
- clip?: import("csstype").Property.Clip | undefined;
793
- fontStretch?: import("csstype").Property.FontStretch | undefined;
794
- gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | undefined;
795
- gridGap?: import("csstype").Property.GridGap<string | number> | undefined;
796
- gridRowGap?: import("csstype").Property.GridRowGap<string | number> | undefined;
797
- imeMode?: import("csstype").Property.ImeMode | undefined;
798
- insetArea?: import("csstype").Property.PositionArea | undefined;
799
- offsetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
800
- offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
801
- offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
802
- offsetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
803
- offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
804
- offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
805
- pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
806
- pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
807
- pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
808
- positionTryOptions?: import("csstype").Property.PositionTryFallbacks | undefined;
809
- scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined;
810
- scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | undefined;
811
- scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
812
- scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
813
- scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | undefined;
814
- scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | undefined;
815
- KhtmlBoxAlign?: import("csstype").Property.BoxAlign | undefined;
816
- KhtmlBoxDirection?: import("csstype").Property.BoxDirection | undefined;
817
- KhtmlBoxFlex?: import("csstype").Property.BoxFlex | undefined;
818
- KhtmlBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
819
- KhtmlBoxLines?: import("csstype").Property.BoxLines | undefined;
820
- KhtmlBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
821
- KhtmlBoxOrient?: import("csstype").Property.BoxOrient | undefined;
822
- KhtmlBoxPack?: import("csstype").Property.BoxPack | undefined;
823
- KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
824
- KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
825
- KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
826
- MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
827
- MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
828
- MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
829
- MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
830
- MozBorderRadiusBottomleft?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
831
- MozBorderRadiusBottomright?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
832
- MozBorderRadiusTopleft?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
833
- MozBorderRadiusTopright?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
834
- MozBoxAlign?: import("csstype").Property.BoxAlign | undefined;
835
- MozBoxDirection?: import("csstype").Property.BoxDirection | undefined;
836
- MozBoxFlex?: import("csstype").Property.BoxFlex | undefined;
837
- MozBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
838
- MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
839
- MozBoxPack?: import("csstype").Property.BoxPack | undefined;
840
- MozBoxShadow?: import("csstype").Property.BoxShadow | undefined;
841
- MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
842
- MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
843
- MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
844
- MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
845
- MozOpacity?: import("csstype").Property.Opacity | undefined;
846
- MozOutline?: import("csstype").Property.Outline<string | number> | undefined;
847
- MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
848
- MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
849
- MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
850
- MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
851
- MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
852
- MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
853
- MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
854
- MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
855
- MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
856
- MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
857
- MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
858
- MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
859
- MozUserInput?: import("csstype").Property.MozUserInput | undefined;
860
- msImeMode?: import("csstype").Property.ImeMode | undefined;
861
- OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
862
- OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
863
- OAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
864
- OAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
865
- OAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
866
- OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
867
- OAnimationName?: import("csstype").Property.AnimationName | undefined;
868
- OAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
869
- OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
870
- OBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
871
- OBorderImage?: import("csstype").Property.BorderImage | undefined;
872
- OObjectFit?: import("csstype").Property.ObjectFit | undefined;
873
- OObjectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
874
- OTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
875
- OTextOverflow?: import("csstype").Property.TextOverflow | undefined;
876
- OTransform?: import("csstype").Property.Transform | undefined;
877
- OTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
878
- OTransition?: import("csstype").Property.Transition<string & {}> | undefined;
879
- OTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
880
- OTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
881
- OTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
882
- OTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
883
- WebkitBoxAlign?: import("csstype").Property.BoxAlign | undefined;
884
- WebkitBoxDirection?: import("csstype").Property.BoxDirection | undefined;
885
- WebkitBoxFlex?: import("csstype").Property.BoxFlex | undefined;
886
- WebkitBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
887
- WebkitBoxLines?: import("csstype").Property.BoxLines | undefined;
888
- WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
889
- WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
890
- WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
891
- colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
892
- colorRendering?: import("csstype").Property.ColorRendering | undefined;
893
- glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined;
894
- };
895
- content: {
896
- padding: number;
897
- maxHeight: string;
898
- overflowY: "auto";
899
- overflowX: "hidden";
900
- scrollbarWidth: "thin";
901
- scrollbarColor: string;
902
- boxSizing: "border-box";
903
- display: string;
904
- flexDirection: "column";
905
- gap: number;
906
- };
907
- };
908
- export declare const tree: {
909
- panel: {
910
- maxHeight: string;
911
- display: string;
912
- flexDirection: "column";
913
- userSelect: "none";
914
- accentColor?: import("csstype").Property.AccentColor | undefined;
915
- alignContent?: import("csstype").Property.AlignContent | undefined;
916
- alignItems?: import("csstype").Property.AlignItems | undefined;
917
- alignSelf?: import("csstype").Property.AlignSelf | undefined;
918
- alignTracks?: import("csstype").Property.AlignTracks | undefined;
919
- alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
920
- anchorName?: import("csstype").Property.AnchorName | undefined;
921
- anchorScope?: import("csstype").Property.AnchorScope | undefined;
922
- animationComposition?: import("csstype").Property.AnimationComposition | undefined;
923
- animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
924
- animationDirection?: import("csstype").Property.AnimationDirection | undefined;
925
- animationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
926
- animationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
927
- animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
928
- animationName?: import("csstype").Property.AnimationName | undefined;
929
- animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
930
- animationRangeEnd?: import("csstype").Property.AnimationRangeEnd<string | number> | undefined;
931
- animationRangeStart?: import("csstype").Property.AnimationRangeStart<string | number> | undefined;
932
- animationTimeline?: import("csstype").Property.AnimationTimeline | undefined;
933
- animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
934
- appearance?: import("csstype").Property.Appearance | undefined;
935
- aspectRatio?: import("csstype").Property.AspectRatio | undefined;
936
- backdropFilter?: import("csstype").Property.BackdropFilter | undefined;
937
- backfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
938
- backgroundAttachment?: import("csstype").Property.BackgroundAttachment | undefined;
939
- backgroundBlendMode?: import("csstype").Property.BackgroundBlendMode | undefined;
940
- backgroundClip?: import("csstype").Property.BackgroundClip | undefined;
941
- backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
942
- backgroundImage?: import("csstype").Property.BackgroundImage | undefined;
943
- backgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
944
- backgroundPositionX?: import("csstype").Property.BackgroundPositionX<string | number> | undefined;
945
- backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | undefined;
946
- backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
947
- backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
948
- baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
949
- blockSize?: import("csstype").Property.BlockSize<string | number> | undefined;
950
- borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
951
- borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
952
- borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
953
- borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
954
- borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
955
- borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
956
- borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined;
957
- borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
958
- borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
959
- borderBottomStyle?: import("csstype").Property.BorderBottomStyle | undefined;
960
- borderBottomWidth?: import("csstype").Property.BorderBottomWidth<string | number> | undefined;
961
- borderCollapse?: import("csstype").Property.BorderCollapse | undefined;
962
- borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
963
- borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
964
- borderImageOutset?: import("csstype").Property.BorderImageOutset<string | number> | undefined;
965
- borderImageRepeat?: import("csstype").Property.BorderImageRepeat | undefined;
966
- borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
967
- borderImageSource?: import("csstype").Property.BorderImageSource | undefined;
968
- borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | undefined;
969
- borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
970
- borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
971
- borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
972
- borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
973
- borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
974
- borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
975
- borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined;
976
- borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
977
- borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
978
- borderRightColor?: import("csstype").Property.BorderRightColor | undefined;
979
- borderRightStyle?: import("csstype").Property.BorderRightStyle | undefined;
980
- borderRightWidth?: import("csstype").Property.BorderRightWidth<string | number> | undefined;
981
- borderSpacing?: import("csstype").Property.BorderSpacing<string | number> | undefined;
982
- borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
983
- borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
984
- borderTopColor?: import("csstype").Property.BorderTopColor | undefined;
985
- borderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
986
- borderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
987
- borderTopStyle?: import("csstype").Property.BorderTopStyle | undefined;
988
- borderTopWidth?: import("csstype").Property.BorderTopWidth<string | number> | undefined;
989
- bottom?: import("csstype").Property.Bottom<string | number> | undefined;
990
- boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
991
- boxShadow?: import("csstype").Property.BoxShadow | undefined;
992
- boxSizing?: import("csstype").Property.BoxSizing | undefined;
993
- breakAfter?: import("csstype").Property.BreakAfter | undefined;
994
- breakBefore?: import("csstype").Property.BreakBefore | undefined;
995
- breakInside?: import("csstype").Property.BreakInside | undefined;
996
- captionSide?: import("csstype").Property.CaptionSide | undefined;
997
- caretColor?: import("csstype").Property.CaretColor | undefined;
998
- caretShape?: import("csstype").Property.CaretShape | undefined;
999
- clear?: import("csstype").Property.Clear | undefined;
1000
- clipPath?: import("csstype").Property.ClipPath | undefined;
1001
- clipRule?: import("csstype").Property.ClipRule | undefined;
1002
- color?: import("csstype").Property.Color | undefined;
1003
- colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
1004
- colorInterpolationFilters?: import("csstype").Property.ColorInterpolationFilters | undefined;
1005
- colorScheme?: import("csstype").Property.ColorScheme | undefined;
1006
- columnCount?: import("csstype").Property.ColumnCount | undefined;
1007
- columnFill?: import("csstype").Property.ColumnFill | undefined;
1008
- columnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
1009
- columnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
1010
- columnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
1011
- columnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
1012
- columnSpan?: import("csstype").Property.ColumnSpan | undefined;
1013
- columnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
1014
- contain?: import("csstype").Property.Contain | undefined;
1015
- containIntrinsicBlockSize?: import("csstype").Property.ContainIntrinsicBlockSize<string | number> | undefined;
1016
- containIntrinsicHeight?: import("csstype").Property.ContainIntrinsicHeight<string | number> | undefined;
1017
- containIntrinsicInlineSize?: import("csstype").Property.ContainIntrinsicInlineSize<string | number> | undefined;
1018
- containIntrinsicWidth?: import("csstype").Property.ContainIntrinsicWidth<string | number> | undefined;
1019
- containerName?: import("csstype").Property.ContainerName | undefined;
1020
- containerType?: import("csstype").Property.ContainerType | undefined;
1021
- content?: import("csstype").Property.Content | undefined;
1022
- contentVisibility?: import("csstype").Property.ContentVisibility | undefined;
1023
- counterIncrement?: import("csstype").Property.CounterIncrement | undefined;
1024
- counterReset?: import("csstype").Property.CounterReset | undefined;
1025
- counterSet?: import("csstype").Property.CounterSet | undefined;
1026
- cursor?: import("csstype").Property.Cursor | undefined;
1027
- cx?: import("csstype").Property.Cx<string | number> | undefined;
1028
- cy?: import("csstype").Property.Cy<string | number> | undefined;
1029
- d?: import("csstype").Property.D | undefined;
1030
- direction?: import("csstype").Property.Direction | undefined;
1031
- dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
1032
- emptyCells?: import("csstype").Property.EmptyCells | undefined;
1033
- fieldSizing?: import("csstype").Property.FieldSizing | undefined;
1034
- fill?: import("csstype").Property.Fill | undefined;
1035
- fillOpacity?: import("csstype").Property.FillOpacity | undefined;
1036
- fillRule?: import("csstype").Property.FillRule | undefined;
1037
- filter?: import("csstype").Property.Filter | undefined;
1038
- flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
1039
- flexGrow?: import("csstype").Property.FlexGrow | undefined;
1040
- flexShrink?: import("csstype").Property.FlexShrink | undefined;
1041
- flexWrap?: import("csstype").Property.FlexWrap | undefined;
1042
- float?: import("csstype").Property.Float | undefined;
1043
- floodColor?: import("csstype").Property.FloodColor | undefined;
1044
- floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
1045
- fontFamily?: import("csstype").Property.FontFamily | undefined;
1046
- fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
1047
- fontKerning?: import("csstype").Property.FontKerning | undefined;
1048
- fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
1049
- fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | undefined;
1050
- fontPalette?: import("csstype").Property.FontPalette | undefined;
1051
- fontSize?: import("csstype").Property.FontSize<string | number> | undefined;
1052
- fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
1053
- fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
1054
- fontStyle?: import("csstype").Property.FontStyle | undefined;
1055
- fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
1056
- fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
1057
- fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
1058
- fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | undefined;
1059
- fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | undefined;
1060
- fontVariant?: import("csstype").Property.FontVariant | undefined;
1061
- fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
1062
- fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
1063
- fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | undefined;
1064
- fontVariantEmoji?: import("csstype").Property.FontVariantEmoji | undefined;
1065
- fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
1066
- fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | undefined;
1067
- fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
1068
- fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
1069
- fontWeight?: import("csstype").Property.FontWeight | undefined;
1070
- fontWidth?: import("csstype").Property.FontWidth | undefined;
1071
- forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
1072
- gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | undefined;
1073
- gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
1074
- gridAutoRows?: import("csstype").Property.GridAutoRows<string | number> | undefined;
1075
- gridColumnEnd?: import("csstype").Property.GridColumnEnd | undefined;
1076
- gridColumnStart?: import("csstype").Property.GridColumnStart | undefined;
1077
- gridRowEnd?: import("csstype").Property.GridRowEnd | undefined;
1078
- gridRowStart?: import("csstype").Property.GridRowStart | undefined;
1079
- gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | undefined;
1080
- gridTemplateColumns?: import("csstype").Property.GridTemplateColumns<string | number> | undefined;
1081
- gridTemplateRows?: import("csstype").Property.GridTemplateRows<string | number> | undefined;
1082
- hangingPunctuation?: import("csstype").Property.HangingPunctuation | undefined;
1083
- height?: import("csstype").Property.Height<string | number> | undefined;
1084
- hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
1085
- hyphenateLimitChars?: import("csstype").Property.HyphenateLimitChars | undefined;
1086
- hyphens?: import("csstype").Property.Hyphens | undefined;
1087
- imageOrientation?: import("csstype").Property.ImageOrientation | undefined;
1088
- imageRendering?: import("csstype").Property.ImageRendering | undefined;
1089
- imageResolution?: import("csstype").Property.ImageResolution | undefined;
1090
- initialLetter?: import("csstype").Property.InitialLetter | undefined;
1091
- initialLetterAlign?: import("csstype").Property.InitialLetterAlign | undefined;
1092
- inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
1093
- insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
1094
- insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
1095
- insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
1096
- insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
1097
- interpolateSize?: import("csstype").Property.InterpolateSize | undefined;
1098
- isolation?: import("csstype").Property.Isolation | undefined;
1099
- justifyContent?: import("csstype").Property.JustifyContent | undefined;
1100
- justifyItems?: import("csstype").Property.JustifyItems | undefined;
1101
- justifySelf?: import("csstype").Property.JustifySelf | undefined;
1102
- justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
1103
- left?: import("csstype").Property.Left<string | number> | undefined;
1104
- letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | undefined;
1105
- lightingColor?: import("csstype").Property.LightingColor | undefined;
1106
- lineBreak?: import("csstype").Property.LineBreak | undefined;
1107
- lineHeight?: import("csstype").Property.LineHeight<string | number> | undefined;
1108
- lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | undefined;
1109
- listStyleImage?: import("csstype").Property.ListStyleImage | undefined;
1110
- listStylePosition?: import("csstype").Property.ListStylePosition | undefined;
1111
- listStyleType?: import("csstype").Property.ListStyleType | undefined;
1112
- marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
1113
- marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
1114
- marginBottom?: import("csstype").Property.MarginBottom<string | number> | undefined;
1115
- marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
1116
- marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
1117
- marginLeft?: import("csstype").Property.MarginLeft<string | number> | undefined;
1118
- marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
1119
- marginTop?: import("csstype").Property.MarginTop<string | number> | undefined;
1120
- marginTrim?: import("csstype").Property.MarginTrim | undefined;
1121
- marker?: import("csstype").Property.Marker | undefined;
1122
- markerEnd?: import("csstype").Property.MarkerEnd | undefined;
1123
- markerMid?: import("csstype").Property.MarkerMid | undefined;
1124
- markerStart?: import("csstype").Property.MarkerStart | undefined;
1125
- maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
1126
- maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
1127
- maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
1128
- maskBorderSlice?: import("csstype").Property.MaskBorderSlice | undefined;
1129
- maskBorderSource?: import("csstype").Property.MaskBorderSource | undefined;
1130
- maskBorderWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
1131
- maskClip?: import("csstype").Property.MaskClip | undefined;
1132
- maskComposite?: import("csstype").Property.MaskComposite | undefined;
1133
- maskImage?: import("csstype").Property.MaskImage | undefined;
1134
- maskMode?: import("csstype").Property.MaskMode | undefined;
1135
- maskOrigin?: import("csstype").Property.MaskOrigin | undefined;
1136
- maskPosition?: import("csstype").Property.MaskPosition<string | number> | undefined;
1137
- maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
1138
- maskSize?: import("csstype").Property.MaskSize<string | number> | undefined;
1139
- maskType?: import("csstype").Property.MaskType | undefined;
1140
- masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | undefined;
1141
- mathDepth?: import("csstype").Property.MathDepth | undefined;
1142
- mathShift?: import("csstype").Property.MathShift | undefined;
1143
- mathStyle?: import("csstype").Property.MathStyle | undefined;
1144
- maxBlockSize?: import("csstype").Property.MaxBlockSize<string | number> | undefined;
1145
- maxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
1146
- maxLines?: import("csstype").Property.MaxLines | undefined;
1147
- maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
1148
- minBlockSize?: import("csstype").Property.MinBlockSize<string | number> | undefined;
1149
- minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
1150
- minInlineSize?: import("csstype").Property.MinInlineSize<string | number> | undefined;
1151
- minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
1152
- mixBlendMode?: import("csstype").Property.MixBlendMode | undefined;
1153
- motionDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
1154
- motionPath?: import("csstype").Property.OffsetPath | undefined;
1155
- motionRotation?: import("csstype").Property.OffsetRotate | undefined;
1156
- objectFit?: import("csstype").Property.ObjectFit | undefined;
1157
- objectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
1158
- objectViewBox?: import("csstype").Property.ObjectViewBox | undefined;
1159
- offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
1160
- offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
1161
- offsetPath?: import("csstype").Property.OffsetPath | undefined;
1162
- offsetPosition?: import("csstype").Property.OffsetPosition<string | number> | undefined;
1163
- offsetRotate?: import("csstype").Property.OffsetRotate | undefined;
1164
- offsetRotation?: import("csstype").Property.OffsetRotate | undefined;
1165
- opacity?: import("csstype").Property.Opacity | undefined;
1166
- order?: import("csstype").Property.Order | undefined;
1167
- orphans?: import("csstype").Property.Orphans | undefined;
1168
- outlineColor?: import("csstype").Property.OutlineColor | undefined;
1169
- outlineOffset?: import("csstype").Property.OutlineOffset<string | number> | undefined;
1170
- outlineStyle?: import("csstype").Property.OutlineStyle | undefined;
1171
- outlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
1172
- overflowAnchor?: import("csstype").Property.OverflowAnchor | undefined;
1173
- overflowBlock?: import("csstype").Property.OverflowBlock | undefined;
1174
- overflowClipBox?: import("csstype").Property.OverflowClipBox | undefined;
1175
- overflowClipMargin?: import("csstype").Property.OverflowClipMargin<string | number> | undefined;
1176
- overflowInline?: import("csstype").Property.OverflowInline | undefined;
1177
- overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
1178
- overflowX?: import("csstype").Property.OverflowX | undefined;
1179
- overflowY?: import("csstype").Property.OverflowY | undefined;
1180
- overlay?: import("csstype").Property.Overlay | undefined;
1181
- overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
1182
- overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
1183
- overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
1184
- overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | undefined;
1185
- paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
1186
- paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
1187
- paddingBottom?: import("csstype").Property.PaddingBottom<string | number> | undefined;
1188
- paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
1189
- paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
1190
- paddingLeft?: import("csstype").Property.PaddingLeft<string | number> | undefined;
1191
- paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
1192
- paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
1193
- page?: import("csstype").Property.Page | undefined;
1194
- paintOrder?: import("csstype").Property.PaintOrder | undefined;
1195
- perspective?: import("csstype").Property.Perspective<string | number> | undefined;
1196
- perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
1197
- pointerEvents?: import("csstype").Property.PointerEvents | undefined;
1198
- position?: import("csstype").Property.Position | undefined;
1199
- positionAnchor?: import("csstype").Property.PositionAnchor | undefined;
1200
- positionArea?: import("csstype").Property.PositionArea | undefined;
1201
- positionTryFallbacks?: import("csstype").Property.PositionTryFallbacks | undefined;
1202
- positionTryOrder?: import("csstype").Property.PositionTryOrder | undefined;
1203
- positionVisibility?: import("csstype").Property.PositionVisibility | undefined;
1204
- printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
1205
- quotes?: import("csstype").Property.Quotes | undefined;
1206
- r?: import("csstype").Property.R<string | number> | undefined;
1207
- resize?: import("csstype").Property.Resize | undefined;
1208
- right?: import("csstype").Property.Right<string | number> | undefined;
1209
- rotate?: import("csstype").Property.Rotate | undefined;
1210
- rowGap?: import("csstype").Property.RowGap<string | number> | undefined;
1211
- rubyAlign?: import("csstype").Property.RubyAlign | undefined;
1212
- rubyMerge?: import("csstype").Property.RubyMerge | undefined;
1213
- rubyOverhang?: import("csstype").Property.RubyOverhang | undefined;
1214
- rubyPosition?: import("csstype").Property.RubyPosition | undefined;
1215
- rx?: import("csstype").Property.Rx<string | number> | undefined;
1216
- ry?: import("csstype").Property.Ry<string | number> | undefined;
1217
- scale?: import("csstype").Property.Scale | undefined;
1218
- scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
1219
- scrollInitialTarget?: import("csstype").Property.ScrollInitialTarget | undefined;
1220
- scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
1221
- scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
1222
- scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
1223
- scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined;
1224
- scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined;
1225
- scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
1226
- scrollMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
1227
- scrollMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
1228
- scrollPaddingBlockEnd?: import("csstype").Property.ScrollPaddingBlockEnd<string | number> | undefined;
1229
- scrollPaddingBlockStart?: import("csstype").Property.ScrollPaddingBlockStart<string | number> | undefined;
1230
- scrollPaddingBottom?: import("csstype").Property.ScrollPaddingBottom<string | number> | undefined;
1231
- scrollPaddingInlineEnd?: import("csstype").Property.ScrollPaddingInlineEnd<string | number> | undefined;
1232
- scrollPaddingInlineStart?: import("csstype").Property.ScrollPaddingInlineStart<string | number> | undefined;
1233
- scrollPaddingLeft?: import("csstype").Property.ScrollPaddingLeft<string | number> | undefined;
1234
- scrollPaddingRight?: import("csstype").Property.ScrollPaddingRight<string | number> | undefined;
1235
- scrollPaddingTop?: import("csstype").Property.ScrollPaddingTop<string | number> | undefined;
1236
- scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | undefined;
1237
- scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
1238
- scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
1239
- scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
1240
- scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
1241
- scrollSnapStop?: import("csstype").Property.ScrollSnapStop | undefined;
1242
- scrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
1243
- scrollTimelineAxis?: import("csstype").Property.ScrollTimelineAxis | undefined;
1244
- scrollTimelineName?: import("csstype").Property.ScrollTimelineName | undefined;
1245
- scrollbarColor?: import("csstype").Property.ScrollbarColor | undefined;
1246
- scrollbarGutter?: import("csstype").Property.ScrollbarGutter | undefined;
1247
- scrollbarWidth?: import("csstype").Property.ScrollbarWidth | undefined;
1248
- shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
1249
- shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
1250
- shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
1251
- shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
1252
- speakAs?: import("csstype").Property.SpeakAs | undefined;
1253
- stopColor?: import("csstype").Property.StopColor | undefined;
1254
- stopOpacity?: import("csstype").Property.StopOpacity | undefined;
1255
- stroke?: import("csstype").Property.Stroke | undefined;
1256
- strokeColor?: import("csstype").Property.StrokeColor | undefined;
1257
- strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
1258
- strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
1259
- strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
1260
- strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
1261
- strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
1262
- strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
1263
- strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
1264
- tabSize?: import("csstype").Property.TabSize<string | number> | undefined;
1265
- tableLayout?: import("csstype").Property.TableLayout | undefined;
1266
- textAlign?: import("csstype").Property.TextAlign | undefined;
1267
- textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
1268
- textAnchor?: import("csstype").Property.TextAnchor | undefined;
1269
- textAutospace?: import("csstype").Property.TextAutospace | undefined;
1270
- textBox?: import("csstype").Property.TextBox | undefined;
1271
- textBoxEdge?: import("csstype").Property.TextBoxEdge | undefined;
1272
- textBoxTrim?: import("csstype").Property.TextBoxTrim | undefined;
1273
- textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined;
1274
- textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
1275
- textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
1276
- textDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
1277
- textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | undefined;
1278
- textDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
1279
- textDecorationThickness?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
1280
- textEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
1281
- textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
1282
- textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
1283
- textIndent?: import("csstype").Property.TextIndent<string | number> | undefined;
1284
- textJustify?: import("csstype").Property.TextJustify | undefined;
1285
- textOrientation?: import("csstype").Property.TextOrientation | undefined;
1286
- textOverflow?: import("csstype").Property.TextOverflow | undefined;
1287
- textRendering?: import("csstype").Property.TextRendering | undefined;
1288
- textShadow?: import("csstype").Property.TextShadow | undefined;
1289
- textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
1290
- textSpacingTrim?: import("csstype").Property.TextSpacingTrim | undefined;
1291
- textTransform?: import("csstype").Property.TextTransform | undefined;
1292
- textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
1293
- textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
1294
- textWrapMode?: import("csstype").Property.TextWrapMode | undefined;
1295
- textWrapStyle?: import("csstype").Property.TextWrapStyle | undefined;
1296
- timelineScope?: import("csstype").Property.TimelineScope | undefined;
1297
- top?: import("csstype").Property.Top<string | number> | undefined;
1298
- touchAction?: import("csstype").Property.TouchAction | undefined;
1299
- transform?: import("csstype").Property.Transform | undefined;
1300
- transformBox?: import("csstype").Property.TransformBox | undefined;
1301
- transformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1302
- transformStyle?: import("csstype").Property.TransformStyle | undefined;
1303
- transitionBehavior?: import("csstype").Property.TransitionBehavior | undefined;
1304
- transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1305
- transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1306
- transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
1307
- transitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
1308
- translate?: import("csstype").Property.Translate<string | number> | undefined;
1309
- unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
1310
- vectorEffect?: import("csstype").Property.VectorEffect | undefined;
1311
- verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
1312
- viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
1313
- viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
1314
- viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
1315
- viewTransitionClass?: import("csstype").Property.ViewTransitionClass | undefined;
1316
- viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
1317
- visibility?: import("csstype").Property.Visibility | undefined;
1318
- whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
1319
- whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
1320
- widows?: import("csstype").Property.Widows | undefined;
1321
- width?: import("csstype").Property.Width<string | number> | undefined;
1322
- willChange?: import("csstype").Property.WillChange | undefined;
1323
- wordBreak?: import("csstype").Property.WordBreak | undefined;
1324
- wordSpacing?: import("csstype").Property.WordSpacing<string | number> | undefined;
1325
- wordWrap?: import("csstype").Property.WordWrap | undefined;
1326
- writingMode?: import("csstype").Property.WritingMode | undefined;
1327
- x?: import("csstype").Property.X<string | number> | undefined;
1328
- y?: import("csstype").Property.Y<string | number> | undefined;
1329
- zIndex?: import("csstype").Property.ZIndex | undefined;
1330
- zoom?: import("csstype").Property.Zoom | undefined;
1331
- all?: import("csstype").Property.All | undefined;
1332
- animation?: import("csstype").Property.Animation<string & {}> | undefined;
1333
- animationRange?: import("csstype").Property.AnimationRange<string | number> | undefined;
1334
- background?: import("csstype").Property.Background<string | number> | undefined;
1335
- backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
1336
- border?: import("csstype").Property.Border<string | number> | undefined;
1337
- borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
1338
- borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
1339
- borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
1340
- borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
1341
- borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
1342
- borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
1343
- borderBottom?: import("csstype").Property.BorderBottom<string | number> | undefined;
1344
- borderColor?: import("csstype").Property.BorderColor | undefined;
1345
- borderImage?: import("csstype").Property.BorderImage | undefined;
1346
- borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
1347
- borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
1348
- borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
1349
- borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
1350
- borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
1351
- borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
1352
- borderLeft?: import("csstype").Property.BorderLeft<string | number> | undefined;
1353
- borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
1354
- borderRight?: import("csstype").Property.BorderRight<string | number> | undefined;
1355
- borderStyle?: import("csstype").Property.BorderStyle | undefined;
1356
- borderTop?: import("csstype").Property.BorderTop<string | number> | undefined;
1357
- borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
1358
- caret?: import("csstype").Property.Caret | undefined;
1359
- columnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
1360
- columns?: import("csstype").Property.Columns<string | number> | undefined;
1361
- containIntrinsicSize?: import("csstype").Property.ContainIntrinsicSize<string | number> | undefined;
1362
- container?: import("csstype").Property.Container | undefined;
1363
- flex?: import("csstype").Property.Flex<string | number> | undefined;
1364
- flexFlow?: import("csstype").Property.FlexFlow | undefined;
1365
- font?: import("csstype").Property.Font | undefined;
1366
- gap?: import("csstype").Property.Gap<string | number> | undefined;
1367
- grid?: import("csstype").Property.Grid | undefined;
1368
- gridArea?: import("csstype").Property.GridArea | undefined;
1369
- gridColumn?: import("csstype").Property.GridColumn | undefined;
1370
- gridRow?: import("csstype").Property.GridRow | undefined;
1371
- gridTemplate?: import("csstype").Property.GridTemplate | undefined;
1372
- inset?: import("csstype").Property.Inset<string | number> | undefined;
1373
- insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
1374
- insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
1375
- lineClamp?: import("csstype").Property.LineClamp | undefined;
1376
- listStyle?: import("csstype").Property.ListStyle | undefined;
1377
- margin?: import("csstype").Property.Margin<string | number> | undefined;
1378
- marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
1379
- marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
1380
- mask?: import("csstype").Property.Mask<string | number> | undefined;
1381
- maskBorder?: import("csstype").Property.MaskBorder | undefined;
1382
- motion?: import("csstype").Property.Offset<string | number> | undefined;
1383
- offset?: import("csstype").Property.Offset<string | number> | undefined;
1384
- outline?: import("csstype").Property.Outline<string | number> | undefined;
1385
- overflow?: import("csstype").Property.Overflow | undefined;
1386
- overscrollBehavior?: import("csstype").Property.OverscrollBehavior | undefined;
1387
- padding?: import("csstype").Property.Padding<string | number> | undefined;
1388
- paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
1389
- paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
1390
- placeContent?: import("csstype").Property.PlaceContent | undefined;
1391
- placeItems?: import("csstype").Property.PlaceItems | undefined;
1392
- placeSelf?: import("csstype").Property.PlaceSelf | undefined;
1393
- positionTry?: import("csstype").Property.PositionTry | undefined;
1394
- scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
1395
- scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
1396
- scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
1397
- scrollPadding?: import("csstype").Property.ScrollPadding<string | number> | undefined;
1398
- scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<string | number> | undefined;
1399
- scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<string | number> | undefined;
1400
- scrollSnapMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
1401
- scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
1402
- textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
1403
- textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
1404
- textWrap?: import("csstype").Property.TextWrap | undefined;
1405
- transition?: import("csstype").Property.Transition<string & {}> | undefined;
1406
- viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
1407
- MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
1408
- MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
1409
- MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
1410
- MozAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
1411
- MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
1412
- MozAnimationName?: import("csstype").Property.AnimationName | undefined;
1413
- MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
1414
- MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
1415
- MozAppearance?: import("csstype").Property.MozAppearance | undefined;
1416
- MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
1417
- MozBinding?: import("csstype").Property.MozBinding | undefined;
1418
- MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
1419
- MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
1420
- MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
1421
- MozBorderEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
1422
- MozBorderLeftColors?: import("csstype").Property.MozBorderLeftColors | undefined;
1423
- MozBorderRightColors?: import("csstype").Property.MozBorderRightColors | undefined;
1424
- MozBorderStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
1425
- MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
1426
- MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined;
1427
- MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
1428
- MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
1429
- MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
1430
- MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
1431
- MozColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
1432
- MozContextProperties?: import("csstype").Property.MozContextProperties | undefined;
1433
- MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
1434
- MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
1435
- MozHyphens?: import("csstype").Property.Hyphens | undefined;
1436
- MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
1437
- MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
1438
- MozOrient?: import("csstype").Property.MozOrient | undefined;
1439
- MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
1440
- MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
1441
- MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
1442
- MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
1443
- MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
1444
- MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
1445
- MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
1446
- MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
1447
- MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
1448
- MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
1449
- MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
1450
- MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
1451
- MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
1452
- MozTransform?: import("csstype").Property.Transform | undefined;
1453
- MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1454
- MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
1455
- MozUserModify?: import("csstype").Property.MozUserModify | undefined;
1456
- MozUserSelect?: import("csstype").Property.UserSelect | undefined;
1457
- MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
1458
- MozWindowShadow?: import("csstype").Property.MozWindowShadow | undefined;
1459
- msAccelerator?: import("csstype").Property.MsAccelerator | undefined;
1460
- msBlockProgression?: import("csstype").Property.MsBlockProgression | undefined;
1461
- msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | undefined;
1462
- msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | undefined;
1463
- msContentZoomLimitMin?: import("csstype").Property.MsContentZoomLimitMin | undefined;
1464
- msContentZoomSnapPoints?: import("csstype").Property.MsContentZoomSnapPoints | undefined;
1465
- msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | undefined;
1466
- msContentZooming?: import("csstype").Property.MsContentZooming | undefined;
1467
- msFilter?: import("csstype").Property.MsFilter | undefined;
1468
- msFlexDirection?: import("csstype").Property.FlexDirection | undefined;
1469
- msFlexPositive?: import("csstype").Property.FlexGrow | undefined;
1470
- msFlowFrom?: import("csstype").Property.MsFlowFrom | undefined;
1471
- msFlowInto?: import("csstype").Property.MsFlowInto | undefined;
1472
- msGridColumns?: import("csstype").Property.MsGridColumns<string | number> | undefined;
1473
- msGridRows?: import("csstype").Property.MsGridRows<string | number> | undefined;
1474
- msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | undefined;
1475
- msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | undefined;
1476
- msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | undefined;
1477
- msHyphenateLimitZone?: import("csstype").Property.MsHyphenateLimitZone<string | number> | undefined;
1478
- msHyphens?: import("csstype").Property.Hyphens | undefined;
1479
- msImeAlign?: import("csstype").Property.MsImeAlign | undefined;
1480
- msLineBreak?: import("csstype").Property.LineBreak | undefined;
1481
- msOrder?: import("csstype").Property.Order | undefined;
1482
- msOverflowStyle?: import("csstype").Property.MsOverflowStyle | undefined;
1483
- msOverflowX?: import("csstype").Property.OverflowX | undefined;
1484
- msOverflowY?: import("csstype").Property.OverflowY | undefined;
1485
- msScrollChaining?: import("csstype").Property.MsScrollChaining | undefined;
1486
- msScrollLimitXMax?: import("csstype").Property.MsScrollLimitXMax<string | number> | undefined;
1487
- msScrollLimitXMin?: import("csstype").Property.MsScrollLimitXMin<string | number> | undefined;
1488
- msScrollLimitYMax?: import("csstype").Property.MsScrollLimitYMax<string | number> | undefined;
1489
- msScrollLimitYMin?: import("csstype").Property.MsScrollLimitYMin<string | number> | undefined;
1490
- msScrollRails?: import("csstype").Property.MsScrollRails | undefined;
1491
- msScrollSnapPointsX?: import("csstype").Property.MsScrollSnapPointsX | undefined;
1492
- msScrollSnapPointsY?: import("csstype").Property.MsScrollSnapPointsY | undefined;
1493
- msScrollSnapType?: import("csstype").Property.MsScrollSnapType | undefined;
1494
- msScrollTranslation?: import("csstype").Property.MsScrollTranslation | undefined;
1495
- msScrollbar3dlightColor?: import("csstype").Property.MsScrollbar3dlightColor | undefined;
1496
- msScrollbarArrowColor?: import("csstype").Property.MsScrollbarArrowColor | undefined;
1497
- msScrollbarBaseColor?: import("csstype").Property.MsScrollbarBaseColor | undefined;
1498
- msScrollbarDarkshadowColor?: import("csstype").Property.MsScrollbarDarkshadowColor | undefined;
1499
- msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | undefined;
1500
- msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | undefined;
1501
- msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | undefined;
1502
- msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
1503
- msTextAutospace?: import("csstype").Property.MsTextAutospace | undefined;
1504
- msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | undefined;
1505
- msTextOverflow?: import("csstype").Property.TextOverflow | undefined;
1506
- msTouchAction?: import("csstype").Property.TouchAction | undefined;
1507
- msTouchSelect?: import("csstype").Property.MsTouchSelect | undefined;
1508
- msTransform?: import("csstype").Property.Transform | undefined;
1509
- msTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1510
- msTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1511
- msTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1512
- msTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
1513
- msTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
1514
- msUserSelect?: import("csstype").Property.MsUserSelect | undefined;
1515
- msWordBreak?: import("csstype").Property.WordBreak | undefined;
1516
- msWrapFlow?: import("csstype").Property.MsWrapFlow | undefined;
1517
- msWrapMargin?: import("csstype").Property.MsWrapMargin<string | number> | undefined;
1518
- msWrapThrough?: import("csstype").Property.MsWrapThrough | undefined;
1519
- msWritingMode?: import("csstype").Property.WritingMode | undefined;
1520
- WebkitAlignContent?: import("csstype").Property.AlignContent | undefined;
1521
- WebkitAlignItems?: import("csstype").Property.AlignItems | undefined;
1522
- WebkitAlignSelf?: import("csstype").Property.AlignSelf | undefined;
1523
- WebkitAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
1524
- WebkitAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
1525
- WebkitAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
1526
- WebkitAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
1527
- WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
1528
- WebkitAnimationName?: import("csstype").Property.AnimationName | undefined;
1529
- WebkitAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
1530
- WebkitAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
1531
- WebkitAppearance?: import("csstype").Property.WebkitAppearance | undefined;
1532
- WebkitBackdropFilter?: import("csstype").Property.BackdropFilter | undefined;
1533
- WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
1534
- WebkitBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
1535
- WebkitBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
1536
- WebkitBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
1537
- WebkitBorderBeforeColor?: import("csstype").Property.WebkitBorderBeforeColor | undefined;
1538
- WebkitBorderBeforeStyle?: import("csstype").Property.WebkitBorderBeforeStyle | undefined;
1539
- WebkitBorderBeforeWidth?: import("csstype").Property.WebkitBorderBeforeWidth<string | number> | undefined;
1540
- WebkitBorderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
1541
- WebkitBorderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
1542
- WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
1543
- WebkitBorderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
1544
- WebkitBorderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
1545
- WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
1546
- WebkitBoxReflect?: import("csstype").Property.WebkitBoxReflect<string | number> | undefined;
1547
- WebkitBoxShadow?: import("csstype").Property.BoxShadow | undefined;
1548
- WebkitBoxSizing?: import("csstype").Property.BoxSizing | undefined;
1549
- WebkitClipPath?: import("csstype").Property.ClipPath | undefined;
1550
- WebkitColumnCount?: import("csstype").Property.ColumnCount | undefined;
1551
- WebkitColumnFill?: import("csstype").Property.ColumnFill | undefined;
1552
- WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
1553
- WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
1554
- WebkitColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
1555
- WebkitColumnSpan?: import("csstype").Property.ColumnSpan | undefined;
1556
- WebkitColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
1557
- WebkitFilter?: import("csstype").Property.Filter | undefined;
1558
- WebkitFlexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
1559
- WebkitFlexDirection?: import("csstype").Property.FlexDirection | undefined;
1560
- WebkitFlexGrow?: import("csstype").Property.FlexGrow | undefined;
1561
- WebkitFlexShrink?: import("csstype").Property.FlexShrink | undefined;
1562
- WebkitFlexWrap?: import("csstype").Property.FlexWrap | undefined;
1563
- WebkitFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
1564
- WebkitFontKerning?: import("csstype").Property.FontKerning | undefined;
1565
- WebkitFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
1566
- WebkitFontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
1567
- WebkitHyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
1568
- WebkitHyphens?: import("csstype").Property.Hyphens | undefined;
1569
- WebkitInitialLetter?: import("csstype").Property.InitialLetter | undefined;
1570
- WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
1571
- WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
1572
- WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
1573
- WebkitLogicalHeight?: import("csstype").Property.BlockSize<string | number> | undefined;
1574
- WebkitLogicalWidth?: import("csstype").Property.InlineSize<string | number> | undefined;
1575
- WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
1576
- WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
1577
- WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
1578
- WebkitMaskBoxImageOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
1579
- WebkitMaskBoxImageRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
1580
- WebkitMaskBoxImageSlice?: import("csstype").Property.MaskBorderSlice | undefined;
1581
- WebkitMaskBoxImageSource?: import("csstype").Property.MaskBorderSource | undefined;
1582
- WebkitMaskBoxImageWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
1583
- WebkitMaskClip?: import("csstype").Property.WebkitMaskClip | undefined;
1584
- WebkitMaskComposite?: import("csstype").Property.WebkitMaskComposite | undefined;
1585
- WebkitMaskImage?: import("csstype").Property.WebkitMaskImage | undefined;
1586
- WebkitMaskOrigin?: import("csstype").Property.WebkitMaskOrigin | undefined;
1587
- WebkitMaskPosition?: import("csstype").Property.WebkitMaskPosition<string | number> | undefined;
1588
- WebkitMaskPositionX?: import("csstype").Property.WebkitMaskPositionX<string | number> | undefined;
1589
- WebkitMaskPositionY?: import("csstype").Property.WebkitMaskPositionY<string | number> | undefined;
1590
- WebkitMaskRepeat?: import("csstype").Property.WebkitMaskRepeat | undefined;
1591
- WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | undefined;
1592
- WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | undefined;
1593
- WebkitMaskSize?: import("csstype").Property.WebkitMaskSize<string | number> | undefined;
1594
- WebkitMaxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
1595
- WebkitOrder?: import("csstype").Property.Order | undefined;
1596
- WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | undefined;
1597
- WebkitPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
1598
- WebkitPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
1599
- WebkitPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
1600
- WebkitPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
1601
- WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
1602
- WebkitRubyPosition?: import("csstype").Property.RubyPosition | undefined;
1603
- WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
1604
- WebkitShapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
1605
- WebkitTapHighlightColor?: import("csstype").Property.WebkitTapHighlightColor | undefined;
1606
- WebkitTextCombine?: import("csstype").Property.TextCombineUpright | undefined;
1607
- WebkitTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
1608
- WebkitTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
1609
- WebkitTextDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
1610
- WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
1611
- WebkitTextEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
1612
- WebkitTextEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
1613
- WebkitTextEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
1614
- WebkitTextFillColor?: import("csstype").Property.WebkitTextFillColor | undefined;
1615
- WebkitTextOrientation?: import("csstype").Property.TextOrientation | undefined;
1616
- WebkitTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
1617
- WebkitTextStrokeColor?: import("csstype").Property.WebkitTextStrokeColor | undefined;
1618
- WebkitTextStrokeWidth?: import("csstype").Property.WebkitTextStrokeWidth<string | number> | undefined;
1619
- WebkitTextUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
1620
- WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | undefined;
1621
- WebkitTransform?: import("csstype").Property.Transform | undefined;
1622
- WebkitTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1623
- WebkitTransformStyle?: import("csstype").Property.TransformStyle | undefined;
1624
- WebkitTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1625
- WebkitTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1626
- WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
1627
- WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
1628
- WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
1629
- WebkitUserSelect?: import("csstype").Property.WebkitUserSelect | undefined;
1630
- WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
1631
- MozAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
1632
- MozBorderImage?: import("csstype").Property.BorderImage | undefined;
1633
- MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
1634
- MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
1635
- MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
1636
- MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
1637
- msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
1638
- msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
1639
- msFlex?: import("csstype").Property.Flex<string | number> | undefined;
1640
- msScrollLimit?: import("csstype").Property.MsScrollLimit | undefined;
1641
- msScrollSnapX?: import("csstype").Property.MsScrollSnapX | undefined;
1642
- msScrollSnapY?: import("csstype").Property.MsScrollSnapY | undefined;
1643
- msTransition?: import("csstype").Property.Transition<string & {}> | undefined;
1644
- WebkitAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
1645
- WebkitBorderBefore?: import("csstype").Property.WebkitBorderBefore<string | number> | undefined;
1646
- WebkitBorderImage?: import("csstype").Property.BorderImage | undefined;
1647
- WebkitBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
1648
- WebkitColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
1649
- WebkitColumns?: import("csstype").Property.Columns<string | number> | undefined;
1650
- WebkitFlex?: import("csstype").Property.Flex<string | number> | undefined;
1651
- WebkitFlexFlow?: import("csstype").Property.FlexFlow | undefined;
1652
- WebkitMask?: import("csstype").Property.WebkitMask<string | number> | undefined;
1653
- WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | undefined;
1654
- WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
1655
- WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | undefined;
1656
- WebkitTransition?: import("csstype").Property.Transition<string & {}> | undefined;
1657
- boxAlign?: import("csstype").Property.BoxAlign | undefined;
1658
- boxDirection?: import("csstype").Property.BoxDirection | undefined;
1659
- boxFlex?: import("csstype").Property.BoxFlex | undefined;
1660
- boxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
1661
- boxLines?: import("csstype").Property.BoxLines | undefined;
1662
- boxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
1663
- boxOrient?: import("csstype").Property.BoxOrient | undefined;
1664
- boxPack?: import("csstype").Property.BoxPack | undefined;
1665
- clip?: import("csstype").Property.Clip | undefined;
1666
- fontStretch?: import("csstype").Property.FontStretch | undefined;
1667
- gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | undefined;
1668
- gridGap?: import("csstype").Property.GridGap<string | number> | undefined;
1669
- gridRowGap?: import("csstype").Property.GridRowGap<string | number> | undefined;
1670
- imeMode?: import("csstype").Property.ImeMode | undefined;
1671
- insetArea?: import("csstype").Property.PositionArea | undefined;
1672
- offsetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
1673
- offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
1674
- offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
1675
- offsetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
1676
- offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
1677
- offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
1678
- pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
1679
- pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
1680
- pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
1681
- positionTryOptions?: import("csstype").Property.PositionTryFallbacks | undefined;
1682
- scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined;
1683
- scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | undefined;
1684
- scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
1685
- scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
1686
- scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | undefined;
1687
- scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | undefined;
1688
- KhtmlBoxAlign?: import("csstype").Property.BoxAlign | undefined;
1689
- KhtmlBoxDirection?: import("csstype").Property.BoxDirection | undefined;
1690
- KhtmlBoxFlex?: import("csstype").Property.BoxFlex | undefined;
1691
- KhtmlBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
1692
- KhtmlBoxLines?: import("csstype").Property.BoxLines | undefined;
1693
- KhtmlBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
1694
- KhtmlBoxOrient?: import("csstype").Property.BoxOrient | undefined;
1695
- KhtmlBoxPack?: import("csstype").Property.BoxPack | undefined;
1696
- KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
1697
- KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
1698
- KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
1699
- MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
1700
- MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
1701
- MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
1702
- MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
1703
- MozBorderRadiusBottomleft?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
1704
- MozBorderRadiusBottomright?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
1705
- MozBorderRadiusTopleft?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
1706
- MozBorderRadiusTopright?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
1707
- MozBoxAlign?: import("csstype").Property.BoxAlign | undefined;
1708
- MozBoxDirection?: import("csstype").Property.BoxDirection | undefined;
1709
- MozBoxFlex?: import("csstype").Property.BoxFlex | undefined;
1710
- MozBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
1711
- MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
1712
- MozBoxPack?: import("csstype").Property.BoxPack | undefined;
1713
- MozBoxShadow?: import("csstype").Property.BoxShadow | undefined;
1714
- MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
1715
- MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
1716
- MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
1717
- MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
1718
- MozOpacity?: import("csstype").Property.Opacity | undefined;
1719
- MozOutline?: import("csstype").Property.Outline<string | number> | undefined;
1720
- MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
1721
- MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
1722
- MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
1723
- MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
1724
- MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
1725
- MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
1726
- MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
1727
- MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1728
- MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1729
- MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
1730
- MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
1731
- MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
1732
- MozUserInput?: import("csstype").Property.MozUserInput | undefined;
1733
- msImeMode?: import("csstype").Property.ImeMode | undefined;
1734
- OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
1735
- OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
1736
- OAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
1737
- OAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
1738
- OAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
1739
- OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
1740
- OAnimationName?: import("csstype").Property.AnimationName | undefined;
1741
- OAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
1742
- OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
1743
- OBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
1744
- OBorderImage?: import("csstype").Property.BorderImage | undefined;
1745
- OObjectFit?: import("csstype").Property.ObjectFit | undefined;
1746
- OObjectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
1747
- OTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
1748
- OTextOverflow?: import("csstype").Property.TextOverflow | undefined;
1749
- OTransform?: import("csstype").Property.Transform | undefined;
1750
- OTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1751
- OTransition?: import("csstype").Property.Transition<string & {}> | undefined;
1752
- OTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1753
- OTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1754
- OTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
1755
- OTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
1756
- WebkitBoxAlign?: import("csstype").Property.BoxAlign | undefined;
1757
- WebkitBoxDirection?: import("csstype").Property.BoxDirection | undefined;
1758
- WebkitBoxFlex?: import("csstype").Property.BoxFlex | undefined;
1759
- WebkitBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
1760
- WebkitBoxLines?: import("csstype").Property.BoxLines | undefined;
1761
- WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
1762
- WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
1763
- WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
1764
- colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
1765
- colorRendering?: import("csstype").Property.ColorRendering | undefined;
1766
- glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined;
1767
- };
1768
- scroll: React.CSSProperties;
1769
- row: React.CSSProperties;
1770
- selected: {
1771
- background: string;
1772
- borderBottomColor: string;
1773
- };
1774
- iconButton: React.CSSProperties;
1775
- };
1776
- export declare const menu: {
1777
- container: {
1778
- position: "fixed";
1779
- zIndex: number;
1780
- minWidth: string;
1781
- width: string;
1782
- maxWidth: string;
1783
- background: string;
1784
- border: string;
1785
- borderRadius: number;
1786
- overflow: string;
1787
- boxShadow: string;
1788
- };
1789
- item: React.CSSProperties;
1790
- danger: {
1791
- color: string;
1792
- };
1793
- };
1794
- export declare const toolbar: {
1795
- panel: {
1796
- position: "absolute";
1797
- top: number;
1798
- left: string;
1799
- display: string;
1800
- gap: number;
1801
- padding: string;
1802
- background: string;
1803
- border: string;
1804
- borderRadius: number;
1805
- color: string;
1806
- fontFamily: string;
1807
- fontSize: number;
1808
- boxShadow: string;
1809
- };
1810
- divider: {
1811
- width: number;
1812
- background: string;
1813
- };
1814
- disabled: {
1815
- opacity: number;
1816
- cursor: string;
1817
- };
1818
- };
1819
- export declare const componentCard: {
1820
- container: React.CSSProperties;
1821
- };
61
+ export declare const base: BaseStyles;
62
+ export declare const inspector: InspectorStyles;
63
+ export declare const tree: TreeStyles;
64
+ export declare const menu: MenuStyles;
65
+ export declare const toolbar: ToolbarStyles;
66
+ export declare const componentCard: ComponentCardStyles;
67
+ export {};