@meonode/ui 0.1.119 → 0.1.121

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