@meonode/ui 0.3.6 → 0.3.8

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