@spark-web/text-input 4.0.0-rc.2 → 4.0.0-rc.4
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.
- package/CHANGELOG.md +32 -0
- package/dist/declarations/src/text-input.d.ts +2925 -3
- package/package.json +9 -9
|
@@ -55,8 +55,2930 @@ export declare const useInputStyles: ({ disabled, startAdornment, endAdornment,
|
|
|
55
55
|
readonly flex: 1;
|
|
56
56
|
readonly position: "relative";
|
|
57
57
|
readonly height: "medium";
|
|
58
|
-
readonly paddingLeft: "
|
|
59
|
-
readonly paddingRight: "
|
|
58
|
+
readonly paddingLeft: "none" | "medium";
|
|
59
|
+
readonly paddingRight: "none" | "medium";
|
|
60
60
|
readonly width: "full";
|
|
61
|
-
},
|
|
61
|
+
}, {
|
|
62
|
+
readonly ':enabled': {
|
|
63
|
+
readonly ':focus + [data-focus-indicator]': {
|
|
64
|
+
readonly boxShadow: string;
|
|
65
|
+
readonly outline: string;
|
|
66
|
+
readonly outlineOffset: string;
|
|
67
|
+
readonly borderColor: string;
|
|
68
|
+
} | {
|
|
69
|
+
readonly outline: string;
|
|
70
|
+
readonly outlineOffset: string;
|
|
71
|
+
readonly borderColor: string;
|
|
72
|
+
};
|
|
73
|
+
};
|
|
74
|
+
readonly ':focus': {
|
|
75
|
+
readonly outline: "none";
|
|
76
|
+
};
|
|
77
|
+
readonly '&[aria-invalid=true]': {
|
|
78
|
+
readonly color: string;
|
|
79
|
+
};
|
|
80
|
+
readonly accentColor?: import("csstype").Property.AccentColor | readonly import("csstype").Property.AccentColor[] | undefined;
|
|
81
|
+
readonly alignContent?: import("csstype").Property.AlignContent | readonly import("csstype").Property.AlignContent[] | undefined;
|
|
82
|
+
readonly alignItems?: import("csstype").Property.AlignItems | readonly import("csstype").Property.AlignItems[] | undefined;
|
|
83
|
+
readonly alignSelf?: import("csstype").Property.AlignSelf | readonly import("csstype").Property.AlignSelf[] | undefined;
|
|
84
|
+
readonly alignTracks?: import("csstype").Property.AlignTracks | readonly import("csstype").Property.AlignTracks[] | undefined;
|
|
85
|
+
readonly animationComposition?: import("csstype").Property.AnimationComposition | readonly import("csstype").Property.AnimationComposition[] | undefined;
|
|
86
|
+
readonly animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | readonly import("csstype").Property.AnimationDelay<string & {}>[] | undefined;
|
|
87
|
+
readonly animationDirection?: import("csstype").Property.AnimationDirection | readonly import("csstype").Property.AnimationDirection[] | undefined;
|
|
88
|
+
readonly animationDuration?: import("csstype").Property.AnimationDuration<string & {}> | readonly import("csstype").Property.AnimationDuration<string & {}>[] | undefined;
|
|
89
|
+
readonly animationFillMode?: import("csstype").Property.AnimationFillMode | readonly import("csstype").Property.AnimationFillMode[] | undefined;
|
|
90
|
+
readonly animationIterationCount?: import("csstype").Property.AnimationIterationCount | readonly import("csstype").Property.AnimationIterationCount[] | undefined;
|
|
91
|
+
readonly animationName?: import("csstype").Property.AnimationName | readonly import("csstype").Property.AnimationName[] | undefined;
|
|
92
|
+
readonly animationPlayState?: import("csstype").Property.AnimationPlayState | readonly import("csstype").Property.AnimationPlayState[] | undefined;
|
|
93
|
+
readonly animationRangeEnd?: string | number | readonly import("csstype").Property.AnimationRangeEnd<string | number>[] | undefined;
|
|
94
|
+
readonly animationRangeStart?: string | number | readonly import("csstype").Property.AnimationRangeStart<string | number>[] | undefined;
|
|
95
|
+
readonly animationTimeline?: import("csstype").Property.AnimationTimeline | readonly import("csstype").Property.AnimationTimeline[] | undefined;
|
|
96
|
+
readonly animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | readonly import("csstype").Property.AnimationTimingFunction[] | undefined;
|
|
97
|
+
readonly appearance?: import("csstype").Property.Appearance | readonly import("csstype").Property.Appearance[] | undefined;
|
|
98
|
+
readonly aspectRatio?: import("csstype").Property.AspectRatio | readonly import("csstype").Property.AspectRatio[] | undefined;
|
|
99
|
+
readonly backdropFilter?: import("csstype").Property.BackdropFilter | readonly import("csstype").Property.BackdropFilter[] | undefined;
|
|
100
|
+
readonly backfaceVisibility?: import("csstype").Property.BackfaceVisibility | readonly import("csstype").Property.BackfaceVisibility[] | undefined;
|
|
101
|
+
readonly backgroundAttachment?: import("csstype").Property.BackgroundAttachment | readonly import("csstype").Property.BackgroundAttachment[] | undefined;
|
|
102
|
+
readonly backgroundBlendMode?: import("csstype").Property.BackgroundBlendMode | readonly import("csstype").Property.BackgroundBlendMode[] | undefined;
|
|
103
|
+
readonly backgroundClip?: import("csstype").Property.BackgroundClip | readonly import("csstype").Property.BackgroundClip[] | undefined;
|
|
104
|
+
readonly backgroundColor?: import("csstype").Property.BackgroundColor | readonly import("csstype").Property.BackgroundColor[] | undefined;
|
|
105
|
+
readonly backgroundImage?: import("csstype").Property.BackgroundImage | readonly import("csstype").Property.BackgroundImage[] | undefined;
|
|
106
|
+
readonly backgroundOrigin?: import("csstype").Property.BackgroundOrigin | readonly import("csstype").Property.BackgroundOrigin[] | undefined;
|
|
107
|
+
readonly backgroundPositionX?: string | number | readonly import("csstype").Property.BackgroundPositionX<string | number>[] | undefined;
|
|
108
|
+
readonly backgroundPositionY?: string | number | readonly import("csstype").Property.BackgroundPositionY<string | number>[] | undefined;
|
|
109
|
+
readonly backgroundRepeat?: import("csstype").Property.BackgroundRepeat | readonly import("csstype").Property.BackgroundRepeat[] | undefined;
|
|
110
|
+
readonly backgroundSize?: string | number | readonly import("csstype").Property.BackgroundSize<string | number>[] | undefined;
|
|
111
|
+
readonly blockOverflow?: import("csstype").Property.BlockOverflow | readonly import("csstype").Property.BlockOverflow[] | undefined;
|
|
112
|
+
readonly blockSize?: string | number | readonly import("csstype").Property.BlockSize<string | number>[] | undefined;
|
|
113
|
+
readonly borderBlockColor?: import("csstype").Property.BorderBlockColor | readonly import("csstype").Property.BorderBlockColor[] | undefined;
|
|
114
|
+
readonly borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | readonly import("csstype").Property.BorderBlockEndColor[] | undefined;
|
|
115
|
+
readonly borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | readonly import("csstype").Property.BorderBlockEndStyle[] | undefined;
|
|
116
|
+
readonly borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | readonly import("csstype").Property.BorderBlockEndWidth<string | number>[] | undefined;
|
|
117
|
+
readonly borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | readonly import("csstype").Property.BorderBlockStartColor[] | undefined;
|
|
118
|
+
readonly borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | readonly import("csstype").Property.BorderBlockStartStyle[] | undefined;
|
|
119
|
+
readonly borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | readonly import("csstype").Property.BorderBlockStartWidth<string | number>[] | undefined;
|
|
120
|
+
readonly borderBlockStyle?: import("csstype").Property.BorderBlockStyle | readonly import("csstype").Property.BorderBlockStyle[] | undefined;
|
|
121
|
+
readonly borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | readonly import("csstype").Property.BorderBlockWidth<string | number>[] | undefined;
|
|
122
|
+
readonly borderBottomColor?: import("csstype").Property.BorderBottomColor | readonly import("csstype").Property.BorderBottomColor[] | undefined;
|
|
123
|
+
readonly borderBottomLeftRadius?: string | number | readonly import("csstype").Property.BorderBottomLeftRadius<string | number>[] | undefined;
|
|
124
|
+
readonly borderBottomRightRadius?: string | number | readonly import("csstype").Property.BorderBottomRightRadius<string | number>[] | undefined;
|
|
125
|
+
readonly borderBottomStyle?: import("csstype").Property.BorderBottomStyle | readonly import("csstype").Property.BorderBottomStyle[] | undefined;
|
|
126
|
+
readonly borderBottomWidth?: import("csstype").Property.BorderBottomWidth<string | number> | readonly import("csstype").Property.BorderBottomWidth<string | number>[] | undefined;
|
|
127
|
+
readonly borderCollapse?: import("csstype").Property.BorderCollapse | readonly import("csstype").Property.BorderCollapse[] | undefined;
|
|
128
|
+
readonly borderEndEndRadius?: string | number | readonly import("csstype").Property.BorderEndEndRadius<string | number>[] | undefined;
|
|
129
|
+
readonly borderEndStartRadius?: string | number | readonly import("csstype").Property.BorderEndStartRadius<string | number>[] | undefined;
|
|
130
|
+
readonly borderImageOutset?: string | number | readonly import("csstype").Property.BorderImageOutset<string | number>[] | undefined;
|
|
131
|
+
readonly borderImageRepeat?: import("csstype").Property.BorderImageRepeat | readonly import("csstype").Property.BorderImageRepeat[] | undefined;
|
|
132
|
+
readonly borderImageSlice?: import("csstype").Property.BorderImageSlice | readonly import("csstype").Property.BorderImageSlice[] | undefined;
|
|
133
|
+
readonly borderImageSource?: import("csstype").Property.BorderImageSource | readonly import("csstype").Property.BorderImageSource[] | undefined;
|
|
134
|
+
readonly borderImageWidth?: string | number | readonly import("csstype").Property.BorderImageWidth<string | number>[] | undefined;
|
|
135
|
+
readonly borderInlineColor?: import("csstype").Property.BorderInlineColor | readonly import("csstype").Property.BorderInlineColor[] | undefined;
|
|
136
|
+
readonly borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | readonly import("csstype").Property.BorderInlineEndColor[] | undefined;
|
|
137
|
+
readonly borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | readonly import("csstype").Property.BorderInlineEndStyle[] | undefined;
|
|
138
|
+
readonly borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | readonly import("csstype").Property.BorderInlineEndWidth<string | number>[] | undefined;
|
|
139
|
+
readonly borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | readonly import("csstype").Property.BorderInlineStartColor[] | undefined;
|
|
140
|
+
readonly borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | readonly import("csstype").Property.BorderInlineStartStyle[] | undefined;
|
|
141
|
+
readonly borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | readonly import("csstype").Property.BorderInlineStartWidth<string | number>[] | undefined;
|
|
142
|
+
readonly borderInlineStyle?: import("csstype").Property.BorderInlineStyle | readonly import("csstype").Property.BorderInlineStyle[] | undefined;
|
|
143
|
+
readonly borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | readonly import("csstype").Property.BorderInlineWidth<string | number>[] | undefined;
|
|
144
|
+
readonly borderLeftColor?: import("csstype").Property.BorderLeftColor | readonly import("csstype").Property.BorderLeftColor[] | undefined;
|
|
145
|
+
readonly borderLeftStyle?: import("csstype").Property.BorderLeftStyle | readonly import("csstype").Property.BorderLeftStyle[] | undefined;
|
|
146
|
+
readonly borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | readonly import("csstype").Property.BorderLeftWidth<string | number>[] | undefined;
|
|
147
|
+
readonly borderRightColor?: import("csstype").Property.BorderRightColor | readonly import("csstype").Property.BorderRightColor[] | undefined;
|
|
148
|
+
readonly borderRightStyle?: import("csstype").Property.BorderRightStyle | readonly import("csstype").Property.BorderRightStyle[] | undefined;
|
|
149
|
+
readonly borderRightWidth?: import("csstype").Property.BorderRightWidth<string | number> | readonly import("csstype").Property.BorderRightWidth<string | number>[] | undefined;
|
|
150
|
+
readonly borderSpacing?: string | number | readonly import("csstype").Property.BorderSpacing<string | number>[] | undefined;
|
|
151
|
+
readonly borderStartEndRadius?: string | number | readonly import("csstype").Property.BorderStartEndRadius<string | number>[] | undefined;
|
|
152
|
+
readonly borderStartStartRadius?: string | number | readonly import("csstype").Property.BorderStartStartRadius<string | number>[] | undefined;
|
|
153
|
+
readonly borderTopColor?: import("csstype").Property.BorderTopColor | readonly import("csstype").Property.BorderTopColor[] | undefined;
|
|
154
|
+
readonly borderTopLeftRadius?: string | number | readonly import("csstype").Property.BorderTopLeftRadius<string | number>[] | undefined;
|
|
155
|
+
readonly borderTopRightRadius?: string | number | readonly import("csstype").Property.BorderTopRightRadius<string | number>[] | undefined;
|
|
156
|
+
readonly borderTopStyle?: import("csstype").Property.BorderTopStyle | readonly import("csstype").Property.BorderTopStyle[] | undefined;
|
|
157
|
+
readonly borderTopWidth?: import("csstype").Property.BorderTopWidth<string | number> | readonly import("csstype").Property.BorderTopWidth<string | number>[] | undefined;
|
|
158
|
+
readonly bottom?: string | number | readonly import("csstype").Property.Bottom<string | number>[] | undefined;
|
|
159
|
+
readonly boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | readonly import("csstype").Property.BoxDecorationBreak[] | undefined;
|
|
160
|
+
readonly boxShadow?: import("csstype").Property.BoxShadow | readonly import("csstype").Property.BoxShadow[] | undefined;
|
|
161
|
+
readonly boxSizing?: import("csstype").Property.BoxSizing | readonly import("csstype").Property.BoxSizing[] | undefined;
|
|
162
|
+
readonly breakAfter?: import("csstype").Property.BreakAfter | readonly import("csstype").Property.BreakAfter[] | undefined;
|
|
163
|
+
readonly breakBefore?: import("csstype").Property.BreakBefore | readonly import("csstype").Property.BreakBefore[] | undefined;
|
|
164
|
+
readonly breakInside?: import("csstype").Property.BreakInside | readonly import("csstype").Property.BreakInside[] | undefined;
|
|
165
|
+
readonly captionSide?: import("csstype").Property.CaptionSide | readonly import("csstype").Property.CaptionSide[] | undefined;
|
|
166
|
+
readonly caretColor?: import("csstype").Property.CaretColor | readonly import("csstype").Property.CaretColor[] | undefined;
|
|
167
|
+
readonly caretShape?: import("csstype").Property.CaretShape | readonly import("csstype").Property.CaretShape[] | undefined;
|
|
168
|
+
readonly clear?: import("csstype").Property.Clear | readonly import("csstype").Property.Clear[] | undefined;
|
|
169
|
+
readonly clipPath?: import("csstype").Property.ClipPath | readonly import("csstype").Property.ClipPath[] | undefined;
|
|
170
|
+
readonly color?: import("csstype").Property.Color | readonly import("csstype").Property.Color[] | undefined;
|
|
171
|
+
readonly colorAdjust?: import("csstype").Property.PrintColorAdjust | readonly import("csstype").Property.PrintColorAdjust[] | undefined;
|
|
172
|
+
readonly colorScheme?: import("csstype").Property.ColorScheme | readonly import("csstype").Property.ColorScheme[] | undefined;
|
|
173
|
+
readonly columnCount?: import("csstype").Property.ColumnCount | readonly import("csstype").Property.ColumnCount[] | undefined;
|
|
174
|
+
readonly columnFill?: import("csstype").Property.ColumnFill | readonly import("csstype").Property.ColumnFill[] | undefined;
|
|
175
|
+
readonly columnGap?: string | number | readonly import("csstype").Property.ColumnGap<string | number>[] | undefined;
|
|
176
|
+
readonly columnRuleColor?: import("csstype").Property.ColumnRuleColor | readonly import("csstype").Property.ColumnRuleColor[] | undefined;
|
|
177
|
+
readonly columnRuleStyle?: import("csstype").Property.ColumnRuleStyle | readonly import("csstype").Property.ColumnRuleStyle[] | undefined;
|
|
178
|
+
readonly columnRuleWidth?: string | number | readonly import("csstype").Property.ColumnRuleWidth<string | number>[] | undefined;
|
|
179
|
+
readonly columnSpan?: import("csstype").Property.ColumnSpan | readonly import("csstype").Property.ColumnSpan[] | undefined;
|
|
180
|
+
readonly columnWidth?: import("csstype").Property.ColumnWidth<string | number> | readonly import("csstype").Property.ColumnWidth<string | number>[] | undefined;
|
|
181
|
+
readonly contain?: import("csstype").Property.Contain | readonly import("csstype").Property.Contain[] | undefined;
|
|
182
|
+
readonly containIntrinsicBlockSize?: string | number | readonly import("csstype").Property.ContainIntrinsicBlockSize<string | number>[] | undefined;
|
|
183
|
+
readonly containIntrinsicHeight?: string | number | readonly import("csstype").Property.ContainIntrinsicHeight<string | number>[] | undefined;
|
|
184
|
+
readonly containIntrinsicInlineSize?: string | number | readonly import("csstype").Property.ContainIntrinsicInlineSize<string | number>[] | undefined;
|
|
185
|
+
readonly containIntrinsicWidth?: string | number | readonly import("csstype").Property.ContainIntrinsicWidth<string | number>[] | undefined;
|
|
186
|
+
readonly containerName?: import("csstype").Property.ContainerName | readonly import("csstype").Property.ContainerName[] | undefined;
|
|
187
|
+
readonly containerType?: import("csstype").Property.ContainerType | readonly import("csstype").Property.ContainerType[] | undefined;
|
|
188
|
+
readonly content?: import("csstype").Property.Content | readonly import("csstype").Property.Content[] | undefined;
|
|
189
|
+
readonly contentVisibility?: import("csstype").Property.ContentVisibility | readonly import("csstype").Property.ContentVisibility[] | undefined;
|
|
190
|
+
readonly counterIncrement?: import("csstype").Property.CounterIncrement | readonly import("csstype").Property.CounterIncrement[] | undefined;
|
|
191
|
+
readonly counterReset?: import("csstype").Property.CounterReset | readonly import("csstype").Property.CounterReset[] | undefined;
|
|
192
|
+
readonly counterSet?: import("csstype").Property.CounterSet | readonly import("csstype").Property.CounterSet[] | undefined;
|
|
193
|
+
readonly cursor?: import("csstype").Property.Cursor | readonly import("csstype").Property.Cursor[] | undefined;
|
|
194
|
+
readonly direction?: import("csstype").Property.Direction | readonly import("csstype").Property.Direction[] | undefined;
|
|
195
|
+
readonly display?: import("csstype").Property.Display | readonly import("csstype").Property.Display[] | undefined;
|
|
196
|
+
readonly emptyCells?: import("csstype").Property.EmptyCells | readonly import("csstype").Property.EmptyCells[] | undefined;
|
|
197
|
+
readonly filter?: import("csstype").Property.Filter | readonly import("csstype").Property.Filter[] | undefined;
|
|
198
|
+
readonly flexBasis?: string | number | readonly import("csstype").Property.FlexBasis<string | number>[] | undefined;
|
|
199
|
+
readonly flexDirection?: import("csstype").Property.FlexDirection | readonly import("csstype").Property.FlexDirection[] | undefined;
|
|
200
|
+
readonly flexGrow?: import("csstype").Property.FlexGrow | readonly import("csstype").Property.FlexGrow[] | undefined;
|
|
201
|
+
readonly flexShrink?: import("csstype").Property.FlexShrink | readonly import("csstype").Property.FlexShrink[] | undefined;
|
|
202
|
+
readonly flexWrap?: import("csstype").Property.FlexWrap | readonly import("csstype").Property.FlexWrap[] | undefined;
|
|
203
|
+
readonly float?: import("csstype").Property.Float | readonly import("csstype").Property.Float[] | undefined;
|
|
204
|
+
readonly fontFamily?: import("csstype").Property.FontFamily | readonly import("csstype").Property.FontFamily[] | undefined;
|
|
205
|
+
readonly fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | readonly import("csstype").Property.FontFeatureSettings[] | undefined;
|
|
206
|
+
readonly fontKerning?: import("csstype").Property.FontKerning | readonly import("csstype").Property.FontKerning[] | undefined;
|
|
207
|
+
readonly fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | readonly import("csstype").Property.FontLanguageOverride[] | undefined;
|
|
208
|
+
readonly fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | readonly import("csstype").Property.FontOpticalSizing[] | undefined;
|
|
209
|
+
readonly fontPalette?: import("csstype").Property.FontPalette | readonly import("csstype").Property.FontPalette[] | undefined;
|
|
210
|
+
readonly fontSize?: string | number | readonly import("csstype").Property.FontSize<string | number>[] | undefined;
|
|
211
|
+
readonly fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | readonly import("csstype").Property.FontSizeAdjust[] | undefined;
|
|
212
|
+
readonly fontSmooth?: import("csstype").Property.FontSmooth<string | number> | readonly import("csstype").Property.FontSmooth<string | number>[] | undefined;
|
|
213
|
+
readonly fontStretch?: import("csstype").Property.FontStretch | readonly import("csstype").Property.FontStretch[] | undefined;
|
|
214
|
+
readonly fontStyle?: import("csstype").Property.FontStyle | readonly import("csstype").Property.FontStyle[] | undefined;
|
|
215
|
+
readonly fontSynthesis?: import("csstype").Property.FontSynthesis | readonly import("csstype").Property.FontSynthesis[] | undefined;
|
|
216
|
+
readonly fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | readonly import("csstype").Property.FontSynthesisPosition[] | undefined;
|
|
217
|
+
readonly fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | readonly import("csstype").Property.FontSynthesisSmallCaps[] | undefined;
|
|
218
|
+
readonly fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | readonly import("csstype").Property.FontSynthesisStyle[] | undefined;
|
|
219
|
+
readonly fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | readonly import("csstype").Property.FontSynthesisWeight[] | undefined;
|
|
220
|
+
readonly fontVariant?: import("csstype").Property.FontVariant | readonly import("csstype").Property.FontVariant[] | undefined;
|
|
221
|
+
readonly fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | readonly import("csstype").Property.FontVariantAlternates[] | undefined;
|
|
222
|
+
readonly fontVariantCaps?: import("csstype").Property.FontVariantCaps | readonly import("csstype").Property.FontVariantCaps[] | undefined;
|
|
223
|
+
readonly fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | readonly import("csstype").Property.FontVariantEastAsian[] | undefined;
|
|
224
|
+
readonly fontVariantEmoji?: import("csstype").Property.FontVariantEmoji | readonly import("csstype").Property.FontVariantEmoji[] | undefined;
|
|
225
|
+
readonly fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | readonly import("csstype").Property.FontVariantLigatures[] | undefined;
|
|
226
|
+
readonly fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | readonly import("csstype").Property.FontVariantNumeric[] | undefined;
|
|
227
|
+
readonly fontVariantPosition?: import("csstype").Property.FontVariantPosition | readonly import("csstype").Property.FontVariantPosition[] | undefined;
|
|
228
|
+
readonly fontVariationSettings?: import("csstype").Property.FontVariationSettings | readonly import("csstype").Property.FontVariationSettings[] | undefined;
|
|
229
|
+
readonly fontWeight?: import("csstype").Property.FontWeight | readonly import("csstype").Property.FontWeight[] | undefined;
|
|
230
|
+
readonly forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | readonly import("csstype").Property.ForcedColorAdjust[] | undefined;
|
|
231
|
+
readonly gridAutoColumns?: string | number | readonly import("csstype").Property.GridAutoColumns<string | number>[] | undefined;
|
|
232
|
+
readonly gridAutoFlow?: import("csstype").Property.GridAutoFlow | readonly import("csstype").Property.GridAutoFlow[] | undefined;
|
|
233
|
+
readonly gridAutoRows?: string | number | readonly import("csstype").Property.GridAutoRows<string | number>[] | undefined;
|
|
234
|
+
readonly gridColumnEnd?: import("csstype").Property.GridColumnEnd | readonly import("csstype").Property.GridColumnEnd[] | undefined;
|
|
235
|
+
readonly gridColumnStart?: import("csstype").Property.GridColumnStart | readonly import("csstype").Property.GridColumnStart[] | undefined;
|
|
236
|
+
readonly gridRowEnd?: import("csstype").Property.GridRowEnd | readonly import("csstype").Property.GridRowEnd[] | undefined;
|
|
237
|
+
readonly gridRowStart?: import("csstype").Property.GridRowStart | readonly import("csstype").Property.GridRowStart[] | undefined;
|
|
238
|
+
readonly gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | readonly import("csstype").Property.GridTemplateAreas[] | undefined;
|
|
239
|
+
readonly gridTemplateColumns?: string | number | readonly import("csstype").Property.GridTemplateColumns<string | number>[] | undefined;
|
|
240
|
+
readonly gridTemplateRows?: string | number | readonly import("csstype").Property.GridTemplateRows<string | number>[] | undefined;
|
|
241
|
+
readonly hangingPunctuation?: import("csstype").Property.HangingPunctuation | readonly import("csstype").Property.HangingPunctuation[] | undefined;
|
|
242
|
+
readonly height?: string | number | readonly import("csstype").Property.Height<string | number>[] | undefined;
|
|
243
|
+
readonly hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | readonly import("csstype").Property.HyphenateCharacter[] | undefined;
|
|
244
|
+
readonly hyphenateLimitChars?: import("csstype").Property.HyphenateLimitChars | readonly import("csstype").Property.HyphenateLimitChars[] | undefined;
|
|
245
|
+
readonly hyphens?: import("csstype").Property.Hyphens | readonly import("csstype").Property.Hyphens[] | undefined;
|
|
246
|
+
readonly imageOrientation?: import("csstype").Property.ImageOrientation | readonly import("csstype").Property.ImageOrientation[] | undefined;
|
|
247
|
+
readonly imageRendering?: import("csstype").Property.ImageRendering | readonly import("csstype").Property.ImageRendering[] | undefined;
|
|
248
|
+
readonly imageResolution?: import("csstype").Property.ImageResolution | readonly import("csstype").Property.ImageResolution[] | undefined;
|
|
249
|
+
readonly initialLetter?: import("csstype").Property.InitialLetter | readonly import("csstype").Property.InitialLetter[] | undefined;
|
|
250
|
+
readonly inlineSize?: string | number | readonly import("csstype").Property.InlineSize<string | number>[] | undefined;
|
|
251
|
+
readonly inputSecurity?: import("csstype").Property.InputSecurity | readonly import("csstype").Property.InputSecurity[] | undefined;
|
|
252
|
+
readonly insetBlockEnd?: string | number | readonly import("csstype").Property.InsetBlockEnd<string | number>[] | undefined;
|
|
253
|
+
readonly insetBlockStart?: string | number | readonly import("csstype").Property.InsetBlockStart<string | number>[] | undefined;
|
|
254
|
+
readonly insetInlineEnd?: string | number | readonly import("csstype").Property.InsetInlineEnd<string | number>[] | undefined;
|
|
255
|
+
readonly insetInlineStart?: string | number | readonly import("csstype").Property.InsetInlineStart<string | number>[] | undefined;
|
|
256
|
+
readonly isolation?: import("csstype").Property.Isolation | readonly import("csstype").Property.Isolation[] | undefined;
|
|
257
|
+
readonly justifyContent?: import("csstype").Property.JustifyContent | readonly import("csstype").Property.JustifyContent[] | undefined;
|
|
258
|
+
readonly justifyItems?: import("csstype").Property.JustifyItems | readonly import("csstype").Property.JustifyItems[] | undefined;
|
|
259
|
+
readonly justifySelf?: import("csstype").Property.JustifySelf | readonly import("csstype").Property.JustifySelf[] | undefined;
|
|
260
|
+
readonly justifyTracks?: import("csstype").Property.JustifyTracks | readonly import("csstype").Property.JustifyTracks[] | undefined;
|
|
261
|
+
readonly left?: string | number | readonly import("csstype").Property.Left<string | number>[] | undefined;
|
|
262
|
+
readonly letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | readonly import("csstype").Property.LetterSpacing<string | number>[] | undefined;
|
|
263
|
+
readonly lineBreak?: import("csstype").Property.LineBreak | readonly import("csstype").Property.LineBreak[] | undefined;
|
|
264
|
+
readonly lineHeight?: string | number | readonly import("csstype").Property.LineHeight<string | number>[] | undefined;
|
|
265
|
+
readonly lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | readonly import("csstype").Property.LineHeightStep<string | number>[] | undefined;
|
|
266
|
+
readonly listStyleImage?: import("csstype").Property.ListStyleImage | readonly import("csstype").Property.ListStyleImage[] | undefined;
|
|
267
|
+
readonly listStylePosition?: import("csstype").Property.ListStylePosition | readonly import("csstype").Property.ListStylePosition[] | undefined;
|
|
268
|
+
readonly listStyleType?: import("csstype").Property.ListStyleType | readonly import("csstype").Property.ListStyleType[] | undefined;
|
|
269
|
+
readonly marginBlockEnd?: string | number | readonly import("csstype").Property.MarginBlockEnd<string | number>[] | undefined;
|
|
270
|
+
readonly marginBlockStart?: string | number | readonly import("csstype").Property.MarginBlockStart<string | number>[] | undefined;
|
|
271
|
+
readonly marginBottom?: string | number | readonly import("csstype").Property.MarginBottom<string | number>[] | undefined;
|
|
272
|
+
readonly marginInlineEnd?: string | number | readonly import("csstype").Property.MarginInlineEnd<string | number>[] | undefined;
|
|
273
|
+
readonly marginInlineStart?: string | number | readonly import("csstype").Property.MarginInlineStart<string | number>[] | undefined;
|
|
274
|
+
readonly marginLeft?: string | number | readonly import("csstype").Property.MarginLeft<string | number>[] | undefined;
|
|
275
|
+
readonly marginRight?: string | number | readonly import("csstype").Property.MarginRight<string | number>[] | undefined;
|
|
276
|
+
readonly marginTop?: string | number | readonly import("csstype").Property.MarginTop<string | number>[] | undefined;
|
|
277
|
+
readonly marginTrim?: import("csstype").Property.MarginTrim | readonly import("csstype").Property.MarginTrim[] | undefined;
|
|
278
|
+
readonly maskBorderMode?: import("csstype").Property.MaskBorderMode | readonly import("csstype").Property.MaskBorderMode[] | undefined;
|
|
279
|
+
readonly maskBorderOutset?: string | number | readonly import("csstype").Property.MaskBorderOutset<string | number>[] | undefined;
|
|
280
|
+
readonly maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | readonly import("csstype").Property.MaskBorderRepeat[] | undefined;
|
|
281
|
+
readonly maskBorderSlice?: import("csstype").Property.MaskBorderSlice | readonly import("csstype").Property.MaskBorderSlice[] | undefined;
|
|
282
|
+
readonly maskBorderSource?: import("csstype").Property.MaskBorderSource | readonly import("csstype").Property.MaskBorderSource[] | undefined;
|
|
283
|
+
readonly maskBorderWidth?: string | number | readonly import("csstype").Property.MaskBorderWidth<string | number>[] | undefined;
|
|
284
|
+
readonly maskClip?: import("csstype").Property.MaskClip | readonly import("csstype").Property.MaskClip[] | undefined;
|
|
285
|
+
readonly maskComposite?: import("csstype").Property.MaskComposite | readonly import("csstype").Property.MaskComposite[] | undefined;
|
|
286
|
+
readonly maskImage?: import("csstype").Property.MaskImage | readonly import("csstype").Property.MaskImage[] | undefined;
|
|
287
|
+
readonly maskMode?: import("csstype").Property.MaskMode | readonly import("csstype").Property.MaskMode[] | undefined;
|
|
288
|
+
readonly maskOrigin?: import("csstype").Property.MaskOrigin | readonly import("csstype").Property.MaskOrigin[] | undefined;
|
|
289
|
+
readonly maskPosition?: string | number | readonly import("csstype").Property.MaskPosition<string | number>[] | undefined;
|
|
290
|
+
readonly maskRepeat?: import("csstype").Property.MaskRepeat | readonly import("csstype").Property.MaskRepeat[] | undefined;
|
|
291
|
+
readonly maskSize?: string | number | readonly import("csstype").Property.MaskSize<string | number>[] | undefined;
|
|
292
|
+
readonly maskType?: import("csstype").Property.MaskType | readonly import("csstype").Property.MaskType[] | undefined;
|
|
293
|
+
readonly masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | readonly import("csstype").Property.MasonryAutoFlow[] | undefined;
|
|
294
|
+
readonly mathDepth?: import("csstype").Property.MathDepth | readonly import("csstype").Property.MathDepth[] | undefined;
|
|
295
|
+
readonly mathShift?: import("csstype").Property.MathShift | readonly import("csstype").Property.MathShift[] | undefined;
|
|
296
|
+
readonly mathStyle?: import("csstype").Property.MathStyle | readonly import("csstype").Property.MathStyle[] | undefined;
|
|
297
|
+
readonly maxBlockSize?: string | number | readonly import("csstype").Property.MaxBlockSize<string | number>[] | undefined;
|
|
298
|
+
readonly maxHeight?: string | number | readonly import("csstype").Property.MaxHeight<string | number>[] | undefined;
|
|
299
|
+
readonly maxInlineSize?: string | number | readonly import("csstype").Property.MaxInlineSize<string | number>[] | undefined;
|
|
300
|
+
readonly maxLines?: import("csstype").Property.MaxLines | readonly import("csstype").Property.MaxLines[] | undefined;
|
|
301
|
+
readonly maxWidth?: string | number | readonly import("csstype").Property.MaxWidth<string | number>[] | undefined;
|
|
302
|
+
readonly minBlockSize?: string | number | readonly import("csstype").Property.MinBlockSize<string | number>[] | undefined;
|
|
303
|
+
readonly minHeight?: string | number | readonly import("csstype").Property.MinHeight<string | number>[] | undefined;
|
|
304
|
+
readonly minInlineSize?: string | number | readonly import("csstype").Property.MinInlineSize<string | number>[] | undefined;
|
|
305
|
+
readonly minWidth?: string | number | readonly import("csstype").Property.MinWidth<string | number>[] | undefined;
|
|
306
|
+
readonly mixBlendMode?: import("csstype").Property.MixBlendMode | readonly import("csstype").Property.MixBlendMode[] | undefined;
|
|
307
|
+
readonly motionDistance?: string | number | readonly import("csstype").Property.OffsetDistance<string | number>[] | undefined;
|
|
308
|
+
readonly motionPath?: import("csstype").Property.OffsetPath | readonly import("csstype").Property.OffsetPath[] | undefined;
|
|
309
|
+
readonly motionRotation?: import("csstype").Property.OffsetRotate | readonly import("csstype").Property.OffsetRotate[] | undefined;
|
|
310
|
+
readonly objectFit?: import("csstype").Property.ObjectFit | readonly import("csstype").Property.ObjectFit[] | undefined;
|
|
311
|
+
readonly objectPosition?: string | number | readonly import("csstype").Property.ObjectPosition<string | number>[] | undefined;
|
|
312
|
+
readonly offsetAnchor?: string | number | readonly import("csstype").Property.OffsetAnchor<string | number>[] | undefined;
|
|
313
|
+
readonly offsetDistance?: string | number | readonly import("csstype").Property.OffsetDistance<string | number>[] | undefined;
|
|
314
|
+
readonly offsetPath?: import("csstype").Property.OffsetPath | readonly import("csstype").Property.OffsetPath[] | undefined;
|
|
315
|
+
readonly offsetPosition?: string | number | readonly import("csstype").Property.OffsetPosition<string | number>[] | undefined;
|
|
316
|
+
readonly offsetRotate?: import("csstype").Property.OffsetRotate | readonly import("csstype").Property.OffsetRotate[] | undefined;
|
|
317
|
+
readonly offsetRotation?: import("csstype").Property.OffsetRotate | readonly import("csstype").Property.OffsetRotate[] | undefined;
|
|
318
|
+
readonly opacity?: import("csstype").Property.Opacity | readonly import("csstype").Property.Opacity[] | undefined;
|
|
319
|
+
readonly order?: import("csstype").Property.Order | readonly import("csstype").Property.Order[] | undefined;
|
|
320
|
+
readonly orphans?: import("csstype").Property.Orphans | readonly import("csstype").Property.Orphans[] | undefined;
|
|
321
|
+
readonly outlineColor?: import("csstype").Property.OutlineColor | readonly import("csstype").Property.OutlineColor[] | undefined;
|
|
322
|
+
readonly outlineOffset?: import("csstype").Property.OutlineOffset<string | number> | readonly import("csstype").Property.OutlineOffset<string | number>[] | undefined;
|
|
323
|
+
readonly outlineStyle?: import("csstype").Property.OutlineStyle | readonly import("csstype").Property.OutlineStyle[] | undefined;
|
|
324
|
+
readonly outlineWidth?: import("csstype").Property.OutlineWidth<string | number> | readonly import("csstype").Property.OutlineWidth<string | number>[] | undefined;
|
|
325
|
+
readonly overflowAnchor?: import("csstype").Property.OverflowAnchor | readonly import("csstype").Property.OverflowAnchor[] | undefined;
|
|
326
|
+
readonly overflowBlock?: import("csstype").Property.OverflowBlock | readonly import("csstype").Property.OverflowBlock[] | undefined;
|
|
327
|
+
readonly overflowClipBox?: import("csstype").Property.OverflowClipBox | readonly import("csstype").Property.OverflowClipBox[] | undefined;
|
|
328
|
+
readonly overflowClipMargin?: string | number | readonly import("csstype").Property.OverflowClipMargin<string | number>[] | undefined;
|
|
329
|
+
readonly overflowInline?: import("csstype").Property.OverflowInline | readonly import("csstype").Property.OverflowInline[] | undefined;
|
|
330
|
+
readonly overflowWrap?: import("csstype").Property.OverflowWrap | readonly import("csstype").Property.OverflowWrap[] | undefined;
|
|
331
|
+
readonly overflowX?: import("csstype").Property.OverflowX | readonly import("csstype").Property.OverflowX[] | undefined;
|
|
332
|
+
readonly overflowY?: import("csstype").Property.OverflowY | readonly import("csstype").Property.OverflowY[] | undefined;
|
|
333
|
+
readonly overlay?: import("csstype").Property.Overlay | readonly import("csstype").Property.Overlay[] | undefined;
|
|
334
|
+
readonly overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | readonly import("csstype").Property.OverscrollBehaviorBlock[] | undefined;
|
|
335
|
+
readonly overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | readonly import("csstype").Property.OverscrollBehaviorInline[] | undefined;
|
|
336
|
+
readonly overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | readonly import("csstype").Property.OverscrollBehaviorX[] | undefined;
|
|
337
|
+
readonly overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | readonly import("csstype").Property.OverscrollBehaviorY[] | undefined;
|
|
338
|
+
readonly paddingBlockEnd?: string | number | readonly import("csstype").Property.PaddingBlockEnd<string | number>[] | undefined;
|
|
339
|
+
readonly paddingBlockStart?: string | number | readonly import("csstype").Property.PaddingBlockStart<string | number>[] | undefined;
|
|
340
|
+
readonly paddingBottom?: string | number | readonly import("csstype").Property.PaddingBottom<string | number>[] | undefined;
|
|
341
|
+
readonly paddingInlineEnd?: string | number | readonly import("csstype").Property.PaddingInlineEnd<string | number>[] | undefined;
|
|
342
|
+
readonly paddingInlineStart?: string | number | readonly import("csstype").Property.PaddingInlineStart<string | number>[] | undefined;
|
|
343
|
+
readonly paddingLeft?: string | number | readonly import("csstype").Property.PaddingLeft<string | number>[] | undefined;
|
|
344
|
+
readonly paddingRight?: string | number | readonly import("csstype").Property.PaddingRight<string | number>[] | undefined;
|
|
345
|
+
readonly paddingTop?: string | number | readonly import("csstype").Property.PaddingTop<string | number>[] | undefined;
|
|
346
|
+
readonly page?: import("csstype").Property.Page | readonly import("csstype").Property.Page[] | undefined;
|
|
347
|
+
readonly pageBreakAfter?: import("csstype").Property.PageBreakAfter | readonly import("csstype").Property.PageBreakAfter[] | undefined;
|
|
348
|
+
readonly pageBreakBefore?: import("csstype").Property.PageBreakBefore | readonly import("csstype").Property.PageBreakBefore[] | undefined;
|
|
349
|
+
readonly pageBreakInside?: import("csstype").Property.PageBreakInside | readonly import("csstype").Property.PageBreakInside[] | undefined;
|
|
350
|
+
readonly paintOrder?: import("csstype").Property.PaintOrder | readonly import("csstype").Property.PaintOrder[] | undefined;
|
|
351
|
+
readonly perspective?: import("csstype").Property.Perspective<string | number> | readonly import("csstype").Property.Perspective<string | number>[] | undefined;
|
|
352
|
+
readonly perspectiveOrigin?: string | number | readonly import("csstype").Property.PerspectiveOrigin<string | number>[] | undefined;
|
|
353
|
+
readonly pointerEvents?: import("csstype").Property.PointerEvents | readonly import("csstype").Property.PointerEvents[] | undefined;
|
|
354
|
+
readonly position?: import("csstype").Property.Position | readonly import("csstype").Property.Position[] | undefined;
|
|
355
|
+
readonly printColorAdjust?: import("csstype").Property.PrintColorAdjust | readonly import("csstype").Property.PrintColorAdjust[] | undefined;
|
|
356
|
+
readonly quotes?: import("csstype").Property.Quotes | readonly import("csstype").Property.Quotes[] | undefined;
|
|
357
|
+
readonly resize?: import("csstype").Property.Resize | readonly import("csstype").Property.Resize[] | undefined;
|
|
358
|
+
readonly right?: string | number | readonly import("csstype").Property.Right<string | number>[] | undefined;
|
|
359
|
+
readonly rotate?: import("csstype").Property.Rotate | readonly import("csstype").Property.Rotate[] | undefined;
|
|
360
|
+
readonly rowGap?: string | number | readonly import("csstype").Property.RowGap<string | number>[] | undefined;
|
|
361
|
+
readonly rubyAlign?: import("csstype").Property.RubyAlign | readonly import("csstype").Property.RubyAlign[] | undefined;
|
|
362
|
+
readonly rubyMerge?: import("csstype").Property.RubyMerge | readonly import("csstype").Property.RubyMerge[] | undefined;
|
|
363
|
+
readonly rubyPosition?: import("csstype").Property.RubyPosition | readonly import("csstype").Property.RubyPosition[] | undefined;
|
|
364
|
+
readonly scale?: import("csstype").Property.Scale | readonly import("csstype").Property.Scale[] | undefined;
|
|
365
|
+
readonly scrollBehavior?: import("csstype").Property.ScrollBehavior | readonly import("csstype").Property.ScrollBehavior[] | undefined;
|
|
366
|
+
readonly scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | readonly import("csstype").Property.ScrollMarginBlockEnd<string | number>[] | undefined;
|
|
367
|
+
readonly scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | readonly import("csstype").Property.ScrollMarginBlockStart<string | number>[] | undefined;
|
|
368
|
+
readonly scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | readonly import("csstype").Property.ScrollMarginBottom<string | number>[] | undefined;
|
|
369
|
+
readonly scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | readonly import("csstype").Property.ScrollMarginInlineEnd<string | number>[] | undefined;
|
|
370
|
+
readonly scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart<string | number> | readonly import("csstype").Property.ScrollMarginInlineStart<string | number>[] | undefined;
|
|
371
|
+
readonly scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | readonly import("csstype").Property.ScrollMarginLeft<string | number>[] | undefined;
|
|
372
|
+
readonly scrollMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | readonly import("csstype").Property.ScrollMarginRight<string | number>[] | undefined;
|
|
373
|
+
readonly scrollMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | readonly import("csstype").Property.ScrollMarginTop<string | number>[] | undefined;
|
|
374
|
+
readonly scrollPaddingBlockEnd?: string | number | readonly import("csstype").Property.ScrollPaddingBlockEnd<string | number>[] | undefined;
|
|
375
|
+
readonly scrollPaddingBlockStart?: string | number | readonly import("csstype").Property.ScrollPaddingBlockStart<string | number>[] | undefined;
|
|
376
|
+
readonly scrollPaddingBottom?: string | number | readonly import("csstype").Property.ScrollPaddingBottom<string | number>[] | undefined;
|
|
377
|
+
readonly scrollPaddingInlineEnd?: string | number | readonly import("csstype").Property.ScrollPaddingInlineEnd<string | number>[] | undefined;
|
|
378
|
+
readonly scrollPaddingInlineStart?: string | number | readonly import("csstype").Property.ScrollPaddingInlineStart<string | number>[] | undefined;
|
|
379
|
+
readonly scrollPaddingLeft?: string | number | readonly import("csstype").Property.ScrollPaddingLeft<string | number>[] | undefined;
|
|
380
|
+
readonly scrollPaddingRight?: string | number | readonly import("csstype").Property.ScrollPaddingRight<string | number>[] | undefined;
|
|
381
|
+
readonly scrollPaddingTop?: string | number | readonly import("csstype").Property.ScrollPaddingTop<string | number>[] | undefined;
|
|
382
|
+
readonly scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | readonly import("csstype").Property.ScrollSnapAlign[] | undefined;
|
|
383
|
+
readonly scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | readonly import("csstype").Property.ScrollMarginBottom<string | number>[] | undefined;
|
|
384
|
+
readonly scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | readonly import("csstype").Property.ScrollMarginLeft<string | number>[] | undefined;
|
|
385
|
+
readonly scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | readonly import("csstype").Property.ScrollMarginRight<string | number>[] | undefined;
|
|
386
|
+
readonly scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | readonly import("csstype").Property.ScrollMarginTop<string | number>[] | undefined;
|
|
387
|
+
readonly scrollSnapStop?: import("csstype").Property.ScrollSnapStop | readonly import("csstype").Property.ScrollSnapStop[] | undefined;
|
|
388
|
+
readonly scrollSnapType?: import("csstype").Property.ScrollSnapType | readonly import("csstype").Property.ScrollSnapType[] | undefined;
|
|
389
|
+
readonly scrollTimelineAxis?: import("csstype").Property.ScrollTimelineAxis | readonly import("csstype").Property.ScrollTimelineAxis[] | undefined;
|
|
390
|
+
readonly scrollTimelineName?: import("csstype").Property.ScrollTimelineName | readonly import("csstype").Property.ScrollTimelineName[] | undefined;
|
|
391
|
+
readonly scrollbarColor?: import("csstype").Property.ScrollbarColor | readonly import("csstype").Property.ScrollbarColor[] | undefined;
|
|
392
|
+
readonly scrollbarGutter?: import("csstype").Property.ScrollbarGutter | readonly import("csstype").Property.ScrollbarGutter[] | undefined;
|
|
393
|
+
readonly scrollbarWidth?: import("csstype").Property.ScrollbarWidth | readonly import("csstype").Property.ScrollbarWidth[] | undefined;
|
|
394
|
+
readonly shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | readonly import("csstype").Property.ShapeImageThreshold[] | undefined;
|
|
395
|
+
readonly shapeMargin?: string | number | readonly import("csstype").Property.ShapeMargin<string | number>[] | undefined;
|
|
396
|
+
readonly shapeOutside?: import("csstype").Property.ShapeOutside | readonly import("csstype").Property.ShapeOutside[] | undefined;
|
|
397
|
+
readonly tabSize?: string | number | readonly import("csstype").Property.TabSize<string | number>[] | undefined;
|
|
398
|
+
readonly tableLayout?: import("csstype").Property.TableLayout | readonly import("csstype").Property.TableLayout[] | undefined;
|
|
399
|
+
readonly textAlign?: import("csstype").Property.TextAlign | readonly import("csstype").Property.TextAlign[] | undefined;
|
|
400
|
+
readonly textAlignLast?: import("csstype").Property.TextAlignLast | readonly import("csstype").Property.TextAlignLast[] | undefined;
|
|
401
|
+
readonly textCombineUpright?: import("csstype").Property.TextCombineUpright | readonly import("csstype").Property.TextCombineUpright[] | undefined;
|
|
402
|
+
readonly textDecorationColor?: import("csstype").Property.TextDecorationColor | readonly import("csstype").Property.TextDecorationColor[] | undefined;
|
|
403
|
+
readonly textDecorationLine?: import("csstype").Property.TextDecorationLine | readonly import("csstype").Property.TextDecorationLine[] | undefined;
|
|
404
|
+
readonly textDecorationSkip?: import("csstype").Property.TextDecorationSkip | readonly import("csstype").Property.TextDecorationSkip[] | undefined;
|
|
405
|
+
readonly textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | readonly import("csstype").Property.TextDecorationSkipInk[] | undefined;
|
|
406
|
+
readonly textDecorationStyle?: import("csstype").Property.TextDecorationStyle | readonly import("csstype").Property.TextDecorationStyle[] | undefined;
|
|
407
|
+
readonly textDecorationThickness?: string | number | readonly import("csstype").Property.TextDecorationThickness<string | number>[] | undefined;
|
|
408
|
+
readonly textEmphasisColor?: import("csstype").Property.TextEmphasisColor | readonly import("csstype").Property.TextEmphasisColor[] | undefined;
|
|
409
|
+
readonly textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | readonly import("csstype").Property.TextEmphasisPosition[] | undefined;
|
|
410
|
+
readonly textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | readonly import("csstype").Property.TextEmphasisStyle[] | undefined;
|
|
411
|
+
readonly textIndent?: string | number | readonly import("csstype").Property.TextIndent<string | number>[] | undefined;
|
|
412
|
+
readonly textJustify?: import("csstype").Property.TextJustify | readonly import("csstype").Property.TextJustify[] | undefined;
|
|
413
|
+
readonly textOrientation?: import("csstype").Property.TextOrientation | readonly import("csstype").Property.TextOrientation[] | undefined;
|
|
414
|
+
readonly textOverflow?: import("csstype").Property.TextOverflow | readonly import("csstype").Property.TextOverflow[] | undefined;
|
|
415
|
+
readonly textRendering?: import("csstype").Property.TextRendering | readonly import("csstype").Property.TextRendering[] | undefined;
|
|
416
|
+
readonly textShadow?: import("csstype").Property.TextShadow | readonly import("csstype").Property.TextShadow[] | undefined;
|
|
417
|
+
readonly textSizeAdjust?: import("csstype").Property.TextSizeAdjust | readonly import("csstype").Property.TextSizeAdjust[] | undefined;
|
|
418
|
+
readonly textTransform?: import("csstype").Property.TextTransform | readonly import("csstype").Property.TextTransform[] | undefined;
|
|
419
|
+
readonly textUnderlineOffset?: string | number | readonly import("csstype").Property.TextUnderlineOffset<string | number>[] | undefined;
|
|
420
|
+
readonly textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | readonly import("csstype").Property.TextUnderlinePosition[] | undefined;
|
|
421
|
+
readonly textWrap?: import("csstype").Property.TextWrap | readonly import("csstype").Property.TextWrap[] | undefined;
|
|
422
|
+
readonly timelineScope?: import("csstype").Property.TimelineScope | readonly import("csstype").Property.TimelineScope[] | undefined;
|
|
423
|
+
readonly top?: string | number | readonly import("csstype").Property.Top<string | number>[] | undefined;
|
|
424
|
+
readonly touchAction?: import("csstype").Property.TouchAction | readonly import("csstype").Property.TouchAction[] | undefined;
|
|
425
|
+
readonly transform?: import("csstype").Property.Transform | readonly import("csstype").Property.Transform[] | undefined;
|
|
426
|
+
readonly transformBox?: import("csstype").Property.TransformBox | readonly import("csstype").Property.TransformBox[] | undefined;
|
|
427
|
+
readonly transformOrigin?: string | number | readonly import("csstype").Property.TransformOrigin<string | number>[] | undefined;
|
|
428
|
+
readonly transformStyle?: import("csstype").Property.TransformStyle | readonly import("csstype").Property.TransformStyle[] | undefined;
|
|
429
|
+
readonly transitionBehavior?: import("csstype").Property.TransitionBehavior | readonly import("csstype").Property.TransitionBehavior[] | undefined;
|
|
430
|
+
readonly transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | readonly import("csstype").Property.TransitionDelay<string & {}>[] | undefined;
|
|
431
|
+
readonly transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | readonly import("csstype").Property.TransitionDuration<string & {}>[] | undefined;
|
|
432
|
+
readonly transitionProperty?: import("csstype").Property.TransitionProperty | readonly import("csstype").Property.TransitionProperty[] | undefined;
|
|
433
|
+
readonly transitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | readonly import("csstype").Property.TransitionTimingFunction[] | undefined;
|
|
434
|
+
readonly translate?: string | number | readonly import("csstype").Property.Translate<string | number>[] | undefined;
|
|
435
|
+
readonly unicodeBidi?: import("csstype").Property.UnicodeBidi | readonly import("csstype").Property.UnicodeBidi[] | undefined;
|
|
436
|
+
readonly userSelect?: import("csstype").Property.UserSelect | readonly import("csstype").Property.UserSelect[] | undefined;
|
|
437
|
+
readonly verticalAlign?: string | number | readonly import("csstype").Property.VerticalAlign<string | number>[] | undefined;
|
|
438
|
+
readonly viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | readonly import("csstype").Property.ViewTimelineAxis[] | undefined;
|
|
439
|
+
readonly viewTimelineInset?: string | number | readonly import("csstype").Property.ViewTimelineInset<string | number>[] | undefined;
|
|
440
|
+
readonly viewTimelineName?: import("csstype").Property.ViewTimelineName | readonly import("csstype").Property.ViewTimelineName[] | undefined;
|
|
441
|
+
readonly viewTransitionName?: import("csstype").Property.ViewTransitionName | readonly import("csstype").Property.ViewTransitionName[] | undefined;
|
|
442
|
+
readonly visibility?: import("csstype").Property.Visibility | readonly import("csstype").Property.Visibility[] | undefined;
|
|
443
|
+
readonly whiteSpace?: import("csstype").Property.WhiteSpace | readonly import("csstype").Property.WhiteSpace[] | undefined;
|
|
444
|
+
readonly whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | readonly import("csstype").Property.WhiteSpaceCollapse[] | undefined;
|
|
445
|
+
readonly whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | readonly import("csstype").Property.WhiteSpaceTrim[] | undefined;
|
|
446
|
+
readonly widows?: import("csstype").Property.Widows | readonly import("csstype").Property.Widows[] | undefined;
|
|
447
|
+
readonly width?: string | number | readonly import("csstype").Property.Width<string | number>[] | undefined;
|
|
448
|
+
readonly willChange?: import("csstype").Property.WillChange | readonly import("csstype").Property.WillChange[] | undefined;
|
|
449
|
+
readonly wordBreak?: import("csstype").Property.WordBreak | readonly import("csstype").Property.WordBreak[] | undefined;
|
|
450
|
+
readonly wordSpacing?: import("csstype").Property.WordSpacing<string | number> | readonly import("csstype").Property.WordSpacing<string | number>[] | undefined;
|
|
451
|
+
readonly wordWrap?: import("csstype").Property.WordWrap | readonly import("csstype").Property.WordWrap[] | undefined;
|
|
452
|
+
readonly writingMode?: import("csstype").Property.WritingMode | readonly import("csstype").Property.WritingMode[] | undefined;
|
|
453
|
+
readonly zIndex?: import("csstype").Property.ZIndex | readonly import("csstype").Property.ZIndex[] | undefined;
|
|
454
|
+
readonly zoom?: import("csstype").Property.Zoom | readonly import("csstype").Property.Zoom[] | undefined;
|
|
455
|
+
readonly all?: import("csstype").Globals | readonly import("csstype").Globals[] | undefined;
|
|
456
|
+
readonly animation?: import("csstype").Property.Animation<string & {}> | readonly import("csstype").Property.Animation<string & {}>[] | undefined;
|
|
457
|
+
readonly animationRange?: string | number | readonly import("csstype").Property.AnimationRange<string | number>[] | undefined;
|
|
458
|
+
readonly background?: string | number | readonly import("csstype").Property.Background<string | number>[] | undefined;
|
|
459
|
+
readonly backgroundPosition?: string | number | readonly import("csstype").Property.BackgroundPosition<string | number>[] | undefined;
|
|
460
|
+
readonly border?: string | number | readonly import("csstype").Property.Border<string | number>[] | undefined;
|
|
461
|
+
readonly borderBlock?: string | number | readonly import("csstype").Property.BorderBlock<string | number>[] | undefined;
|
|
462
|
+
readonly borderBlockEnd?: string | number | readonly import("csstype").Property.BorderBlockEnd<string | number>[] | undefined;
|
|
463
|
+
readonly borderBlockStart?: string | number | readonly import("csstype").Property.BorderBlockStart<string | number>[] | undefined;
|
|
464
|
+
readonly borderBottom?: string | number | readonly import("csstype").Property.BorderBottom<string | number>[] | undefined;
|
|
465
|
+
readonly borderColor?: import("csstype").Property.BorderColor | readonly import("csstype").Property.BorderColor[] | undefined;
|
|
466
|
+
readonly borderImage?: import("csstype").Property.BorderImage | readonly import("csstype").Property.BorderImage[] | undefined;
|
|
467
|
+
readonly borderInline?: string | number | readonly import("csstype").Property.BorderInline<string | number>[] | undefined;
|
|
468
|
+
readonly borderInlineEnd?: string | number | readonly import("csstype").Property.BorderInlineEnd<string | number>[] | undefined;
|
|
469
|
+
readonly borderInlineStart?: string | number | readonly import("csstype").Property.BorderInlineStart<string | number>[] | undefined;
|
|
470
|
+
readonly borderLeft?: string | number | readonly import("csstype").Property.BorderLeft<string | number>[] | undefined;
|
|
471
|
+
readonly borderRadius?: string | number | readonly import("csstype").Property.BorderRadius<string | number>[] | undefined;
|
|
472
|
+
readonly borderRight?: string | number | readonly import("csstype").Property.BorderRight<string | number>[] | undefined;
|
|
473
|
+
readonly borderStyle?: import("csstype").Property.BorderStyle | readonly import("csstype").Property.BorderStyle[] | undefined;
|
|
474
|
+
readonly borderTop?: string | number | readonly import("csstype").Property.BorderTop<string | number>[] | undefined;
|
|
475
|
+
readonly borderWidth?: string | number | readonly import("csstype").Property.BorderWidth<string | number>[] | undefined;
|
|
476
|
+
readonly caret?: import("csstype").Property.Caret | readonly import("csstype").Property.Caret[] | undefined;
|
|
477
|
+
readonly columnRule?: string | number | readonly import("csstype").Property.ColumnRule<string | number>[] | undefined;
|
|
478
|
+
readonly columns?: string | number | readonly import("csstype").Property.Columns<string | number>[] | undefined;
|
|
479
|
+
readonly containIntrinsicSize?: string | number | readonly import("csstype").Property.ContainIntrinsicSize<string | number>[] | undefined;
|
|
480
|
+
readonly container?: import("csstype").Property.Container | readonly import("csstype").Property.Container[] | undefined;
|
|
481
|
+
readonly flex?: string | number | readonly import("csstype").Property.Flex<string | number>[] | undefined;
|
|
482
|
+
readonly flexFlow?: import("csstype").Property.FlexFlow | readonly import("csstype").Property.FlexFlow[] | undefined;
|
|
483
|
+
readonly font?: import("csstype").Property.Font | readonly import("csstype").Property.Font[] | undefined;
|
|
484
|
+
readonly gap?: string | number | readonly import("csstype").Property.Gap<string | number>[] | undefined;
|
|
485
|
+
readonly grid?: import("csstype").Property.Grid | readonly import("csstype").Property.Grid[] | undefined;
|
|
486
|
+
readonly gridArea?: import("csstype").Property.GridArea | readonly import("csstype").Property.GridArea[] | undefined;
|
|
487
|
+
readonly gridColumn?: import("csstype").Property.GridColumn | readonly import("csstype").Property.GridColumn[] | undefined;
|
|
488
|
+
readonly gridRow?: import("csstype").Property.GridRow | readonly import("csstype").Property.GridRow[] | undefined;
|
|
489
|
+
readonly gridTemplate?: import("csstype").Property.GridTemplate | readonly import("csstype").Property.GridTemplate[] | undefined;
|
|
490
|
+
readonly inset?: string | number | readonly import("csstype").Property.Inset<string | number>[] | undefined;
|
|
491
|
+
readonly insetBlock?: string | number | readonly import("csstype").Property.InsetBlock<string | number>[] | undefined;
|
|
492
|
+
readonly insetInline?: string | number | readonly import("csstype").Property.InsetInline<string | number>[] | undefined;
|
|
493
|
+
readonly lineClamp?: import("csstype").Property.LineClamp | readonly import("csstype").Property.LineClamp[] | undefined;
|
|
494
|
+
readonly listStyle?: import("csstype").Property.ListStyle | readonly import("csstype").Property.ListStyle[] | undefined;
|
|
495
|
+
readonly margin?: string | number | readonly import("csstype").Property.Margin<string | number>[] | undefined;
|
|
496
|
+
readonly marginBlock?: string | number | readonly import("csstype").Property.MarginBlock<string | number>[] | undefined;
|
|
497
|
+
readonly marginInline?: string | number | readonly import("csstype").Property.MarginInline<string | number>[] | undefined;
|
|
498
|
+
readonly mask?: string | number | readonly import("csstype").Property.Mask<string | number>[] | undefined;
|
|
499
|
+
readonly maskBorder?: import("csstype").Property.MaskBorder | readonly import("csstype").Property.MaskBorder[] | undefined;
|
|
500
|
+
readonly motion?: string | number | readonly import("csstype").Property.Offset<string | number>[] | undefined;
|
|
501
|
+
readonly offset?: string | number | readonly import("csstype").Property.Offset<string | number>[] | undefined;
|
|
502
|
+
readonly outline?: string | number | readonly import("csstype").Property.Outline<string | number>[] | undefined;
|
|
503
|
+
readonly overflow?: import("csstype").Property.Overflow | readonly import("csstype").Property.Overflow[] | undefined;
|
|
504
|
+
readonly overscrollBehavior?: import("csstype").Property.OverscrollBehavior | readonly import("csstype").Property.OverscrollBehavior[] | undefined;
|
|
505
|
+
readonly padding?: string | number | readonly import("csstype").Property.Padding<string | number>[] | undefined;
|
|
506
|
+
readonly paddingBlock?: string | number | readonly import("csstype").Property.PaddingBlock<string | number>[] | undefined;
|
|
507
|
+
readonly paddingInline?: string | number | readonly import("csstype").Property.PaddingInline<string | number>[] | undefined;
|
|
508
|
+
readonly placeContent?: import("csstype").Property.PlaceContent | readonly import("csstype").Property.PlaceContent[] | undefined;
|
|
509
|
+
readonly placeItems?: import("csstype").Property.PlaceItems | readonly import("csstype").Property.PlaceItems[] | undefined;
|
|
510
|
+
readonly placeSelf?: import("csstype").Property.PlaceSelf | readonly import("csstype").Property.PlaceSelf[] | undefined;
|
|
511
|
+
readonly scrollMargin?: string | number | readonly import("csstype").Property.ScrollMargin<string | number>[] | undefined;
|
|
512
|
+
readonly scrollMarginBlock?: string | number | readonly import("csstype").Property.ScrollMarginBlock<string | number>[] | undefined;
|
|
513
|
+
readonly scrollMarginInline?: string | number | readonly import("csstype").Property.ScrollMarginInline<string | number>[] | undefined;
|
|
514
|
+
readonly scrollPadding?: string | number | readonly import("csstype").Property.ScrollPadding<string | number>[] | undefined;
|
|
515
|
+
readonly scrollPaddingBlock?: string | number | readonly import("csstype").Property.ScrollPaddingBlock<string | number>[] | undefined;
|
|
516
|
+
readonly scrollPaddingInline?: string | number | readonly import("csstype").Property.ScrollPaddingInline<string | number>[] | undefined;
|
|
517
|
+
readonly scrollSnapMargin?: string | number | readonly import("csstype").Property.ScrollMargin<string | number>[] | undefined;
|
|
518
|
+
readonly scrollTimeline?: import("csstype").Property.ScrollTimeline | readonly import("csstype").Property.ScrollTimeline[] | undefined;
|
|
519
|
+
readonly textDecoration?: string | number | readonly import("csstype").Property.TextDecoration<string | number>[] | undefined;
|
|
520
|
+
readonly textEmphasis?: import("csstype").Property.TextEmphasis | readonly import("csstype").Property.TextEmphasis[] | undefined;
|
|
521
|
+
readonly transition?: import("csstype").Property.Transition<string & {}> | readonly import("csstype").Property.Transition<string & {}>[] | undefined;
|
|
522
|
+
readonly viewTimeline?: import("csstype").Property.ViewTimeline | readonly import("csstype").Property.ViewTimeline[] | undefined;
|
|
523
|
+
readonly MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | readonly import("csstype").Property.AnimationDelay<string & {}>[] | undefined;
|
|
524
|
+
readonly MozAnimationDirection?: import("csstype").Property.AnimationDirection | readonly import("csstype").Property.AnimationDirection[] | undefined;
|
|
525
|
+
readonly MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | readonly import("csstype").Property.AnimationDuration<string & {}>[] | undefined;
|
|
526
|
+
readonly MozAnimationFillMode?: import("csstype").Property.AnimationFillMode | readonly import("csstype").Property.AnimationFillMode[] | undefined;
|
|
527
|
+
readonly MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | readonly import("csstype").Property.AnimationIterationCount[] | undefined;
|
|
528
|
+
readonly MozAnimationName?: import("csstype").Property.AnimationName | readonly import("csstype").Property.AnimationName[] | undefined;
|
|
529
|
+
readonly MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | readonly import("csstype").Property.AnimationPlayState[] | undefined;
|
|
530
|
+
readonly MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | readonly import("csstype").Property.AnimationTimingFunction[] | undefined;
|
|
531
|
+
readonly MozAppearance?: import("csstype").Property.MozAppearance | readonly import("csstype").Property.MozAppearance[] | undefined;
|
|
532
|
+
readonly MozBinding?: import("csstype").Property.MozBinding | readonly import("csstype").Property.MozBinding[] | undefined;
|
|
533
|
+
readonly MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | readonly import("csstype").Property.MozBorderBottomColors[] | undefined;
|
|
534
|
+
readonly MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | readonly import("csstype").Property.BorderInlineEndColor[] | undefined;
|
|
535
|
+
readonly MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | readonly import("csstype").Property.BorderInlineEndStyle[] | undefined;
|
|
536
|
+
readonly MozBorderEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | readonly import("csstype").Property.BorderInlineEndWidth<string | number>[] | undefined;
|
|
537
|
+
readonly MozBorderLeftColors?: import("csstype").Property.MozBorderLeftColors | readonly import("csstype").Property.MozBorderLeftColors[] | undefined;
|
|
538
|
+
readonly MozBorderRightColors?: import("csstype").Property.MozBorderRightColors | readonly import("csstype").Property.MozBorderRightColors[] | undefined;
|
|
539
|
+
readonly MozBorderStartColor?: import("csstype").Property.BorderInlineStartColor | readonly import("csstype").Property.BorderInlineStartColor[] | undefined;
|
|
540
|
+
readonly MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | readonly import("csstype").Property.BorderInlineStartStyle[] | undefined;
|
|
541
|
+
readonly MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | readonly import("csstype").Property.MozBorderTopColors[] | undefined;
|
|
542
|
+
readonly MozBoxSizing?: import("csstype").Property.BoxSizing | readonly import("csstype").Property.BoxSizing[] | undefined;
|
|
543
|
+
readonly MozColumnCount?: import("csstype").Property.ColumnCount | readonly import("csstype").Property.ColumnCount[] | undefined;
|
|
544
|
+
readonly MozColumnFill?: import("csstype").Property.ColumnFill | readonly import("csstype").Property.ColumnFill[] | undefined;
|
|
545
|
+
readonly MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | readonly import("csstype").Property.ColumnRuleColor[] | undefined;
|
|
546
|
+
readonly MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | readonly import("csstype").Property.ColumnRuleStyle[] | undefined;
|
|
547
|
+
readonly MozColumnRuleWidth?: string | number | readonly import("csstype").Property.ColumnRuleWidth<string | number>[] | undefined;
|
|
548
|
+
readonly MozColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | readonly import("csstype").Property.ColumnWidth<string | number>[] | undefined;
|
|
549
|
+
readonly MozContextProperties?: import("csstype").Property.MozContextProperties | readonly import("csstype").Property.MozContextProperties[] | undefined;
|
|
550
|
+
readonly MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | readonly import("csstype").Property.FontFeatureSettings[] | undefined;
|
|
551
|
+
readonly MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | readonly import("csstype").Property.FontLanguageOverride[] | undefined;
|
|
552
|
+
readonly MozHyphens?: import("csstype").Property.Hyphens | readonly import("csstype").Property.Hyphens[] | undefined;
|
|
553
|
+
readonly MozImageRegion?: import("csstype").Property.MozImageRegion | readonly import("csstype").Property.MozImageRegion[] | undefined;
|
|
554
|
+
readonly MozMarginEnd?: string | number | readonly import("csstype").Property.MarginInlineEnd<string | number>[] | undefined;
|
|
555
|
+
readonly MozMarginStart?: string | number | readonly import("csstype").Property.MarginInlineStart<string | number>[] | undefined;
|
|
556
|
+
readonly MozOrient?: import("csstype").Property.MozOrient | readonly import("csstype").Property.MozOrient[] | undefined;
|
|
557
|
+
readonly MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | readonly import("csstype").Property.FontSmooth<string | number>[] | undefined;
|
|
558
|
+
readonly MozOutlineRadiusBottomleft?: string | number | readonly import("csstype").Property.MozOutlineRadiusBottomleft<string | number>[] | undefined;
|
|
559
|
+
readonly MozOutlineRadiusBottomright?: string | number | readonly import("csstype").Property.MozOutlineRadiusBottomright<string | number>[] | undefined;
|
|
560
|
+
readonly MozOutlineRadiusTopleft?: string | number | readonly import("csstype").Property.MozOutlineRadiusTopleft<string | number>[] | undefined;
|
|
561
|
+
readonly MozOutlineRadiusTopright?: string | number | readonly import("csstype").Property.MozOutlineRadiusTopright<string | number>[] | undefined;
|
|
562
|
+
readonly MozPaddingEnd?: string | number | readonly import("csstype").Property.PaddingInlineEnd<string | number>[] | undefined;
|
|
563
|
+
readonly MozPaddingStart?: string | number | readonly import("csstype").Property.PaddingInlineStart<string | number>[] | undefined;
|
|
564
|
+
readonly MozStackSizing?: import("csstype").Property.MozStackSizing | readonly import("csstype").Property.MozStackSizing[] | undefined;
|
|
565
|
+
readonly MozTabSize?: string | number | readonly import("csstype").Property.TabSize<string | number>[] | undefined;
|
|
566
|
+
readonly MozTextBlink?: import("csstype").Property.MozTextBlink | readonly import("csstype").Property.MozTextBlink[] | undefined;
|
|
567
|
+
readonly MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | readonly import("csstype").Property.TextSizeAdjust[] | undefined;
|
|
568
|
+
readonly MozUserFocus?: import("csstype").Property.MozUserFocus | readonly import("csstype").Property.MozUserFocus[] | undefined;
|
|
569
|
+
readonly MozUserModify?: import("csstype").Property.MozUserModify | readonly import("csstype").Property.MozUserModify[] | undefined;
|
|
570
|
+
readonly MozUserSelect?: import("csstype").Property.UserSelect | readonly import("csstype").Property.UserSelect[] | undefined;
|
|
571
|
+
readonly MozWindowDragging?: import("csstype").Property.MozWindowDragging | readonly import("csstype").Property.MozWindowDragging[] | undefined;
|
|
572
|
+
readonly MozWindowShadow?: import("csstype").Property.MozWindowShadow | readonly import("csstype").Property.MozWindowShadow[] | undefined;
|
|
573
|
+
readonly msAccelerator?: import("csstype").Property.MsAccelerator | readonly import("csstype").Property.MsAccelerator[] | undefined;
|
|
574
|
+
readonly msBlockProgression?: import("csstype").Property.MsBlockProgression | readonly import("csstype").Property.MsBlockProgression[] | undefined;
|
|
575
|
+
readonly msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | readonly import("csstype").Property.MsContentZoomChaining[] | undefined;
|
|
576
|
+
readonly msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | readonly import("csstype").Property.MsContentZoomLimitMax[] | undefined;
|
|
577
|
+
readonly msContentZoomLimitMin?: import("csstype").Property.MsContentZoomLimitMin | readonly import("csstype").Property.MsContentZoomLimitMin[] | undefined;
|
|
578
|
+
readonly msContentZoomSnapPoints?: import("csstype").Property.MsContentZoomSnapPoints | readonly import("csstype").Property.MsContentZoomSnapPoints[] | undefined;
|
|
579
|
+
readonly msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | readonly import("csstype").Property.MsContentZoomSnapType[] | undefined;
|
|
580
|
+
readonly msContentZooming?: import("csstype").Property.MsContentZooming | readonly import("csstype").Property.MsContentZooming[] | undefined;
|
|
581
|
+
readonly msFilter?: import("csstype").Property.MsFilter | readonly import("csstype").Property.MsFilter[] | undefined;
|
|
582
|
+
readonly msFlexDirection?: import("csstype").Property.FlexDirection | readonly import("csstype").Property.FlexDirection[] | undefined;
|
|
583
|
+
readonly msFlexPositive?: import("csstype").Property.FlexGrow | readonly import("csstype").Property.FlexGrow[] | undefined;
|
|
584
|
+
readonly msFlowFrom?: import("csstype").Property.MsFlowFrom | readonly import("csstype").Property.MsFlowFrom[] | undefined;
|
|
585
|
+
readonly msFlowInto?: import("csstype").Property.MsFlowInto | readonly import("csstype").Property.MsFlowInto[] | undefined;
|
|
586
|
+
readonly msGridColumns?: string | number | readonly import("csstype").Property.MsGridColumns<string | number>[] | undefined;
|
|
587
|
+
readonly msGridRows?: string | number | readonly import("csstype").Property.MsGridRows<string | number>[] | undefined;
|
|
588
|
+
readonly msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | readonly import("csstype").Property.MsHighContrastAdjust[] | undefined;
|
|
589
|
+
readonly msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | readonly import("csstype").Property.MsHyphenateLimitChars[] | undefined;
|
|
590
|
+
readonly msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | readonly import("csstype").Property.MsHyphenateLimitLines[] | undefined;
|
|
591
|
+
readonly msHyphenateLimitZone?: string | number | readonly import("csstype").Property.MsHyphenateLimitZone<string | number>[] | undefined;
|
|
592
|
+
readonly msHyphens?: import("csstype").Property.Hyphens | readonly import("csstype").Property.Hyphens[] | undefined;
|
|
593
|
+
readonly msImeAlign?: import("csstype").Property.MsImeAlign | readonly import("csstype").Property.MsImeAlign[] | undefined;
|
|
594
|
+
readonly msLineBreak?: import("csstype").Property.LineBreak | readonly import("csstype").Property.LineBreak[] | undefined;
|
|
595
|
+
readonly msOrder?: import("csstype").Property.Order | readonly import("csstype").Property.Order[] | undefined;
|
|
596
|
+
readonly msOverflowStyle?: import("csstype").Property.MsOverflowStyle | readonly import("csstype").Property.MsOverflowStyle[] | undefined;
|
|
597
|
+
readonly msOverflowX?: import("csstype").Property.OverflowX | readonly import("csstype").Property.OverflowX[] | undefined;
|
|
598
|
+
readonly msOverflowY?: import("csstype").Property.OverflowY | readonly import("csstype").Property.OverflowY[] | undefined;
|
|
599
|
+
readonly msScrollChaining?: import("csstype").Property.MsScrollChaining | readonly import("csstype").Property.MsScrollChaining[] | undefined;
|
|
600
|
+
readonly msScrollLimitXMax?: import("csstype").Property.MsScrollLimitXMax<string | number> | readonly import("csstype").Property.MsScrollLimitXMax<string | number>[] | undefined;
|
|
601
|
+
readonly msScrollLimitXMin?: import("csstype").Property.MsScrollLimitXMin<string | number> | readonly import("csstype").Property.MsScrollLimitXMin<string | number>[] | undefined;
|
|
602
|
+
readonly msScrollLimitYMax?: import("csstype").Property.MsScrollLimitYMax<string | number> | readonly import("csstype").Property.MsScrollLimitYMax<string | number>[] | undefined;
|
|
603
|
+
readonly msScrollLimitYMin?: import("csstype").Property.MsScrollLimitYMin<string | number> | readonly import("csstype").Property.MsScrollLimitYMin<string | number>[] | undefined;
|
|
604
|
+
readonly msScrollRails?: import("csstype").Property.MsScrollRails | readonly import("csstype").Property.MsScrollRails[] | undefined;
|
|
605
|
+
readonly msScrollSnapPointsX?: import("csstype").Property.MsScrollSnapPointsX | readonly import("csstype").Property.MsScrollSnapPointsX[] | undefined;
|
|
606
|
+
readonly msScrollSnapPointsY?: import("csstype").Property.MsScrollSnapPointsY | readonly import("csstype").Property.MsScrollSnapPointsY[] | undefined;
|
|
607
|
+
readonly msScrollSnapType?: import("csstype").Property.MsScrollSnapType | readonly import("csstype").Property.MsScrollSnapType[] | undefined;
|
|
608
|
+
readonly msScrollTranslation?: import("csstype").Property.MsScrollTranslation | readonly import("csstype").Property.MsScrollTranslation[] | undefined;
|
|
609
|
+
readonly msScrollbar3dlightColor?: import("csstype").Property.MsScrollbar3dlightColor | readonly import("csstype").Property.MsScrollbar3dlightColor[] | undefined;
|
|
610
|
+
readonly msScrollbarArrowColor?: import("csstype").Property.MsScrollbarArrowColor | readonly import("csstype").Property.MsScrollbarArrowColor[] | undefined;
|
|
611
|
+
readonly msScrollbarBaseColor?: import("csstype").Property.MsScrollbarBaseColor | readonly import("csstype").Property.MsScrollbarBaseColor[] | undefined;
|
|
612
|
+
readonly msScrollbarDarkshadowColor?: import("csstype").Property.MsScrollbarDarkshadowColor | readonly import("csstype").Property.MsScrollbarDarkshadowColor[] | undefined;
|
|
613
|
+
readonly msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | readonly import("csstype").Property.MsScrollbarFaceColor[] | undefined;
|
|
614
|
+
readonly msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | readonly import("csstype").Property.MsScrollbarHighlightColor[] | undefined;
|
|
615
|
+
readonly msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | readonly import("csstype").Property.MsScrollbarShadowColor[] | undefined;
|
|
616
|
+
readonly msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | readonly import("csstype").Property.MsScrollbarTrackColor[] | undefined;
|
|
617
|
+
readonly msTextAutospace?: import("csstype").Property.MsTextAutospace | readonly import("csstype").Property.MsTextAutospace[] | undefined;
|
|
618
|
+
readonly msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | readonly import("csstype").Property.TextCombineUpright[] | undefined;
|
|
619
|
+
readonly msTextOverflow?: import("csstype").Property.TextOverflow | readonly import("csstype").Property.TextOverflow[] | undefined;
|
|
620
|
+
readonly msTouchAction?: import("csstype").Property.TouchAction | readonly import("csstype").Property.TouchAction[] | undefined;
|
|
621
|
+
readonly msTouchSelect?: import("csstype").Property.MsTouchSelect | readonly import("csstype").Property.MsTouchSelect[] | undefined;
|
|
622
|
+
readonly msTransform?: import("csstype").Property.Transform | readonly import("csstype").Property.Transform[] | undefined;
|
|
623
|
+
readonly msTransformOrigin?: string | number | readonly import("csstype").Property.TransformOrigin<string | number>[] | undefined;
|
|
624
|
+
readonly msTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | readonly import("csstype").Property.TransitionDelay<string & {}>[] | undefined;
|
|
625
|
+
readonly msTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | readonly import("csstype").Property.TransitionDuration<string & {}>[] | undefined;
|
|
626
|
+
readonly msTransitionProperty?: import("csstype").Property.TransitionProperty | readonly import("csstype").Property.TransitionProperty[] | undefined;
|
|
627
|
+
readonly msTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | readonly import("csstype").Property.TransitionTimingFunction[] | undefined;
|
|
628
|
+
readonly msUserSelect?: import("csstype").Property.MsUserSelect | readonly import("csstype").Property.MsUserSelect[] | undefined;
|
|
629
|
+
readonly msWordBreak?: import("csstype").Property.WordBreak | readonly import("csstype").Property.WordBreak[] | undefined;
|
|
630
|
+
readonly msWrapFlow?: import("csstype").Property.MsWrapFlow | readonly import("csstype").Property.MsWrapFlow[] | undefined;
|
|
631
|
+
readonly msWrapMargin?: import("csstype").Property.MsWrapMargin<string | number> | readonly import("csstype").Property.MsWrapMargin<string | number>[] | undefined;
|
|
632
|
+
readonly msWrapThrough?: import("csstype").Property.MsWrapThrough | readonly import("csstype").Property.MsWrapThrough[] | undefined;
|
|
633
|
+
readonly msWritingMode?: import("csstype").Property.WritingMode | readonly import("csstype").Property.WritingMode[] | undefined;
|
|
634
|
+
readonly WebkitAlignContent?: import("csstype").Property.AlignContent | readonly import("csstype").Property.AlignContent[] | undefined;
|
|
635
|
+
readonly WebkitAlignItems?: import("csstype").Property.AlignItems | readonly import("csstype").Property.AlignItems[] | undefined;
|
|
636
|
+
readonly WebkitAlignSelf?: import("csstype").Property.AlignSelf | readonly import("csstype").Property.AlignSelf[] | undefined;
|
|
637
|
+
readonly WebkitAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | readonly import("csstype").Property.AnimationDelay<string & {}>[] | undefined;
|
|
638
|
+
readonly WebkitAnimationDirection?: import("csstype").Property.AnimationDirection | readonly import("csstype").Property.AnimationDirection[] | undefined;
|
|
639
|
+
readonly WebkitAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | readonly import("csstype").Property.AnimationDuration<string & {}>[] | undefined;
|
|
640
|
+
readonly WebkitAnimationFillMode?: import("csstype").Property.AnimationFillMode | readonly import("csstype").Property.AnimationFillMode[] | undefined;
|
|
641
|
+
readonly WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | readonly import("csstype").Property.AnimationIterationCount[] | undefined;
|
|
642
|
+
readonly WebkitAnimationName?: import("csstype").Property.AnimationName | readonly import("csstype").Property.AnimationName[] | undefined;
|
|
643
|
+
readonly WebkitAnimationPlayState?: import("csstype").Property.AnimationPlayState | readonly import("csstype").Property.AnimationPlayState[] | undefined;
|
|
644
|
+
readonly WebkitAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | readonly import("csstype").Property.AnimationTimingFunction[] | undefined;
|
|
645
|
+
readonly WebkitAppearance?: import("csstype").Property.WebkitAppearance | readonly import("csstype").Property.WebkitAppearance[] | undefined;
|
|
646
|
+
readonly WebkitBackdropFilter?: import("csstype").Property.BackdropFilter | readonly import("csstype").Property.BackdropFilter[] | undefined;
|
|
647
|
+
readonly WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | readonly import("csstype").Property.BackfaceVisibility[] | undefined;
|
|
648
|
+
readonly WebkitBackgroundClip?: import("csstype").Property.BackgroundClip | readonly import("csstype").Property.BackgroundClip[] | undefined;
|
|
649
|
+
readonly WebkitBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | readonly import("csstype").Property.BackgroundOrigin[] | undefined;
|
|
650
|
+
readonly WebkitBackgroundSize?: string | number | readonly import("csstype").Property.BackgroundSize<string | number>[] | undefined;
|
|
651
|
+
readonly WebkitBorderBeforeColor?: import("csstype").Property.WebkitBorderBeforeColor | readonly import("csstype").Property.WebkitBorderBeforeColor[] | undefined;
|
|
652
|
+
readonly WebkitBorderBeforeStyle?: import("csstype").Property.WebkitBorderBeforeStyle | readonly import("csstype").Property.WebkitBorderBeforeStyle[] | undefined;
|
|
653
|
+
readonly WebkitBorderBeforeWidth?: string | number | readonly import("csstype").Property.WebkitBorderBeforeWidth<string | number>[] | undefined;
|
|
654
|
+
readonly WebkitBorderBottomLeftRadius?: string | number | readonly import("csstype").Property.BorderBottomLeftRadius<string | number>[] | undefined;
|
|
655
|
+
readonly WebkitBorderBottomRightRadius?: string | number | readonly import("csstype").Property.BorderBottomRightRadius<string | number>[] | undefined;
|
|
656
|
+
readonly WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | readonly import("csstype").Property.BorderImageSlice[] | undefined;
|
|
657
|
+
readonly WebkitBorderTopLeftRadius?: string | number | readonly import("csstype").Property.BorderTopLeftRadius<string | number>[] | undefined;
|
|
658
|
+
readonly WebkitBorderTopRightRadius?: string | number | readonly import("csstype").Property.BorderTopRightRadius<string | number>[] | undefined;
|
|
659
|
+
readonly WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | readonly import("csstype").Property.BoxDecorationBreak[] | undefined;
|
|
660
|
+
readonly WebkitBoxReflect?: string | number | readonly import("csstype").Property.WebkitBoxReflect<string | number>[] | undefined;
|
|
661
|
+
readonly WebkitBoxShadow?: import("csstype").Property.BoxShadow | readonly import("csstype").Property.BoxShadow[] | undefined;
|
|
662
|
+
readonly WebkitBoxSizing?: import("csstype").Property.BoxSizing | readonly import("csstype").Property.BoxSizing[] | undefined;
|
|
663
|
+
readonly WebkitClipPath?: import("csstype").Property.ClipPath | readonly import("csstype").Property.ClipPath[] | undefined;
|
|
664
|
+
readonly WebkitColumnCount?: import("csstype").Property.ColumnCount | readonly import("csstype").Property.ColumnCount[] | undefined;
|
|
665
|
+
readonly WebkitColumnFill?: import("csstype").Property.ColumnFill | readonly import("csstype").Property.ColumnFill[] | undefined;
|
|
666
|
+
readonly WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | readonly import("csstype").Property.ColumnRuleColor[] | undefined;
|
|
667
|
+
readonly WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | readonly import("csstype").Property.ColumnRuleStyle[] | undefined;
|
|
668
|
+
readonly WebkitColumnRuleWidth?: string | number | readonly import("csstype").Property.ColumnRuleWidth<string | number>[] | undefined;
|
|
669
|
+
readonly WebkitColumnSpan?: import("csstype").Property.ColumnSpan | readonly import("csstype").Property.ColumnSpan[] | undefined;
|
|
670
|
+
readonly WebkitColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | readonly import("csstype").Property.ColumnWidth<string | number>[] | undefined;
|
|
671
|
+
readonly WebkitFilter?: import("csstype").Property.Filter | readonly import("csstype").Property.Filter[] | undefined;
|
|
672
|
+
readonly WebkitFlexBasis?: string | number | readonly import("csstype").Property.FlexBasis<string | number>[] | undefined;
|
|
673
|
+
readonly WebkitFlexDirection?: import("csstype").Property.FlexDirection | readonly import("csstype").Property.FlexDirection[] | undefined;
|
|
674
|
+
readonly WebkitFlexGrow?: import("csstype").Property.FlexGrow | readonly import("csstype").Property.FlexGrow[] | undefined;
|
|
675
|
+
readonly WebkitFlexShrink?: import("csstype").Property.FlexShrink | readonly import("csstype").Property.FlexShrink[] | undefined;
|
|
676
|
+
readonly WebkitFlexWrap?: import("csstype").Property.FlexWrap | readonly import("csstype").Property.FlexWrap[] | undefined;
|
|
677
|
+
readonly WebkitFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | readonly import("csstype").Property.FontFeatureSettings[] | undefined;
|
|
678
|
+
readonly WebkitFontKerning?: import("csstype").Property.FontKerning | readonly import("csstype").Property.FontKerning[] | undefined;
|
|
679
|
+
readonly WebkitFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | readonly import("csstype").Property.FontSmooth<string | number>[] | undefined;
|
|
680
|
+
readonly WebkitFontVariantLigatures?: import("csstype").Property.FontVariantLigatures | readonly import("csstype").Property.FontVariantLigatures[] | undefined;
|
|
681
|
+
readonly WebkitHyphenateCharacter?: import("csstype").Property.HyphenateCharacter | readonly import("csstype").Property.HyphenateCharacter[] | undefined;
|
|
682
|
+
readonly WebkitHyphens?: import("csstype").Property.Hyphens | readonly import("csstype").Property.Hyphens[] | undefined;
|
|
683
|
+
readonly WebkitInitialLetter?: import("csstype").Property.InitialLetter | readonly import("csstype").Property.InitialLetter[] | undefined;
|
|
684
|
+
readonly WebkitJustifyContent?: import("csstype").Property.JustifyContent | readonly import("csstype").Property.JustifyContent[] | undefined;
|
|
685
|
+
readonly WebkitLineBreak?: import("csstype").Property.LineBreak | readonly import("csstype").Property.LineBreak[] | undefined;
|
|
686
|
+
readonly WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | readonly import("csstype").Property.WebkitLineClamp[] | undefined;
|
|
687
|
+
readonly WebkitMarginEnd?: string | number | readonly import("csstype").Property.MarginInlineEnd<string | number>[] | undefined;
|
|
688
|
+
readonly WebkitMarginStart?: string | number | readonly import("csstype").Property.MarginInlineStart<string | number>[] | undefined;
|
|
689
|
+
readonly WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | readonly import("csstype").Property.WebkitMaskAttachment[] | undefined;
|
|
690
|
+
readonly WebkitMaskBoxImageOutset?: string | number | readonly import("csstype").Property.MaskBorderOutset<string | number>[] | undefined;
|
|
691
|
+
readonly WebkitMaskBoxImageRepeat?: import("csstype").Property.MaskBorderRepeat | readonly import("csstype").Property.MaskBorderRepeat[] | undefined;
|
|
692
|
+
readonly WebkitMaskBoxImageSlice?: import("csstype").Property.MaskBorderSlice | readonly import("csstype").Property.MaskBorderSlice[] | undefined;
|
|
693
|
+
readonly WebkitMaskBoxImageSource?: import("csstype").Property.MaskBorderSource | readonly import("csstype").Property.MaskBorderSource[] | undefined;
|
|
694
|
+
readonly WebkitMaskBoxImageWidth?: string | number | readonly import("csstype").Property.MaskBorderWidth<string | number>[] | undefined;
|
|
695
|
+
readonly WebkitMaskClip?: import("csstype").Property.WebkitMaskClip | readonly import("csstype").Property.WebkitMaskClip[] | undefined;
|
|
696
|
+
readonly WebkitMaskComposite?: import("csstype").Property.WebkitMaskComposite | readonly import("csstype").Property.WebkitMaskComposite[] | undefined;
|
|
697
|
+
readonly WebkitMaskImage?: import("csstype").Property.WebkitMaskImage | readonly import("csstype").Property.WebkitMaskImage[] | undefined;
|
|
698
|
+
readonly WebkitMaskOrigin?: import("csstype").Property.WebkitMaskOrigin | readonly import("csstype").Property.WebkitMaskOrigin[] | undefined;
|
|
699
|
+
readonly WebkitMaskPosition?: string | number | readonly import("csstype").Property.WebkitMaskPosition<string | number>[] | undefined;
|
|
700
|
+
readonly WebkitMaskPositionX?: string | number | readonly import("csstype").Property.WebkitMaskPositionX<string | number>[] | undefined;
|
|
701
|
+
readonly WebkitMaskPositionY?: string | number | readonly import("csstype").Property.WebkitMaskPositionY<string | number>[] | undefined;
|
|
702
|
+
readonly WebkitMaskRepeat?: import("csstype").Property.WebkitMaskRepeat | readonly import("csstype").Property.WebkitMaskRepeat[] | undefined;
|
|
703
|
+
readonly WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | readonly import("csstype").Property.WebkitMaskRepeatX[] | undefined;
|
|
704
|
+
readonly WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | readonly import("csstype").Property.WebkitMaskRepeatY[] | undefined;
|
|
705
|
+
readonly WebkitMaskSize?: string | number | readonly import("csstype").Property.WebkitMaskSize<string | number>[] | undefined;
|
|
706
|
+
readonly WebkitMaxInlineSize?: string | number | readonly import("csstype").Property.MaxInlineSize<string | number>[] | undefined;
|
|
707
|
+
readonly WebkitOrder?: import("csstype").Property.Order | readonly import("csstype").Property.Order[] | undefined;
|
|
708
|
+
readonly WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | readonly import("csstype").Property.WebkitOverflowScrolling[] | undefined;
|
|
709
|
+
readonly WebkitPaddingEnd?: string | number | readonly import("csstype").Property.PaddingInlineEnd<string | number>[] | undefined;
|
|
710
|
+
readonly WebkitPaddingStart?: string | number | readonly import("csstype").Property.PaddingInlineStart<string | number>[] | undefined;
|
|
711
|
+
readonly WebkitPerspective?: import("csstype").Property.Perspective<string | number> | readonly import("csstype").Property.Perspective<string | number>[] | undefined;
|
|
712
|
+
readonly WebkitPerspectiveOrigin?: string | number | readonly import("csstype").Property.PerspectiveOrigin<string | number>[] | undefined;
|
|
713
|
+
readonly WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | readonly import("csstype").Property.PrintColorAdjust[] | undefined;
|
|
714
|
+
readonly WebkitRubyPosition?: import("csstype").Property.RubyPosition | readonly import("csstype").Property.RubyPosition[] | undefined;
|
|
715
|
+
readonly WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType | readonly import("csstype").Property.ScrollSnapType[] | undefined;
|
|
716
|
+
readonly WebkitShapeMargin?: string | number | readonly import("csstype").Property.ShapeMargin<string | number>[] | undefined;
|
|
717
|
+
readonly WebkitTapHighlightColor?: import("csstype").Property.WebkitTapHighlightColor | readonly import("csstype").Property.WebkitTapHighlightColor[] | undefined;
|
|
718
|
+
readonly WebkitTextCombine?: import("csstype").Property.TextCombineUpright | readonly import("csstype").Property.TextCombineUpright[] | undefined;
|
|
719
|
+
readonly WebkitTextDecorationColor?: import("csstype").Property.TextDecorationColor | readonly import("csstype").Property.TextDecorationColor[] | undefined;
|
|
720
|
+
readonly WebkitTextDecorationLine?: import("csstype").Property.TextDecorationLine | readonly import("csstype").Property.TextDecorationLine[] | undefined;
|
|
721
|
+
readonly WebkitTextDecorationSkip?: import("csstype").Property.TextDecorationSkip | readonly import("csstype").Property.TextDecorationSkip[] | undefined;
|
|
722
|
+
readonly WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | readonly import("csstype").Property.TextDecorationStyle[] | undefined;
|
|
723
|
+
readonly WebkitTextEmphasisColor?: import("csstype").Property.TextEmphasisColor | readonly import("csstype").Property.TextEmphasisColor[] | undefined;
|
|
724
|
+
readonly WebkitTextEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | readonly import("csstype").Property.TextEmphasisPosition[] | undefined;
|
|
725
|
+
readonly WebkitTextEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | readonly import("csstype").Property.TextEmphasisStyle[] | undefined;
|
|
726
|
+
readonly WebkitTextFillColor?: import("csstype").Property.WebkitTextFillColor | readonly import("csstype").Property.WebkitTextFillColor[] | undefined;
|
|
727
|
+
readonly WebkitTextOrientation?: import("csstype").Property.TextOrientation | readonly import("csstype").Property.TextOrientation[] | undefined;
|
|
728
|
+
readonly WebkitTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | readonly import("csstype").Property.TextSizeAdjust[] | undefined;
|
|
729
|
+
readonly WebkitTextStrokeColor?: import("csstype").Property.WebkitTextStrokeColor | readonly import("csstype").Property.WebkitTextStrokeColor[] | undefined;
|
|
730
|
+
readonly WebkitTextStrokeWidth?: import("csstype").Property.WebkitTextStrokeWidth<string | number> | readonly import("csstype").Property.WebkitTextStrokeWidth<string | number>[] | undefined;
|
|
731
|
+
readonly WebkitTextUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | readonly import("csstype").Property.TextUnderlinePosition[] | undefined;
|
|
732
|
+
readonly WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | readonly import("csstype").Property.WebkitTouchCallout[] | undefined;
|
|
733
|
+
readonly WebkitTransform?: import("csstype").Property.Transform | readonly import("csstype").Property.Transform[] | undefined;
|
|
734
|
+
readonly WebkitTransformOrigin?: string | number | readonly import("csstype").Property.TransformOrigin<string | number>[] | undefined;
|
|
735
|
+
readonly WebkitTransformStyle?: import("csstype").Property.TransformStyle | readonly import("csstype").Property.TransformStyle[] | undefined;
|
|
736
|
+
readonly WebkitTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | readonly import("csstype").Property.TransitionDelay<string & {}>[] | undefined;
|
|
737
|
+
readonly WebkitTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | readonly import("csstype").Property.TransitionDuration<string & {}>[] | undefined;
|
|
738
|
+
readonly WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | readonly import("csstype").Property.TransitionProperty[] | undefined;
|
|
739
|
+
readonly WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | readonly import("csstype").Property.TransitionTimingFunction[] | undefined;
|
|
740
|
+
readonly WebkitUserModify?: import("csstype").Property.WebkitUserModify | readonly import("csstype").Property.WebkitUserModify[] | undefined;
|
|
741
|
+
readonly WebkitUserSelect?: import("csstype").Property.UserSelect | readonly import("csstype").Property.UserSelect[] | undefined;
|
|
742
|
+
readonly WebkitWritingMode?: import("csstype").Property.WritingMode | readonly import("csstype").Property.WritingMode[] | undefined;
|
|
743
|
+
readonly MozAnimation?: import("csstype").Property.Animation<string & {}> | readonly import("csstype").Property.Animation<string & {}>[] | undefined;
|
|
744
|
+
readonly MozBorderImage?: import("csstype").Property.BorderImage | readonly import("csstype").Property.BorderImage[] | undefined;
|
|
745
|
+
readonly MozColumnRule?: string | number | readonly import("csstype").Property.ColumnRule<string | number>[] | undefined;
|
|
746
|
+
readonly MozColumns?: string | number | readonly import("csstype").Property.Columns<string | number>[] | undefined;
|
|
747
|
+
readonly MozOutlineRadius?: string | number | readonly import("csstype").Property.MozOutlineRadius<string | number>[] | undefined;
|
|
748
|
+
readonly msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | readonly import("csstype").Property.MsContentZoomLimit[] | undefined;
|
|
749
|
+
readonly msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | readonly import("csstype").Property.MsContentZoomSnap[] | undefined;
|
|
750
|
+
readonly msFlex?: string | number | readonly import("csstype").Property.Flex<string | number>[] | undefined;
|
|
751
|
+
readonly msScrollLimit?: import("csstype").Property.MsScrollLimit | readonly import("csstype").Property.MsScrollLimit[] | undefined;
|
|
752
|
+
readonly msScrollSnapX?: import("csstype").Property.MsScrollSnapX | readonly import("csstype").Property.MsScrollSnapX[] | undefined;
|
|
753
|
+
readonly msScrollSnapY?: import("csstype").Property.MsScrollSnapY | readonly import("csstype").Property.MsScrollSnapY[] | undefined;
|
|
754
|
+
readonly msTransition?: import("csstype").Property.Transition<string & {}> | readonly import("csstype").Property.Transition<string & {}>[] | undefined;
|
|
755
|
+
readonly WebkitAnimation?: import("csstype").Property.Animation<string & {}> | readonly import("csstype").Property.Animation<string & {}>[] | undefined;
|
|
756
|
+
readonly WebkitBorderBefore?: string | number | readonly import("csstype").Property.WebkitBorderBefore<string | number>[] | undefined;
|
|
757
|
+
readonly WebkitBorderImage?: import("csstype").Property.BorderImage | readonly import("csstype").Property.BorderImage[] | undefined;
|
|
758
|
+
readonly WebkitBorderRadius?: string | number | readonly import("csstype").Property.BorderRadius<string | number>[] | undefined;
|
|
759
|
+
readonly WebkitColumnRule?: string | number | readonly import("csstype").Property.ColumnRule<string | number>[] | undefined;
|
|
760
|
+
readonly WebkitColumns?: string | number | readonly import("csstype").Property.Columns<string | number>[] | undefined;
|
|
761
|
+
readonly WebkitFlex?: string | number | readonly import("csstype").Property.Flex<string | number>[] | undefined;
|
|
762
|
+
readonly WebkitFlexFlow?: import("csstype").Property.FlexFlow | readonly import("csstype").Property.FlexFlow[] | undefined;
|
|
763
|
+
readonly WebkitMask?: string | number | readonly import("csstype").Property.WebkitMask<string | number>[] | undefined;
|
|
764
|
+
readonly WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | readonly import("csstype").Property.MaskBorder[] | undefined;
|
|
765
|
+
readonly WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | readonly import("csstype").Property.TextEmphasis[] | undefined;
|
|
766
|
+
readonly WebkitTextStroke?: string | number | readonly import("csstype").Property.WebkitTextStroke<string | number>[] | undefined;
|
|
767
|
+
readonly WebkitTransition?: import("csstype").Property.Transition<string & {}> | readonly import("csstype").Property.Transition<string & {}>[] | undefined;
|
|
768
|
+
readonly azimuth?: import("csstype").Property.Azimuth | readonly import("csstype").Property.Azimuth[] | undefined;
|
|
769
|
+
readonly boxAlign?: import("csstype").Property.BoxAlign | readonly import("csstype").Property.BoxAlign[] | undefined;
|
|
770
|
+
readonly boxDirection?: import("csstype").Property.BoxDirection | readonly import("csstype").Property.BoxDirection[] | undefined;
|
|
771
|
+
readonly boxFlex?: import("csstype").Property.BoxFlex | readonly import("csstype").Property.BoxFlex[] | undefined;
|
|
772
|
+
readonly boxFlexGroup?: import("csstype").Property.BoxFlexGroup | readonly import("csstype").Property.BoxFlexGroup[] | undefined;
|
|
773
|
+
readonly boxLines?: import("csstype").Property.BoxLines | readonly import("csstype").Property.BoxLines[] | undefined;
|
|
774
|
+
readonly boxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | readonly import("csstype").Property.BoxOrdinalGroup[] | undefined;
|
|
775
|
+
readonly boxOrient?: import("csstype").Property.BoxOrient | readonly import("csstype").Property.BoxOrient[] | undefined;
|
|
776
|
+
readonly boxPack?: import("csstype").Property.BoxPack | readonly import("csstype").Property.BoxPack[] | undefined;
|
|
777
|
+
readonly clip?: import("csstype").Property.Clip | readonly import("csstype").Property.Clip[] | undefined;
|
|
778
|
+
readonly gridColumnGap?: string | number | readonly import("csstype").Property.GridColumnGap<string | number>[] | undefined;
|
|
779
|
+
readonly gridGap?: string | number | readonly import("csstype").Property.GridGap<string | number>[] | undefined;
|
|
780
|
+
readonly gridRowGap?: string | number | readonly import("csstype").Property.GridRowGap<string | number>[] | undefined;
|
|
781
|
+
readonly imeMode?: import("csstype").Property.ImeMode | readonly import("csstype").Property.ImeMode[] | undefined;
|
|
782
|
+
readonly offsetBlock?: string | number | readonly import("csstype").Property.InsetBlock<string | number>[] | undefined;
|
|
783
|
+
readonly offsetBlockEnd?: string | number | readonly import("csstype").Property.InsetBlockEnd<string | number>[] | undefined;
|
|
784
|
+
readonly offsetBlockStart?: string | number | readonly import("csstype").Property.InsetBlockStart<string | number>[] | undefined;
|
|
785
|
+
readonly offsetInline?: string | number | readonly import("csstype").Property.InsetInline<string | number>[] | undefined;
|
|
786
|
+
readonly offsetInlineEnd?: string | number | readonly import("csstype").Property.InsetInlineEnd<string | number>[] | undefined;
|
|
787
|
+
readonly offsetInlineStart?: string | number | readonly import("csstype").Property.InsetInlineStart<string | number>[] | undefined;
|
|
788
|
+
readonly scrollSnapCoordinate?: string | number | readonly import("csstype").Property.ScrollSnapCoordinate<string | number>[] | undefined;
|
|
789
|
+
readonly scrollSnapDestination?: string | number | readonly import("csstype").Property.ScrollSnapDestination<string | number>[] | undefined;
|
|
790
|
+
readonly scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | readonly import("csstype").Property.ScrollSnapPointsX[] | undefined;
|
|
791
|
+
readonly scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | readonly import("csstype").Property.ScrollSnapPointsY[] | undefined;
|
|
792
|
+
readonly scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | readonly import("csstype").Property.ScrollSnapTypeX[] | undefined;
|
|
793
|
+
readonly scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | readonly import("csstype").Property.ScrollSnapTypeY[] | undefined;
|
|
794
|
+
readonly KhtmlBoxAlign?: import("csstype").Property.BoxAlign | readonly import("csstype").Property.BoxAlign[] | undefined;
|
|
795
|
+
readonly KhtmlBoxDirection?: import("csstype").Property.BoxDirection | readonly import("csstype").Property.BoxDirection[] | undefined;
|
|
796
|
+
readonly KhtmlBoxFlex?: import("csstype").Property.BoxFlex | readonly import("csstype").Property.BoxFlex[] | undefined;
|
|
797
|
+
readonly KhtmlBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | readonly import("csstype").Property.BoxFlexGroup[] | undefined;
|
|
798
|
+
readonly KhtmlBoxLines?: import("csstype").Property.BoxLines | readonly import("csstype").Property.BoxLines[] | undefined;
|
|
799
|
+
readonly KhtmlBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | readonly import("csstype").Property.BoxOrdinalGroup[] | undefined;
|
|
800
|
+
readonly KhtmlBoxOrient?: import("csstype").Property.BoxOrient | readonly import("csstype").Property.BoxOrient[] | undefined;
|
|
801
|
+
readonly KhtmlBoxPack?: import("csstype").Property.BoxPack | readonly import("csstype").Property.BoxPack[] | undefined;
|
|
802
|
+
readonly KhtmlLineBreak?: import("csstype").Property.LineBreak | readonly import("csstype").Property.LineBreak[] | undefined;
|
|
803
|
+
readonly KhtmlOpacity?: import("csstype").Property.Opacity | readonly import("csstype").Property.Opacity[] | undefined;
|
|
804
|
+
readonly KhtmlUserSelect?: import("csstype").Property.UserSelect | readonly import("csstype").Property.UserSelect[] | undefined;
|
|
805
|
+
readonly MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | readonly import("csstype").Property.BackfaceVisibility[] | undefined;
|
|
806
|
+
readonly MozBackgroundClip?: import("csstype").Property.BackgroundClip | readonly import("csstype").Property.BackgroundClip[] | undefined;
|
|
807
|
+
readonly MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | readonly import("csstype").Property.BoxDecorationBreak[] | undefined;
|
|
808
|
+
readonly MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | readonly import("csstype").Property.BackgroundOrigin[] | undefined;
|
|
809
|
+
readonly MozBackgroundSize?: string | number | readonly import("csstype").Property.BackgroundSize<string | number>[] | undefined;
|
|
810
|
+
readonly MozBorderRadius?: string | number | readonly import("csstype").Property.BorderRadius<string | number>[] | undefined;
|
|
811
|
+
readonly MozBorderRadiusBottomleft?: string | number | readonly import("csstype").Property.BorderBottomLeftRadius<string | number>[] | undefined;
|
|
812
|
+
readonly MozBorderRadiusBottomright?: string | number | readonly import("csstype").Property.BorderBottomRightRadius<string | number>[] | undefined;
|
|
813
|
+
readonly MozBorderRadiusTopleft?: string | number | readonly import("csstype").Property.BorderTopLeftRadius<string | number>[] | undefined;
|
|
814
|
+
readonly MozBorderRadiusTopright?: string | number | readonly import("csstype").Property.BorderTopRightRadius<string | number>[] | undefined;
|
|
815
|
+
readonly MozBoxAlign?: import("csstype").Property.BoxAlign | readonly import("csstype").Property.BoxAlign[] | undefined;
|
|
816
|
+
readonly MozBoxDirection?: import("csstype").Property.BoxDirection | readonly import("csstype").Property.BoxDirection[] | undefined;
|
|
817
|
+
readonly MozBoxFlex?: import("csstype").Property.BoxFlex | readonly import("csstype").Property.BoxFlex[] | undefined;
|
|
818
|
+
readonly MozBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | readonly import("csstype").Property.BoxOrdinalGroup[] | undefined;
|
|
819
|
+
readonly MozBoxOrient?: import("csstype").Property.BoxOrient | readonly import("csstype").Property.BoxOrient[] | undefined;
|
|
820
|
+
readonly MozBoxPack?: import("csstype").Property.BoxPack | readonly import("csstype").Property.BoxPack[] | undefined;
|
|
821
|
+
readonly MozBoxShadow?: import("csstype").Property.BoxShadow | readonly import("csstype").Property.BoxShadow[] | undefined;
|
|
822
|
+
readonly MozFloatEdge?: import("csstype").Property.MozFloatEdge | readonly import("csstype").Property.MozFloatEdge[] | undefined;
|
|
823
|
+
readonly MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | readonly import("csstype").Property.MozForceBrokenImageIcon[] | undefined;
|
|
824
|
+
readonly MozOpacity?: import("csstype").Property.Opacity | readonly import("csstype").Property.Opacity[] | undefined;
|
|
825
|
+
readonly MozOutline?: string | number | readonly import("csstype").Property.Outline<string | number>[] | undefined;
|
|
826
|
+
readonly MozOutlineColor?: import("csstype").Property.OutlineColor | readonly import("csstype").Property.OutlineColor[] | undefined;
|
|
827
|
+
readonly MozOutlineStyle?: import("csstype").Property.OutlineStyle | readonly import("csstype").Property.OutlineStyle[] | undefined;
|
|
828
|
+
readonly MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | readonly import("csstype").Property.OutlineWidth<string | number>[] | undefined;
|
|
829
|
+
readonly MozPerspective?: import("csstype").Property.Perspective<string | number> | readonly import("csstype").Property.Perspective<string | number>[] | undefined;
|
|
830
|
+
readonly MozPerspectiveOrigin?: string | number | readonly import("csstype").Property.PerspectiveOrigin<string | number>[] | undefined;
|
|
831
|
+
readonly MozTextAlignLast?: import("csstype").Property.TextAlignLast | readonly import("csstype").Property.TextAlignLast[] | undefined;
|
|
832
|
+
readonly MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | readonly import("csstype").Property.TextDecorationColor[] | undefined;
|
|
833
|
+
readonly MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | readonly import("csstype").Property.TextDecorationLine[] | undefined;
|
|
834
|
+
readonly MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | readonly import("csstype").Property.TextDecorationStyle[] | undefined;
|
|
835
|
+
readonly MozTransform?: import("csstype").Property.Transform | readonly import("csstype").Property.Transform[] | undefined;
|
|
836
|
+
readonly MozTransformOrigin?: string | number | readonly import("csstype").Property.TransformOrigin<string | number>[] | undefined;
|
|
837
|
+
readonly MozTransformStyle?: import("csstype").Property.TransformStyle | readonly import("csstype").Property.TransformStyle[] | undefined;
|
|
838
|
+
readonly MozTransition?: import("csstype").Property.Transition<string & {}> | readonly import("csstype").Property.Transition<string & {}>[] | undefined;
|
|
839
|
+
readonly MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | readonly import("csstype").Property.TransitionDelay<string & {}>[] | undefined;
|
|
840
|
+
readonly MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | readonly import("csstype").Property.TransitionDuration<string & {}>[] | undefined;
|
|
841
|
+
readonly MozTransitionProperty?: import("csstype").Property.TransitionProperty | readonly import("csstype").Property.TransitionProperty[] | undefined;
|
|
842
|
+
readonly MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | readonly import("csstype").Property.TransitionTimingFunction[] | undefined;
|
|
843
|
+
readonly MozUserInput?: import("csstype").Property.MozUserInput | readonly import("csstype").Property.MozUserInput[] | undefined;
|
|
844
|
+
readonly msImeMode?: import("csstype").Property.ImeMode | readonly import("csstype").Property.ImeMode[] | undefined;
|
|
845
|
+
readonly OAnimation?: import("csstype").Property.Animation<string & {}> | readonly import("csstype").Property.Animation<string & {}>[] | undefined;
|
|
846
|
+
readonly OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | readonly import("csstype").Property.AnimationDelay<string & {}>[] | undefined;
|
|
847
|
+
readonly OAnimationDirection?: import("csstype").Property.AnimationDirection | readonly import("csstype").Property.AnimationDirection[] | undefined;
|
|
848
|
+
readonly OAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | readonly import("csstype").Property.AnimationDuration<string & {}>[] | undefined;
|
|
849
|
+
readonly OAnimationFillMode?: import("csstype").Property.AnimationFillMode | readonly import("csstype").Property.AnimationFillMode[] | undefined;
|
|
850
|
+
readonly OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | readonly import("csstype").Property.AnimationIterationCount[] | undefined;
|
|
851
|
+
readonly OAnimationName?: import("csstype").Property.AnimationName | readonly import("csstype").Property.AnimationName[] | undefined;
|
|
852
|
+
readonly OAnimationPlayState?: import("csstype").Property.AnimationPlayState | readonly import("csstype").Property.AnimationPlayState[] | undefined;
|
|
853
|
+
readonly OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | readonly import("csstype").Property.AnimationTimingFunction[] | undefined;
|
|
854
|
+
readonly OBackgroundSize?: string | number | readonly import("csstype").Property.BackgroundSize<string | number>[] | undefined;
|
|
855
|
+
readonly OBorderImage?: import("csstype").Property.BorderImage | readonly import("csstype").Property.BorderImage[] | undefined;
|
|
856
|
+
readonly OObjectFit?: import("csstype").Property.ObjectFit | readonly import("csstype").Property.ObjectFit[] | undefined;
|
|
857
|
+
readonly OObjectPosition?: string | number | readonly import("csstype").Property.ObjectPosition<string | number>[] | undefined;
|
|
858
|
+
readonly OTabSize?: string | number | readonly import("csstype").Property.TabSize<string | number>[] | undefined;
|
|
859
|
+
readonly OTextOverflow?: import("csstype").Property.TextOverflow | readonly import("csstype").Property.TextOverflow[] | undefined;
|
|
860
|
+
readonly OTransform?: import("csstype").Property.Transform | readonly import("csstype").Property.Transform[] | undefined;
|
|
861
|
+
readonly OTransformOrigin?: string | number | readonly import("csstype").Property.TransformOrigin<string | number>[] | undefined;
|
|
862
|
+
readonly OTransition?: import("csstype").Property.Transition<string & {}> | readonly import("csstype").Property.Transition<string & {}>[] | undefined;
|
|
863
|
+
readonly OTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | readonly import("csstype").Property.TransitionDelay<string & {}>[] | undefined;
|
|
864
|
+
readonly OTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | readonly import("csstype").Property.TransitionDuration<string & {}>[] | undefined;
|
|
865
|
+
readonly OTransitionProperty?: import("csstype").Property.TransitionProperty | readonly import("csstype").Property.TransitionProperty[] | undefined;
|
|
866
|
+
readonly OTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | readonly import("csstype").Property.TransitionTimingFunction[] | undefined;
|
|
867
|
+
readonly WebkitBoxAlign?: import("csstype").Property.BoxAlign | readonly import("csstype").Property.BoxAlign[] | undefined;
|
|
868
|
+
readonly WebkitBoxDirection?: import("csstype").Property.BoxDirection | readonly import("csstype").Property.BoxDirection[] | undefined;
|
|
869
|
+
readonly WebkitBoxFlex?: import("csstype").Property.BoxFlex | readonly import("csstype").Property.BoxFlex[] | undefined;
|
|
870
|
+
readonly WebkitBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | readonly import("csstype").Property.BoxFlexGroup[] | undefined;
|
|
871
|
+
readonly WebkitBoxLines?: import("csstype").Property.BoxLines | readonly import("csstype").Property.BoxLines[] | undefined;
|
|
872
|
+
readonly WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | readonly import("csstype").Property.BoxOrdinalGroup[] | undefined;
|
|
873
|
+
readonly WebkitBoxOrient?: import("csstype").Property.BoxOrient | readonly import("csstype").Property.BoxOrient[] | undefined;
|
|
874
|
+
readonly WebkitBoxPack?: import("csstype").Property.BoxPack | readonly import("csstype").Property.BoxPack[] | undefined;
|
|
875
|
+
readonly alignmentBaseline?: import("csstype").Property.AlignmentBaseline | readonly import("csstype").Property.AlignmentBaseline[] | undefined;
|
|
876
|
+
readonly baselineShift?: string | number | readonly import("csstype").Property.BaselineShift<string | number>[] | undefined;
|
|
877
|
+
readonly clipRule?: import("csstype").Property.ClipRule | readonly import("csstype").Property.ClipRule[] | undefined;
|
|
878
|
+
readonly colorInterpolation?: import("csstype").Property.ColorInterpolation | readonly import("csstype").Property.ColorInterpolation[] | undefined;
|
|
879
|
+
readonly colorRendering?: import("csstype").Property.ColorRendering | readonly import("csstype").Property.ColorRendering[] | undefined;
|
|
880
|
+
readonly dominantBaseline?: import("csstype").Property.DominantBaseline | readonly import("csstype").Property.DominantBaseline[] | undefined;
|
|
881
|
+
readonly fill?: import("csstype").Property.Fill | readonly import("csstype").Property.Fill[] | undefined;
|
|
882
|
+
readonly fillOpacity?: import("csstype").Property.FillOpacity | readonly import("csstype").Property.FillOpacity[] | undefined;
|
|
883
|
+
readonly fillRule?: import("csstype").Property.FillRule | readonly import("csstype").Property.FillRule[] | undefined;
|
|
884
|
+
readonly floodColor?: import("csstype").Property.FloodColor | readonly import("csstype").Property.FloodColor[] | undefined;
|
|
885
|
+
readonly floodOpacity?: import("csstype").Property.FloodOpacity | readonly import("csstype").Property.FloodOpacity[] | undefined;
|
|
886
|
+
readonly glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | readonly import("csstype").Property.GlyphOrientationVertical[] | undefined;
|
|
887
|
+
readonly lightingColor?: import("csstype").Property.LightingColor | readonly import("csstype").Property.LightingColor[] | undefined;
|
|
888
|
+
readonly marker?: import("csstype").Property.Marker | readonly import("csstype").Property.Marker[] | undefined;
|
|
889
|
+
readonly markerEnd?: import("csstype").Property.MarkerEnd | readonly import("csstype").Property.MarkerEnd[] | undefined;
|
|
890
|
+
readonly markerMid?: import("csstype").Property.MarkerMid | readonly import("csstype").Property.MarkerMid[] | undefined;
|
|
891
|
+
readonly markerStart?: import("csstype").Property.MarkerStart | readonly import("csstype").Property.MarkerStart[] | undefined;
|
|
892
|
+
readonly shapeRendering?: import("csstype").Property.ShapeRendering | readonly import("csstype").Property.ShapeRendering[] | undefined;
|
|
893
|
+
readonly stopColor?: import("csstype").Property.StopColor | readonly import("csstype").Property.StopColor[] | undefined;
|
|
894
|
+
readonly stopOpacity?: import("csstype").Property.StopOpacity | readonly import("csstype").Property.StopOpacity[] | undefined;
|
|
895
|
+
readonly stroke?: import("csstype").Property.Stroke | readonly import("csstype").Property.Stroke[] | undefined;
|
|
896
|
+
readonly strokeDasharray?: string | number | readonly import("csstype").Property.StrokeDasharray<string | number>[] | undefined;
|
|
897
|
+
readonly strokeDashoffset?: string | number | readonly import("csstype").Property.StrokeDashoffset<string | number>[] | undefined;
|
|
898
|
+
readonly strokeLinecap?: import("csstype").Property.StrokeLinecap | readonly import("csstype").Property.StrokeLinecap[] | undefined;
|
|
899
|
+
readonly strokeLinejoin?: import("csstype").Property.StrokeLinejoin | readonly import("csstype").Property.StrokeLinejoin[] | undefined;
|
|
900
|
+
readonly strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | readonly import("csstype").Property.StrokeMiterlimit[] | undefined;
|
|
901
|
+
readonly strokeOpacity?: import("csstype").Property.StrokeOpacity | readonly import("csstype").Property.StrokeOpacity[] | undefined;
|
|
902
|
+
readonly strokeWidth?: string | number | readonly import("csstype").Property.StrokeWidth<string | number>[] | undefined;
|
|
903
|
+
readonly textAnchor?: import("csstype").Property.TextAnchor | readonly import("csstype").Property.TextAnchor[] | undefined;
|
|
904
|
+
readonly vectorEffect?: import("csstype").Property.VectorEffect | readonly import("csstype").Property.VectorEffect[] | undefined;
|
|
905
|
+
readonly ":-moz-any()"?: import("@emotion/react").CSSObject | undefined;
|
|
906
|
+
readonly ":-moz-dir"?: import("@emotion/react").CSSObject | undefined;
|
|
907
|
+
readonly ":-webkit-any()"?: import("@emotion/react").CSSObject | undefined;
|
|
908
|
+
readonly "::cue"?: import("@emotion/react").CSSObject | undefined;
|
|
909
|
+
readonly "::cue-region"?: import("@emotion/react").CSSObject | undefined;
|
|
910
|
+
readonly "::part"?: import("@emotion/react").CSSObject | undefined;
|
|
911
|
+
readonly "::slotted"?: import("@emotion/react").CSSObject | undefined;
|
|
912
|
+
readonly "::view-transition-group"?: import("@emotion/react").CSSObject | undefined;
|
|
913
|
+
readonly "::view-transition-image-pair"?: import("@emotion/react").CSSObject | undefined;
|
|
914
|
+
readonly "::view-transition-new"?: import("@emotion/react").CSSObject | undefined;
|
|
915
|
+
readonly "::view-transition-old"?: import("@emotion/react").CSSObject | undefined;
|
|
916
|
+
readonly ":dir"?: import("@emotion/react").CSSObject | undefined;
|
|
917
|
+
readonly ":has"?: import("@emotion/react").CSSObject | undefined;
|
|
918
|
+
readonly ":host"?: import("@emotion/react").CSSObject | undefined;
|
|
919
|
+
readonly ":host-context"?: import("@emotion/react").CSSObject | undefined;
|
|
920
|
+
readonly ":is"?: import("@emotion/react").CSSObject | undefined;
|
|
921
|
+
readonly ":lang"?: import("@emotion/react").CSSObject | undefined;
|
|
922
|
+
readonly ":matches()"?: import("@emotion/react").CSSObject | undefined;
|
|
923
|
+
readonly ":not"?: import("@emotion/react").CSSObject | undefined;
|
|
924
|
+
readonly ":nth-child"?: import("@emotion/react").CSSObject | undefined;
|
|
925
|
+
readonly ":nth-last-child"?: import("@emotion/react").CSSObject | undefined;
|
|
926
|
+
readonly ":nth-last-of-type"?: import("@emotion/react").CSSObject | undefined;
|
|
927
|
+
readonly ":nth-of-type"?: import("@emotion/react").CSSObject | undefined;
|
|
928
|
+
readonly ":where"?: import("@emotion/react").CSSObject | undefined;
|
|
929
|
+
readonly ":-khtml-any-link"?: import("@emotion/react").CSSObject | undefined;
|
|
930
|
+
readonly ":-moz-any-link"?: import("@emotion/react").CSSObject | undefined;
|
|
931
|
+
readonly ":-moz-focusring"?: import("@emotion/react").CSSObject | undefined;
|
|
932
|
+
readonly ":-moz-full-screen"?: import("@emotion/react").CSSObject | undefined;
|
|
933
|
+
readonly ":-moz-placeholder"?: import("@emotion/react").CSSObject | undefined;
|
|
934
|
+
readonly ":-moz-read-only"?: import("@emotion/react").CSSObject | undefined;
|
|
935
|
+
readonly ":-moz-read-write"?: import("@emotion/react").CSSObject | undefined;
|
|
936
|
+
readonly ":-moz-ui-invalid"?: import("@emotion/react").CSSObject | undefined;
|
|
937
|
+
readonly ":-moz-ui-valid"?: import("@emotion/react").CSSObject | undefined;
|
|
938
|
+
readonly ":-ms-fullscreen"?: import("@emotion/react").CSSObject | undefined;
|
|
939
|
+
readonly ":-ms-input-placeholder"?: import("@emotion/react").CSSObject | undefined;
|
|
940
|
+
readonly ":-webkit-any-link"?: import("@emotion/react").CSSObject | undefined;
|
|
941
|
+
readonly ":-webkit-full-screen"?: import("@emotion/react").CSSObject | undefined;
|
|
942
|
+
readonly "::-moz-placeholder"?: import("@emotion/react").CSSObject | undefined;
|
|
943
|
+
readonly "::-moz-progress-bar"?: import("@emotion/react").CSSObject | undefined;
|
|
944
|
+
readonly "::-moz-range-progress"?: import("@emotion/react").CSSObject | undefined;
|
|
945
|
+
readonly "::-moz-range-thumb"?: import("@emotion/react").CSSObject | undefined;
|
|
946
|
+
readonly "::-moz-range-track"?: import("@emotion/react").CSSObject | undefined;
|
|
947
|
+
readonly "::-moz-selection"?: import("@emotion/react").CSSObject | undefined;
|
|
948
|
+
readonly "::-ms-backdrop"?: import("@emotion/react").CSSObject | undefined;
|
|
949
|
+
readonly "::-ms-browse"?: import("@emotion/react").CSSObject | undefined;
|
|
950
|
+
readonly "::-ms-check"?: import("@emotion/react").CSSObject | undefined;
|
|
951
|
+
readonly "::-ms-clear"?: import("@emotion/react").CSSObject | undefined;
|
|
952
|
+
readonly "::-ms-expand"?: import("@emotion/react").CSSObject | undefined;
|
|
953
|
+
readonly "::-ms-fill"?: import("@emotion/react").CSSObject | undefined;
|
|
954
|
+
readonly "::-ms-fill-lower"?: import("@emotion/react").CSSObject | undefined;
|
|
955
|
+
readonly "::-ms-fill-upper"?: import("@emotion/react").CSSObject | undefined;
|
|
956
|
+
readonly "::-ms-input-placeholder"?: import("@emotion/react").CSSObject | undefined;
|
|
957
|
+
readonly "::-ms-reveal"?: import("@emotion/react").CSSObject | undefined;
|
|
958
|
+
readonly "::-ms-thumb"?: import("@emotion/react").CSSObject | undefined;
|
|
959
|
+
readonly "::-ms-ticks-after"?: import("@emotion/react").CSSObject | undefined;
|
|
960
|
+
readonly "::-ms-ticks-before"?: import("@emotion/react").CSSObject | undefined;
|
|
961
|
+
readonly "::-ms-tooltip"?: import("@emotion/react").CSSObject | undefined;
|
|
962
|
+
readonly "::-ms-track"?: import("@emotion/react").CSSObject | undefined;
|
|
963
|
+
readonly "::-ms-value"?: import("@emotion/react").CSSObject | undefined;
|
|
964
|
+
readonly "::-webkit-backdrop"?: import("@emotion/react").CSSObject | undefined;
|
|
965
|
+
readonly "::-webkit-input-placeholder"?: import("@emotion/react").CSSObject | undefined;
|
|
966
|
+
readonly "::-webkit-progress-bar"?: import("@emotion/react").CSSObject | undefined;
|
|
967
|
+
readonly "::-webkit-progress-inner-value"?: import("@emotion/react").CSSObject | undefined;
|
|
968
|
+
readonly "::-webkit-progress-value"?: import("@emotion/react").CSSObject | undefined;
|
|
969
|
+
readonly "::-webkit-slider-runnable-track"?: import("@emotion/react").CSSObject | undefined;
|
|
970
|
+
readonly "::-webkit-slider-thumb"?: import("@emotion/react").CSSObject | undefined;
|
|
971
|
+
readonly "::after"?: import("@emotion/react").CSSObject | undefined;
|
|
972
|
+
readonly "::backdrop"?: import("@emotion/react").CSSObject | undefined;
|
|
973
|
+
readonly "::before"?: import("@emotion/react").CSSObject | undefined;
|
|
974
|
+
readonly "::first-letter"?: import("@emotion/react").CSSObject | undefined;
|
|
975
|
+
readonly "::first-line"?: import("@emotion/react").CSSObject | undefined;
|
|
976
|
+
readonly "::grammar-error"?: import("@emotion/react").CSSObject | undefined;
|
|
977
|
+
readonly "::marker"?: import("@emotion/react").CSSObject | undefined;
|
|
978
|
+
readonly "::placeholder"?: import("@emotion/react").CSSObject | undefined;
|
|
979
|
+
readonly "::selection"?: import("@emotion/react").CSSObject | undefined;
|
|
980
|
+
readonly "::spelling-error"?: import("@emotion/react").CSSObject | undefined;
|
|
981
|
+
readonly "::target-text"?: import("@emotion/react").CSSObject | undefined;
|
|
982
|
+
readonly "::view-transition"?: import("@emotion/react").CSSObject | undefined;
|
|
983
|
+
readonly ":active"?: import("@emotion/react").CSSObject | undefined;
|
|
984
|
+
readonly ":after"?: import("@emotion/react").CSSObject | undefined;
|
|
985
|
+
readonly ":any-link"?: import("@emotion/react").CSSObject | undefined;
|
|
986
|
+
readonly ":before"?: import("@emotion/react").CSSObject | undefined;
|
|
987
|
+
readonly ":blank"?: import("@emotion/react").CSSObject | undefined;
|
|
988
|
+
readonly ":checked"?: import("@emotion/react").CSSObject | undefined;
|
|
989
|
+
readonly ":current"?: import("@emotion/react").CSSObject | undefined;
|
|
990
|
+
readonly ":default"?: import("@emotion/react").CSSObject | undefined;
|
|
991
|
+
readonly ":defined"?: import("@emotion/react").CSSObject | undefined;
|
|
992
|
+
readonly ":disabled"?: import("@emotion/react").CSSObject | undefined;
|
|
993
|
+
readonly ":empty"?: import("@emotion/react").CSSObject | undefined;
|
|
994
|
+
readonly ":first"?: import("@emotion/react").CSSObject | undefined;
|
|
995
|
+
readonly ":first-child"?: import("@emotion/react").CSSObject | undefined;
|
|
996
|
+
readonly ":first-letter"?: import("@emotion/react").CSSObject | undefined;
|
|
997
|
+
readonly ":first-line"?: import("@emotion/react").CSSObject | undefined;
|
|
998
|
+
readonly ":first-of-type"?: import("@emotion/react").CSSObject | undefined;
|
|
999
|
+
readonly ":focus-visible"?: import("@emotion/react").CSSObject | undefined;
|
|
1000
|
+
readonly ":focus-within"?: import("@emotion/react").CSSObject | undefined;
|
|
1001
|
+
readonly ":fullscreen"?: import("@emotion/react").CSSObject | undefined;
|
|
1002
|
+
readonly ":future"?: import("@emotion/react").CSSObject | undefined;
|
|
1003
|
+
readonly ":hover"?: import("@emotion/react").CSSObject | undefined;
|
|
1004
|
+
readonly ":in-range"?: import("@emotion/react").CSSObject | undefined;
|
|
1005
|
+
readonly ":indeterminate"?: import("@emotion/react").CSSObject | undefined;
|
|
1006
|
+
readonly ":invalid"?: import("@emotion/react").CSSObject | undefined;
|
|
1007
|
+
readonly ":last-child"?: import("@emotion/react").CSSObject | undefined;
|
|
1008
|
+
readonly ":last-of-type"?: import("@emotion/react").CSSObject | undefined;
|
|
1009
|
+
readonly ":left"?: import("@emotion/react").CSSObject | undefined;
|
|
1010
|
+
readonly ":link"?: import("@emotion/react").CSSObject | undefined;
|
|
1011
|
+
readonly ":local-link"?: import("@emotion/react").CSSObject | undefined;
|
|
1012
|
+
readonly ":nth-col"?: import("@emotion/react").CSSObject | undefined;
|
|
1013
|
+
readonly ":nth-last-col"?: import("@emotion/react").CSSObject | undefined;
|
|
1014
|
+
readonly ":only-child"?: import("@emotion/react").CSSObject | undefined;
|
|
1015
|
+
readonly ":only-of-type"?: import("@emotion/react").CSSObject | undefined;
|
|
1016
|
+
readonly ":optional"?: import("@emotion/react").CSSObject | undefined;
|
|
1017
|
+
readonly ":out-of-range"?: import("@emotion/react").CSSObject | undefined;
|
|
1018
|
+
readonly ":past"?: import("@emotion/react").CSSObject | undefined;
|
|
1019
|
+
readonly ":paused"?: import("@emotion/react").CSSObject | undefined;
|
|
1020
|
+
readonly ":picture-in-picture"?: import("@emotion/react").CSSObject | undefined;
|
|
1021
|
+
readonly ":placeholder-shown"?: import("@emotion/react").CSSObject | undefined;
|
|
1022
|
+
readonly ":playing"?: import("@emotion/react").CSSObject | undefined;
|
|
1023
|
+
readonly ":read-only"?: import("@emotion/react").CSSObject | undefined;
|
|
1024
|
+
readonly ":read-write"?: import("@emotion/react").CSSObject | undefined;
|
|
1025
|
+
readonly ":required"?: import("@emotion/react").CSSObject | undefined;
|
|
1026
|
+
readonly ":right"?: import("@emotion/react").CSSObject | undefined;
|
|
1027
|
+
readonly ":root"?: import("@emotion/react").CSSObject | undefined;
|
|
1028
|
+
readonly ":scope"?: import("@emotion/react").CSSObject | undefined;
|
|
1029
|
+
readonly ":target"?: import("@emotion/react").CSSObject | undefined;
|
|
1030
|
+
readonly ":target-within"?: import("@emotion/react").CSSObject | undefined;
|
|
1031
|
+
readonly ":user-invalid"?: import("@emotion/react").CSSObject | undefined;
|
|
1032
|
+
readonly ":user-valid"?: import("@emotion/react").CSSObject | undefined;
|
|
1033
|
+
readonly ":valid"?: import("@emotion/react").CSSObject | undefined;
|
|
1034
|
+
readonly ":visited"?: import("@emotion/react").CSSObject | undefined;
|
|
1035
|
+
} | {
|
|
1036
|
+
readonly ':enabled': {
|
|
1037
|
+
readonly ':focus + [data-focus-indicator]': {
|
|
1038
|
+
readonly boxShadow: string;
|
|
1039
|
+
readonly outline: string;
|
|
1040
|
+
readonly outlineOffset: string;
|
|
1041
|
+
readonly borderColor: string;
|
|
1042
|
+
} | {
|
|
1043
|
+
readonly outline: string;
|
|
1044
|
+
readonly outlineOffset: string;
|
|
1045
|
+
readonly borderColor: string;
|
|
1046
|
+
};
|
|
1047
|
+
};
|
|
1048
|
+
readonly ':focus': {
|
|
1049
|
+
readonly outline: "none";
|
|
1050
|
+
};
|
|
1051
|
+
readonly '&[aria-invalid=true]': {
|
|
1052
|
+
readonly color: string;
|
|
1053
|
+
};
|
|
1054
|
+
readonly whiteSpace: "nowrap";
|
|
1055
|
+
readonly accentColor?: import("csstype").Property.AccentColor | readonly import("csstype").Property.AccentColor[] | undefined;
|
|
1056
|
+
readonly alignContent?: import("csstype").Property.AlignContent | readonly import("csstype").Property.AlignContent[] | undefined;
|
|
1057
|
+
readonly alignItems?: import("csstype").Property.AlignItems | readonly import("csstype").Property.AlignItems[] | undefined;
|
|
1058
|
+
readonly alignSelf?: import("csstype").Property.AlignSelf | readonly import("csstype").Property.AlignSelf[] | undefined;
|
|
1059
|
+
readonly alignTracks?: import("csstype").Property.AlignTracks | readonly import("csstype").Property.AlignTracks[] | undefined;
|
|
1060
|
+
readonly animationComposition?: import("csstype").Property.AnimationComposition | readonly import("csstype").Property.AnimationComposition[] | undefined;
|
|
1061
|
+
readonly animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | readonly import("csstype").Property.AnimationDelay<string & {}>[] | undefined;
|
|
1062
|
+
readonly animationDirection?: import("csstype").Property.AnimationDirection | readonly import("csstype").Property.AnimationDirection[] | undefined;
|
|
1063
|
+
readonly animationDuration?: import("csstype").Property.AnimationDuration<string & {}> | readonly import("csstype").Property.AnimationDuration<string & {}>[] | undefined;
|
|
1064
|
+
readonly animationFillMode?: import("csstype").Property.AnimationFillMode | readonly import("csstype").Property.AnimationFillMode[] | undefined;
|
|
1065
|
+
readonly animationIterationCount?: import("csstype").Property.AnimationIterationCount | readonly import("csstype").Property.AnimationIterationCount[] | undefined;
|
|
1066
|
+
readonly animationName?: import("csstype").Property.AnimationName | readonly import("csstype").Property.AnimationName[] | undefined;
|
|
1067
|
+
readonly animationPlayState?: import("csstype").Property.AnimationPlayState | readonly import("csstype").Property.AnimationPlayState[] | undefined;
|
|
1068
|
+
readonly animationRangeEnd?: string | number | readonly import("csstype").Property.AnimationRangeEnd<string | number>[] | undefined;
|
|
1069
|
+
readonly animationRangeStart?: string | number | readonly import("csstype").Property.AnimationRangeStart<string | number>[] | undefined;
|
|
1070
|
+
readonly animationTimeline?: import("csstype").Property.AnimationTimeline | readonly import("csstype").Property.AnimationTimeline[] | undefined;
|
|
1071
|
+
readonly animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | readonly import("csstype").Property.AnimationTimingFunction[] | undefined;
|
|
1072
|
+
readonly appearance?: import("csstype").Property.Appearance | readonly import("csstype").Property.Appearance[] | undefined;
|
|
1073
|
+
readonly aspectRatio?: import("csstype").Property.AspectRatio | readonly import("csstype").Property.AspectRatio[] | undefined;
|
|
1074
|
+
readonly backdropFilter?: import("csstype").Property.BackdropFilter | readonly import("csstype").Property.BackdropFilter[] | undefined;
|
|
1075
|
+
readonly backfaceVisibility?: import("csstype").Property.BackfaceVisibility | readonly import("csstype").Property.BackfaceVisibility[] | undefined;
|
|
1076
|
+
readonly backgroundAttachment?: import("csstype").Property.BackgroundAttachment | readonly import("csstype").Property.BackgroundAttachment[] | undefined;
|
|
1077
|
+
readonly backgroundBlendMode?: import("csstype").Property.BackgroundBlendMode | readonly import("csstype").Property.BackgroundBlendMode[] | undefined;
|
|
1078
|
+
readonly backgroundClip?: import("csstype").Property.BackgroundClip | readonly import("csstype").Property.BackgroundClip[] | undefined;
|
|
1079
|
+
readonly backgroundColor?: import("csstype").Property.BackgroundColor | readonly import("csstype").Property.BackgroundColor[] | undefined;
|
|
1080
|
+
readonly backgroundImage?: import("csstype").Property.BackgroundImage | readonly import("csstype").Property.BackgroundImage[] | undefined;
|
|
1081
|
+
readonly backgroundOrigin?: import("csstype").Property.BackgroundOrigin | readonly import("csstype").Property.BackgroundOrigin[] | undefined;
|
|
1082
|
+
readonly backgroundPositionX?: string | number | readonly import("csstype").Property.BackgroundPositionX<string | number>[] | undefined;
|
|
1083
|
+
readonly backgroundPositionY?: string | number | readonly import("csstype").Property.BackgroundPositionY<string | number>[] | undefined;
|
|
1084
|
+
readonly backgroundRepeat?: import("csstype").Property.BackgroundRepeat | readonly import("csstype").Property.BackgroundRepeat[] | undefined;
|
|
1085
|
+
readonly backgroundSize?: string | number | readonly import("csstype").Property.BackgroundSize<string | number>[] | undefined;
|
|
1086
|
+
readonly blockOverflow?: import("csstype").Property.BlockOverflow | readonly import("csstype").Property.BlockOverflow[] | undefined;
|
|
1087
|
+
readonly blockSize?: string | number | readonly import("csstype").Property.BlockSize<string | number>[] | undefined;
|
|
1088
|
+
readonly borderBlockColor?: import("csstype").Property.BorderBlockColor | readonly import("csstype").Property.BorderBlockColor[] | undefined;
|
|
1089
|
+
readonly borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | readonly import("csstype").Property.BorderBlockEndColor[] | undefined;
|
|
1090
|
+
readonly borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | readonly import("csstype").Property.BorderBlockEndStyle[] | undefined;
|
|
1091
|
+
readonly borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | readonly import("csstype").Property.BorderBlockEndWidth<string | number>[] | undefined;
|
|
1092
|
+
readonly borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | readonly import("csstype").Property.BorderBlockStartColor[] | undefined;
|
|
1093
|
+
readonly borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | readonly import("csstype").Property.BorderBlockStartStyle[] | undefined;
|
|
1094
|
+
readonly borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | readonly import("csstype").Property.BorderBlockStartWidth<string | number>[] | undefined;
|
|
1095
|
+
readonly borderBlockStyle?: import("csstype").Property.BorderBlockStyle | readonly import("csstype").Property.BorderBlockStyle[] | undefined;
|
|
1096
|
+
readonly borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | readonly import("csstype").Property.BorderBlockWidth<string | number>[] | undefined;
|
|
1097
|
+
readonly borderBottomColor?: import("csstype").Property.BorderBottomColor | readonly import("csstype").Property.BorderBottomColor[] | undefined;
|
|
1098
|
+
readonly borderBottomLeftRadius?: string | number | readonly import("csstype").Property.BorderBottomLeftRadius<string | number>[] | undefined;
|
|
1099
|
+
readonly borderBottomRightRadius?: string | number | readonly import("csstype").Property.BorderBottomRightRadius<string | number>[] | undefined;
|
|
1100
|
+
readonly borderBottomStyle?: import("csstype").Property.BorderBottomStyle | readonly import("csstype").Property.BorderBottomStyle[] | undefined;
|
|
1101
|
+
readonly borderBottomWidth?: import("csstype").Property.BorderBottomWidth<string | number> | readonly import("csstype").Property.BorderBottomWidth<string | number>[] | undefined;
|
|
1102
|
+
readonly borderCollapse?: import("csstype").Property.BorderCollapse | readonly import("csstype").Property.BorderCollapse[] | undefined;
|
|
1103
|
+
readonly borderEndEndRadius?: string | number | readonly import("csstype").Property.BorderEndEndRadius<string | number>[] | undefined;
|
|
1104
|
+
readonly borderEndStartRadius?: string | number | readonly import("csstype").Property.BorderEndStartRadius<string | number>[] | undefined;
|
|
1105
|
+
readonly borderImageOutset?: string | number | readonly import("csstype").Property.BorderImageOutset<string | number>[] | undefined;
|
|
1106
|
+
readonly borderImageRepeat?: import("csstype").Property.BorderImageRepeat | readonly import("csstype").Property.BorderImageRepeat[] | undefined;
|
|
1107
|
+
readonly borderImageSlice?: import("csstype").Property.BorderImageSlice | readonly import("csstype").Property.BorderImageSlice[] | undefined;
|
|
1108
|
+
readonly borderImageSource?: import("csstype").Property.BorderImageSource | readonly import("csstype").Property.BorderImageSource[] | undefined;
|
|
1109
|
+
readonly borderImageWidth?: string | number | readonly import("csstype").Property.BorderImageWidth<string | number>[] | undefined;
|
|
1110
|
+
readonly borderInlineColor?: import("csstype").Property.BorderInlineColor | readonly import("csstype").Property.BorderInlineColor[] | undefined;
|
|
1111
|
+
readonly borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | readonly import("csstype").Property.BorderInlineEndColor[] | undefined;
|
|
1112
|
+
readonly borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | readonly import("csstype").Property.BorderInlineEndStyle[] | undefined;
|
|
1113
|
+
readonly borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | readonly import("csstype").Property.BorderInlineEndWidth<string | number>[] | undefined;
|
|
1114
|
+
readonly borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | readonly import("csstype").Property.BorderInlineStartColor[] | undefined;
|
|
1115
|
+
readonly borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | readonly import("csstype").Property.BorderInlineStartStyle[] | undefined;
|
|
1116
|
+
readonly borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | readonly import("csstype").Property.BorderInlineStartWidth<string | number>[] | undefined;
|
|
1117
|
+
readonly borderInlineStyle?: import("csstype").Property.BorderInlineStyle | readonly import("csstype").Property.BorderInlineStyle[] | undefined;
|
|
1118
|
+
readonly borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | readonly import("csstype").Property.BorderInlineWidth<string | number>[] | undefined;
|
|
1119
|
+
readonly borderLeftColor?: import("csstype").Property.BorderLeftColor | readonly import("csstype").Property.BorderLeftColor[] | undefined;
|
|
1120
|
+
readonly borderLeftStyle?: import("csstype").Property.BorderLeftStyle | readonly import("csstype").Property.BorderLeftStyle[] | undefined;
|
|
1121
|
+
readonly borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | readonly import("csstype").Property.BorderLeftWidth<string | number>[] | undefined;
|
|
1122
|
+
readonly borderRightColor?: import("csstype").Property.BorderRightColor | readonly import("csstype").Property.BorderRightColor[] | undefined;
|
|
1123
|
+
readonly borderRightStyle?: import("csstype").Property.BorderRightStyle | readonly import("csstype").Property.BorderRightStyle[] | undefined;
|
|
1124
|
+
readonly borderRightWidth?: import("csstype").Property.BorderRightWidth<string | number> | readonly import("csstype").Property.BorderRightWidth<string | number>[] | undefined;
|
|
1125
|
+
readonly borderSpacing?: string | number | readonly import("csstype").Property.BorderSpacing<string | number>[] | undefined;
|
|
1126
|
+
readonly borderStartEndRadius?: string | number | readonly import("csstype").Property.BorderStartEndRadius<string | number>[] | undefined;
|
|
1127
|
+
readonly borderStartStartRadius?: string | number | readonly import("csstype").Property.BorderStartStartRadius<string | number>[] | undefined;
|
|
1128
|
+
readonly borderTopColor?: import("csstype").Property.BorderTopColor | readonly import("csstype").Property.BorderTopColor[] | undefined;
|
|
1129
|
+
readonly borderTopLeftRadius?: string | number | readonly import("csstype").Property.BorderTopLeftRadius<string | number>[] | undefined;
|
|
1130
|
+
readonly borderTopRightRadius?: string | number | readonly import("csstype").Property.BorderTopRightRadius<string | number>[] | undefined;
|
|
1131
|
+
readonly borderTopStyle?: import("csstype").Property.BorderTopStyle | readonly import("csstype").Property.BorderTopStyle[] | undefined;
|
|
1132
|
+
readonly borderTopWidth?: import("csstype").Property.BorderTopWidth<string | number> | readonly import("csstype").Property.BorderTopWidth<string | number>[] | undefined;
|
|
1133
|
+
readonly bottom?: string | number | readonly import("csstype").Property.Bottom<string | number>[] | undefined;
|
|
1134
|
+
readonly boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | readonly import("csstype").Property.BoxDecorationBreak[] | undefined;
|
|
1135
|
+
readonly boxShadow?: import("csstype").Property.BoxShadow | readonly import("csstype").Property.BoxShadow[] | undefined;
|
|
1136
|
+
readonly boxSizing?: import("csstype").Property.BoxSizing | readonly import("csstype").Property.BoxSizing[] | undefined;
|
|
1137
|
+
readonly breakAfter?: import("csstype").Property.BreakAfter | readonly import("csstype").Property.BreakAfter[] | undefined;
|
|
1138
|
+
readonly breakBefore?: import("csstype").Property.BreakBefore | readonly import("csstype").Property.BreakBefore[] | undefined;
|
|
1139
|
+
readonly breakInside?: import("csstype").Property.BreakInside | readonly import("csstype").Property.BreakInside[] | undefined;
|
|
1140
|
+
readonly captionSide?: import("csstype").Property.CaptionSide | readonly import("csstype").Property.CaptionSide[] | undefined;
|
|
1141
|
+
readonly caretColor?: import("csstype").Property.CaretColor | readonly import("csstype").Property.CaretColor[] | undefined;
|
|
1142
|
+
readonly caretShape?: import("csstype").Property.CaretShape | readonly import("csstype").Property.CaretShape[] | undefined;
|
|
1143
|
+
readonly clear?: import("csstype").Property.Clear | readonly import("csstype").Property.Clear[] | undefined;
|
|
1144
|
+
readonly clipPath?: import("csstype").Property.ClipPath | readonly import("csstype").Property.ClipPath[] | undefined;
|
|
1145
|
+
readonly color?: import("csstype").Property.Color | readonly import("csstype").Property.Color[] | undefined;
|
|
1146
|
+
readonly colorAdjust?: import("csstype").Property.PrintColorAdjust | readonly import("csstype").Property.PrintColorAdjust[] | undefined;
|
|
1147
|
+
readonly colorScheme?: import("csstype").Property.ColorScheme | readonly import("csstype").Property.ColorScheme[] | undefined;
|
|
1148
|
+
readonly columnCount?: import("csstype").Property.ColumnCount | readonly import("csstype").Property.ColumnCount[] | undefined;
|
|
1149
|
+
readonly columnFill?: import("csstype").Property.ColumnFill | readonly import("csstype").Property.ColumnFill[] | undefined;
|
|
1150
|
+
readonly columnGap?: string | number | readonly import("csstype").Property.ColumnGap<string | number>[] | undefined;
|
|
1151
|
+
readonly columnRuleColor?: import("csstype").Property.ColumnRuleColor | readonly import("csstype").Property.ColumnRuleColor[] | undefined;
|
|
1152
|
+
readonly columnRuleStyle?: import("csstype").Property.ColumnRuleStyle | readonly import("csstype").Property.ColumnRuleStyle[] | undefined;
|
|
1153
|
+
readonly columnRuleWidth?: string | number | readonly import("csstype").Property.ColumnRuleWidth<string | number>[] | undefined;
|
|
1154
|
+
readonly columnSpan?: import("csstype").Property.ColumnSpan | readonly import("csstype").Property.ColumnSpan[] | undefined;
|
|
1155
|
+
readonly columnWidth?: import("csstype").Property.ColumnWidth<string | number> | readonly import("csstype").Property.ColumnWidth<string | number>[] | undefined;
|
|
1156
|
+
readonly contain?: import("csstype").Property.Contain | readonly import("csstype").Property.Contain[] | undefined;
|
|
1157
|
+
readonly containIntrinsicBlockSize?: string | number | readonly import("csstype").Property.ContainIntrinsicBlockSize<string | number>[] | undefined;
|
|
1158
|
+
readonly containIntrinsicHeight?: string | number | readonly import("csstype").Property.ContainIntrinsicHeight<string | number>[] | undefined;
|
|
1159
|
+
readonly containIntrinsicInlineSize?: string | number | readonly import("csstype").Property.ContainIntrinsicInlineSize<string | number>[] | undefined;
|
|
1160
|
+
readonly containIntrinsicWidth?: string | number | readonly import("csstype").Property.ContainIntrinsicWidth<string | number>[] | undefined;
|
|
1161
|
+
readonly containerName?: import("csstype").Property.ContainerName | readonly import("csstype").Property.ContainerName[] | undefined;
|
|
1162
|
+
readonly containerType?: import("csstype").Property.ContainerType | readonly import("csstype").Property.ContainerType[] | undefined;
|
|
1163
|
+
readonly content?: import("csstype").Property.Content | readonly import("csstype").Property.Content[] | undefined;
|
|
1164
|
+
readonly contentVisibility?: import("csstype").Property.ContentVisibility | readonly import("csstype").Property.ContentVisibility[] | undefined;
|
|
1165
|
+
readonly counterIncrement?: import("csstype").Property.CounterIncrement | readonly import("csstype").Property.CounterIncrement[] | undefined;
|
|
1166
|
+
readonly counterReset?: import("csstype").Property.CounterReset | readonly import("csstype").Property.CounterReset[] | undefined;
|
|
1167
|
+
readonly counterSet?: import("csstype").Property.CounterSet | readonly import("csstype").Property.CounterSet[] | undefined;
|
|
1168
|
+
readonly cursor?: import("csstype").Property.Cursor | readonly import("csstype").Property.Cursor[] | undefined;
|
|
1169
|
+
readonly direction?: import("csstype").Property.Direction | readonly import("csstype").Property.Direction[] | undefined;
|
|
1170
|
+
readonly display?: import("csstype").Property.Display | readonly import("csstype").Property.Display[] | undefined;
|
|
1171
|
+
readonly emptyCells?: import("csstype").Property.EmptyCells | readonly import("csstype").Property.EmptyCells[] | undefined;
|
|
1172
|
+
readonly filter?: import("csstype").Property.Filter | readonly import("csstype").Property.Filter[] | undefined;
|
|
1173
|
+
readonly flexBasis?: string | number | readonly import("csstype").Property.FlexBasis<string | number>[] | undefined;
|
|
1174
|
+
readonly flexDirection?: import("csstype").Property.FlexDirection | readonly import("csstype").Property.FlexDirection[] | undefined;
|
|
1175
|
+
readonly flexGrow?: import("csstype").Property.FlexGrow | readonly import("csstype").Property.FlexGrow[] | undefined;
|
|
1176
|
+
readonly flexShrink?: import("csstype").Property.FlexShrink | readonly import("csstype").Property.FlexShrink[] | undefined;
|
|
1177
|
+
readonly flexWrap?: import("csstype").Property.FlexWrap | readonly import("csstype").Property.FlexWrap[] | undefined;
|
|
1178
|
+
readonly float?: import("csstype").Property.Float | readonly import("csstype").Property.Float[] | undefined;
|
|
1179
|
+
readonly fontFamily?: import("csstype").Property.FontFamily | readonly import("csstype").Property.FontFamily[] | undefined;
|
|
1180
|
+
readonly fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | readonly import("csstype").Property.FontFeatureSettings[] | undefined;
|
|
1181
|
+
readonly fontKerning?: import("csstype").Property.FontKerning | readonly import("csstype").Property.FontKerning[] | undefined;
|
|
1182
|
+
readonly fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | readonly import("csstype").Property.FontLanguageOverride[] | undefined;
|
|
1183
|
+
readonly fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | readonly import("csstype").Property.FontOpticalSizing[] | undefined;
|
|
1184
|
+
readonly fontPalette?: import("csstype").Property.FontPalette | readonly import("csstype").Property.FontPalette[] | undefined;
|
|
1185
|
+
readonly fontSize?: string | number | readonly import("csstype").Property.FontSize<string | number>[] | undefined;
|
|
1186
|
+
readonly fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | readonly import("csstype").Property.FontSizeAdjust[] | undefined;
|
|
1187
|
+
readonly fontSmooth?: import("csstype").Property.FontSmooth<string | number> | readonly import("csstype").Property.FontSmooth<string | number>[] | undefined;
|
|
1188
|
+
readonly fontStretch?: import("csstype").Property.FontStretch | readonly import("csstype").Property.FontStretch[] | undefined;
|
|
1189
|
+
readonly fontStyle?: import("csstype").Property.FontStyle | readonly import("csstype").Property.FontStyle[] | undefined;
|
|
1190
|
+
readonly fontSynthesis?: import("csstype").Property.FontSynthesis | readonly import("csstype").Property.FontSynthesis[] | undefined;
|
|
1191
|
+
readonly fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | readonly import("csstype").Property.FontSynthesisPosition[] | undefined;
|
|
1192
|
+
readonly fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | readonly import("csstype").Property.FontSynthesisSmallCaps[] | undefined;
|
|
1193
|
+
readonly fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | readonly import("csstype").Property.FontSynthesisStyle[] | undefined;
|
|
1194
|
+
readonly fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | readonly import("csstype").Property.FontSynthesisWeight[] | undefined;
|
|
1195
|
+
readonly fontVariant?: import("csstype").Property.FontVariant | readonly import("csstype").Property.FontVariant[] | undefined;
|
|
1196
|
+
readonly fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | readonly import("csstype").Property.FontVariantAlternates[] | undefined;
|
|
1197
|
+
readonly fontVariantCaps?: import("csstype").Property.FontVariantCaps | readonly import("csstype").Property.FontVariantCaps[] | undefined;
|
|
1198
|
+
readonly fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | readonly import("csstype").Property.FontVariantEastAsian[] | undefined;
|
|
1199
|
+
readonly fontVariantEmoji?: import("csstype").Property.FontVariantEmoji | readonly import("csstype").Property.FontVariantEmoji[] | undefined;
|
|
1200
|
+
readonly fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | readonly import("csstype").Property.FontVariantLigatures[] | undefined;
|
|
1201
|
+
readonly fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | readonly import("csstype").Property.FontVariantNumeric[] | undefined;
|
|
1202
|
+
readonly fontVariantPosition?: import("csstype").Property.FontVariantPosition | readonly import("csstype").Property.FontVariantPosition[] | undefined;
|
|
1203
|
+
readonly fontVariationSettings?: import("csstype").Property.FontVariationSettings | readonly import("csstype").Property.FontVariationSettings[] | undefined;
|
|
1204
|
+
readonly fontWeight?: import("csstype").Property.FontWeight | readonly import("csstype").Property.FontWeight[] | undefined;
|
|
1205
|
+
readonly forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | readonly import("csstype").Property.ForcedColorAdjust[] | undefined;
|
|
1206
|
+
readonly gridAutoColumns?: string | number | readonly import("csstype").Property.GridAutoColumns<string | number>[] | undefined;
|
|
1207
|
+
readonly gridAutoFlow?: import("csstype").Property.GridAutoFlow | readonly import("csstype").Property.GridAutoFlow[] | undefined;
|
|
1208
|
+
readonly gridAutoRows?: string | number | readonly import("csstype").Property.GridAutoRows<string | number>[] | undefined;
|
|
1209
|
+
readonly gridColumnEnd?: import("csstype").Property.GridColumnEnd | readonly import("csstype").Property.GridColumnEnd[] | undefined;
|
|
1210
|
+
readonly gridColumnStart?: import("csstype").Property.GridColumnStart | readonly import("csstype").Property.GridColumnStart[] | undefined;
|
|
1211
|
+
readonly gridRowEnd?: import("csstype").Property.GridRowEnd | readonly import("csstype").Property.GridRowEnd[] | undefined;
|
|
1212
|
+
readonly gridRowStart?: import("csstype").Property.GridRowStart | readonly import("csstype").Property.GridRowStart[] | undefined;
|
|
1213
|
+
readonly gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | readonly import("csstype").Property.GridTemplateAreas[] | undefined;
|
|
1214
|
+
readonly gridTemplateColumns?: string | number | readonly import("csstype").Property.GridTemplateColumns<string | number>[] | undefined;
|
|
1215
|
+
readonly gridTemplateRows?: string | number | readonly import("csstype").Property.GridTemplateRows<string | number>[] | undefined;
|
|
1216
|
+
readonly hangingPunctuation?: import("csstype").Property.HangingPunctuation | readonly import("csstype").Property.HangingPunctuation[] | undefined;
|
|
1217
|
+
readonly height?: string | number | readonly import("csstype").Property.Height<string | number>[] | undefined;
|
|
1218
|
+
readonly hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | readonly import("csstype").Property.HyphenateCharacter[] | undefined;
|
|
1219
|
+
readonly hyphenateLimitChars?: import("csstype").Property.HyphenateLimitChars | readonly import("csstype").Property.HyphenateLimitChars[] | undefined;
|
|
1220
|
+
readonly hyphens?: import("csstype").Property.Hyphens | readonly import("csstype").Property.Hyphens[] | undefined;
|
|
1221
|
+
readonly imageOrientation?: import("csstype").Property.ImageOrientation | readonly import("csstype").Property.ImageOrientation[] | undefined;
|
|
1222
|
+
readonly imageRendering?: import("csstype").Property.ImageRendering | readonly import("csstype").Property.ImageRendering[] | undefined;
|
|
1223
|
+
readonly imageResolution?: import("csstype").Property.ImageResolution | readonly import("csstype").Property.ImageResolution[] | undefined;
|
|
1224
|
+
readonly initialLetter?: import("csstype").Property.InitialLetter | readonly import("csstype").Property.InitialLetter[] | undefined;
|
|
1225
|
+
readonly inlineSize?: string | number | readonly import("csstype").Property.InlineSize<string | number>[] | undefined;
|
|
1226
|
+
readonly inputSecurity?: import("csstype").Property.InputSecurity | readonly import("csstype").Property.InputSecurity[] | undefined;
|
|
1227
|
+
readonly insetBlockEnd?: string | number | readonly import("csstype").Property.InsetBlockEnd<string | number>[] | undefined;
|
|
1228
|
+
readonly insetBlockStart?: string | number | readonly import("csstype").Property.InsetBlockStart<string | number>[] | undefined;
|
|
1229
|
+
readonly insetInlineEnd?: string | number | readonly import("csstype").Property.InsetInlineEnd<string | number>[] | undefined;
|
|
1230
|
+
readonly insetInlineStart?: string | number | readonly import("csstype").Property.InsetInlineStart<string | number>[] | undefined;
|
|
1231
|
+
readonly isolation?: import("csstype").Property.Isolation | readonly import("csstype").Property.Isolation[] | undefined;
|
|
1232
|
+
readonly justifyContent?: import("csstype").Property.JustifyContent | readonly import("csstype").Property.JustifyContent[] | undefined;
|
|
1233
|
+
readonly justifyItems?: import("csstype").Property.JustifyItems | readonly import("csstype").Property.JustifyItems[] | undefined;
|
|
1234
|
+
readonly justifySelf?: import("csstype").Property.JustifySelf | readonly import("csstype").Property.JustifySelf[] | undefined;
|
|
1235
|
+
readonly justifyTracks?: import("csstype").Property.JustifyTracks | readonly import("csstype").Property.JustifyTracks[] | undefined;
|
|
1236
|
+
readonly left?: string | number | readonly import("csstype").Property.Left<string | number>[] | undefined;
|
|
1237
|
+
readonly letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | readonly import("csstype").Property.LetterSpacing<string | number>[] | undefined;
|
|
1238
|
+
readonly lineBreak?: import("csstype").Property.LineBreak | readonly import("csstype").Property.LineBreak[] | undefined;
|
|
1239
|
+
readonly lineHeight?: string | number | readonly import("csstype").Property.LineHeight<string | number>[] | undefined;
|
|
1240
|
+
readonly lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | readonly import("csstype").Property.LineHeightStep<string | number>[] | undefined;
|
|
1241
|
+
readonly listStyleImage?: import("csstype").Property.ListStyleImage | readonly import("csstype").Property.ListStyleImage[] | undefined;
|
|
1242
|
+
readonly listStylePosition?: import("csstype").Property.ListStylePosition | readonly import("csstype").Property.ListStylePosition[] | undefined;
|
|
1243
|
+
readonly listStyleType?: import("csstype").Property.ListStyleType | readonly import("csstype").Property.ListStyleType[] | undefined;
|
|
1244
|
+
readonly marginBlockEnd?: string | number | readonly import("csstype").Property.MarginBlockEnd<string | number>[] | undefined;
|
|
1245
|
+
readonly marginBlockStart?: string | number | readonly import("csstype").Property.MarginBlockStart<string | number>[] | undefined;
|
|
1246
|
+
readonly marginBottom?: string | number | readonly import("csstype").Property.MarginBottom<string | number>[] | undefined;
|
|
1247
|
+
readonly marginInlineEnd?: string | number | readonly import("csstype").Property.MarginInlineEnd<string | number>[] | undefined;
|
|
1248
|
+
readonly marginInlineStart?: string | number | readonly import("csstype").Property.MarginInlineStart<string | number>[] | undefined;
|
|
1249
|
+
readonly marginLeft?: string | number | readonly import("csstype").Property.MarginLeft<string | number>[] | undefined;
|
|
1250
|
+
readonly marginRight?: string | number | readonly import("csstype").Property.MarginRight<string | number>[] | undefined;
|
|
1251
|
+
readonly marginTop?: string | number | readonly import("csstype").Property.MarginTop<string | number>[] | undefined;
|
|
1252
|
+
readonly marginTrim?: import("csstype").Property.MarginTrim | readonly import("csstype").Property.MarginTrim[] | undefined;
|
|
1253
|
+
readonly maskBorderMode?: import("csstype").Property.MaskBorderMode | readonly import("csstype").Property.MaskBorderMode[] | undefined;
|
|
1254
|
+
readonly maskBorderOutset?: string | number | readonly import("csstype").Property.MaskBorderOutset<string | number>[] | undefined;
|
|
1255
|
+
readonly maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | readonly import("csstype").Property.MaskBorderRepeat[] | undefined;
|
|
1256
|
+
readonly maskBorderSlice?: import("csstype").Property.MaskBorderSlice | readonly import("csstype").Property.MaskBorderSlice[] | undefined;
|
|
1257
|
+
readonly maskBorderSource?: import("csstype").Property.MaskBorderSource | readonly import("csstype").Property.MaskBorderSource[] | undefined;
|
|
1258
|
+
readonly maskBorderWidth?: string | number | readonly import("csstype").Property.MaskBorderWidth<string | number>[] | undefined;
|
|
1259
|
+
readonly maskClip?: import("csstype").Property.MaskClip | readonly import("csstype").Property.MaskClip[] | undefined;
|
|
1260
|
+
readonly maskComposite?: import("csstype").Property.MaskComposite | readonly import("csstype").Property.MaskComposite[] | undefined;
|
|
1261
|
+
readonly maskImage?: import("csstype").Property.MaskImage | readonly import("csstype").Property.MaskImage[] | undefined;
|
|
1262
|
+
readonly maskMode?: import("csstype").Property.MaskMode | readonly import("csstype").Property.MaskMode[] | undefined;
|
|
1263
|
+
readonly maskOrigin?: import("csstype").Property.MaskOrigin | readonly import("csstype").Property.MaskOrigin[] | undefined;
|
|
1264
|
+
readonly maskPosition?: string | number | readonly import("csstype").Property.MaskPosition<string | number>[] | undefined;
|
|
1265
|
+
readonly maskRepeat?: import("csstype").Property.MaskRepeat | readonly import("csstype").Property.MaskRepeat[] | undefined;
|
|
1266
|
+
readonly maskSize?: string | number | readonly import("csstype").Property.MaskSize<string | number>[] | undefined;
|
|
1267
|
+
readonly maskType?: import("csstype").Property.MaskType | readonly import("csstype").Property.MaskType[] | undefined;
|
|
1268
|
+
readonly masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | readonly import("csstype").Property.MasonryAutoFlow[] | undefined;
|
|
1269
|
+
readonly mathDepth?: import("csstype").Property.MathDepth | readonly import("csstype").Property.MathDepth[] | undefined;
|
|
1270
|
+
readonly mathShift?: import("csstype").Property.MathShift | readonly import("csstype").Property.MathShift[] | undefined;
|
|
1271
|
+
readonly mathStyle?: import("csstype").Property.MathStyle | readonly import("csstype").Property.MathStyle[] | undefined;
|
|
1272
|
+
readonly maxBlockSize?: string | number | readonly import("csstype").Property.MaxBlockSize<string | number>[] | undefined;
|
|
1273
|
+
readonly maxHeight?: string | number | readonly import("csstype").Property.MaxHeight<string | number>[] | undefined;
|
|
1274
|
+
readonly maxInlineSize?: string | number | readonly import("csstype").Property.MaxInlineSize<string | number>[] | undefined;
|
|
1275
|
+
readonly maxLines?: import("csstype").Property.MaxLines | readonly import("csstype").Property.MaxLines[] | undefined;
|
|
1276
|
+
readonly maxWidth?: string | number | readonly import("csstype").Property.MaxWidth<string | number>[] | undefined;
|
|
1277
|
+
readonly minBlockSize?: string | number | readonly import("csstype").Property.MinBlockSize<string | number>[] | undefined;
|
|
1278
|
+
readonly minHeight?: string | number | readonly import("csstype").Property.MinHeight<string | number>[] | undefined;
|
|
1279
|
+
readonly minInlineSize?: string | number | readonly import("csstype").Property.MinInlineSize<string | number>[] | undefined;
|
|
1280
|
+
readonly minWidth?: string | number | readonly import("csstype").Property.MinWidth<string | number>[] | undefined;
|
|
1281
|
+
readonly mixBlendMode?: import("csstype").Property.MixBlendMode | readonly import("csstype").Property.MixBlendMode[] | undefined;
|
|
1282
|
+
readonly motionDistance?: string | number | readonly import("csstype").Property.OffsetDistance<string | number>[] | undefined;
|
|
1283
|
+
readonly motionPath?: import("csstype").Property.OffsetPath | readonly import("csstype").Property.OffsetPath[] | undefined;
|
|
1284
|
+
readonly motionRotation?: import("csstype").Property.OffsetRotate | readonly import("csstype").Property.OffsetRotate[] | undefined;
|
|
1285
|
+
readonly objectFit?: import("csstype").Property.ObjectFit | readonly import("csstype").Property.ObjectFit[] | undefined;
|
|
1286
|
+
readonly objectPosition?: string | number | readonly import("csstype").Property.ObjectPosition<string | number>[] | undefined;
|
|
1287
|
+
readonly offsetAnchor?: string | number | readonly import("csstype").Property.OffsetAnchor<string | number>[] | undefined;
|
|
1288
|
+
readonly offsetDistance?: string | number | readonly import("csstype").Property.OffsetDistance<string | number>[] | undefined;
|
|
1289
|
+
readonly offsetPath?: import("csstype").Property.OffsetPath | readonly import("csstype").Property.OffsetPath[] | undefined;
|
|
1290
|
+
readonly offsetPosition?: string | number | readonly import("csstype").Property.OffsetPosition<string | number>[] | undefined;
|
|
1291
|
+
readonly offsetRotate?: import("csstype").Property.OffsetRotate | readonly import("csstype").Property.OffsetRotate[] | undefined;
|
|
1292
|
+
readonly offsetRotation?: import("csstype").Property.OffsetRotate | readonly import("csstype").Property.OffsetRotate[] | undefined;
|
|
1293
|
+
readonly opacity?: import("csstype").Property.Opacity | readonly import("csstype").Property.Opacity[] | undefined;
|
|
1294
|
+
readonly order?: import("csstype").Property.Order | readonly import("csstype").Property.Order[] | undefined;
|
|
1295
|
+
readonly orphans?: import("csstype").Property.Orphans | readonly import("csstype").Property.Orphans[] | undefined;
|
|
1296
|
+
readonly outlineColor?: import("csstype").Property.OutlineColor | readonly import("csstype").Property.OutlineColor[] | undefined;
|
|
1297
|
+
readonly outlineOffset?: import("csstype").Property.OutlineOffset<string | number> | readonly import("csstype").Property.OutlineOffset<string | number>[] | undefined;
|
|
1298
|
+
readonly outlineStyle?: import("csstype").Property.OutlineStyle | readonly import("csstype").Property.OutlineStyle[] | undefined;
|
|
1299
|
+
readonly outlineWidth?: import("csstype").Property.OutlineWidth<string | number> | readonly import("csstype").Property.OutlineWidth<string | number>[] | undefined;
|
|
1300
|
+
readonly overflowAnchor?: import("csstype").Property.OverflowAnchor | readonly import("csstype").Property.OverflowAnchor[] | undefined;
|
|
1301
|
+
readonly overflowBlock?: import("csstype").Property.OverflowBlock | readonly import("csstype").Property.OverflowBlock[] | undefined;
|
|
1302
|
+
readonly overflowClipBox?: import("csstype").Property.OverflowClipBox | readonly import("csstype").Property.OverflowClipBox[] | undefined;
|
|
1303
|
+
readonly overflowClipMargin?: string | number | readonly import("csstype").Property.OverflowClipMargin<string | number>[] | undefined;
|
|
1304
|
+
readonly overflowInline?: import("csstype").Property.OverflowInline | readonly import("csstype").Property.OverflowInline[] | undefined;
|
|
1305
|
+
readonly overflowWrap?: import("csstype").Property.OverflowWrap | readonly import("csstype").Property.OverflowWrap[] | undefined;
|
|
1306
|
+
readonly overflowX?: import("csstype").Property.OverflowX | readonly import("csstype").Property.OverflowX[] | undefined;
|
|
1307
|
+
readonly overflowY?: import("csstype").Property.OverflowY | readonly import("csstype").Property.OverflowY[] | undefined;
|
|
1308
|
+
readonly overlay?: import("csstype").Property.Overlay | readonly import("csstype").Property.Overlay[] | undefined;
|
|
1309
|
+
readonly overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | readonly import("csstype").Property.OverscrollBehaviorBlock[] | undefined;
|
|
1310
|
+
readonly overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | readonly import("csstype").Property.OverscrollBehaviorInline[] | undefined;
|
|
1311
|
+
readonly overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | readonly import("csstype").Property.OverscrollBehaviorX[] | undefined;
|
|
1312
|
+
readonly overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | readonly import("csstype").Property.OverscrollBehaviorY[] | undefined;
|
|
1313
|
+
readonly paddingBlockEnd?: string | number | readonly import("csstype").Property.PaddingBlockEnd<string | number>[] | undefined;
|
|
1314
|
+
readonly paddingBlockStart?: string | number | readonly import("csstype").Property.PaddingBlockStart<string | number>[] | undefined;
|
|
1315
|
+
readonly paddingBottom?: string | number | readonly import("csstype").Property.PaddingBottom<string | number>[] | undefined;
|
|
1316
|
+
readonly paddingInlineEnd?: string | number | readonly import("csstype").Property.PaddingInlineEnd<string | number>[] | undefined;
|
|
1317
|
+
readonly paddingInlineStart?: string | number | readonly import("csstype").Property.PaddingInlineStart<string | number>[] | undefined;
|
|
1318
|
+
readonly paddingLeft?: string | number | readonly import("csstype").Property.PaddingLeft<string | number>[] | undefined;
|
|
1319
|
+
readonly paddingRight?: string | number | readonly import("csstype").Property.PaddingRight<string | number>[] | undefined;
|
|
1320
|
+
readonly paddingTop?: string | number | readonly import("csstype").Property.PaddingTop<string | number>[] | undefined;
|
|
1321
|
+
readonly page?: import("csstype").Property.Page | readonly import("csstype").Property.Page[] | undefined;
|
|
1322
|
+
readonly pageBreakAfter?: import("csstype").Property.PageBreakAfter | readonly import("csstype").Property.PageBreakAfter[] | undefined;
|
|
1323
|
+
readonly pageBreakBefore?: import("csstype").Property.PageBreakBefore | readonly import("csstype").Property.PageBreakBefore[] | undefined;
|
|
1324
|
+
readonly pageBreakInside?: import("csstype").Property.PageBreakInside | readonly import("csstype").Property.PageBreakInside[] | undefined;
|
|
1325
|
+
readonly paintOrder?: import("csstype").Property.PaintOrder | readonly import("csstype").Property.PaintOrder[] | undefined;
|
|
1326
|
+
readonly perspective?: import("csstype").Property.Perspective<string | number> | readonly import("csstype").Property.Perspective<string | number>[] | undefined;
|
|
1327
|
+
readonly perspectiveOrigin?: string | number | readonly import("csstype").Property.PerspectiveOrigin<string | number>[] | undefined;
|
|
1328
|
+
readonly pointerEvents?: import("csstype").Property.PointerEvents | readonly import("csstype").Property.PointerEvents[] | undefined;
|
|
1329
|
+
readonly position?: import("csstype").Property.Position | readonly import("csstype").Property.Position[] | undefined;
|
|
1330
|
+
readonly printColorAdjust?: import("csstype").Property.PrintColorAdjust | readonly import("csstype").Property.PrintColorAdjust[] | undefined;
|
|
1331
|
+
readonly quotes?: import("csstype").Property.Quotes | readonly import("csstype").Property.Quotes[] | undefined;
|
|
1332
|
+
readonly resize?: import("csstype").Property.Resize | readonly import("csstype").Property.Resize[] | undefined;
|
|
1333
|
+
readonly right?: string | number | readonly import("csstype").Property.Right<string | number>[] | undefined;
|
|
1334
|
+
readonly rotate?: import("csstype").Property.Rotate | readonly import("csstype").Property.Rotate[] | undefined;
|
|
1335
|
+
readonly rowGap?: string | number | readonly import("csstype").Property.RowGap<string | number>[] | undefined;
|
|
1336
|
+
readonly rubyAlign?: import("csstype").Property.RubyAlign | readonly import("csstype").Property.RubyAlign[] | undefined;
|
|
1337
|
+
readonly rubyMerge?: import("csstype").Property.RubyMerge | readonly import("csstype").Property.RubyMerge[] | undefined;
|
|
1338
|
+
readonly rubyPosition?: import("csstype").Property.RubyPosition | readonly import("csstype").Property.RubyPosition[] | undefined;
|
|
1339
|
+
readonly scale?: import("csstype").Property.Scale | readonly import("csstype").Property.Scale[] | undefined;
|
|
1340
|
+
readonly scrollBehavior?: import("csstype").Property.ScrollBehavior | readonly import("csstype").Property.ScrollBehavior[] | undefined;
|
|
1341
|
+
readonly scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | readonly import("csstype").Property.ScrollMarginBlockEnd<string | number>[] | undefined;
|
|
1342
|
+
readonly scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | readonly import("csstype").Property.ScrollMarginBlockStart<string | number>[] | undefined;
|
|
1343
|
+
readonly scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | readonly import("csstype").Property.ScrollMarginBottom<string | number>[] | undefined;
|
|
1344
|
+
readonly scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | readonly import("csstype").Property.ScrollMarginInlineEnd<string | number>[] | undefined;
|
|
1345
|
+
readonly scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart<string | number> | readonly import("csstype").Property.ScrollMarginInlineStart<string | number>[] | undefined;
|
|
1346
|
+
readonly scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | readonly import("csstype").Property.ScrollMarginLeft<string | number>[] | undefined;
|
|
1347
|
+
readonly scrollMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | readonly import("csstype").Property.ScrollMarginRight<string | number>[] | undefined;
|
|
1348
|
+
readonly scrollMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | readonly import("csstype").Property.ScrollMarginTop<string | number>[] | undefined;
|
|
1349
|
+
readonly scrollPaddingBlockEnd?: string | number | readonly import("csstype").Property.ScrollPaddingBlockEnd<string | number>[] | undefined;
|
|
1350
|
+
readonly scrollPaddingBlockStart?: string | number | readonly import("csstype").Property.ScrollPaddingBlockStart<string | number>[] | undefined;
|
|
1351
|
+
readonly scrollPaddingBottom?: string | number | readonly import("csstype").Property.ScrollPaddingBottom<string | number>[] | undefined;
|
|
1352
|
+
readonly scrollPaddingInlineEnd?: string | number | readonly import("csstype").Property.ScrollPaddingInlineEnd<string | number>[] | undefined;
|
|
1353
|
+
readonly scrollPaddingInlineStart?: string | number | readonly import("csstype").Property.ScrollPaddingInlineStart<string | number>[] | undefined;
|
|
1354
|
+
readonly scrollPaddingLeft?: string | number | readonly import("csstype").Property.ScrollPaddingLeft<string | number>[] | undefined;
|
|
1355
|
+
readonly scrollPaddingRight?: string | number | readonly import("csstype").Property.ScrollPaddingRight<string | number>[] | undefined;
|
|
1356
|
+
readonly scrollPaddingTop?: string | number | readonly import("csstype").Property.ScrollPaddingTop<string | number>[] | undefined;
|
|
1357
|
+
readonly scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | readonly import("csstype").Property.ScrollSnapAlign[] | undefined;
|
|
1358
|
+
readonly scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | readonly import("csstype").Property.ScrollMarginBottom<string | number>[] | undefined;
|
|
1359
|
+
readonly scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | readonly import("csstype").Property.ScrollMarginLeft<string | number>[] | undefined;
|
|
1360
|
+
readonly scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | readonly import("csstype").Property.ScrollMarginRight<string | number>[] | undefined;
|
|
1361
|
+
readonly scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | readonly import("csstype").Property.ScrollMarginTop<string | number>[] | undefined;
|
|
1362
|
+
readonly scrollSnapStop?: import("csstype").Property.ScrollSnapStop | readonly import("csstype").Property.ScrollSnapStop[] | undefined;
|
|
1363
|
+
readonly scrollSnapType?: import("csstype").Property.ScrollSnapType | readonly import("csstype").Property.ScrollSnapType[] | undefined;
|
|
1364
|
+
readonly scrollTimelineAxis?: import("csstype").Property.ScrollTimelineAxis | readonly import("csstype").Property.ScrollTimelineAxis[] | undefined;
|
|
1365
|
+
readonly scrollTimelineName?: import("csstype").Property.ScrollTimelineName | readonly import("csstype").Property.ScrollTimelineName[] | undefined;
|
|
1366
|
+
readonly scrollbarColor?: import("csstype").Property.ScrollbarColor | readonly import("csstype").Property.ScrollbarColor[] | undefined;
|
|
1367
|
+
readonly scrollbarGutter?: import("csstype").Property.ScrollbarGutter | readonly import("csstype").Property.ScrollbarGutter[] | undefined;
|
|
1368
|
+
readonly scrollbarWidth?: import("csstype").Property.ScrollbarWidth | readonly import("csstype").Property.ScrollbarWidth[] | undefined;
|
|
1369
|
+
readonly shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | readonly import("csstype").Property.ShapeImageThreshold[] | undefined;
|
|
1370
|
+
readonly shapeMargin?: string | number | readonly import("csstype").Property.ShapeMargin<string | number>[] | undefined;
|
|
1371
|
+
readonly shapeOutside?: import("csstype").Property.ShapeOutside | readonly import("csstype").Property.ShapeOutside[] | undefined;
|
|
1372
|
+
readonly tabSize?: string | number | readonly import("csstype").Property.TabSize<string | number>[] | undefined;
|
|
1373
|
+
readonly tableLayout?: import("csstype").Property.TableLayout | readonly import("csstype").Property.TableLayout[] | undefined;
|
|
1374
|
+
readonly textAlign?: import("csstype").Property.TextAlign | readonly import("csstype").Property.TextAlign[] | undefined;
|
|
1375
|
+
readonly textAlignLast?: import("csstype").Property.TextAlignLast | readonly import("csstype").Property.TextAlignLast[] | undefined;
|
|
1376
|
+
readonly textCombineUpright?: import("csstype").Property.TextCombineUpright | readonly import("csstype").Property.TextCombineUpright[] | undefined;
|
|
1377
|
+
readonly textDecorationColor?: import("csstype").Property.TextDecorationColor | readonly import("csstype").Property.TextDecorationColor[] | undefined;
|
|
1378
|
+
readonly textDecorationLine?: import("csstype").Property.TextDecorationLine | readonly import("csstype").Property.TextDecorationLine[] | undefined;
|
|
1379
|
+
readonly textDecorationSkip?: import("csstype").Property.TextDecorationSkip | readonly import("csstype").Property.TextDecorationSkip[] | undefined;
|
|
1380
|
+
readonly textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | readonly import("csstype").Property.TextDecorationSkipInk[] | undefined;
|
|
1381
|
+
readonly textDecorationStyle?: import("csstype").Property.TextDecorationStyle | readonly import("csstype").Property.TextDecorationStyle[] | undefined;
|
|
1382
|
+
readonly textDecorationThickness?: string | number | readonly import("csstype").Property.TextDecorationThickness<string | number>[] | undefined;
|
|
1383
|
+
readonly textEmphasisColor?: import("csstype").Property.TextEmphasisColor | readonly import("csstype").Property.TextEmphasisColor[] | undefined;
|
|
1384
|
+
readonly textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | readonly import("csstype").Property.TextEmphasisPosition[] | undefined;
|
|
1385
|
+
readonly textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | readonly import("csstype").Property.TextEmphasisStyle[] | undefined;
|
|
1386
|
+
readonly textIndent?: string | number | readonly import("csstype").Property.TextIndent<string | number>[] | undefined;
|
|
1387
|
+
readonly textJustify?: import("csstype").Property.TextJustify | readonly import("csstype").Property.TextJustify[] | undefined;
|
|
1388
|
+
readonly textOrientation?: import("csstype").Property.TextOrientation | readonly import("csstype").Property.TextOrientation[] | undefined;
|
|
1389
|
+
readonly textOverflow?: import("csstype").Property.TextOverflow | readonly import("csstype").Property.TextOverflow[] | undefined;
|
|
1390
|
+
readonly textRendering?: import("csstype").Property.TextRendering | readonly import("csstype").Property.TextRendering[] | undefined;
|
|
1391
|
+
readonly textShadow?: import("csstype").Property.TextShadow | readonly import("csstype").Property.TextShadow[] | undefined;
|
|
1392
|
+
readonly textSizeAdjust?: import("csstype").Property.TextSizeAdjust | readonly import("csstype").Property.TextSizeAdjust[] | undefined;
|
|
1393
|
+
readonly textTransform?: import("csstype").Property.TextTransform | readonly import("csstype").Property.TextTransform[] | undefined;
|
|
1394
|
+
readonly textUnderlineOffset?: string | number | readonly import("csstype").Property.TextUnderlineOffset<string | number>[] | undefined;
|
|
1395
|
+
readonly textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | readonly import("csstype").Property.TextUnderlinePosition[] | undefined;
|
|
1396
|
+
readonly textWrap?: import("csstype").Property.TextWrap | readonly import("csstype").Property.TextWrap[] | undefined;
|
|
1397
|
+
readonly timelineScope?: import("csstype").Property.TimelineScope | readonly import("csstype").Property.TimelineScope[] | undefined;
|
|
1398
|
+
readonly top?: string | number | readonly import("csstype").Property.Top<string | number>[] | undefined;
|
|
1399
|
+
readonly touchAction?: import("csstype").Property.TouchAction | readonly import("csstype").Property.TouchAction[] | undefined;
|
|
1400
|
+
readonly transform?: import("csstype").Property.Transform | readonly import("csstype").Property.Transform[] | undefined;
|
|
1401
|
+
readonly transformBox?: import("csstype").Property.TransformBox | readonly import("csstype").Property.TransformBox[] | undefined;
|
|
1402
|
+
readonly transformOrigin?: string | number | readonly import("csstype").Property.TransformOrigin<string | number>[] | undefined;
|
|
1403
|
+
readonly transformStyle?: import("csstype").Property.TransformStyle | readonly import("csstype").Property.TransformStyle[] | undefined;
|
|
1404
|
+
readonly transitionBehavior?: import("csstype").Property.TransitionBehavior | readonly import("csstype").Property.TransitionBehavior[] | undefined;
|
|
1405
|
+
readonly transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | readonly import("csstype").Property.TransitionDelay<string & {}>[] | undefined;
|
|
1406
|
+
readonly transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | readonly import("csstype").Property.TransitionDuration<string & {}>[] | undefined;
|
|
1407
|
+
readonly transitionProperty?: import("csstype").Property.TransitionProperty | readonly import("csstype").Property.TransitionProperty[] | undefined;
|
|
1408
|
+
readonly transitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | readonly import("csstype").Property.TransitionTimingFunction[] | undefined;
|
|
1409
|
+
readonly translate?: string | number | readonly import("csstype").Property.Translate<string | number>[] | undefined;
|
|
1410
|
+
readonly unicodeBidi?: import("csstype").Property.UnicodeBidi | readonly import("csstype").Property.UnicodeBidi[] | undefined;
|
|
1411
|
+
readonly userSelect?: import("csstype").Property.UserSelect | readonly import("csstype").Property.UserSelect[] | undefined;
|
|
1412
|
+
readonly verticalAlign?: string | number | readonly import("csstype").Property.VerticalAlign<string | number>[] | undefined;
|
|
1413
|
+
readonly viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | readonly import("csstype").Property.ViewTimelineAxis[] | undefined;
|
|
1414
|
+
readonly viewTimelineInset?: string | number | readonly import("csstype").Property.ViewTimelineInset<string | number>[] | undefined;
|
|
1415
|
+
readonly viewTimelineName?: import("csstype").Property.ViewTimelineName | readonly import("csstype").Property.ViewTimelineName[] | undefined;
|
|
1416
|
+
readonly viewTransitionName?: import("csstype").Property.ViewTransitionName | readonly import("csstype").Property.ViewTransitionName[] | undefined;
|
|
1417
|
+
readonly visibility?: import("csstype").Property.Visibility | readonly import("csstype").Property.Visibility[] | undefined;
|
|
1418
|
+
readonly whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | readonly import("csstype").Property.WhiteSpaceCollapse[] | undefined;
|
|
1419
|
+
readonly whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | readonly import("csstype").Property.WhiteSpaceTrim[] | undefined;
|
|
1420
|
+
readonly widows?: import("csstype").Property.Widows | readonly import("csstype").Property.Widows[] | undefined;
|
|
1421
|
+
readonly width?: string | number | readonly import("csstype").Property.Width<string | number>[] | undefined;
|
|
1422
|
+
readonly willChange?: import("csstype").Property.WillChange | readonly import("csstype").Property.WillChange[] | undefined;
|
|
1423
|
+
readonly wordBreak?: import("csstype").Property.WordBreak | readonly import("csstype").Property.WordBreak[] | undefined;
|
|
1424
|
+
readonly wordSpacing?: import("csstype").Property.WordSpacing<string | number> | readonly import("csstype").Property.WordSpacing<string | number>[] | undefined;
|
|
1425
|
+
readonly wordWrap?: import("csstype").Property.WordWrap | readonly import("csstype").Property.WordWrap[] | undefined;
|
|
1426
|
+
readonly writingMode?: import("csstype").Property.WritingMode | readonly import("csstype").Property.WritingMode[] | undefined;
|
|
1427
|
+
readonly zIndex?: import("csstype").Property.ZIndex | readonly import("csstype").Property.ZIndex[] | undefined;
|
|
1428
|
+
readonly zoom?: import("csstype").Property.Zoom | readonly import("csstype").Property.Zoom[] | undefined;
|
|
1429
|
+
readonly all?: import("csstype").Globals | readonly import("csstype").Globals[] | undefined;
|
|
1430
|
+
readonly animation?: import("csstype").Property.Animation<string & {}> | readonly import("csstype").Property.Animation<string & {}>[] | undefined;
|
|
1431
|
+
readonly animationRange?: string | number | readonly import("csstype").Property.AnimationRange<string | number>[] | undefined;
|
|
1432
|
+
readonly background?: string | number | readonly import("csstype").Property.Background<string | number>[] | undefined;
|
|
1433
|
+
readonly backgroundPosition?: string | number | readonly import("csstype").Property.BackgroundPosition<string | number>[] | undefined;
|
|
1434
|
+
readonly border?: string | number | readonly import("csstype").Property.Border<string | number>[] | undefined;
|
|
1435
|
+
readonly borderBlock?: string | number | readonly import("csstype").Property.BorderBlock<string | number>[] | undefined;
|
|
1436
|
+
readonly borderBlockEnd?: string | number | readonly import("csstype").Property.BorderBlockEnd<string | number>[] | undefined;
|
|
1437
|
+
readonly borderBlockStart?: string | number | readonly import("csstype").Property.BorderBlockStart<string | number>[] | undefined;
|
|
1438
|
+
readonly borderBottom?: string | number | readonly import("csstype").Property.BorderBottom<string | number>[] | undefined;
|
|
1439
|
+
readonly borderColor?: import("csstype").Property.BorderColor | readonly import("csstype").Property.BorderColor[] | undefined;
|
|
1440
|
+
readonly borderImage?: import("csstype").Property.BorderImage | readonly import("csstype").Property.BorderImage[] | undefined;
|
|
1441
|
+
readonly borderInline?: string | number | readonly import("csstype").Property.BorderInline<string | number>[] | undefined;
|
|
1442
|
+
readonly borderInlineEnd?: string | number | readonly import("csstype").Property.BorderInlineEnd<string | number>[] | undefined;
|
|
1443
|
+
readonly borderInlineStart?: string | number | readonly import("csstype").Property.BorderInlineStart<string | number>[] | undefined;
|
|
1444
|
+
readonly borderLeft?: string | number | readonly import("csstype").Property.BorderLeft<string | number>[] | undefined;
|
|
1445
|
+
readonly borderRadius?: string | number | readonly import("csstype").Property.BorderRadius<string | number>[] | undefined;
|
|
1446
|
+
readonly borderRight?: string | number | readonly import("csstype").Property.BorderRight<string | number>[] | undefined;
|
|
1447
|
+
readonly borderStyle?: import("csstype").Property.BorderStyle | readonly import("csstype").Property.BorderStyle[] | undefined;
|
|
1448
|
+
readonly borderTop?: string | number | readonly import("csstype").Property.BorderTop<string | number>[] | undefined;
|
|
1449
|
+
readonly borderWidth?: string | number | readonly import("csstype").Property.BorderWidth<string | number>[] | undefined;
|
|
1450
|
+
readonly caret?: import("csstype").Property.Caret | readonly import("csstype").Property.Caret[] | undefined;
|
|
1451
|
+
readonly columnRule?: string | number | readonly import("csstype").Property.ColumnRule<string | number>[] | undefined;
|
|
1452
|
+
readonly columns?: string | number | readonly import("csstype").Property.Columns<string | number>[] | undefined;
|
|
1453
|
+
readonly containIntrinsicSize?: string | number | readonly import("csstype").Property.ContainIntrinsicSize<string | number>[] | undefined;
|
|
1454
|
+
readonly container?: import("csstype").Property.Container | readonly import("csstype").Property.Container[] | undefined;
|
|
1455
|
+
readonly flex?: string | number | readonly import("csstype").Property.Flex<string | number>[] | undefined;
|
|
1456
|
+
readonly flexFlow?: import("csstype").Property.FlexFlow | readonly import("csstype").Property.FlexFlow[] | undefined;
|
|
1457
|
+
readonly font?: import("csstype").Property.Font | readonly import("csstype").Property.Font[] | undefined;
|
|
1458
|
+
readonly gap?: string | number | readonly import("csstype").Property.Gap<string | number>[] | undefined;
|
|
1459
|
+
readonly grid?: import("csstype").Property.Grid | readonly import("csstype").Property.Grid[] | undefined;
|
|
1460
|
+
readonly gridArea?: import("csstype").Property.GridArea | readonly import("csstype").Property.GridArea[] | undefined;
|
|
1461
|
+
readonly gridColumn?: import("csstype").Property.GridColumn | readonly import("csstype").Property.GridColumn[] | undefined;
|
|
1462
|
+
readonly gridRow?: import("csstype").Property.GridRow | readonly import("csstype").Property.GridRow[] | undefined;
|
|
1463
|
+
readonly gridTemplate?: import("csstype").Property.GridTemplate | readonly import("csstype").Property.GridTemplate[] | undefined;
|
|
1464
|
+
readonly inset?: string | number | readonly import("csstype").Property.Inset<string | number>[] | undefined;
|
|
1465
|
+
readonly insetBlock?: string | number | readonly import("csstype").Property.InsetBlock<string | number>[] | undefined;
|
|
1466
|
+
readonly insetInline?: string | number | readonly import("csstype").Property.InsetInline<string | number>[] | undefined;
|
|
1467
|
+
readonly lineClamp?: import("csstype").Property.LineClamp | readonly import("csstype").Property.LineClamp[] | undefined;
|
|
1468
|
+
readonly listStyle?: import("csstype").Property.ListStyle | readonly import("csstype").Property.ListStyle[] | undefined;
|
|
1469
|
+
readonly margin?: string | number | readonly import("csstype").Property.Margin<string | number>[] | undefined;
|
|
1470
|
+
readonly marginBlock?: string | number | readonly import("csstype").Property.MarginBlock<string | number>[] | undefined;
|
|
1471
|
+
readonly marginInline?: string | number | readonly import("csstype").Property.MarginInline<string | number>[] | undefined;
|
|
1472
|
+
readonly mask?: string | number | readonly import("csstype").Property.Mask<string | number>[] | undefined;
|
|
1473
|
+
readonly maskBorder?: import("csstype").Property.MaskBorder | readonly import("csstype").Property.MaskBorder[] | undefined;
|
|
1474
|
+
readonly motion?: string | number | readonly import("csstype").Property.Offset<string | number>[] | undefined;
|
|
1475
|
+
readonly offset?: string | number | readonly import("csstype").Property.Offset<string | number>[] | undefined;
|
|
1476
|
+
readonly outline?: string | number | readonly import("csstype").Property.Outline<string | number>[] | undefined;
|
|
1477
|
+
readonly overflow?: import("csstype").Property.Overflow | readonly import("csstype").Property.Overflow[] | undefined;
|
|
1478
|
+
readonly overscrollBehavior?: import("csstype").Property.OverscrollBehavior | readonly import("csstype").Property.OverscrollBehavior[] | undefined;
|
|
1479
|
+
readonly padding?: string | number | readonly import("csstype").Property.Padding<string | number>[] | undefined;
|
|
1480
|
+
readonly paddingBlock?: string | number | readonly import("csstype").Property.PaddingBlock<string | number>[] | undefined;
|
|
1481
|
+
readonly paddingInline?: string | number | readonly import("csstype").Property.PaddingInline<string | number>[] | undefined;
|
|
1482
|
+
readonly placeContent?: import("csstype").Property.PlaceContent | readonly import("csstype").Property.PlaceContent[] | undefined;
|
|
1483
|
+
readonly placeItems?: import("csstype").Property.PlaceItems | readonly import("csstype").Property.PlaceItems[] | undefined;
|
|
1484
|
+
readonly placeSelf?: import("csstype").Property.PlaceSelf | readonly import("csstype").Property.PlaceSelf[] | undefined;
|
|
1485
|
+
readonly scrollMargin?: string | number | readonly import("csstype").Property.ScrollMargin<string | number>[] | undefined;
|
|
1486
|
+
readonly scrollMarginBlock?: string | number | readonly import("csstype").Property.ScrollMarginBlock<string | number>[] | undefined;
|
|
1487
|
+
readonly scrollMarginInline?: string | number | readonly import("csstype").Property.ScrollMarginInline<string | number>[] | undefined;
|
|
1488
|
+
readonly scrollPadding?: string | number | readonly import("csstype").Property.ScrollPadding<string | number>[] | undefined;
|
|
1489
|
+
readonly scrollPaddingBlock?: string | number | readonly import("csstype").Property.ScrollPaddingBlock<string | number>[] | undefined;
|
|
1490
|
+
readonly scrollPaddingInline?: string | number | readonly import("csstype").Property.ScrollPaddingInline<string | number>[] | undefined;
|
|
1491
|
+
readonly scrollSnapMargin?: string | number | readonly import("csstype").Property.ScrollMargin<string | number>[] | undefined;
|
|
1492
|
+
readonly scrollTimeline?: import("csstype").Property.ScrollTimeline | readonly import("csstype").Property.ScrollTimeline[] | undefined;
|
|
1493
|
+
readonly textDecoration?: string | number | readonly import("csstype").Property.TextDecoration<string | number>[] | undefined;
|
|
1494
|
+
readonly textEmphasis?: import("csstype").Property.TextEmphasis | readonly import("csstype").Property.TextEmphasis[] | undefined;
|
|
1495
|
+
readonly transition?: import("csstype").Property.Transition<string & {}> | readonly import("csstype").Property.Transition<string & {}>[] | undefined;
|
|
1496
|
+
readonly viewTimeline?: import("csstype").Property.ViewTimeline | readonly import("csstype").Property.ViewTimeline[] | undefined;
|
|
1497
|
+
readonly MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | readonly import("csstype").Property.AnimationDelay<string & {}>[] | undefined;
|
|
1498
|
+
readonly MozAnimationDirection?: import("csstype").Property.AnimationDirection | readonly import("csstype").Property.AnimationDirection[] | undefined;
|
|
1499
|
+
readonly MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | readonly import("csstype").Property.AnimationDuration<string & {}>[] | undefined;
|
|
1500
|
+
readonly MozAnimationFillMode?: import("csstype").Property.AnimationFillMode | readonly import("csstype").Property.AnimationFillMode[] | undefined;
|
|
1501
|
+
readonly MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | readonly import("csstype").Property.AnimationIterationCount[] | undefined;
|
|
1502
|
+
readonly MozAnimationName?: import("csstype").Property.AnimationName | readonly import("csstype").Property.AnimationName[] | undefined;
|
|
1503
|
+
readonly MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | readonly import("csstype").Property.AnimationPlayState[] | undefined;
|
|
1504
|
+
readonly MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | readonly import("csstype").Property.AnimationTimingFunction[] | undefined;
|
|
1505
|
+
readonly MozAppearance?: import("csstype").Property.MozAppearance | readonly import("csstype").Property.MozAppearance[] | undefined;
|
|
1506
|
+
readonly MozBinding?: import("csstype").Property.MozBinding | readonly import("csstype").Property.MozBinding[] | undefined;
|
|
1507
|
+
readonly MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | readonly import("csstype").Property.MozBorderBottomColors[] | undefined;
|
|
1508
|
+
readonly MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | readonly import("csstype").Property.BorderInlineEndColor[] | undefined;
|
|
1509
|
+
readonly MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | readonly import("csstype").Property.BorderInlineEndStyle[] | undefined;
|
|
1510
|
+
readonly MozBorderEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | readonly import("csstype").Property.BorderInlineEndWidth<string | number>[] | undefined;
|
|
1511
|
+
readonly MozBorderLeftColors?: import("csstype").Property.MozBorderLeftColors | readonly import("csstype").Property.MozBorderLeftColors[] | undefined;
|
|
1512
|
+
readonly MozBorderRightColors?: import("csstype").Property.MozBorderRightColors | readonly import("csstype").Property.MozBorderRightColors[] | undefined;
|
|
1513
|
+
readonly MozBorderStartColor?: import("csstype").Property.BorderInlineStartColor | readonly import("csstype").Property.BorderInlineStartColor[] | undefined;
|
|
1514
|
+
readonly MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | readonly import("csstype").Property.BorderInlineStartStyle[] | undefined;
|
|
1515
|
+
readonly MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | readonly import("csstype").Property.MozBorderTopColors[] | undefined;
|
|
1516
|
+
readonly MozBoxSizing?: import("csstype").Property.BoxSizing | readonly import("csstype").Property.BoxSizing[] | undefined;
|
|
1517
|
+
readonly MozColumnCount?: import("csstype").Property.ColumnCount | readonly import("csstype").Property.ColumnCount[] | undefined;
|
|
1518
|
+
readonly MozColumnFill?: import("csstype").Property.ColumnFill | readonly import("csstype").Property.ColumnFill[] | undefined;
|
|
1519
|
+
readonly MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | readonly import("csstype").Property.ColumnRuleColor[] | undefined;
|
|
1520
|
+
readonly MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | readonly import("csstype").Property.ColumnRuleStyle[] | undefined;
|
|
1521
|
+
readonly MozColumnRuleWidth?: string | number | readonly import("csstype").Property.ColumnRuleWidth<string | number>[] | undefined;
|
|
1522
|
+
readonly MozColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | readonly import("csstype").Property.ColumnWidth<string | number>[] | undefined;
|
|
1523
|
+
readonly MozContextProperties?: import("csstype").Property.MozContextProperties | readonly import("csstype").Property.MozContextProperties[] | undefined;
|
|
1524
|
+
readonly MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | readonly import("csstype").Property.FontFeatureSettings[] | undefined;
|
|
1525
|
+
readonly MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | readonly import("csstype").Property.FontLanguageOverride[] | undefined;
|
|
1526
|
+
readonly MozHyphens?: import("csstype").Property.Hyphens | readonly import("csstype").Property.Hyphens[] | undefined;
|
|
1527
|
+
readonly MozImageRegion?: import("csstype").Property.MozImageRegion | readonly import("csstype").Property.MozImageRegion[] | undefined;
|
|
1528
|
+
readonly MozMarginEnd?: string | number | readonly import("csstype").Property.MarginInlineEnd<string | number>[] | undefined;
|
|
1529
|
+
readonly MozMarginStart?: string | number | readonly import("csstype").Property.MarginInlineStart<string | number>[] | undefined;
|
|
1530
|
+
readonly MozOrient?: import("csstype").Property.MozOrient | readonly import("csstype").Property.MozOrient[] | undefined;
|
|
1531
|
+
readonly MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | readonly import("csstype").Property.FontSmooth<string | number>[] | undefined;
|
|
1532
|
+
readonly MozOutlineRadiusBottomleft?: string | number | readonly import("csstype").Property.MozOutlineRadiusBottomleft<string | number>[] | undefined;
|
|
1533
|
+
readonly MozOutlineRadiusBottomright?: string | number | readonly import("csstype").Property.MozOutlineRadiusBottomright<string | number>[] | undefined;
|
|
1534
|
+
readonly MozOutlineRadiusTopleft?: string | number | readonly import("csstype").Property.MozOutlineRadiusTopleft<string | number>[] | undefined;
|
|
1535
|
+
readonly MozOutlineRadiusTopright?: string | number | readonly import("csstype").Property.MozOutlineRadiusTopright<string | number>[] | undefined;
|
|
1536
|
+
readonly MozPaddingEnd?: string | number | readonly import("csstype").Property.PaddingInlineEnd<string | number>[] | undefined;
|
|
1537
|
+
readonly MozPaddingStart?: string | number | readonly import("csstype").Property.PaddingInlineStart<string | number>[] | undefined;
|
|
1538
|
+
readonly MozStackSizing?: import("csstype").Property.MozStackSizing | readonly import("csstype").Property.MozStackSizing[] | undefined;
|
|
1539
|
+
readonly MozTabSize?: string | number | readonly import("csstype").Property.TabSize<string | number>[] | undefined;
|
|
1540
|
+
readonly MozTextBlink?: import("csstype").Property.MozTextBlink | readonly import("csstype").Property.MozTextBlink[] | undefined;
|
|
1541
|
+
readonly MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | readonly import("csstype").Property.TextSizeAdjust[] | undefined;
|
|
1542
|
+
readonly MozUserFocus?: import("csstype").Property.MozUserFocus | readonly import("csstype").Property.MozUserFocus[] | undefined;
|
|
1543
|
+
readonly MozUserModify?: import("csstype").Property.MozUserModify | readonly import("csstype").Property.MozUserModify[] | undefined;
|
|
1544
|
+
readonly MozUserSelect?: import("csstype").Property.UserSelect | readonly import("csstype").Property.UserSelect[] | undefined;
|
|
1545
|
+
readonly MozWindowDragging?: import("csstype").Property.MozWindowDragging | readonly import("csstype").Property.MozWindowDragging[] | undefined;
|
|
1546
|
+
readonly MozWindowShadow?: import("csstype").Property.MozWindowShadow | readonly import("csstype").Property.MozWindowShadow[] | undefined;
|
|
1547
|
+
readonly msAccelerator?: import("csstype").Property.MsAccelerator | readonly import("csstype").Property.MsAccelerator[] | undefined;
|
|
1548
|
+
readonly msBlockProgression?: import("csstype").Property.MsBlockProgression | readonly import("csstype").Property.MsBlockProgression[] | undefined;
|
|
1549
|
+
readonly msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | readonly import("csstype").Property.MsContentZoomChaining[] | undefined;
|
|
1550
|
+
readonly msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | readonly import("csstype").Property.MsContentZoomLimitMax[] | undefined;
|
|
1551
|
+
readonly msContentZoomLimitMin?: import("csstype").Property.MsContentZoomLimitMin | readonly import("csstype").Property.MsContentZoomLimitMin[] | undefined;
|
|
1552
|
+
readonly msContentZoomSnapPoints?: import("csstype").Property.MsContentZoomSnapPoints | readonly import("csstype").Property.MsContentZoomSnapPoints[] | undefined;
|
|
1553
|
+
readonly msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | readonly import("csstype").Property.MsContentZoomSnapType[] | undefined;
|
|
1554
|
+
readonly msContentZooming?: import("csstype").Property.MsContentZooming | readonly import("csstype").Property.MsContentZooming[] | undefined;
|
|
1555
|
+
readonly msFilter?: import("csstype").Property.MsFilter | readonly import("csstype").Property.MsFilter[] | undefined;
|
|
1556
|
+
readonly msFlexDirection?: import("csstype").Property.FlexDirection | readonly import("csstype").Property.FlexDirection[] | undefined;
|
|
1557
|
+
readonly msFlexPositive?: import("csstype").Property.FlexGrow | readonly import("csstype").Property.FlexGrow[] | undefined;
|
|
1558
|
+
readonly msFlowFrom?: import("csstype").Property.MsFlowFrom | readonly import("csstype").Property.MsFlowFrom[] | undefined;
|
|
1559
|
+
readonly msFlowInto?: import("csstype").Property.MsFlowInto | readonly import("csstype").Property.MsFlowInto[] | undefined;
|
|
1560
|
+
readonly msGridColumns?: string | number | readonly import("csstype").Property.MsGridColumns<string | number>[] | undefined;
|
|
1561
|
+
readonly msGridRows?: string | number | readonly import("csstype").Property.MsGridRows<string | number>[] | undefined;
|
|
1562
|
+
readonly msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | readonly import("csstype").Property.MsHighContrastAdjust[] | undefined;
|
|
1563
|
+
readonly msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | readonly import("csstype").Property.MsHyphenateLimitChars[] | undefined;
|
|
1564
|
+
readonly msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | readonly import("csstype").Property.MsHyphenateLimitLines[] | undefined;
|
|
1565
|
+
readonly msHyphenateLimitZone?: string | number | readonly import("csstype").Property.MsHyphenateLimitZone<string | number>[] | undefined;
|
|
1566
|
+
readonly msHyphens?: import("csstype").Property.Hyphens | readonly import("csstype").Property.Hyphens[] | undefined;
|
|
1567
|
+
readonly msImeAlign?: import("csstype").Property.MsImeAlign | readonly import("csstype").Property.MsImeAlign[] | undefined;
|
|
1568
|
+
readonly msLineBreak?: import("csstype").Property.LineBreak | readonly import("csstype").Property.LineBreak[] | undefined;
|
|
1569
|
+
readonly msOrder?: import("csstype").Property.Order | readonly import("csstype").Property.Order[] | undefined;
|
|
1570
|
+
readonly msOverflowStyle?: import("csstype").Property.MsOverflowStyle | readonly import("csstype").Property.MsOverflowStyle[] | undefined;
|
|
1571
|
+
readonly msOverflowX?: import("csstype").Property.OverflowX | readonly import("csstype").Property.OverflowX[] | undefined;
|
|
1572
|
+
readonly msOverflowY?: import("csstype").Property.OverflowY | readonly import("csstype").Property.OverflowY[] | undefined;
|
|
1573
|
+
readonly msScrollChaining?: import("csstype").Property.MsScrollChaining | readonly import("csstype").Property.MsScrollChaining[] | undefined;
|
|
1574
|
+
readonly msScrollLimitXMax?: import("csstype").Property.MsScrollLimitXMax<string | number> | readonly import("csstype").Property.MsScrollLimitXMax<string | number>[] | undefined;
|
|
1575
|
+
readonly msScrollLimitXMin?: import("csstype").Property.MsScrollLimitXMin<string | number> | readonly import("csstype").Property.MsScrollLimitXMin<string | number>[] | undefined;
|
|
1576
|
+
readonly msScrollLimitYMax?: import("csstype").Property.MsScrollLimitYMax<string | number> | readonly import("csstype").Property.MsScrollLimitYMax<string | number>[] | undefined;
|
|
1577
|
+
readonly msScrollLimitYMin?: import("csstype").Property.MsScrollLimitYMin<string | number> | readonly import("csstype").Property.MsScrollLimitYMin<string | number>[] | undefined;
|
|
1578
|
+
readonly msScrollRails?: import("csstype").Property.MsScrollRails | readonly import("csstype").Property.MsScrollRails[] | undefined;
|
|
1579
|
+
readonly msScrollSnapPointsX?: import("csstype").Property.MsScrollSnapPointsX | readonly import("csstype").Property.MsScrollSnapPointsX[] | undefined;
|
|
1580
|
+
readonly msScrollSnapPointsY?: import("csstype").Property.MsScrollSnapPointsY | readonly import("csstype").Property.MsScrollSnapPointsY[] | undefined;
|
|
1581
|
+
readonly msScrollSnapType?: import("csstype").Property.MsScrollSnapType | readonly import("csstype").Property.MsScrollSnapType[] | undefined;
|
|
1582
|
+
readonly msScrollTranslation?: import("csstype").Property.MsScrollTranslation | readonly import("csstype").Property.MsScrollTranslation[] | undefined;
|
|
1583
|
+
readonly msScrollbar3dlightColor?: import("csstype").Property.MsScrollbar3dlightColor | readonly import("csstype").Property.MsScrollbar3dlightColor[] | undefined;
|
|
1584
|
+
readonly msScrollbarArrowColor?: import("csstype").Property.MsScrollbarArrowColor | readonly import("csstype").Property.MsScrollbarArrowColor[] | undefined;
|
|
1585
|
+
readonly msScrollbarBaseColor?: import("csstype").Property.MsScrollbarBaseColor | readonly import("csstype").Property.MsScrollbarBaseColor[] | undefined;
|
|
1586
|
+
readonly msScrollbarDarkshadowColor?: import("csstype").Property.MsScrollbarDarkshadowColor | readonly import("csstype").Property.MsScrollbarDarkshadowColor[] | undefined;
|
|
1587
|
+
readonly msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | readonly import("csstype").Property.MsScrollbarFaceColor[] | undefined;
|
|
1588
|
+
readonly msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | readonly import("csstype").Property.MsScrollbarHighlightColor[] | undefined;
|
|
1589
|
+
readonly msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | readonly import("csstype").Property.MsScrollbarShadowColor[] | undefined;
|
|
1590
|
+
readonly msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | readonly import("csstype").Property.MsScrollbarTrackColor[] | undefined;
|
|
1591
|
+
readonly msTextAutospace?: import("csstype").Property.MsTextAutospace | readonly import("csstype").Property.MsTextAutospace[] | undefined;
|
|
1592
|
+
readonly msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | readonly import("csstype").Property.TextCombineUpright[] | undefined;
|
|
1593
|
+
readonly msTextOverflow?: import("csstype").Property.TextOverflow | readonly import("csstype").Property.TextOverflow[] | undefined;
|
|
1594
|
+
readonly msTouchAction?: import("csstype").Property.TouchAction | readonly import("csstype").Property.TouchAction[] | undefined;
|
|
1595
|
+
readonly msTouchSelect?: import("csstype").Property.MsTouchSelect | readonly import("csstype").Property.MsTouchSelect[] | undefined;
|
|
1596
|
+
readonly msTransform?: import("csstype").Property.Transform | readonly import("csstype").Property.Transform[] | undefined;
|
|
1597
|
+
readonly msTransformOrigin?: string | number | readonly import("csstype").Property.TransformOrigin<string | number>[] | undefined;
|
|
1598
|
+
readonly msTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | readonly import("csstype").Property.TransitionDelay<string & {}>[] | undefined;
|
|
1599
|
+
readonly msTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | readonly import("csstype").Property.TransitionDuration<string & {}>[] | undefined;
|
|
1600
|
+
readonly msTransitionProperty?: import("csstype").Property.TransitionProperty | readonly import("csstype").Property.TransitionProperty[] | undefined;
|
|
1601
|
+
readonly msTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | readonly import("csstype").Property.TransitionTimingFunction[] | undefined;
|
|
1602
|
+
readonly msUserSelect?: import("csstype").Property.MsUserSelect | readonly import("csstype").Property.MsUserSelect[] | undefined;
|
|
1603
|
+
readonly msWordBreak?: import("csstype").Property.WordBreak | readonly import("csstype").Property.WordBreak[] | undefined;
|
|
1604
|
+
readonly msWrapFlow?: import("csstype").Property.MsWrapFlow | readonly import("csstype").Property.MsWrapFlow[] | undefined;
|
|
1605
|
+
readonly msWrapMargin?: import("csstype").Property.MsWrapMargin<string | number> | readonly import("csstype").Property.MsWrapMargin<string | number>[] | undefined;
|
|
1606
|
+
readonly msWrapThrough?: import("csstype").Property.MsWrapThrough | readonly import("csstype").Property.MsWrapThrough[] | undefined;
|
|
1607
|
+
readonly msWritingMode?: import("csstype").Property.WritingMode | readonly import("csstype").Property.WritingMode[] | undefined;
|
|
1608
|
+
readonly WebkitAlignContent?: import("csstype").Property.AlignContent | readonly import("csstype").Property.AlignContent[] | undefined;
|
|
1609
|
+
readonly WebkitAlignItems?: import("csstype").Property.AlignItems | readonly import("csstype").Property.AlignItems[] | undefined;
|
|
1610
|
+
readonly WebkitAlignSelf?: import("csstype").Property.AlignSelf | readonly import("csstype").Property.AlignSelf[] | undefined;
|
|
1611
|
+
readonly WebkitAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | readonly import("csstype").Property.AnimationDelay<string & {}>[] | undefined;
|
|
1612
|
+
readonly WebkitAnimationDirection?: import("csstype").Property.AnimationDirection | readonly import("csstype").Property.AnimationDirection[] | undefined;
|
|
1613
|
+
readonly WebkitAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | readonly import("csstype").Property.AnimationDuration<string & {}>[] | undefined;
|
|
1614
|
+
readonly WebkitAnimationFillMode?: import("csstype").Property.AnimationFillMode | readonly import("csstype").Property.AnimationFillMode[] | undefined;
|
|
1615
|
+
readonly WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | readonly import("csstype").Property.AnimationIterationCount[] | undefined;
|
|
1616
|
+
readonly WebkitAnimationName?: import("csstype").Property.AnimationName | readonly import("csstype").Property.AnimationName[] | undefined;
|
|
1617
|
+
readonly WebkitAnimationPlayState?: import("csstype").Property.AnimationPlayState | readonly import("csstype").Property.AnimationPlayState[] | undefined;
|
|
1618
|
+
readonly WebkitAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | readonly import("csstype").Property.AnimationTimingFunction[] | undefined;
|
|
1619
|
+
readonly WebkitAppearance?: import("csstype").Property.WebkitAppearance | readonly import("csstype").Property.WebkitAppearance[] | undefined;
|
|
1620
|
+
readonly WebkitBackdropFilter?: import("csstype").Property.BackdropFilter | readonly import("csstype").Property.BackdropFilter[] | undefined;
|
|
1621
|
+
readonly WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | readonly import("csstype").Property.BackfaceVisibility[] | undefined;
|
|
1622
|
+
readonly WebkitBackgroundClip?: import("csstype").Property.BackgroundClip | readonly import("csstype").Property.BackgroundClip[] | undefined;
|
|
1623
|
+
readonly WebkitBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | readonly import("csstype").Property.BackgroundOrigin[] | undefined;
|
|
1624
|
+
readonly WebkitBackgroundSize?: string | number | readonly import("csstype").Property.BackgroundSize<string | number>[] | undefined;
|
|
1625
|
+
readonly WebkitBorderBeforeColor?: import("csstype").Property.WebkitBorderBeforeColor | readonly import("csstype").Property.WebkitBorderBeforeColor[] | undefined;
|
|
1626
|
+
readonly WebkitBorderBeforeStyle?: import("csstype").Property.WebkitBorderBeforeStyle | readonly import("csstype").Property.WebkitBorderBeforeStyle[] | undefined;
|
|
1627
|
+
readonly WebkitBorderBeforeWidth?: string | number | readonly import("csstype").Property.WebkitBorderBeforeWidth<string | number>[] | undefined;
|
|
1628
|
+
readonly WebkitBorderBottomLeftRadius?: string | number | readonly import("csstype").Property.BorderBottomLeftRadius<string | number>[] | undefined;
|
|
1629
|
+
readonly WebkitBorderBottomRightRadius?: string | number | readonly import("csstype").Property.BorderBottomRightRadius<string | number>[] | undefined;
|
|
1630
|
+
readonly WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | readonly import("csstype").Property.BorderImageSlice[] | undefined;
|
|
1631
|
+
readonly WebkitBorderTopLeftRadius?: string | number | readonly import("csstype").Property.BorderTopLeftRadius<string | number>[] | undefined;
|
|
1632
|
+
readonly WebkitBorderTopRightRadius?: string | number | readonly import("csstype").Property.BorderTopRightRadius<string | number>[] | undefined;
|
|
1633
|
+
readonly WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | readonly import("csstype").Property.BoxDecorationBreak[] | undefined;
|
|
1634
|
+
readonly WebkitBoxReflect?: string | number | readonly import("csstype").Property.WebkitBoxReflect<string | number>[] | undefined;
|
|
1635
|
+
readonly WebkitBoxShadow?: import("csstype").Property.BoxShadow | readonly import("csstype").Property.BoxShadow[] | undefined;
|
|
1636
|
+
readonly WebkitBoxSizing?: import("csstype").Property.BoxSizing | readonly import("csstype").Property.BoxSizing[] | undefined;
|
|
1637
|
+
readonly WebkitClipPath?: import("csstype").Property.ClipPath | readonly import("csstype").Property.ClipPath[] | undefined;
|
|
1638
|
+
readonly WebkitColumnCount?: import("csstype").Property.ColumnCount | readonly import("csstype").Property.ColumnCount[] | undefined;
|
|
1639
|
+
readonly WebkitColumnFill?: import("csstype").Property.ColumnFill | readonly import("csstype").Property.ColumnFill[] | undefined;
|
|
1640
|
+
readonly WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | readonly import("csstype").Property.ColumnRuleColor[] | undefined;
|
|
1641
|
+
readonly WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | readonly import("csstype").Property.ColumnRuleStyle[] | undefined;
|
|
1642
|
+
readonly WebkitColumnRuleWidth?: string | number | readonly import("csstype").Property.ColumnRuleWidth<string | number>[] | undefined;
|
|
1643
|
+
readonly WebkitColumnSpan?: import("csstype").Property.ColumnSpan | readonly import("csstype").Property.ColumnSpan[] | undefined;
|
|
1644
|
+
readonly WebkitColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | readonly import("csstype").Property.ColumnWidth<string | number>[] | undefined;
|
|
1645
|
+
readonly WebkitFilter?: import("csstype").Property.Filter | readonly import("csstype").Property.Filter[] | undefined;
|
|
1646
|
+
readonly WebkitFlexBasis?: string | number | readonly import("csstype").Property.FlexBasis<string | number>[] | undefined;
|
|
1647
|
+
readonly WebkitFlexDirection?: import("csstype").Property.FlexDirection | readonly import("csstype").Property.FlexDirection[] | undefined;
|
|
1648
|
+
readonly WebkitFlexGrow?: import("csstype").Property.FlexGrow | readonly import("csstype").Property.FlexGrow[] | undefined;
|
|
1649
|
+
readonly WebkitFlexShrink?: import("csstype").Property.FlexShrink | readonly import("csstype").Property.FlexShrink[] | undefined;
|
|
1650
|
+
readonly WebkitFlexWrap?: import("csstype").Property.FlexWrap | readonly import("csstype").Property.FlexWrap[] | undefined;
|
|
1651
|
+
readonly WebkitFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | readonly import("csstype").Property.FontFeatureSettings[] | undefined;
|
|
1652
|
+
readonly WebkitFontKerning?: import("csstype").Property.FontKerning | readonly import("csstype").Property.FontKerning[] | undefined;
|
|
1653
|
+
readonly WebkitFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | readonly import("csstype").Property.FontSmooth<string | number>[] | undefined;
|
|
1654
|
+
readonly WebkitFontVariantLigatures?: import("csstype").Property.FontVariantLigatures | readonly import("csstype").Property.FontVariantLigatures[] | undefined;
|
|
1655
|
+
readonly WebkitHyphenateCharacter?: import("csstype").Property.HyphenateCharacter | readonly import("csstype").Property.HyphenateCharacter[] | undefined;
|
|
1656
|
+
readonly WebkitHyphens?: import("csstype").Property.Hyphens | readonly import("csstype").Property.Hyphens[] | undefined;
|
|
1657
|
+
readonly WebkitInitialLetter?: import("csstype").Property.InitialLetter | readonly import("csstype").Property.InitialLetter[] | undefined;
|
|
1658
|
+
readonly WebkitJustifyContent?: import("csstype").Property.JustifyContent | readonly import("csstype").Property.JustifyContent[] | undefined;
|
|
1659
|
+
readonly WebkitLineBreak?: import("csstype").Property.LineBreak | readonly import("csstype").Property.LineBreak[] | undefined;
|
|
1660
|
+
readonly WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | readonly import("csstype").Property.WebkitLineClamp[] | undefined;
|
|
1661
|
+
readonly WebkitMarginEnd?: string | number | readonly import("csstype").Property.MarginInlineEnd<string | number>[] | undefined;
|
|
1662
|
+
readonly WebkitMarginStart?: string | number | readonly import("csstype").Property.MarginInlineStart<string | number>[] | undefined;
|
|
1663
|
+
readonly WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | readonly import("csstype").Property.WebkitMaskAttachment[] | undefined;
|
|
1664
|
+
readonly WebkitMaskBoxImageOutset?: string | number | readonly import("csstype").Property.MaskBorderOutset<string | number>[] | undefined;
|
|
1665
|
+
readonly WebkitMaskBoxImageRepeat?: import("csstype").Property.MaskBorderRepeat | readonly import("csstype").Property.MaskBorderRepeat[] | undefined;
|
|
1666
|
+
readonly WebkitMaskBoxImageSlice?: import("csstype").Property.MaskBorderSlice | readonly import("csstype").Property.MaskBorderSlice[] | undefined;
|
|
1667
|
+
readonly WebkitMaskBoxImageSource?: import("csstype").Property.MaskBorderSource | readonly import("csstype").Property.MaskBorderSource[] | undefined;
|
|
1668
|
+
readonly WebkitMaskBoxImageWidth?: string | number | readonly import("csstype").Property.MaskBorderWidth<string | number>[] | undefined;
|
|
1669
|
+
readonly WebkitMaskClip?: import("csstype").Property.WebkitMaskClip | readonly import("csstype").Property.WebkitMaskClip[] | undefined;
|
|
1670
|
+
readonly WebkitMaskComposite?: import("csstype").Property.WebkitMaskComposite | readonly import("csstype").Property.WebkitMaskComposite[] | undefined;
|
|
1671
|
+
readonly WebkitMaskImage?: import("csstype").Property.WebkitMaskImage | readonly import("csstype").Property.WebkitMaskImage[] | undefined;
|
|
1672
|
+
readonly WebkitMaskOrigin?: import("csstype").Property.WebkitMaskOrigin | readonly import("csstype").Property.WebkitMaskOrigin[] | undefined;
|
|
1673
|
+
readonly WebkitMaskPosition?: string | number | readonly import("csstype").Property.WebkitMaskPosition<string | number>[] | undefined;
|
|
1674
|
+
readonly WebkitMaskPositionX?: string | number | readonly import("csstype").Property.WebkitMaskPositionX<string | number>[] | undefined;
|
|
1675
|
+
readonly WebkitMaskPositionY?: string | number | readonly import("csstype").Property.WebkitMaskPositionY<string | number>[] | undefined;
|
|
1676
|
+
readonly WebkitMaskRepeat?: import("csstype").Property.WebkitMaskRepeat | readonly import("csstype").Property.WebkitMaskRepeat[] | undefined;
|
|
1677
|
+
readonly WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | readonly import("csstype").Property.WebkitMaskRepeatX[] | undefined;
|
|
1678
|
+
readonly WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | readonly import("csstype").Property.WebkitMaskRepeatY[] | undefined;
|
|
1679
|
+
readonly WebkitMaskSize?: string | number | readonly import("csstype").Property.WebkitMaskSize<string | number>[] | undefined;
|
|
1680
|
+
readonly WebkitMaxInlineSize?: string | number | readonly import("csstype").Property.MaxInlineSize<string | number>[] | undefined;
|
|
1681
|
+
readonly WebkitOrder?: import("csstype").Property.Order | readonly import("csstype").Property.Order[] | undefined;
|
|
1682
|
+
readonly WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | readonly import("csstype").Property.WebkitOverflowScrolling[] | undefined;
|
|
1683
|
+
readonly WebkitPaddingEnd?: string | number | readonly import("csstype").Property.PaddingInlineEnd<string | number>[] | undefined;
|
|
1684
|
+
readonly WebkitPaddingStart?: string | number | readonly import("csstype").Property.PaddingInlineStart<string | number>[] | undefined;
|
|
1685
|
+
readonly WebkitPerspective?: import("csstype").Property.Perspective<string | number> | readonly import("csstype").Property.Perspective<string | number>[] | undefined;
|
|
1686
|
+
readonly WebkitPerspectiveOrigin?: string | number | readonly import("csstype").Property.PerspectiveOrigin<string | number>[] | undefined;
|
|
1687
|
+
readonly WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | readonly import("csstype").Property.PrintColorAdjust[] | undefined;
|
|
1688
|
+
readonly WebkitRubyPosition?: import("csstype").Property.RubyPosition | readonly import("csstype").Property.RubyPosition[] | undefined;
|
|
1689
|
+
readonly WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType | readonly import("csstype").Property.ScrollSnapType[] | undefined;
|
|
1690
|
+
readonly WebkitShapeMargin?: string | number | readonly import("csstype").Property.ShapeMargin<string | number>[] | undefined;
|
|
1691
|
+
readonly WebkitTapHighlightColor?: import("csstype").Property.WebkitTapHighlightColor | readonly import("csstype").Property.WebkitTapHighlightColor[] | undefined;
|
|
1692
|
+
readonly WebkitTextCombine?: import("csstype").Property.TextCombineUpright | readonly import("csstype").Property.TextCombineUpright[] | undefined;
|
|
1693
|
+
readonly WebkitTextDecorationColor?: import("csstype").Property.TextDecorationColor | readonly import("csstype").Property.TextDecorationColor[] | undefined;
|
|
1694
|
+
readonly WebkitTextDecorationLine?: import("csstype").Property.TextDecorationLine | readonly import("csstype").Property.TextDecorationLine[] | undefined;
|
|
1695
|
+
readonly WebkitTextDecorationSkip?: import("csstype").Property.TextDecorationSkip | readonly import("csstype").Property.TextDecorationSkip[] | undefined;
|
|
1696
|
+
readonly WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | readonly import("csstype").Property.TextDecorationStyle[] | undefined;
|
|
1697
|
+
readonly WebkitTextEmphasisColor?: import("csstype").Property.TextEmphasisColor | readonly import("csstype").Property.TextEmphasisColor[] | undefined;
|
|
1698
|
+
readonly WebkitTextEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | readonly import("csstype").Property.TextEmphasisPosition[] | undefined;
|
|
1699
|
+
readonly WebkitTextEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | readonly import("csstype").Property.TextEmphasisStyle[] | undefined;
|
|
1700
|
+
readonly WebkitTextFillColor?: import("csstype").Property.WebkitTextFillColor | readonly import("csstype").Property.WebkitTextFillColor[] | undefined;
|
|
1701
|
+
readonly WebkitTextOrientation?: import("csstype").Property.TextOrientation | readonly import("csstype").Property.TextOrientation[] | undefined;
|
|
1702
|
+
readonly WebkitTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | readonly import("csstype").Property.TextSizeAdjust[] | undefined;
|
|
1703
|
+
readonly WebkitTextStrokeColor?: import("csstype").Property.WebkitTextStrokeColor | readonly import("csstype").Property.WebkitTextStrokeColor[] | undefined;
|
|
1704
|
+
readonly WebkitTextStrokeWidth?: import("csstype").Property.WebkitTextStrokeWidth<string | number> | readonly import("csstype").Property.WebkitTextStrokeWidth<string | number>[] | undefined;
|
|
1705
|
+
readonly WebkitTextUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | readonly import("csstype").Property.TextUnderlinePosition[] | undefined;
|
|
1706
|
+
readonly WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | readonly import("csstype").Property.WebkitTouchCallout[] | undefined;
|
|
1707
|
+
readonly WebkitTransform?: import("csstype").Property.Transform | readonly import("csstype").Property.Transform[] | undefined;
|
|
1708
|
+
readonly WebkitTransformOrigin?: string | number | readonly import("csstype").Property.TransformOrigin<string | number>[] | undefined;
|
|
1709
|
+
readonly WebkitTransformStyle?: import("csstype").Property.TransformStyle | readonly import("csstype").Property.TransformStyle[] | undefined;
|
|
1710
|
+
readonly WebkitTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | readonly import("csstype").Property.TransitionDelay<string & {}>[] | undefined;
|
|
1711
|
+
readonly WebkitTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | readonly import("csstype").Property.TransitionDuration<string & {}>[] | undefined;
|
|
1712
|
+
readonly WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | readonly import("csstype").Property.TransitionProperty[] | undefined;
|
|
1713
|
+
readonly WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | readonly import("csstype").Property.TransitionTimingFunction[] | undefined;
|
|
1714
|
+
readonly WebkitUserModify?: import("csstype").Property.WebkitUserModify | readonly import("csstype").Property.WebkitUserModify[] | undefined;
|
|
1715
|
+
readonly WebkitUserSelect?: import("csstype").Property.UserSelect | readonly import("csstype").Property.UserSelect[] | undefined;
|
|
1716
|
+
readonly WebkitWritingMode?: import("csstype").Property.WritingMode | readonly import("csstype").Property.WritingMode[] | undefined;
|
|
1717
|
+
readonly MozAnimation?: import("csstype").Property.Animation<string & {}> | readonly import("csstype").Property.Animation<string & {}>[] | undefined;
|
|
1718
|
+
readonly MozBorderImage?: import("csstype").Property.BorderImage | readonly import("csstype").Property.BorderImage[] | undefined;
|
|
1719
|
+
readonly MozColumnRule?: string | number | readonly import("csstype").Property.ColumnRule<string | number>[] | undefined;
|
|
1720
|
+
readonly MozColumns?: string | number | readonly import("csstype").Property.Columns<string | number>[] | undefined;
|
|
1721
|
+
readonly MozOutlineRadius?: string | number | readonly import("csstype").Property.MozOutlineRadius<string | number>[] | undefined;
|
|
1722
|
+
readonly msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | readonly import("csstype").Property.MsContentZoomLimit[] | undefined;
|
|
1723
|
+
readonly msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | readonly import("csstype").Property.MsContentZoomSnap[] | undefined;
|
|
1724
|
+
readonly msFlex?: string | number | readonly import("csstype").Property.Flex<string | number>[] | undefined;
|
|
1725
|
+
readonly msScrollLimit?: import("csstype").Property.MsScrollLimit | readonly import("csstype").Property.MsScrollLimit[] | undefined;
|
|
1726
|
+
readonly msScrollSnapX?: import("csstype").Property.MsScrollSnapX | readonly import("csstype").Property.MsScrollSnapX[] | undefined;
|
|
1727
|
+
readonly msScrollSnapY?: import("csstype").Property.MsScrollSnapY | readonly import("csstype").Property.MsScrollSnapY[] | undefined;
|
|
1728
|
+
readonly msTransition?: import("csstype").Property.Transition<string & {}> | readonly import("csstype").Property.Transition<string & {}>[] | undefined;
|
|
1729
|
+
readonly WebkitAnimation?: import("csstype").Property.Animation<string & {}> | readonly import("csstype").Property.Animation<string & {}>[] | undefined;
|
|
1730
|
+
readonly WebkitBorderBefore?: string | number | readonly import("csstype").Property.WebkitBorderBefore<string | number>[] | undefined;
|
|
1731
|
+
readonly WebkitBorderImage?: import("csstype").Property.BorderImage | readonly import("csstype").Property.BorderImage[] | undefined;
|
|
1732
|
+
readonly WebkitBorderRadius?: string | number | readonly import("csstype").Property.BorderRadius<string | number>[] | undefined;
|
|
1733
|
+
readonly WebkitColumnRule?: string | number | readonly import("csstype").Property.ColumnRule<string | number>[] | undefined;
|
|
1734
|
+
readonly WebkitColumns?: string | number | readonly import("csstype").Property.Columns<string | number>[] | undefined;
|
|
1735
|
+
readonly WebkitFlex?: string | number | readonly import("csstype").Property.Flex<string | number>[] | undefined;
|
|
1736
|
+
readonly WebkitFlexFlow?: import("csstype").Property.FlexFlow | readonly import("csstype").Property.FlexFlow[] | undefined;
|
|
1737
|
+
readonly WebkitMask?: string | number | readonly import("csstype").Property.WebkitMask<string | number>[] | undefined;
|
|
1738
|
+
readonly WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | readonly import("csstype").Property.MaskBorder[] | undefined;
|
|
1739
|
+
readonly WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | readonly import("csstype").Property.TextEmphasis[] | undefined;
|
|
1740
|
+
readonly WebkitTextStroke?: string | number | readonly import("csstype").Property.WebkitTextStroke<string | number>[] | undefined;
|
|
1741
|
+
readonly WebkitTransition?: import("csstype").Property.Transition<string & {}> | readonly import("csstype").Property.Transition<string & {}>[] | undefined;
|
|
1742
|
+
readonly azimuth?: import("csstype").Property.Azimuth | readonly import("csstype").Property.Azimuth[] | undefined;
|
|
1743
|
+
readonly boxAlign?: import("csstype").Property.BoxAlign | readonly import("csstype").Property.BoxAlign[] | undefined;
|
|
1744
|
+
readonly boxDirection?: import("csstype").Property.BoxDirection | readonly import("csstype").Property.BoxDirection[] | undefined;
|
|
1745
|
+
readonly boxFlex?: import("csstype").Property.BoxFlex | readonly import("csstype").Property.BoxFlex[] | undefined;
|
|
1746
|
+
readonly boxFlexGroup?: import("csstype").Property.BoxFlexGroup | readonly import("csstype").Property.BoxFlexGroup[] | undefined;
|
|
1747
|
+
readonly boxLines?: import("csstype").Property.BoxLines | readonly import("csstype").Property.BoxLines[] | undefined;
|
|
1748
|
+
readonly boxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | readonly import("csstype").Property.BoxOrdinalGroup[] | undefined;
|
|
1749
|
+
readonly boxOrient?: import("csstype").Property.BoxOrient | readonly import("csstype").Property.BoxOrient[] | undefined;
|
|
1750
|
+
readonly boxPack?: import("csstype").Property.BoxPack | readonly import("csstype").Property.BoxPack[] | undefined;
|
|
1751
|
+
readonly clip?: import("csstype").Property.Clip | readonly import("csstype").Property.Clip[] | undefined;
|
|
1752
|
+
readonly gridColumnGap?: string | number | readonly import("csstype").Property.GridColumnGap<string | number>[] | undefined;
|
|
1753
|
+
readonly gridGap?: string | number | readonly import("csstype").Property.GridGap<string | number>[] | undefined;
|
|
1754
|
+
readonly gridRowGap?: string | number | readonly import("csstype").Property.GridRowGap<string | number>[] | undefined;
|
|
1755
|
+
readonly imeMode?: import("csstype").Property.ImeMode | readonly import("csstype").Property.ImeMode[] | undefined;
|
|
1756
|
+
readonly offsetBlock?: string | number | readonly import("csstype").Property.InsetBlock<string | number>[] | undefined;
|
|
1757
|
+
readonly offsetBlockEnd?: string | number | readonly import("csstype").Property.InsetBlockEnd<string | number>[] | undefined;
|
|
1758
|
+
readonly offsetBlockStart?: string | number | readonly import("csstype").Property.InsetBlockStart<string | number>[] | undefined;
|
|
1759
|
+
readonly offsetInline?: string | number | readonly import("csstype").Property.InsetInline<string | number>[] | undefined;
|
|
1760
|
+
readonly offsetInlineEnd?: string | number | readonly import("csstype").Property.InsetInlineEnd<string | number>[] | undefined;
|
|
1761
|
+
readonly offsetInlineStart?: string | number | readonly import("csstype").Property.InsetInlineStart<string | number>[] | undefined;
|
|
1762
|
+
readonly scrollSnapCoordinate?: string | number | readonly import("csstype").Property.ScrollSnapCoordinate<string | number>[] | undefined;
|
|
1763
|
+
readonly scrollSnapDestination?: string | number | readonly import("csstype").Property.ScrollSnapDestination<string | number>[] | undefined;
|
|
1764
|
+
readonly scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | readonly import("csstype").Property.ScrollSnapPointsX[] | undefined;
|
|
1765
|
+
readonly scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | readonly import("csstype").Property.ScrollSnapPointsY[] | undefined;
|
|
1766
|
+
readonly scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | readonly import("csstype").Property.ScrollSnapTypeX[] | undefined;
|
|
1767
|
+
readonly scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | readonly import("csstype").Property.ScrollSnapTypeY[] | undefined;
|
|
1768
|
+
readonly KhtmlBoxAlign?: import("csstype").Property.BoxAlign | readonly import("csstype").Property.BoxAlign[] | undefined;
|
|
1769
|
+
readonly KhtmlBoxDirection?: import("csstype").Property.BoxDirection | readonly import("csstype").Property.BoxDirection[] | undefined;
|
|
1770
|
+
readonly KhtmlBoxFlex?: import("csstype").Property.BoxFlex | readonly import("csstype").Property.BoxFlex[] | undefined;
|
|
1771
|
+
readonly KhtmlBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | readonly import("csstype").Property.BoxFlexGroup[] | undefined;
|
|
1772
|
+
readonly KhtmlBoxLines?: import("csstype").Property.BoxLines | readonly import("csstype").Property.BoxLines[] | undefined;
|
|
1773
|
+
readonly KhtmlBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | readonly import("csstype").Property.BoxOrdinalGroup[] | undefined;
|
|
1774
|
+
readonly KhtmlBoxOrient?: import("csstype").Property.BoxOrient | readonly import("csstype").Property.BoxOrient[] | undefined;
|
|
1775
|
+
readonly KhtmlBoxPack?: import("csstype").Property.BoxPack | readonly import("csstype").Property.BoxPack[] | undefined;
|
|
1776
|
+
readonly KhtmlLineBreak?: import("csstype").Property.LineBreak | readonly import("csstype").Property.LineBreak[] | undefined;
|
|
1777
|
+
readonly KhtmlOpacity?: import("csstype").Property.Opacity | readonly import("csstype").Property.Opacity[] | undefined;
|
|
1778
|
+
readonly KhtmlUserSelect?: import("csstype").Property.UserSelect | readonly import("csstype").Property.UserSelect[] | undefined;
|
|
1779
|
+
readonly MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | readonly import("csstype").Property.BackfaceVisibility[] | undefined;
|
|
1780
|
+
readonly MozBackgroundClip?: import("csstype").Property.BackgroundClip | readonly import("csstype").Property.BackgroundClip[] | undefined;
|
|
1781
|
+
readonly MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | readonly import("csstype").Property.BoxDecorationBreak[] | undefined;
|
|
1782
|
+
readonly MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | readonly import("csstype").Property.BackgroundOrigin[] | undefined;
|
|
1783
|
+
readonly MozBackgroundSize?: string | number | readonly import("csstype").Property.BackgroundSize<string | number>[] | undefined;
|
|
1784
|
+
readonly MozBorderRadius?: string | number | readonly import("csstype").Property.BorderRadius<string | number>[] | undefined;
|
|
1785
|
+
readonly MozBorderRadiusBottomleft?: string | number | readonly import("csstype").Property.BorderBottomLeftRadius<string | number>[] | undefined;
|
|
1786
|
+
readonly MozBorderRadiusBottomright?: string | number | readonly import("csstype").Property.BorderBottomRightRadius<string | number>[] | undefined;
|
|
1787
|
+
readonly MozBorderRadiusTopleft?: string | number | readonly import("csstype").Property.BorderTopLeftRadius<string | number>[] | undefined;
|
|
1788
|
+
readonly MozBorderRadiusTopright?: string | number | readonly import("csstype").Property.BorderTopRightRadius<string | number>[] | undefined;
|
|
1789
|
+
readonly MozBoxAlign?: import("csstype").Property.BoxAlign | readonly import("csstype").Property.BoxAlign[] | undefined;
|
|
1790
|
+
readonly MozBoxDirection?: import("csstype").Property.BoxDirection | readonly import("csstype").Property.BoxDirection[] | undefined;
|
|
1791
|
+
readonly MozBoxFlex?: import("csstype").Property.BoxFlex | readonly import("csstype").Property.BoxFlex[] | undefined;
|
|
1792
|
+
readonly MozBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | readonly import("csstype").Property.BoxOrdinalGroup[] | undefined;
|
|
1793
|
+
readonly MozBoxOrient?: import("csstype").Property.BoxOrient | readonly import("csstype").Property.BoxOrient[] | undefined;
|
|
1794
|
+
readonly MozBoxPack?: import("csstype").Property.BoxPack | readonly import("csstype").Property.BoxPack[] | undefined;
|
|
1795
|
+
readonly MozBoxShadow?: import("csstype").Property.BoxShadow | readonly import("csstype").Property.BoxShadow[] | undefined;
|
|
1796
|
+
readonly MozFloatEdge?: import("csstype").Property.MozFloatEdge | readonly import("csstype").Property.MozFloatEdge[] | undefined;
|
|
1797
|
+
readonly MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | readonly import("csstype").Property.MozForceBrokenImageIcon[] | undefined;
|
|
1798
|
+
readonly MozOpacity?: import("csstype").Property.Opacity | readonly import("csstype").Property.Opacity[] | undefined;
|
|
1799
|
+
readonly MozOutline?: string | number | readonly import("csstype").Property.Outline<string | number>[] | undefined;
|
|
1800
|
+
readonly MozOutlineColor?: import("csstype").Property.OutlineColor | readonly import("csstype").Property.OutlineColor[] | undefined;
|
|
1801
|
+
readonly MozOutlineStyle?: import("csstype").Property.OutlineStyle | readonly import("csstype").Property.OutlineStyle[] | undefined;
|
|
1802
|
+
readonly MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | readonly import("csstype").Property.OutlineWidth<string | number>[] | undefined;
|
|
1803
|
+
readonly MozPerspective?: import("csstype").Property.Perspective<string | number> | readonly import("csstype").Property.Perspective<string | number>[] | undefined;
|
|
1804
|
+
readonly MozPerspectiveOrigin?: string | number | readonly import("csstype").Property.PerspectiveOrigin<string | number>[] | undefined;
|
|
1805
|
+
readonly MozTextAlignLast?: import("csstype").Property.TextAlignLast | readonly import("csstype").Property.TextAlignLast[] | undefined;
|
|
1806
|
+
readonly MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | readonly import("csstype").Property.TextDecorationColor[] | undefined;
|
|
1807
|
+
readonly MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | readonly import("csstype").Property.TextDecorationLine[] | undefined;
|
|
1808
|
+
readonly MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | readonly import("csstype").Property.TextDecorationStyle[] | undefined;
|
|
1809
|
+
readonly MozTransform?: import("csstype").Property.Transform | readonly import("csstype").Property.Transform[] | undefined;
|
|
1810
|
+
readonly MozTransformOrigin?: string | number | readonly import("csstype").Property.TransformOrigin<string | number>[] | undefined;
|
|
1811
|
+
readonly MozTransformStyle?: import("csstype").Property.TransformStyle | readonly import("csstype").Property.TransformStyle[] | undefined;
|
|
1812
|
+
readonly MozTransition?: import("csstype").Property.Transition<string & {}> | readonly import("csstype").Property.Transition<string & {}>[] | undefined;
|
|
1813
|
+
readonly MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | readonly import("csstype").Property.TransitionDelay<string & {}>[] | undefined;
|
|
1814
|
+
readonly MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | readonly import("csstype").Property.TransitionDuration<string & {}>[] | undefined;
|
|
1815
|
+
readonly MozTransitionProperty?: import("csstype").Property.TransitionProperty | readonly import("csstype").Property.TransitionProperty[] | undefined;
|
|
1816
|
+
readonly MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | readonly import("csstype").Property.TransitionTimingFunction[] | undefined;
|
|
1817
|
+
readonly MozUserInput?: import("csstype").Property.MozUserInput | readonly import("csstype").Property.MozUserInput[] | undefined;
|
|
1818
|
+
readonly msImeMode?: import("csstype").Property.ImeMode | readonly import("csstype").Property.ImeMode[] | undefined;
|
|
1819
|
+
readonly OAnimation?: import("csstype").Property.Animation<string & {}> | readonly import("csstype").Property.Animation<string & {}>[] | undefined;
|
|
1820
|
+
readonly OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | readonly import("csstype").Property.AnimationDelay<string & {}>[] | undefined;
|
|
1821
|
+
readonly OAnimationDirection?: import("csstype").Property.AnimationDirection | readonly import("csstype").Property.AnimationDirection[] | undefined;
|
|
1822
|
+
readonly OAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | readonly import("csstype").Property.AnimationDuration<string & {}>[] | undefined;
|
|
1823
|
+
readonly OAnimationFillMode?: import("csstype").Property.AnimationFillMode | readonly import("csstype").Property.AnimationFillMode[] | undefined;
|
|
1824
|
+
readonly OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | readonly import("csstype").Property.AnimationIterationCount[] | undefined;
|
|
1825
|
+
readonly OAnimationName?: import("csstype").Property.AnimationName | readonly import("csstype").Property.AnimationName[] | undefined;
|
|
1826
|
+
readonly OAnimationPlayState?: import("csstype").Property.AnimationPlayState | readonly import("csstype").Property.AnimationPlayState[] | undefined;
|
|
1827
|
+
readonly OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | readonly import("csstype").Property.AnimationTimingFunction[] | undefined;
|
|
1828
|
+
readonly OBackgroundSize?: string | number | readonly import("csstype").Property.BackgroundSize<string | number>[] | undefined;
|
|
1829
|
+
readonly OBorderImage?: import("csstype").Property.BorderImage | readonly import("csstype").Property.BorderImage[] | undefined;
|
|
1830
|
+
readonly OObjectFit?: import("csstype").Property.ObjectFit | readonly import("csstype").Property.ObjectFit[] | undefined;
|
|
1831
|
+
readonly OObjectPosition?: string | number | readonly import("csstype").Property.ObjectPosition<string | number>[] | undefined;
|
|
1832
|
+
readonly OTabSize?: string | number | readonly import("csstype").Property.TabSize<string | number>[] | undefined;
|
|
1833
|
+
readonly OTextOverflow?: import("csstype").Property.TextOverflow | readonly import("csstype").Property.TextOverflow[] | undefined;
|
|
1834
|
+
readonly OTransform?: import("csstype").Property.Transform | readonly import("csstype").Property.Transform[] | undefined;
|
|
1835
|
+
readonly OTransformOrigin?: string | number | readonly import("csstype").Property.TransformOrigin<string | number>[] | undefined;
|
|
1836
|
+
readonly OTransition?: import("csstype").Property.Transition<string & {}> | readonly import("csstype").Property.Transition<string & {}>[] | undefined;
|
|
1837
|
+
readonly OTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | readonly import("csstype").Property.TransitionDelay<string & {}>[] | undefined;
|
|
1838
|
+
readonly OTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | readonly import("csstype").Property.TransitionDuration<string & {}>[] | undefined;
|
|
1839
|
+
readonly OTransitionProperty?: import("csstype").Property.TransitionProperty | readonly import("csstype").Property.TransitionProperty[] | undefined;
|
|
1840
|
+
readonly OTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | readonly import("csstype").Property.TransitionTimingFunction[] | undefined;
|
|
1841
|
+
readonly WebkitBoxAlign?: import("csstype").Property.BoxAlign | readonly import("csstype").Property.BoxAlign[] | undefined;
|
|
1842
|
+
readonly WebkitBoxDirection?: import("csstype").Property.BoxDirection | readonly import("csstype").Property.BoxDirection[] | undefined;
|
|
1843
|
+
readonly WebkitBoxFlex?: import("csstype").Property.BoxFlex | readonly import("csstype").Property.BoxFlex[] | undefined;
|
|
1844
|
+
readonly WebkitBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | readonly import("csstype").Property.BoxFlexGroup[] | undefined;
|
|
1845
|
+
readonly WebkitBoxLines?: import("csstype").Property.BoxLines | readonly import("csstype").Property.BoxLines[] | undefined;
|
|
1846
|
+
readonly WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | readonly import("csstype").Property.BoxOrdinalGroup[] | undefined;
|
|
1847
|
+
readonly WebkitBoxOrient?: import("csstype").Property.BoxOrient | readonly import("csstype").Property.BoxOrient[] | undefined;
|
|
1848
|
+
readonly WebkitBoxPack?: import("csstype").Property.BoxPack | readonly import("csstype").Property.BoxPack[] | undefined;
|
|
1849
|
+
readonly alignmentBaseline?: import("csstype").Property.AlignmentBaseline | readonly import("csstype").Property.AlignmentBaseline[] | undefined;
|
|
1850
|
+
readonly baselineShift?: string | number | readonly import("csstype").Property.BaselineShift<string | number>[] | undefined;
|
|
1851
|
+
readonly clipRule?: import("csstype").Property.ClipRule | readonly import("csstype").Property.ClipRule[] | undefined;
|
|
1852
|
+
readonly colorInterpolation?: import("csstype").Property.ColorInterpolation | readonly import("csstype").Property.ColorInterpolation[] | undefined;
|
|
1853
|
+
readonly colorRendering?: import("csstype").Property.ColorRendering | readonly import("csstype").Property.ColorRendering[] | undefined;
|
|
1854
|
+
readonly dominantBaseline?: import("csstype").Property.DominantBaseline | readonly import("csstype").Property.DominantBaseline[] | undefined;
|
|
1855
|
+
readonly fill?: import("csstype").Property.Fill | readonly import("csstype").Property.Fill[] | undefined;
|
|
1856
|
+
readonly fillOpacity?: import("csstype").Property.FillOpacity | readonly import("csstype").Property.FillOpacity[] | undefined;
|
|
1857
|
+
readonly fillRule?: import("csstype").Property.FillRule | readonly import("csstype").Property.FillRule[] | undefined;
|
|
1858
|
+
readonly floodColor?: import("csstype").Property.FloodColor | readonly import("csstype").Property.FloodColor[] | undefined;
|
|
1859
|
+
readonly floodOpacity?: import("csstype").Property.FloodOpacity | readonly import("csstype").Property.FloodOpacity[] | undefined;
|
|
1860
|
+
readonly glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | readonly import("csstype").Property.GlyphOrientationVertical[] | undefined;
|
|
1861
|
+
readonly lightingColor?: import("csstype").Property.LightingColor | readonly import("csstype").Property.LightingColor[] | undefined;
|
|
1862
|
+
readonly marker?: import("csstype").Property.Marker | readonly import("csstype").Property.Marker[] | undefined;
|
|
1863
|
+
readonly markerEnd?: import("csstype").Property.MarkerEnd | readonly import("csstype").Property.MarkerEnd[] | undefined;
|
|
1864
|
+
readonly markerMid?: import("csstype").Property.MarkerMid | readonly import("csstype").Property.MarkerMid[] | undefined;
|
|
1865
|
+
readonly markerStart?: import("csstype").Property.MarkerStart | readonly import("csstype").Property.MarkerStart[] | undefined;
|
|
1866
|
+
readonly shapeRendering?: import("csstype").Property.ShapeRendering | readonly import("csstype").Property.ShapeRendering[] | undefined;
|
|
1867
|
+
readonly stopColor?: import("csstype").Property.StopColor | readonly import("csstype").Property.StopColor[] | undefined;
|
|
1868
|
+
readonly stopOpacity?: import("csstype").Property.StopOpacity | readonly import("csstype").Property.StopOpacity[] | undefined;
|
|
1869
|
+
readonly stroke?: import("csstype").Property.Stroke | readonly import("csstype").Property.Stroke[] | undefined;
|
|
1870
|
+
readonly strokeDasharray?: string | number | readonly import("csstype").Property.StrokeDasharray<string | number>[] | undefined;
|
|
1871
|
+
readonly strokeDashoffset?: string | number | readonly import("csstype").Property.StrokeDashoffset<string | number>[] | undefined;
|
|
1872
|
+
readonly strokeLinecap?: import("csstype").Property.StrokeLinecap | readonly import("csstype").Property.StrokeLinecap[] | undefined;
|
|
1873
|
+
readonly strokeLinejoin?: import("csstype").Property.StrokeLinejoin | readonly import("csstype").Property.StrokeLinejoin[] | undefined;
|
|
1874
|
+
readonly strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | readonly import("csstype").Property.StrokeMiterlimit[] | undefined;
|
|
1875
|
+
readonly strokeOpacity?: import("csstype").Property.StrokeOpacity | readonly import("csstype").Property.StrokeOpacity[] | undefined;
|
|
1876
|
+
readonly strokeWidth?: string | number | readonly import("csstype").Property.StrokeWidth<string | number>[] | undefined;
|
|
1877
|
+
readonly textAnchor?: import("csstype").Property.TextAnchor | readonly import("csstype").Property.TextAnchor[] | undefined;
|
|
1878
|
+
readonly vectorEffect?: import("csstype").Property.VectorEffect | readonly import("csstype").Property.VectorEffect[] | undefined;
|
|
1879
|
+
readonly ":-moz-any()"?: import("@emotion/react").CSSObject | undefined;
|
|
1880
|
+
readonly ":-moz-dir"?: import("@emotion/react").CSSObject | undefined;
|
|
1881
|
+
readonly ":-webkit-any()"?: import("@emotion/react").CSSObject | undefined;
|
|
1882
|
+
readonly "::cue"?: import("@emotion/react").CSSObject | undefined;
|
|
1883
|
+
readonly "::cue-region"?: import("@emotion/react").CSSObject | undefined;
|
|
1884
|
+
readonly "::part"?: import("@emotion/react").CSSObject | undefined;
|
|
1885
|
+
readonly "::slotted"?: import("@emotion/react").CSSObject | undefined;
|
|
1886
|
+
readonly "::view-transition-group"?: import("@emotion/react").CSSObject | undefined;
|
|
1887
|
+
readonly "::view-transition-image-pair"?: import("@emotion/react").CSSObject | undefined;
|
|
1888
|
+
readonly "::view-transition-new"?: import("@emotion/react").CSSObject | undefined;
|
|
1889
|
+
readonly "::view-transition-old"?: import("@emotion/react").CSSObject | undefined;
|
|
1890
|
+
readonly ":dir"?: import("@emotion/react").CSSObject | undefined;
|
|
1891
|
+
readonly ":has"?: import("@emotion/react").CSSObject | undefined;
|
|
1892
|
+
readonly ":host"?: import("@emotion/react").CSSObject | undefined;
|
|
1893
|
+
readonly ":host-context"?: import("@emotion/react").CSSObject | undefined;
|
|
1894
|
+
readonly ":is"?: import("@emotion/react").CSSObject | undefined;
|
|
1895
|
+
readonly ":lang"?: import("@emotion/react").CSSObject | undefined;
|
|
1896
|
+
readonly ":matches()"?: import("@emotion/react").CSSObject | undefined;
|
|
1897
|
+
readonly ":not"?: import("@emotion/react").CSSObject | undefined;
|
|
1898
|
+
readonly ":nth-child"?: import("@emotion/react").CSSObject | undefined;
|
|
1899
|
+
readonly ":nth-last-child"?: import("@emotion/react").CSSObject | undefined;
|
|
1900
|
+
readonly ":nth-last-of-type"?: import("@emotion/react").CSSObject | undefined;
|
|
1901
|
+
readonly ":nth-of-type"?: import("@emotion/react").CSSObject | undefined;
|
|
1902
|
+
readonly ":where"?: import("@emotion/react").CSSObject | undefined;
|
|
1903
|
+
readonly ":-khtml-any-link"?: import("@emotion/react").CSSObject | undefined;
|
|
1904
|
+
readonly ":-moz-any-link"?: import("@emotion/react").CSSObject | undefined;
|
|
1905
|
+
readonly ":-moz-focusring"?: import("@emotion/react").CSSObject | undefined;
|
|
1906
|
+
readonly ":-moz-full-screen"?: import("@emotion/react").CSSObject | undefined;
|
|
1907
|
+
readonly ":-moz-placeholder"?: import("@emotion/react").CSSObject | undefined;
|
|
1908
|
+
readonly ":-moz-read-only"?: import("@emotion/react").CSSObject | undefined;
|
|
1909
|
+
readonly ":-moz-read-write"?: import("@emotion/react").CSSObject | undefined;
|
|
1910
|
+
readonly ":-moz-ui-invalid"?: import("@emotion/react").CSSObject | undefined;
|
|
1911
|
+
readonly ":-moz-ui-valid"?: import("@emotion/react").CSSObject | undefined;
|
|
1912
|
+
readonly ":-ms-fullscreen"?: import("@emotion/react").CSSObject | undefined;
|
|
1913
|
+
readonly ":-ms-input-placeholder"?: import("@emotion/react").CSSObject | undefined;
|
|
1914
|
+
readonly ":-webkit-any-link"?: import("@emotion/react").CSSObject | undefined;
|
|
1915
|
+
readonly ":-webkit-full-screen"?: import("@emotion/react").CSSObject | undefined;
|
|
1916
|
+
readonly "::-moz-placeholder"?: import("@emotion/react").CSSObject | undefined;
|
|
1917
|
+
readonly "::-moz-progress-bar"?: import("@emotion/react").CSSObject | undefined;
|
|
1918
|
+
readonly "::-moz-range-progress"?: import("@emotion/react").CSSObject | undefined;
|
|
1919
|
+
readonly "::-moz-range-thumb"?: import("@emotion/react").CSSObject | undefined;
|
|
1920
|
+
readonly "::-moz-range-track"?: import("@emotion/react").CSSObject | undefined;
|
|
1921
|
+
readonly "::-moz-selection"?: import("@emotion/react").CSSObject | undefined;
|
|
1922
|
+
readonly "::-ms-backdrop"?: import("@emotion/react").CSSObject | undefined;
|
|
1923
|
+
readonly "::-ms-browse"?: import("@emotion/react").CSSObject | undefined;
|
|
1924
|
+
readonly "::-ms-check"?: import("@emotion/react").CSSObject | undefined;
|
|
1925
|
+
readonly "::-ms-clear"?: import("@emotion/react").CSSObject | undefined;
|
|
1926
|
+
readonly "::-ms-expand"?: import("@emotion/react").CSSObject | undefined;
|
|
1927
|
+
readonly "::-ms-fill"?: import("@emotion/react").CSSObject | undefined;
|
|
1928
|
+
readonly "::-ms-fill-lower"?: import("@emotion/react").CSSObject | undefined;
|
|
1929
|
+
readonly "::-ms-fill-upper"?: import("@emotion/react").CSSObject | undefined;
|
|
1930
|
+
readonly "::-ms-input-placeholder"?: import("@emotion/react").CSSObject | undefined;
|
|
1931
|
+
readonly "::-ms-reveal"?: import("@emotion/react").CSSObject | undefined;
|
|
1932
|
+
readonly "::-ms-thumb"?: import("@emotion/react").CSSObject | undefined;
|
|
1933
|
+
readonly "::-ms-ticks-after"?: import("@emotion/react").CSSObject | undefined;
|
|
1934
|
+
readonly "::-ms-ticks-before"?: import("@emotion/react").CSSObject | undefined;
|
|
1935
|
+
readonly "::-ms-tooltip"?: import("@emotion/react").CSSObject | undefined;
|
|
1936
|
+
readonly "::-ms-track"?: import("@emotion/react").CSSObject | undefined;
|
|
1937
|
+
readonly "::-ms-value"?: import("@emotion/react").CSSObject | undefined;
|
|
1938
|
+
readonly "::-webkit-backdrop"?: import("@emotion/react").CSSObject | undefined;
|
|
1939
|
+
readonly "::-webkit-input-placeholder"?: import("@emotion/react").CSSObject | undefined;
|
|
1940
|
+
readonly "::-webkit-progress-bar"?: import("@emotion/react").CSSObject | undefined;
|
|
1941
|
+
readonly "::-webkit-progress-inner-value"?: import("@emotion/react").CSSObject | undefined;
|
|
1942
|
+
readonly "::-webkit-progress-value"?: import("@emotion/react").CSSObject | undefined;
|
|
1943
|
+
readonly "::-webkit-slider-runnable-track"?: import("@emotion/react").CSSObject | undefined;
|
|
1944
|
+
readonly "::-webkit-slider-thumb"?: import("@emotion/react").CSSObject | undefined;
|
|
1945
|
+
readonly "::after"?: import("@emotion/react").CSSObject | undefined;
|
|
1946
|
+
readonly "::backdrop"?: import("@emotion/react").CSSObject | undefined;
|
|
1947
|
+
readonly "::before"?: import("@emotion/react").CSSObject | undefined;
|
|
1948
|
+
readonly "::first-letter"?: import("@emotion/react").CSSObject | undefined;
|
|
1949
|
+
readonly "::first-line"?: import("@emotion/react").CSSObject | undefined;
|
|
1950
|
+
readonly "::grammar-error"?: import("@emotion/react").CSSObject | undefined;
|
|
1951
|
+
readonly "::marker"?: import("@emotion/react").CSSObject | undefined;
|
|
1952
|
+
readonly "::placeholder"?: import("@emotion/react").CSSObject | undefined;
|
|
1953
|
+
readonly "::selection"?: import("@emotion/react").CSSObject | undefined;
|
|
1954
|
+
readonly "::spelling-error"?: import("@emotion/react").CSSObject | undefined;
|
|
1955
|
+
readonly "::target-text"?: import("@emotion/react").CSSObject | undefined;
|
|
1956
|
+
readonly "::view-transition"?: import("@emotion/react").CSSObject | undefined;
|
|
1957
|
+
readonly ":active"?: import("@emotion/react").CSSObject | undefined;
|
|
1958
|
+
readonly ":after"?: import("@emotion/react").CSSObject | undefined;
|
|
1959
|
+
readonly ":any-link"?: import("@emotion/react").CSSObject | undefined;
|
|
1960
|
+
readonly ":before"?: import("@emotion/react").CSSObject | undefined;
|
|
1961
|
+
readonly ":blank"?: import("@emotion/react").CSSObject | undefined;
|
|
1962
|
+
readonly ":checked"?: import("@emotion/react").CSSObject | undefined;
|
|
1963
|
+
readonly ":current"?: import("@emotion/react").CSSObject | undefined;
|
|
1964
|
+
readonly ":default"?: import("@emotion/react").CSSObject | undefined;
|
|
1965
|
+
readonly ":defined"?: import("@emotion/react").CSSObject | undefined;
|
|
1966
|
+
readonly ":disabled"?: import("@emotion/react").CSSObject | undefined;
|
|
1967
|
+
readonly ":empty"?: import("@emotion/react").CSSObject | undefined;
|
|
1968
|
+
readonly ":first"?: import("@emotion/react").CSSObject | undefined;
|
|
1969
|
+
readonly ":first-child"?: import("@emotion/react").CSSObject | undefined;
|
|
1970
|
+
readonly ":first-letter"?: import("@emotion/react").CSSObject | undefined;
|
|
1971
|
+
readonly ":first-line"?: import("@emotion/react").CSSObject | undefined;
|
|
1972
|
+
readonly ":first-of-type"?: import("@emotion/react").CSSObject | undefined;
|
|
1973
|
+
readonly ":focus-visible"?: import("@emotion/react").CSSObject | undefined;
|
|
1974
|
+
readonly ":focus-within"?: import("@emotion/react").CSSObject | undefined;
|
|
1975
|
+
readonly ":fullscreen"?: import("@emotion/react").CSSObject | undefined;
|
|
1976
|
+
readonly ":future"?: import("@emotion/react").CSSObject | undefined;
|
|
1977
|
+
readonly ":hover"?: import("@emotion/react").CSSObject | undefined;
|
|
1978
|
+
readonly ":in-range"?: import("@emotion/react").CSSObject | undefined;
|
|
1979
|
+
readonly ":indeterminate"?: import("@emotion/react").CSSObject | undefined;
|
|
1980
|
+
readonly ":invalid"?: import("@emotion/react").CSSObject | undefined;
|
|
1981
|
+
readonly ":last-child"?: import("@emotion/react").CSSObject | undefined;
|
|
1982
|
+
readonly ":last-of-type"?: import("@emotion/react").CSSObject | undefined;
|
|
1983
|
+
readonly ":left"?: import("@emotion/react").CSSObject | undefined;
|
|
1984
|
+
readonly ":link"?: import("@emotion/react").CSSObject | undefined;
|
|
1985
|
+
readonly ":local-link"?: import("@emotion/react").CSSObject | undefined;
|
|
1986
|
+
readonly ":nth-col"?: import("@emotion/react").CSSObject | undefined;
|
|
1987
|
+
readonly ":nth-last-col"?: import("@emotion/react").CSSObject | undefined;
|
|
1988
|
+
readonly ":only-child"?: import("@emotion/react").CSSObject | undefined;
|
|
1989
|
+
readonly ":only-of-type"?: import("@emotion/react").CSSObject | undefined;
|
|
1990
|
+
readonly ":optional"?: import("@emotion/react").CSSObject | undefined;
|
|
1991
|
+
readonly ":out-of-range"?: import("@emotion/react").CSSObject | undefined;
|
|
1992
|
+
readonly ":past"?: import("@emotion/react").CSSObject | undefined;
|
|
1993
|
+
readonly ":paused"?: import("@emotion/react").CSSObject | undefined;
|
|
1994
|
+
readonly ":picture-in-picture"?: import("@emotion/react").CSSObject | undefined;
|
|
1995
|
+
readonly ":placeholder-shown"?: import("@emotion/react").CSSObject | undefined;
|
|
1996
|
+
readonly ":playing"?: import("@emotion/react").CSSObject | undefined;
|
|
1997
|
+
readonly ":read-only"?: import("@emotion/react").CSSObject | undefined;
|
|
1998
|
+
readonly ":read-write"?: import("@emotion/react").CSSObject | undefined;
|
|
1999
|
+
readonly ":required"?: import("@emotion/react").CSSObject | undefined;
|
|
2000
|
+
readonly ":right"?: import("@emotion/react").CSSObject | undefined;
|
|
2001
|
+
readonly ":root"?: import("@emotion/react").CSSObject | undefined;
|
|
2002
|
+
readonly ":scope"?: import("@emotion/react").CSSObject | undefined;
|
|
2003
|
+
readonly ":target"?: import("@emotion/react").CSSObject | undefined;
|
|
2004
|
+
readonly ":target-within"?: import("@emotion/react").CSSObject | undefined;
|
|
2005
|
+
readonly ":user-invalid"?: import("@emotion/react").CSSObject | undefined;
|
|
2006
|
+
readonly ":user-valid"?: import("@emotion/react").CSSObject | undefined;
|
|
2007
|
+
readonly ":valid"?: import("@emotion/react").CSSObject | undefined;
|
|
2008
|
+
readonly ":visited"?: import("@emotion/react").CSSObject | undefined;
|
|
2009
|
+
} | {
|
|
2010
|
+
readonly ':enabled': {
|
|
2011
|
+
readonly ':focus + [data-focus-indicator]': {
|
|
2012
|
+
readonly boxShadow: string;
|
|
2013
|
+
readonly outline: string;
|
|
2014
|
+
readonly outlineOffset: string;
|
|
2015
|
+
readonly borderColor: string;
|
|
2016
|
+
} | {
|
|
2017
|
+
readonly outline: string;
|
|
2018
|
+
readonly outlineOffset: string;
|
|
2019
|
+
readonly borderColor: string;
|
|
2020
|
+
};
|
|
2021
|
+
};
|
|
2022
|
+
readonly ':focus': {
|
|
2023
|
+
readonly outline: "none";
|
|
2024
|
+
};
|
|
2025
|
+
readonly '&[aria-invalid=true]': {
|
|
2026
|
+
readonly color: string;
|
|
2027
|
+
};
|
|
2028
|
+
readonly display: "block";
|
|
2029
|
+
readonly overflowWrap: "break-word";
|
|
2030
|
+
readonly wordBreak: "break-word";
|
|
2031
|
+
readonly wordWrap: "break-word";
|
|
2032
|
+
readonly accentColor?: import("csstype").Property.AccentColor | readonly import("csstype").Property.AccentColor[] | undefined;
|
|
2033
|
+
readonly alignContent?: import("csstype").Property.AlignContent | readonly import("csstype").Property.AlignContent[] | undefined;
|
|
2034
|
+
readonly alignItems?: import("csstype").Property.AlignItems | readonly import("csstype").Property.AlignItems[] | undefined;
|
|
2035
|
+
readonly alignSelf?: import("csstype").Property.AlignSelf | readonly import("csstype").Property.AlignSelf[] | undefined;
|
|
2036
|
+
readonly alignTracks?: import("csstype").Property.AlignTracks | readonly import("csstype").Property.AlignTracks[] | undefined;
|
|
2037
|
+
readonly animationComposition?: import("csstype").Property.AnimationComposition | readonly import("csstype").Property.AnimationComposition[] | undefined;
|
|
2038
|
+
readonly animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | readonly import("csstype").Property.AnimationDelay<string & {}>[] | undefined;
|
|
2039
|
+
readonly animationDirection?: import("csstype").Property.AnimationDirection | readonly import("csstype").Property.AnimationDirection[] | undefined;
|
|
2040
|
+
readonly animationDuration?: import("csstype").Property.AnimationDuration<string & {}> | readonly import("csstype").Property.AnimationDuration<string & {}>[] | undefined;
|
|
2041
|
+
readonly animationFillMode?: import("csstype").Property.AnimationFillMode | readonly import("csstype").Property.AnimationFillMode[] | undefined;
|
|
2042
|
+
readonly animationIterationCount?: import("csstype").Property.AnimationIterationCount | readonly import("csstype").Property.AnimationIterationCount[] | undefined;
|
|
2043
|
+
readonly animationName?: import("csstype").Property.AnimationName | readonly import("csstype").Property.AnimationName[] | undefined;
|
|
2044
|
+
readonly animationPlayState?: import("csstype").Property.AnimationPlayState | readonly import("csstype").Property.AnimationPlayState[] | undefined;
|
|
2045
|
+
readonly animationRangeEnd?: string | number | readonly import("csstype").Property.AnimationRangeEnd<string | number>[] | undefined;
|
|
2046
|
+
readonly animationRangeStart?: string | number | readonly import("csstype").Property.AnimationRangeStart<string | number>[] | undefined;
|
|
2047
|
+
readonly animationTimeline?: import("csstype").Property.AnimationTimeline | readonly import("csstype").Property.AnimationTimeline[] | undefined;
|
|
2048
|
+
readonly animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | readonly import("csstype").Property.AnimationTimingFunction[] | undefined;
|
|
2049
|
+
readonly appearance?: import("csstype").Property.Appearance | readonly import("csstype").Property.Appearance[] | undefined;
|
|
2050
|
+
readonly aspectRatio?: import("csstype").Property.AspectRatio | readonly import("csstype").Property.AspectRatio[] | undefined;
|
|
2051
|
+
readonly backdropFilter?: import("csstype").Property.BackdropFilter | readonly import("csstype").Property.BackdropFilter[] | undefined;
|
|
2052
|
+
readonly backfaceVisibility?: import("csstype").Property.BackfaceVisibility | readonly import("csstype").Property.BackfaceVisibility[] | undefined;
|
|
2053
|
+
readonly backgroundAttachment?: import("csstype").Property.BackgroundAttachment | readonly import("csstype").Property.BackgroundAttachment[] | undefined;
|
|
2054
|
+
readonly backgroundBlendMode?: import("csstype").Property.BackgroundBlendMode | readonly import("csstype").Property.BackgroundBlendMode[] | undefined;
|
|
2055
|
+
readonly backgroundClip?: import("csstype").Property.BackgroundClip | readonly import("csstype").Property.BackgroundClip[] | undefined;
|
|
2056
|
+
readonly backgroundColor?: import("csstype").Property.BackgroundColor | readonly import("csstype").Property.BackgroundColor[] | undefined;
|
|
2057
|
+
readonly backgroundImage?: import("csstype").Property.BackgroundImage | readonly import("csstype").Property.BackgroundImage[] | undefined;
|
|
2058
|
+
readonly backgroundOrigin?: import("csstype").Property.BackgroundOrigin | readonly import("csstype").Property.BackgroundOrigin[] | undefined;
|
|
2059
|
+
readonly backgroundPositionX?: string | number | readonly import("csstype").Property.BackgroundPositionX<string | number>[] | undefined;
|
|
2060
|
+
readonly backgroundPositionY?: string | number | readonly import("csstype").Property.BackgroundPositionY<string | number>[] | undefined;
|
|
2061
|
+
readonly backgroundRepeat?: import("csstype").Property.BackgroundRepeat | readonly import("csstype").Property.BackgroundRepeat[] | undefined;
|
|
2062
|
+
readonly backgroundSize?: string | number | readonly import("csstype").Property.BackgroundSize<string | number>[] | undefined;
|
|
2063
|
+
readonly blockOverflow?: import("csstype").Property.BlockOverflow | readonly import("csstype").Property.BlockOverflow[] | undefined;
|
|
2064
|
+
readonly blockSize?: string | number | readonly import("csstype").Property.BlockSize<string | number>[] | undefined;
|
|
2065
|
+
readonly borderBlockColor?: import("csstype").Property.BorderBlockColor | readonly import("csstype").Property.BorderBlockColor[] | undefined;
|
|
2066
|
+
readonly borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | readonly import("csstype").Property.BorderBlockEndColor[] | undefined;
|
|
2067
|
+
readonly borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | readonly import("csstype").Property.BorderBlockEndStyle[] | undefined;
|
|
2068
|
+
readonly borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | readonly import("csstype").Property.BorderBlockEndWidth<string | number>[] | undefined;
|
|
2069
|
+
readonly borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | readonly import("csstype").Property.BorderBlockStartColor[] | undefined;
|
|
2070
|
+
readonly borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | readonly import("csstype").Property.BorderBlockStartStyle[] | undefined;
|
|
2071
|
+
readonly borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | readonly import("csstype").Property.BorderBlockStartWidth<string | number>[] | undefined;
|
|
2072
|
+
readonly borderBlockStyle?: import("csstype").Property.BorderBlockStyle | readonly import("csstype").Property.BorderBlockStyle[] | undefined;
|
|
2073
|
+
readonly borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | readonly import("csstype").Property.BorderBlockWidth<string | number>[] | undefined;
|
|
2074
|
+
readonly borderBottomColor?: import("csstype").Property.BorderBottomColor | readonly import("csstype").Property.BorderBottomColor[] | undefined;
|
|
2075
|
+
readonly borderBottomLeftRadius?: string | number | readonly import("csstype").Property.BorderBottomLeftRadius<string | number>[] | undefined;
|
|
2076
|
+
readonly borderBottomRightRadius?: string | number | readonly import("csstype").Property.BorderBottomRightRadius<string | number>[] | undefined;
|
|
2077
|
+
readonly borderBottomStyle?: import("csstype").Property.BorderBottomStyle | readonly import("csstype").Property.BorderBottomStyle[] | undefined;
|
|
2078
|
+
readonly borderBottomWidth?: import("csstype").Property.BorderBottomWidth<string | number> | readonly import("csstype").Property.BorderBottomWidth<string | number>[] | undefined;
|
|
2079
|
+
readonly borderCollapse?: import("csstype").Property.BorderCollapse | readonly import("csstype").Property.BorderCollapse[] | undefined;
|
|
2080
|
+
readonly borderEndEndRadius?: string | number | readonly import("csstype").Property.BorderEndEndRadius<string | number>[] | undefined;
|
|
2081
|
+
readonly borderEndStartRadius?: string | number | readonly import("csstype").Property.BorderEndStartRadius<string | number>[] | undefined;
|
|
2082
|
+
readonly borderImageOutset?: string | number | readonly import("csstype").Property.BorderImageOutset<string | number>[] | undefined;
|
|
2083
|
+
readonly borderImageRepeat?: import("csstype").Property.BorderImageRepeat | readonly import("csstype").Property.BorderImageRepeat[] | undefined;
|
|
2084
|
+
readonly borderImageSlice?: import("csstype").Property.BorderImageSlice | readonly import("csstype").Property.BorderImageSlice[] | undefined;
|
|
2085
|
+
readonly borderImageSource?: import("csstype").Property.BorderImageSource | readonly import("csstype").Property.BorderImageSource[] | undefined;
|
|
2086
|
+
readonly borderImageWidth?: string | number | readonly import("csstype").Property.BorderImageWidth<string | number>[] | undefined;
|
|
2087
|
+
readonly borderInlineColor?: import("csstype").Property.BorderInlineColor | readonly import("csstype").Property.BorderInlineColor[] | undefined;
|
|
2088
|
+
readonly borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | readonly import("csstype").Property.BorderInlineEndColor[] | undefined;
|
|
2089
|
+
readonly borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | readonly import("csstype").Property.BorderInlineEndStyle[] | undefined;
|
|
2090
|
+
readonly borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | readonly import("csstype").Property.BorderInlineEndWidth<string | number>[] | undefined;
|
|
2091
|
+
readonly borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | readonly import("csstype").Property.BorderInlineStartColor[] | undefined;
|
|
2092
|
+
readonly borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | readonly import("csstype").Property.BorderInlineStartStyle[] | undefined;
|
|
2093
|
+
readonly borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | readonly import("csstype").Property.BorderInlineStartWidth<string | number>[] | undefined;
|
|
2094
|
+
readonly borderInlineStyle?: import("csstype").Property.BorderInlineStyle | readonly import("csstype").Property.BorderInlineStyle[] | undefined;
|
|
2095
|
+
readonly borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | readonly import("csstype").Property.BorderInlineWidth<string | number>[] | undefined;
|
|
2096
|
+
readonly borderLeftColor?: import("csstype").Property.BorderLeftColor | readonly import("csstype").Property.BorderLeftColor[] | undefined;
|
|
2097
|
+
readonly borderLeftStyle?: import("csstype").Property.BorderLeftStyle | readonly import("csstype").Property.BorderLeftStyle[] | undefined;
|
|
2098
|
+
readonly borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | readonly import("csstype").Property.BorderLeftWidth<string | number>[] | undefined;
|
|
2099
|
+
readonly borderRightColor?: import("csstype").Property.BorderRightColor | readonly import("csstype").Property.BorderRightColor[] | undefined;
|
|
2100
|
+
readonly borderRightStyle?: import("csstype").Property.BorderRightStyle | readonly import("csstype").Property.BorderRightStyle[] | undefined;
|
|
2101
|
+
readonly borderRightWidth?: import("csstype").Property.BorderRightWidth<string | number> | readonly import("csstype").Property.BorderRightWidth<string | number>[] | undefined;
|
|
2102
|
+
readonly borderSpacing?: string | number | readonly import("csstype").Property.BorderSpacing<string | number>[] | undefined;
|
|
2103
|
+
readonly borderStartEndRadius?: string | number | readonly import("csstype").Property.BorderStartEndRadius<string | number>[] | undefined;
|
|
2104
|
+
readonly borderStartStartRadius?: string | number | readonly import("csstype").Property.BorderStartStartRadius<string | number>[] | undefined;
|
|
2105
|
+
readonly borderTopColor?: import("csstype").Property.BorderTopColor | readonly import("csstype").Property.BorderTopColor[] | undefined;
|
|
2106
|
+
readonly borderTopLeftRadius?: string | number | readonly import("csstype").Property.BorderTopLeftRadius<string | number>[] | undefined;
|
|
2107
|
+
readonly borderTopRightRadius?: string | number | readonly import("csstype").Property.BorderTopRightRadius<string | number>[] | undefined;
|
|
2108
|
+
readonly borderTopStyle?: import("csstype").Property.BorderTopStyle | readonly import("csstype").Property.BorderTopStyle[] | undefined;
|
|
2109
|
+
readonly borderTopWidth?: import("csstype").Property.BorderTopWidth<string | number> | readonly import("csstype").Property.BorderTopWidth<string | number>[] | undefined;
|
|
2110
|
+
readonly bottom?: string | number | readonly import("csstype").Property.Bottom<string | number>[] | undefined;
|
|
2111
|
+
readonly boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | readonly import("csstype").Property.BoxDecorationBreak[] | undefined;
|
|
2112
|
+
readonly boxShadow?: import("csstype").Property.BoxShadow | readonly import("csstype").Property.BoxShadow[] | undefined;
|
|
2113
|
+
readonly boxSizing?: import("csstype").Property.BoxSizing | readonly import("csstype").Property.BoxSizing[] | undefined;
|
|
2114
|
+
readonly breakAfter?: import("csstype").Property.BreakAfter | readonly import("csstype").Property.BreakAfter[] | undefined;
|
|
2115
|
+
readonly breakBefore?: import("csstype").Property.BreakBefore | readonly import("csstype").Property.BreakBefore[] | undefined;
|
|
2116
|
+
readonly breakInside?: import("csstype").Property.BreakInside | readonly import("csstype").Property.BreakInside[] | undefined;
|
|
2117
|
+
readonly captionSide?: import("csstype").Property.CaptionSide | readonly import("csstype").Property.CaptionSide[] | undefined;
|
|
2118
|
+
readonly caretColor?: import("csstype").Property.CaretColor | readonly import("csstype").Property.CaretColor[] | undefined;
|
|
2119
|
+
readonly caretShape?: import("csstype").Property.CaretShape | readonly import("csstype").Property.CaretShape[] | undefined;
|
|
2120
|
+
readonly clear?: import("csstype").Property.Clear | readonly import("csstype").Property.Clear[] | undefined;
|
|
2121
|
+
readonly clipPath?: import("csstype").Property.ClipPath | readonly import("csstype").Property.ClipPath[] | undefined;
|
|
2122
|
+
readonly color?: import("csstype").Property.Color | readonly import("csstype").Property.Color[] | undefined;
|
|
2123
|
+
readonly colorAdjust?: import("csstype").Property.PrintColorAdjust | readonly import("csstype").Property.PrintColorAdjust[] | undefined;
|
|
2124
|
+
readonly colorScheme?: import("csstype").Property.ColorScheme | readonly import("csstype").Property.ColorScheme[] | undefined;
|
|
2125
|
+
readonly columnCount?: import("csstype").Property.ColumnCount | readonly import("csstype").Property.ColumnCount[] | undefined;
|
|
2126
|
+
readonly columnFill?: import("csstype").Property.ColumnFill | readonly import("csstype").Property.ColumnFill[] | undefined;
|
|
2127
|
+
readonly columnGap?: string | number | readonly import("csstype").Property.ColumnGap<string | number>[] | undefined;
|
|
2128
|
+
readonly columnRuleColor?: import("csstype").Property.ColumnRuleColor | readonly import("csstype").Property.ColumnRuleColor[] | undefined;
|
|
2129
|
+
readonly columnRuleStyle?: import("csstype").Property.ColumnRuleStyle | readonly import("csstype").Property.ColumnRuleStyle[] | undefined;
|
|
2130
|
+
readonly columnRuleWidth?: string | number | readonly import("csstype").Property.ColumnRuleWidth<string | number>[] | undefined;
|
|
2131
|
+
readonly columnSpan?: import("csstype").Property.ColumnSpan | readonly import("csstype").Property.ColumnSpan[] | undefined;
|
|
2132
|
+
readonly columnWidth?: import("csstype").Property.ColumnWidth<string | number> | readonly import("csstype").Property.ColumnWidth<string | number>[] | undefined;
|
|
2133
|
+
readonly contain?: import("csstype").Property.Contain | readonly import("csstype").Property.Contain[] | undefined;
|
|
2134
|
+
readonly containIntrinsicBlockSize?: string | number | readonly import("csstype").Property.ContainIntrinsicBlockSize<string | number>[] | undefined;
|
|
2135
|
+
readonly containIntrinsicHeight?: string | number | readonly import("csstype").Property.ContainIntrinsicHeight<string | number>[] | undefined;
|
|
2136
|
+
readonly containIntrinsicInlineSize?: string | number | readonly import("csstype").Property.ContainIntrinsicInlineSize<string | number>[] | undefined;
|
|
2137
|
+
readonly containIntrinsicWidth?: string | number | readonly import("csstype").Property.ContainIntrinsicWidth<string | number>[] | undefined;
|
|
2138
|
+
readonly containerName?: import("csstype").Property.ContainerName | readonly import("csstype").Property.ContainerName[] | undefined;
|
|
2139
|
+
readonly containerType?: import("csstype").Property.ContainerType | readonly import("csstype").Property.ContainerType[] | undefined;
|
|
2140
|
+
readonly content?: import("csstype").Property.Content | readonly import("csstype").Property.Content[] | undefined;
|
|
2141
|
+
readonly contentVisibility?: import("csstype").Property.ContentVisibility | readonly import("csstype").Property.ContentVisibility[] | undefined;
|
|
2142
|
+
readonly counterIncrement?: import("csstype").Property.CounterIncrement | readonly import("csstype").Property.CounterIncrement[] | undefined;
|
|
2143
|
+
readonly counterReset?: import("csstype").Property.CounterReset | readonly import("csstype").Property.CounterReset[] | undefined;
|
|
2144
|
+
readonly counterSet?: import("csstype").Property.CounterSet | readonly import("csstype").Property.CounterSet[] | undefined;
|
|
2145
|
+
readonly cursor?: import("csstype").Property.Cursor | readonly import("csstype").Property.Cursor[] | undefined;
|
|
2146
|
+
readonly direction?: import("csstype").Property.Direction | readonly import("csstype").Property.Direction[] | undefined;
|
|
2147
|
+
readonly emptyCells?: import("csstype").Property.EmptyCells | readonly import("csstype").Property.EmptyCells[] | undefined;
|
|
2148
|
+
readonly filter?: import("csstype").Property.Filter | readonly import("csstype").Property.Filter[] | undefined;
|
|
2149
|
+
readonly flexBasis?: string | number | readonly import("csstype").Property.FlexBasis<string | number>[] | undefined;
|
|
2150
|
+
readonly flexDirection?: import("csstype").Property.FlexDirection | readonly import("csstype").Property.FlexDirection[] | undefined;
|
|
2151
|
+
readonly flexGrow?: import("csstype").Property.FlexGrow | readonly import("csstype").Property.FlexGrow[] | undefined;
|
|
2152
|
+
readonly flexShrink?: import("csstype").Property.FlexShrink | readonly import("csstype").Property.FlexShrink[] | undefined;
|
|
2153
|
+
readonly flexWrap?: import("csstype").Property.FlexWrap | readonly import("csstype").Property.FlexWrap[] | undefined;
|
|
2154
|
+
readonly float?: import("csstype").Property.Float | readonly import("csstype").Property.Float[] | undefined;
|
|
2155
|
+
readonly fontFamily?: import("csstype").Property.FontFamily | readonly import("csstype").Property.FontFamily[] | undefined;
|
|
2156
|
+
readonly fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | readonly import("csstype").Property.FontFeatureSettings[] | undefined;
|
|
2157
|
+
readonly fontKerning?: import("csstype").Property.FontKerning | readonly import("csstype").Property.FontKerning[] | undefined;
|
|
2158
|
+
readonly fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | readonly import("csstype").Property.FontLanguageOverride[] | undefined;
|
|
2159
|
+
readonly fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | readonly import("csstype").Property.FontOpticalSizing[] | undefined;
|
|
2160
|
+
readonly fontPalette?: import("csstype").Property.FontPalette | readonly import("csstype").Property.FontPalette[] | undefined;
|
|
2161
|
+
readonly fontSize?: string | number | readonly import("csstype").Property.FontSize<string | number>[] | undefined;
|
|
2162
|
+
readonly fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | readonly import("csstype").Property.FontSizeAdjust[] | undefined;
|
|
2163
|
+
readonly fontSmooth?: import("csstype").Property.FontSmooth<string | number> | readonly import("csstype").Property.FontSmooth<string | number>[] | undefined;
|
|
2164
|
+
readonly fontStretch?: import("csstype").Property.FontStretch | readonly import("csstype").Property.FontStretch[] | undefined;
|
|
2165
|
+
readonly fontStyle?: import("csstype").Property.FontStyle | readonly import("csstype").Property.FontStyle[] | undefined;
|
|
2166
|
+
readonly fontSynthesis?: import("csstype").Property.FontSynthesis | readonly import("csstype").Property.FontSynthesis[] | undefined;
|
|
2167
|
+
readonly fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | readonly import("csstype").Property.FontSynthesisPosition[] | undefined;
|
|
2168
|
+
readonly fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | readonly import("csstype").Property.FontSynthesisSmallCaps[] | undefined;
|
|
2169
|
+
readonly fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | readonly import("csstype").Property.FontSynthesisStyle[] | undefined;
|
|
2170
|
+
readonly fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | readonly import("csstype").Property.FontSynthesisWeight[] | undefined;
|
|
2171
|
+
readonly fontVariant?: import("csstype").Property.FontVariant | readonly import("csstype").Property.FontVariant[] | undefined;
|
|
2172
|
+
readonly fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | readonly import("csstype").Property.FontVariantAlternates[] | undefined;
|
|
2173
|
+
readonly fontVariantCaps?: import("csstype").Property.FontVariantCaps | readonly import("csstype").Property.FontVariantCaps[] | undefined;
|
|
2174
|
+
readonly fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | readonly import("csstype").Property.FontVariantEastAsian[] | undefined;
|
|
2175
|
+
readonly fontVariantEmoji?: import("csstype").Property.FontVariantEmoji | readonly import("csstype").Property.FontVariantEmoji[] | undefined;
|
|
2176
|
+
readonly fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | readonly import("csstype").Property.FontVariantLigatures[] | undefined;
|
|
2177
|
+
readonly fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | readonly import("csstype").Property.FontVariantNumeric[] | undefined;
|
|
2178
|
+
readonly fontVariantPosition?: import("csstype").Property.FontVariantPosition | readonly import("csstype").Property.FontVariantPosition[] | undefined;
|
|
2179
|
+
readonly fontVariationSettings?: import("csstype").Property.FontVariationSettings | readonly import("csstype").Property.FontVariationSettings[] | undefined;
|
|
2180
|
+
readonly fontWeight?: import("csstype").Property.FontWeight | readonly import("csstype").Property.FontWeight[] | undefined;
|
|
2181
|
+
readonly forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | readonly import("csstype").Property.ForcedColorAdjust[] | undefined;
|
|
2182
|
+
readonly gridAutoColumns?: string | number | readonly import("csstype").Property.GridAutoColumns<string | number>[] | undefined;
|
|
2183
|
+
readonly gridAutoFlow?: import("csstype").Property.GridAutoFlow | readonly import("csstype").Property.GridAutoFlow[] | undefined;
|
|
2184
|
+
readonly gridAutoRows?: string | number | readonly import("csstype").Property.GridAutoRows<string | number>[] | undefined;
|
|
2185
|
+
readonly gridColumnEnd?: import("csstype").Property.GridColumnEnd | readonly import("csstype").Property.GridColumnEnd[] | undefined;
|
|
2186
|
+
readonly gridColumnStart?: import("csstype").Property.GridColumnStart | readonly import("csstype").Property.GridColumnStart[] | undefined;
|
|
2187
|
+
readonly gridRowEnd?: import("csstype").Property.GridRowEnd | readonly import("csstype").Property.GridRowEnd[] | undefined;
|
|
2188
|
+
readonly gridRowStart?: import("csstype").Property.GridRowStart | readonly import("csstype").Property.GridRowStart[] | undefined;
|
|
2189
|
+
readonly gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | readonly import("csstype").Property.GridTemplateAreas[] | undefined;
|
|
2190
|
+
readonly gridTemplateColumns?: string | number | readonly import("csstype").Property.GridTemplateColumns<string | number>[] | undefined;
|
|
2191
|
+
readonly gridTemplateRows?: string | number | readonly import("csstype").Property.GridTemplateRows<string | number>[] | undefined;
|
|
2192
|
+
readonly hangingPunctuation?: import("csstype").Property.HangingPunctuation | readonly import("csstype").Property.HangingPunctuation[] | undefined;
|
|
2193
|
+
readonly height?: string | number | readonly import("csstype").Property.Height<string | number>[] | undefined;
|
|
2194
|
+
readonly hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | readonly import("csstype").Property.HyphenateCharacter[] | undefined;
|
|
2195
|
+
readonly hyphenateLimitChars?: import("csstype").Property.HyphenateLimitChars | readonly import("csstype").Property.HyphenateLimitChars[] | undefined;
|
|
2196
|
+
readonly hyphens?: import("csstype").Property.Hyphens | readonly import("csstype").Property.Hyphens[] | undefined;
|
|
2197
|
+
readonly imageOrientation?: import("csstype").Property.ImageOrientation | readonly import("csstype").Property.ImageOrientation[] | undefined;
|
|
2198
|
+
readonly imageRendering?: import("csstype").Property.ImageRendering | readonly import("csstype").Property.ImageRendering[] | undefined;
|
|
2199
|
+
readonly imageResolution?: import("csstype").Property.ImageResolution | readonly import("csstype").Property.ImageResolution[] | undefined;
|
|
2200
|
+
readonly initialLetter?: import("csstype").Property.InitialLetter | readonly import("csstype").Property.InitialLetter[] | undefined;
|
|
2201
|
+
readonly inlineSize?: string | number | readonly import("csstype").Property.InlineSize<string | number>[] | undefined;
|
|
2202
|
+
readonly inputSecurity?: import("csstype").Property.InputSecurity | readonly import("csstype").Property.InputSecurity[] | undefined;
|
|
2203
|
+
readonly insetBlockEnd?: string | number | readonly import("csstype").Property.InsetBlockEnd<string | number>[] | undefined;
|
|
2204
|
+
readonly insetBlockStart?: string | number | readonly import("csstype").Property.InsetBlockStart<string | number>[] | undefined;
|
|
2205
|
+
readonly insetInlineEnd?: string | number | readonly import("csstype").Property.InsetInlineEnd<string | number>[] | undefined;
|
|
2206
|
+
readonly insetInlineStart?: string | number | readonly import("csstype").Property.InsetInlineStart<string | number>[] | undefined;
|
|
2207
|
+
readonly isolation?: import("csstype").Property.Isolation | readonly import("csstype").Property.Isolation[] | undefined;
|
|
2208
|
+
readonly justifyContent?: import("csstype").Property.JustifyContent | readonly import("csstype").Property.JustifyContent[] | undefined;
|
|
2209
|
+
readonly justifyItems?: import("csstype").Property.JustifyItems | readonly import("csstype").Property.JustifyItems[] | undefined;
|
|
2210
|
+
readonly justifySelf?: import("csstype").Property.JustifySelf | readonly import("csstype").Property.JustifySelf[] | undefined;
|
|
2211
|
+
readonly justifyTracks?: import("csstype").Property.JustifyTracks | readonly import("csstype").Property.JustifyTracks[] | undefined;
|
|
2212
|
+
readonly left?: string | number | readonly import("csstype").Property.Left<string | number>[] | undefined;
|
|
2213
|
+
readonly letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | readonly import("csstype").Property.LetterSpacing<string | number>[] | undefined;
|
|
2214
|
+
readonly lineBreak?: import("csstype").Property.LineBreak | readonly import("csstype").Property.LineBreak[] | undefined;
|
|
2215
|
+
readonly lineHeight?: string | number | readonly import("csstype").Property.LineHeight<string | number>[] | undefined;
|
|
2216
|
+
readonly lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | readonly import("csstype").Property.LineHeightStep<string | number>[] | undefined;
|
|
2217
|
+
readonly listStyleImage?: import("csstype").Property.ListStyleImage | readonly import("csstype").Property.ListStyleImage[] | undefined;
|
|
2218
|
+
readonly listStylePosition?: import("csstype").Property.ListStylePosition | readonly import("csstype").Property.ListStylePosition[] | undefined;
|
|
2219
|
+
readonly listStyleType?: import("csstype").Property.ListStyleType | readonly import("csstype").Property.ListStyleType[] | undefined;
|
|
2220
|
+
readonly marginBlockEnd?: string | number | readonly import("csstype").Property.MarginBlockEnd<string | number>[] | undefined;
|
|
2221
|
+
readonly marginBlockStart?: string | number | readonly import("csstype").Property.MarginBlockStart<string | number>[] | undefined;
|
|
2222
|
+
readonly marginBottom?: string | number | readonly import("csstype").Property.MarginBottom<string | number>[] | undefined;
|
|
2223
|
+
readonly marginInlineEnd?: string | number | readonly import("csstype").Property.MarginInlineEnd<string | number>[] | undefined;
|
|
2224
|
+
readonly marginInlineStart?: string | number | readonly import("csstype").Property.MarginInlineStart<string | number>[] | undefined;
|
|
2225
|
+
readonly marginLeft?: string | number | readonly import("csstype").Property.MarginLeft<string | number>[] | undefined;
|
|
2226
|
+
readonly marginRight?: string | number | readonly import("csstype").Property.MarginRight<string | number>[] | undefined;
|
|
2227
|
+
readonly marginTop?: string | number | readonly import("csstype").Property.MarginTop<string | number>[] | undefined;
|
|
2228
|
+
readonly marginTrim?: import("csstype").Property.MarginTrim | readonly import("csstype").Property.MarginTrim[] | undefined;
|
|
2229
|
+
readonly maskBorderMode?: import("csstype").Property.MaskBorderMode | readonly import("csstype").Property.MaskBorderMode[] | undefined;
|
|
2230
|
+
readonly maskBorderOutset?: string | number | readonly import("csstype").Property.MaskBorderOutset<string | number>[] | undefined;
|
|
2231
|
+
readonly maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | readonly import("csstype").Property.MaskBorderRepeat[] | undefined;
|
|
2232
|
+
readonly maskBorderSlice?: import("csstype").Property.MaskBorderSlice | readonly import("csstype").Property.MaskBorderSlice[] | undefined;
|
|
2233
|
+
readonly maskBorderSource?: import("csstype").Property.MaskBorderSource | readonly import("csstype").Property.MaskBorderSource[] | undefined;
|
|
2234
|
+
readonly maskBorderWidth?: string | number | readonly import("csstype").Property.MaskBorderWidth<string | number>[] | undefined;
|
|
2235
|
+
readonly maskClip?: import("csstype").Property.MaskClip | readonly import("csstype").Property.MaskClip[] | undefined;
|
|
2236
|
+
readonly maskComposite?: import("csstype").Property.MaskComposite | readonly import("csstype").Property.MaskComposite[] | undefined;
|
|
2237
|
+
readonly maskImage?: import("csstype").Property.MaskImage | readonly import("csstype").Property.MaskImage[] | undefined;
|
|
2238
|
+
readonly maskMode?: import("csstype").Property.MaskMode | readonly import("csstype").Property.MaskMode[] | undefined;
|
|
2239
|
+
readonly maskOrigin?: import("csstype").Property.MaskOrigin | readonly import("csstype").Property.MaskOrigin[] | undefined;
|
|
2240
|
+
readonly maskPosition?: string | number | readonly import("csstype").Property.MaskPosition<string | number>[] | undefined;
|
|
2241
|
+
readonly maskRepeat?: import("csstype").Property.MaskRepeat | readonly import("csstype").Property.MaskRepeat[] | undefined;
|
|
2242
|
+
readonly maskSize?: string | number | readonly import("csstype").Property.MaskSize<string | number>[] | undefined;
|
|
2243
|
+
readonly maskType?: import("csstype").Property.MaskType | readonly import("csstype").Property.MaskType[] | undefined;
|
|
2244
|
+
readonly masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | readonly import("csstype").Property.MasonryAutoFlow[] | undefined;
|
|
2245
|
+
readonly mathDepth?: import("csstype").Property.MathDepth | readonly import("csstype").Property.MathDepth[] | undefined;
|
|
2246
|
+
readonly mathShift?: import("csstype").Property.MathShift | readonly import("csstype").Property.MathShift[] | undefined;
|
|
2247
|
+
readonly mathStyle?: import("csstype").Property.MathStyle | readonly import("csstype").Property.MathStyle[] | undefined;
|
|
2248
|
+
readonly maxBlockSize?: string | number | readonly import("csstype").Property.MaxBlockSize<string | number>[] | undefined;
|
|
2249
|
+
readonly maxHeight?: string | number | readonly import("csstype").Property.MaxHeight<string | number>[] | undefined;
|
|
2250
|
+
readonly maxInlineSize?: string | number | readonly import("csstype").Property.MaxInlineSize<string | number>[] | undefined;
|
|
2251
|
+
readonly maxLines?: import("csstype").Property.MaxLines | readonly import("csstype").Property.MaxLines[] | undefined;
|
|
2252
|
+
readonly maxWidth?: string | number | readonly import("csstype").Property.MaxWidth<string | number>[] | undefined;
|
|
2253
|
+
readonly minBlockSize?: string | number | readonly import("csstype").Property.MinBlockSize<string | number>[] | undefined;
|
|
2254
|
+
readonly minHeight?: string | number | readonly import("csstype").Property.MinHeight<string | number>[] | undefined;
|
|
2255
|
+
readonly minInlineSize?: string | number | readonly import("csstype").Property.MinInlineSize<string | number>[] | undefined;
|
|
2256
|
+
readonly minWidth?: string | number | readonly import("csstype").Property.MinWidth<string | number>[] | undefined;
|
|
2257
|
+
readonly mixBlendMode?: import("csstype").Property.MixBlendMode | readonly import("csstype").Property.MixBlendMode[] | undefined;
|
|
2258
|
+
readonly motionDistance?: string | number | readonly import("csstype").Property.OffsetDistance<string | number>[] | undefined;
|
|
2259
|
+
readonly motionPath?: import("csstype").Property.OffsetPath | readonly import("csstype").Property.OffsetPath[] | undefined;
|
|
2260
|
+
readonly motionRotation?: import("csstype").Property.OffsetRotate | readonly import("csstype").Property.OffsetRotate[] | undefined;
|
|
2261
|
+
readonly objectFit?: import("csstype").Property.ObjectFit | readonly import("csstype").Property.ObjectFit[] | undefined;
|
|
2262
|
+
readonly objectPosition?: string | number | readonly import("csstype").Property.ObjectPosition<string | number>[] | undefined;
|
|
2263
|
+
readonly offsetAnchor?: string | number | readonly import("csstype").Property.OffsetAnchor<string | number>[] | undefined;
|
|
2264
|
+
readonly offsetDistance?: string | number | readonly import("csstype").Property.OffsetDistance<string | number>[] | undefined;
|
|
2265
|
+
readonly offsetPath?: import("csstype").Property.OffsetPath | readonly import("csstype").Property.OffsetPath[] | undefined;
|
|
2266
|
+
readonly offsetPosition?: string | number | readonly import("csstype").Property.OffsetPosition<string | number>[] | undefined;
|
|
2267
|
+
readonly offsetRotate?: import("csstype").Property.OffsetRotate | readonly import("csstype").Property.OffsetRotate[] | undefined;
|
|
2268
|
+
readonly offsetRotation?: import("csstype").Property.OffsetRotate | readonly import("csstype").Property.OffsetRotate[] | undefined;
|
|
2269
|
+
readonly opacity?: import("csstype").Property.Opacity | readonly import("csstype").Property.Opacity[] | undefined;
|
|
2270
|
+
readonly order?: import("csstype").Property.Order | readonly import("csstype").Property.Order[] | undefined;
|
|
2271
|
+
readonly orphans?: import("csstype").Property.Orphans | readonly import("csstype").Property.Orphans[] | undefined;
|
|
2272
|
+
readonly outlineColor?: import("csstype").Property.OutlineColor | readonly import("csstype").Property.OutlineColor[] | undefined;
|
|
2273
|
+
readonly outlineOffset?: import("csstype").Property.OutlineOffset<string | number> | readonly import("csstype").Property.OutlineOffset<string | number>[] | undefined;
|
|
2274
|
+
readonly outlineStyle?: import("csstype").Property.OutlineStyle | readonly import("csstype").Property.OutlineStyle[] | undefined;
|
|
2275
|
+
readonly outlineWidth?: import("csstype").Property.OutlineWidth<string | number> | readonly import("csstype").Property.OutlineWidth<string | number>[] | undefined;
|
|
2276
|
+
readonly overflowAnchor?: import("csstype").Property.OverflowAnchor | readonly import("csstype").Property.OverflowAnchor[] | undefined;
|
|
2277
|
+
readonly overflowBlock?: import("csstype").Property.OverflowBlock | readonly import("csstype").Property.OverflowBlock[] | undefined;
|
|
2278
|
+
readonly overflowClipBox?: import("csstype").Property.OverflowClipBox | readonly import("csstype").Property.OverflowClipBox[] | undefined;
|
|
2279
|
+
readonly overflowClipMargin?: string | number | readonly import("csstype").Property.OverflowClipMargin<string | number>[] | undefined;
|
|
2280
|
+
readonly overflowInline?: import("csstype").Property.OverflowInline | readonly import("csstype").Property.OverflowInline[] | undefined;
|
|
2281
|
+
readonly overflowX?: import("csstype").Property.OverflowX | readonly import("csstype").Property.OverflowX[] | undefined;
|
|
2282
|
+
readonly overflowY?: import("csstype").Property.OverflowY | readonly import("csstype").Property.OverflowY[] | undefined;
|
|
2283
|
+
readonly overlay?: import("csstype").Property.Overlay | readonly import("csstype").Property.Overlay[] | undefined;
|
|
2284
|
+
readonly overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | readonly import("csstype").Property.OverscrollBehaviorBlock[] | undefined;
|
|
2285
|
+
readonly overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | readonly import("csstype").Property.OverscrollBehaviorInline[] | undefined;
|
|
2286
|
+
readonly overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | readonly import("csstype").Property.OverscrollBehaviorX[] | undefined;
|
|
2287
|
+
readonly overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | readonly import("csstype").Property.OverscrollBehaviorY[] | undefined;
|
|
2288
|
+
readonly paddingBlockEnd?: string | number | readonly import("csstype").Property.PaddingBlockEnd<string | number>[] | undefined;
|
|
2289
|
+
readonly paddingBlockStart?: string | number | readonly import("csstype").Property.PaddingBlockStart<string | number>[] | undefined;
|
|
2290
|
+
readonly paddingBottom?: string | number | readonly import("csstype").Property.PaddingBottom<string | number>[] | undefined;
|
|
2291
|
+
readonly paddingInlineEnd?: string | number | readonly import("csstype").Property.PaddingInlineEnd<string | number>[] | undefined;
|
|
2292
|
+
readonly paddingInlineStart?: string | number | readonly import("csstype").Property.PaddingInlineStart<string | number>[] | undefined;
|
|
2293
|
+
readonly paddingLeft?: string | number | readonly import("csstype").Property.PaddingLeft<string | number>[] | undefined;
|
|
2294
|
+
readonly paddingRight?: string | number | readonly import("csstype").Property.PaddingRight<string | number>[] | undefined;
|
|
2295
|
+
readonly paddingTop?: string | number | readonly import("csstype").Property.PaddingTop<string | number>[] | undefined;
|
|
2296
|
+
readonly page?: import("csstype").Property.Page | readonly import("csstype").Property.Page[] | undefined;
|
|
2297
|
+
readonly pageBreakAfter?: import("csstype").Property.PageBreakAfter | readonly import("csstype").Property.PageBreakAfter[] | undefined;
|
|
2298
|
+
readonly pageBreakBefore?: import("csstype").Property.PageBreakBefore | readonly import("csstype").Property.PageBreakBefore[] | undefined;
|
|
2299
|
+
readonly pageBreakInside?: import("csstype").Property.PageBreakInside | readonly import("csstype").Property.PageBreakInside[] | undefined;
|
|
2300
|
+
readonly paintOrder?: import("csstype").Property.PaintOrder | readonly import("csstype").Property.PaintOrder[] | undefined;
|
|
2301
|
+
readonly perspective?: import("csstype").Property.Perspective<string | number> | readonly import("csstype").Property.Perspective<string | number>[] | undefined;
|
|
2302
|
+
readonly perspectiveOrigin?: string | number | readonly import("csstype").Property.PerspectiveOrigin<string | number>[] | undefined;
|
|
2303
|
+
readonly pointerEvents?: import("csstype").Property.PointerEvents | readonly import("csstype").Property.PointerEvents[] | undefined;
|
|
2304
|
+
readonly position?: import("csstype").Property.Position | readonly import("csstype").Property.Position[] | undefined;
|
|
2305
|
+
readonly printColorAdjust?: import("csstype").Property.PrintColorAdjust | readonly import("csstype").Property.PrintColorAdjust[] | undefined;
|
|
2306
|
+
readonly quotes?: import("csstype").Property.Quotes | readonly import("csstype").Property.Quotes[] | undefined;
|
|
2307
|
+
readonly resize?: import("csstype").Property.Resize | readonly import("csstype").Property.Resize[] | undefined;
|
|
2308
|
+
readonly right?: string | number | readonly import("csstype").Property.Right<string | number>[] | undefined;
|
|
2309
|
+
readonly rotate?: import("csstype").Property.Rotate | readonly import("csstype").Property.Rotate[] | undefined;
|
|
2310
|
+
readonly rowGap?: string | number | readonly import("csstype").Property.RowGap<string | number>[] | undefined;
|
|
2311
|
+
readonly rubyAlign?: import("csstype").Property.RubyAlign | readonly import("csstype").Property.RubyAlign[] | undefined;
|
|
2312
|
+
readonly rubyMerge?: import("csstype").Property.RubyMerge | readonly import("csstype").Property.RubyMerge[] | undefined;
|
|
2313
|
+
readonly rubyPosition?: import("csstype").Property.RubyPosition | readonly import("csstype").Property.RubyPosition[] | undefined;
|
|
2314
|
+
readonly scale?: import("csstype").Property.Scale | readonly import("csstype").Property.Scale[] | undefined;
|
|
2315
|
+
readonly scrollBehavior?: import("csstype").Property.ScrollBehavior | readonly import("csstype").Property.ScrollBehavior[] | undefined;
|
|
2316
|
+
readonly scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | readonly import("csstype").Property.ScrollMarginBlockEnd<string | number>[] | undefined;
|
|
2317
|
+
readonly scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | readonly import("csstype").Property.ScrollMarginBlockStart<string | number>[] | undefined;
|
|
2318
|
+
readonly scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | readonly import("csstype").Property.ScrollMarginBottom<string | number>[] | undefined;
|
|
2319
|
+
readonly scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | readonly import("csstype").Property.ScrollMarginInlineEnd<string | number>[] | undefined;
|
|
2320
|
+
readonly scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart<string | number> | readonly import("csstype").Property.ScrollMarginInlineStart<string | number>[] | undefined;
|
|
2321
|
+
readonly scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | readonly import("csstype").Property.ScrollMarginLeft<string | number>[] | undefined;
|
|
2322
|
+
readonly scrollMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | readonly import("csstype").Property.ScrollMarginRight<string | number>[] | undefined;
|
|
2323
|
+
readonly scrollMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | readonly import("csstype").Property.ScrollMarginTop<string | number>[] | undefined;
|
|
2324
|
+
readonly scrollPaddingBlockEnd?: string | number | readonly import("csstype").Property.ScrollPaddingBlockEnd<string | number>[] | undefined;
|
|
2325
|
+
readonly scrollPaddingBlockStart?: string | number | readonly import("csstype").Property.ScrollPaddingBlockStart<string | number>[] | undefined;
|
|
2326
|
+
readonly scrollPaddingBottom?: string | number | readonly import("csstype").Property.ScrollPaddingBottom<string | number>[] | undefined;
|
|
2327
|
+
readonly scrollPaddingInlineEnd?: string | number | readonly import("csstype").Property.ScrollPaddingInlineEnd<string | number>[] | undefined;
|
|
2328
|
+
readonly scrollPaddingInlineStart?: string | number | readonly import("csstype").Property.ScrollPaddingInlineStart<string | number>[] | undefined;
|
|
2329
|
+
readonly scrollPaddingLeft?: string | number | readonly import("csstype").Property.ScrollPaddingLeft<string | number>[] | undefined;
|
|
2330
|
+
readonly scrollPaddingRight?: string | number | readonly import("csstype").Property.ScrollPaddingRight<string | number>[] | undefined;
|
|
2331
|
+
readonly scrollPaddingTop?: string | number | readonly import("csstype").Property.ScrollPaddingTop<string | number>[] | undefined;
|
|
2332
|
+
readonly scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | readonly import("csstype").Property.ScrollSnapAlign[] | undefined;
|
|
2333
|
+
readonly scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | readonly import("csstype").Property.ScrollMarginBottom<string | number>[] | undefined;
|
|
2334
|
+
readonly scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | readonly import("csstype").Property.ScrollMarginLeft<string | number>[] | undefined;
|
|
2335
|
+
readonly scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | readonly import("csstype").Property.ScrollMarginRight<string | number>[] | undefined;
|
|
2336
|
+
readonly scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | readonly import("csstype").Property.ScrollMarginTop<string | number>[] | undefined;
|
|
2337
|
+
readonly scrollSnapStop?: import("csstype").Property.ScrollSnapStop | readonly import("csstype").Property.ScrollSnapStop[] | undefined;
|
|
2338
|
+
readonly scrollSnapType?: import("csstype").Property.ScrollSnapType | readonly import("csstype").Property.ScrollSnapType[] | undefined;
|
|
2339
|
+
readonly scrollTimelineAxis?: import("csstype").Property.ScrollTimelineAxis | readonly import("csstype").Property.ScrollTimelineAxis[] | undefined;
|
|
2340
|
+
readonly scrollTimelineName?: import("csstype").Property.ScrollTimelineName | readonly import("csstype").Property.ScrollTimelineName[] | undefined;
|
|
2341
|
+
readonly scrollbarColor?: import("csstype").Property.ScrollbarColor | readonly import("csstype").Property.ScrollbarColor[] | undefined;
|
|
2342
|
+
readonly scrollbarGutter?: import("csstype").Property.ScrollbarGutter | readonly import("csstype").Property.ScrollbarGutter[] | undefined;
|
|
2343
|
+
readonly scrollbarWidth?: import("csstype").Property.ScrollbarWidth | readonly import("csstype").Property.ScrollbarWidth[] | undefined;
|
|
2344
|
+
readonly shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | readonly import("csstype").Property.ShapeImageThreshold[] | undefined;
|
|
2345
|
+
readonly shapeMargin?: string | number | readonly import("csstype").Property.ShapeMargin<string | number>[] | undefined;
|
|
2346
|
+
readonly shapeOutside?: import("csstype").Property.ShapeOutside | readonly import("csstype").Property.ShapeOutside[] | undefined;
|
|
2347
|
+
readonly tabSize?: string | number | readonly import("csstype").Property.TabSize<string | number>[] | undefined;
|
|
2348
|
+
readonly tableLayout?: import("csstype").Property.TableLayout | readonly import("csstype").Property.TableLayout[] | undefined;
|
|
2349
|
+
readonly textAlign?: import("csstype").Property.TextAlign | readonly import("csstype").Property.TextAlign[] | undefined;
|
|
2350
|
+
readonly textAlignLast?: import("csstype").Property.TextAlignLast | readonly import("csstype").Property.TextAlignLast[] | undefined;
|
|
2351
|
+
readonly textCombineUpright?: import("csstype").Property.TextCombineUpright | readonly import("csstype").Property.TextCombineUpright[] | undefined;
|
|
2352
|
+
readonly textDecorationColor?: import("csstype").Property.TextDecorationColor | readonly import("csstype").Property.TextDecorationColor[] | undefined;
|
|
2353
|
+
readonly textDecorationLine?: import("csstype").Property.TextDecorationLine | readonly import("csstype").Property.TextDecorationLine[] | undefined;
|
|
2354
|
+
readonly textDecorationSkip?: import("csstype").Property.TextDecorationSkip | readonly import("csstype").Property.TextDecorationSkip[] | undefined;
|
|
2355
|
+
readonly textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | readonly import("csstype").Property.TextDecorationSkipInk[] | undefined;
|
|
2356
|
+
readonly textDecorationStyle?: import("csstype").Property.TextDecorationStyle | readonly import("csstype").Property.TextDecorationStyle[] | undefined;
|
|
2357
|
+
readonly textDecorationThickness?: string | number | readonly import("csstype").Property.TextDecorationThickness<string | number>[] | undefined;
|
|
2358
|
+
readonly textEmphasisColor?: import("csstype").Property.TextEmphasisColor | readonly import("csstype").Property.TextEmphasisColor[] | undefined;
|
|
2359
|
+
readonly textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | readonly import("csstype").Property.TextEmphasisPosition[] | undefined;
|
|
2360
|
+
readonly textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | readonly import("csstype").Property.TextEmphasisStyle[] | undefined;
|
|
2361
|
+
readonly textIndent?: string | number | readonly import("csstype").Property.TextIndent<string | number>[] | undefined;
|
|
2362
|
+
readonly textJustify?: import("csstype").Property.TextJustify | readonly import("csstype").Property.TextJustify[] | undefined;
|
|
2363
|
+
readonly textOrientation?: import("csstype").Property.TextOrientation | readonly import("csstype").Property.TextOrientation[] | undefined;
|
|
2364
|
+
readonly textOverflow?: import("csstype").Property.TextOverflow | readonly import("csstype").Property.TextOverflow[] | undefined;
|
|
2365
|
+
readonly textRendering?: import("csstype").Property.TextRendering | readonly import("csstype").Property.TextRendering[] | undefined;
|
|
2366
|
+
readonly textShadow?: import("csstype").Property.TextShadow | readonly import("csstype").Property.TextShadow[] | undefined;
|
|
2367
|
+
readonly textSizeAdjust?: import("csstype").Property.TextSizeAdjust | readonly import("csstype").Property.TextSizeAdjust[] | undefined;
|
|
2368
|
+
readonly textTransform?: import("csstype").Property.TextTransform | readonly import("csstype").Property.TextTransform[] | undefined;
|
|
2369
|
+
readonly textUnderlineOffset?: string | number | readonly import("csstype").Property.TextUnderlineOffset<string | number>[] | undefined;
|
|
2370
|
+
readonly textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | readonly import("csstype").Property.TextUnderlinePosition[] | undefined;
|
|
2371
|
+
readonly textWrap?: import("csstype").Property.TextWrap | readonly import("csstype").Property.TextWrap[] | undefined;
|
|
2372
|
+
readonly timelineScope?: import("csstype").Property.TimelineScope | readonly import("csstype").Property.TimelineScope[] | undefined;
|
|
2373
|
+
readonly top?: string | number | readonly import("csstype").Property.Top<string | number>[] | undefined;
|
|
2374
|
+
readonly touchAction?: import("csstype").Property.TouchAction | readonly import("csstype").Property.TouchAction[] | undefined;
|
|
2375
|
+
readonly transform?: import("csstype").Property.Transform | readonly import("csstype").Property.Transform[] | undefined;
|
|
2376
|
+
readonly transformBox?: import("csstype").Property.TransformBox | readonly import("csstype").Property.TransformBox[] | undefined;
|
|
2377
|
+
readonly transformOrigin?: string | number | readonly import("csstype").Property.TransformOrigin<string | number>[] | undefined;
|
|
2378
|
+
readonly transformStyle?: import("csstype").Property.TransformStyle | readonly import("csstype").Property.TransformStyle[] | undefined;
|
|
2379
|
+
readonly transitionBehavior?: import("csstype").Property.TransitionBehavior | readonly import("csstype").Property.TransitionBehavior[] | undefined;
|
|
2380
|
+
readonly transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | readonly import("csstype").Property.TransitionDelay<string & {}>[] | undefined;
|
|
2381
|
+
readonly transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | readonly import("csstype").Property.TransitionDuration<string & {}>[] | undefined;
|
|
2382
|
+
readonly transitionProperty?: import("csstype").Property.TransitionProperty | readonly import("csstype").Property.TransitionProperty[] | undefined;
|
|
2383
|
+
readonly transitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | readonly import("csstype").Property.TransitionTimingFunction[] | undefined;
|
|
2384
|
+
readonly translate?: string | number | readonly import("csstype").Property.Translate<string | number>[] | undefined;
|
|
2385
|
+
readonly unicodeBidi?: import("csstype").Property.UnicodeBidi | readonly import("csstype").Property.UnicodeBidi[] | undefined;
|
|
2386
|
+
readonly userSelect?: import("csstype").Property.UserSelect | readonly import("csstype").Property.UserSelect[] | undefined;
|
|
2387
|
+
readonly verticalAlign?: string | number | readonly import("csstype").Property.VerticalAlign<string | number>[] | undefined;
|
|
2388
|
+
readonly viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | readonly import("csstype").Property.ViewTimelineAxis[] | undefined;
|
|
2389
|
+
readonly viewTimelineInset?: string | number | readonly import("csstype").Property.ViewTimelineInset<string | number>[] | undefined;
|
|
2390
|
+
readonly viewTimelineName?: import("csstype").Property.ViewTimelineName | readonly import("csstype").Property.ViewTimelineName[] | undefined;
|
|
2391
|
+
readonly viewTransitionName?: import("csstype").Property.ViewTransitionName | readonly import("csstype").Property.ViewTransitionName[] | undefined;
|
|
2392
|
+
readonly visibility?: import("csstype").Property.Visibility | readonly import("csstype").Property.Visibility[] | undefined;
|
|
2393
|
+
readonly whiteSpace?: import("csstype").Property.WhiteSpace | readonly import("csstype").Property.WhiteSpace[] | undefined;
|
|
2394
|
+
readonly whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | readonly import("csstype").Property.WhiteSpaceCollapse[] | undefined;
|
|
2395
|
+
readonly whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | readonly import("csstype").Property.WhiteSpaceTrim[] | undefined;
|
|
2396
|
+
readonly widows?: import("csstype").Property.Widows | readonly import("csstype").Property.Widows[] | undefined;
|
|
2397
|
+
readonly width?: string | number | readonly import("csstype").Property.Width<string | number>[] | undefined;
|
|
2398
|
+
readonly willChange?: import("csstype").Property.WillChange | readonly import("csstype").Property.WillChange[] | undefined;
|
|
2399
|
+
readonly wordSpacing?: import("csstype").Property.WordSpacing<string | number> | readonly import("csstype").Property.WordSpacing<string | number>[] | undefined;
|
|
2400
|
+
readonly writingMode?: import("csstype").Property.WritingMode | readonly import("csstype").Property.WritingMode[] | undefined;
|
|
2401
|
+
readonly zIndex?: import("csstype").Property.ZIndex | readonly import("csstype").Property.ZIndex[] | undefined;
|
|
2402
|
+
readonly zoom?: import("csstype").Property.Zoom | readonly import("csstype").Property.Zoom[] | undefined;
|
|
2403
|
+
readonly all?: import("csstype").Globals | readonly import("csstype").Globals[] | undefined;
|
|
2404
|
+
readonly animation?: import("csstype").Property.Animation<string & {}> | readonly import("csstype").Property.Animation<string & {}>[] | undefined;
|
|
2405
|
+
readonly animationRange?: string | number | readonly import("csstype").Property.AnimationRange<string | number>[] | undefined;
|
|
2406
|
+
readonly background?: string | number | readonly import("csstype").Property.Background<string | number>[] | undefined;
|
|
2407
|
+
readonly backgroundPosition?: string | number | readonly import("csstype").Property.BackgroundPosition<string | number>[] | undefined;
|
|
2408
|
+
readonly border?: string | number | readonly import("csstype").Property.Border<string | number>[] | undefined;
|
|
2409
|
+
readonly borderBlock?: string | number | readonly import("csstype").Property.BorderBlock<string | number>[] | undefined;
|
|
2410
|
+
readonly borderBlockEnd?: string | number | readonly import("csstype").Property.BorderBlockEnd<string | number>[] | undefined;
|
|
2411
|
+
readonly borderBlockStart?: string | number | readonly import("csstype").Property.BorderBlockStart<string | number>[] | undefined;
|
|
2412
|
+
readonly borderBottom?: string | number | readonly import("csstype").Property.BorderBottom<string | number>[] | undefined;
|
|
2413
|
+
readonly borderColor?: import("csstype").Property.BorderColor | readonly import("csstype").Property.BorderColor[] | undefined;
|
|
2414
|
+
readonly borderImage?: import("csstype").Property.BorderImage | readonly import("csstype").Property.BorderImage[] | undefined;
|
|
2415
|
+
readonly borderInline?: string | number | readonly import("csstype").Property.BorderInline<string | number>[] | undefined;
|
|
2416
|
+
readonly borderInlineEnd?: string | number | readonly import("csstype").Property.BorderInlineEnd<string | number>[] | undefined;
|
|
2417
|
+
readonly borderInlineStart?: string | number | readonly import("csstype").Property.BorderInlineStart<string | number>[] | undefined;
|
|
2418
|
+
readonly borderLeft?: string | number | readonly import("csstype").Property.BorderLeft<string | number>[] | undefined;
|
|
2419
|
+
readonly borderRadius?: string | number | readonly import("csstype").Property.BorderRadius<string | number>[] | undefined;
|
|
2420
|
+
readonly borderRight?: string | number | readonly import("csstype").Property.BorderRight<string | number>[] | undefined;
|
|
2421
|
+
readonly borderStyle?: import("csstype").Property.BorderStyle | readonly import("csstype").Property.BorderStyle[] | undefined;
|
|
2422
|
+
readonly borderTop?: string | number | readonly import("csstype").Property.BorderTop<string | number>[] | undefined;
|
|
2423
|
+
readonly borderWidth?: string | number | readonly import("csstype").Property.BorderWidth<string | number>[] | undefined;
|
|
2424
|
+
readonly caret?: import("csstype").Property.Caret | readonly import("csstype").Property.Caret[] | undefined;
|
|
2425
|
+
readonly columnRule?: string | number | readonly import("csstype").Property.ColumnRule<string | number>[] | undefined;
|
|
2426
|
+
readonly columns?: string | number | readonly import("csstype").Property.Columns<string | number>[] | undefined;
|
|
2427
|
+
readonly containIntrinsicSize?: string | number | readonly import("csstype").Property.ContainIntrinsicSize<string | number>[] | undefined;
|
|
2428
|
+
readonly container?: import("csstype").Property.Container | readonly import("csstype").Property.Container[] | undefined;
|
|
2429
|
+
readonly flex?: string | number | readonly import("csstype").Property.Flex<string | number>[] | undefined;
|
|
2430
|
+
readonly flexFlow?: import("csstype").Property.FlexFlow | readonly import("csstype").Property.FlexFlow[] | undefined;
|
|
2431
|
+
readonly font?: import("csstype").Property.Font | readonly import("csstype").Property.Font[] | undefined;
|
|
2432
|
+
readonly gap?: string | number | readonly import("csstype").Property.Gap<string | number>[] | undefined;
|
|
2433
|
+
readonly grid?: import("csstype").Property.Grid | readonly import("csstype").Property.Grid[] | undefined;
|
|
2434
|
+
readonly gridArea?: import("csstype").Property.GridArea | readonly import("csstype").Property.GridArea[] | undefined;
|
|
2435
|
+
readonly gridColumn?: import("csstype").Property.GridColumn | readonly import("csstype").Property.GridColumn[] | undefined;
|
|
2436
|
+
readonly gridRow?: import("csstype").Property.GridRow | readonly import("csstype").Property.GridRow[] | undefined;
|
|
2437
|
+
readonly gridTemplate?: import("csstype").Property.GridTemplate | readonly import("csstype").Property.GridTemplate[] | undefined;
|
|
2438
|
+
readonly inset?: string | number | readonly import("csstype").Property.Inset<string | number>[] | undefined;
|
|
2439
|
+
readonly insetBlock?: string | number | readonly import("csstype").Property.InsetBlock<string | number>[] | undefined;
|
|
2440
|
+
readonly insetInline?: string | number | readonly import("csstype").Property.InsetInline<string | number>[] | undefined;
|
|
2441
|
+
readonly lineClamp?: import("csstype").Property.LineClamp | readonly import("csstype").Property.LineClamp[] | undefined;
|
|
2442
|
+
readonly listStyle?: import("csstype").Property.ListStyle | readonly import("csstype").Property.ListStyle[] | undefined;
|
|
2443
|
+
readonly margin?: string | number | readonly import("csstype").Property.Margin<string | number>[] | undefined;
|
|
2444
|
+
readonly marginBlock?: string | number | readonly import("csstype").Property.MarginBlock<string | number>[] | undefined;
|
|
2445
|
+
readonly marginInline?: string | number | readonly import("csstype").Property.MarginInline<string | number>[] | undefined;
|
|
2446
|
+
readonly mask?: string | number | readonly import("csstype").Property.Mask<string | number>[] | undefined;
|
|
2447
|
+
readonly maskBorder?: import("csstype").Property.MaskBorder | readonly import("csstype").Property.MaskBorder[] | undefined;
|
|
2448
|
+
readonly motion?: string | number | readonly import("csstype").Property.Offset<string | number>[] | undefined;
|
|
2449
|
+
readonly offset?: string | number | readonly import("csstype").Property.Offset<string | number>[] | undefined;
|
|
2450
|
+
readonly outline?: string | number | readonly import("csstype").Property.Outline<string | number>[] | undefined;
|
|
2451
|
+
readonly overflow?: import("csstype").Property.Overflow | readonly import("csstype").Property.Overflow[] | undefined;
|
|
2452
|
+
readonly overscrollBehavior?: import("csstype").Property.OverscrollBehavior | readonly import("csstype").Property.OverscrollBehavior[] | undefined;
|
|
2453
|
+
readonly padding?: string | number | readonly import("csstype").Property.Padding<string | number>[] | undefined;
|
|
2454
|
+
readonly paddingBlock?: string | number | readonly import("csstype").Property.PaddingBlock<string | number>[] | undefined;
|
|
2455
|
+
readonly paddingInline?: string | number | readonly import("csstype").Property.PaddingInline<string | number>[] | undefined;
|
|
2456
|
+
readonly placeContent?: import("csstype").Property.PlaceContent | readonly import("csstype").Property.PlaceContent[] | undefined;
|
|
2457
|
+
readonly placeItems?: import("csstype").Property.PlaceItems | readonly import("csstype").Property.PlaceItems[] | undefined;
|
|
2458
|
+
readonly placeSelf?: import("csstype").Property.PlaceSelf | readonly import("csstype").Property.PlaceSelf[] | undefined;
|
|
2459
|
+
readonly scrollMargin?: string | number | readonly import("csstype").Property.ScrollMargin<string | number>[] | undefined;
|
|
2460
|
+
readonly scrollMarginBlock?: string | number | readonly import("csstype").Property.ScrollMarginBlock<string | number>[] | undefined;
|
|
2461
|
+
readonly scrollMarginInline?: string | number | readonly import("csstype").Property.ScrollMarginInline<string | number>[] | undefined;
|
|
2462
|
+
readonly scrollPadding?: string | number | readonly import("csstype").Property.ScrollPadding<string | number>[] | undefined;
|
|
2463
|
+
readonly scrollPaddingBlock?: string | number | readonly import("csstype").Property.ScrollPaddingBlock<string | number>[] | undefined;
|
|
2464
|
+
readonly scrollPaddingInline?: string | number | readonly import("csstype").Property.ScrollPaddingInline<string | number>[] | undefined;
|
|
2465
|
+
readonly scrollSnapMargin?: string | number | readonly import("csstype").Property.ScrollMargin<string | number>[] | undefined;
|
|
2466
|
+
readonly scrollTimeline?: import("csstype").Property.ScrollTimeline | readonly import("csstype").Property.ScrollTimeline[] | undefined;
|
|
2467
|
+
readonly textDecoration?: string | number | readonly import("csstype").Property.TextDecoration<string | number>[] | undefined;
|
|
2468
|
+
readonly textEmphasis?: import("csstype").Property.TextEmphasis | readonly import("csstype").Property.TextEmphasis[] | undefined;
|
|
2469
|
+
readonly transition?: import("csstype").Property.Transition<string & {}> | readonly import("csstype").Property.Transition<string & {}>[] | undefined;
|
|
2470
|
+
readonly viewTimeline?: import("csstype").Property.ViewTimeline | readonly import("csstype").Property.ViewTimeline[] | undefined;
|
|
2471
|
+
readonly MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | readonly import("csstype").Property.AnimationDelay<string & {}>[] | undefined;
|
|
2472
|
+
readonly MozAnimationDirection?: import("csstype").Property.AnimationDirection | readonly import("csstype").Property.AnimationDirection[] | undefined;
|
|
2473
|
+
readonly MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | readonly import("csstype").Property.AnimationDuration<string & {}>[] | undefined;
|
|
2474
|
+
readonly MozAnimationFillMode?: import("csstype").Property.AnimationFillMode | readonly import("csstype").Property.AnimationFillMode[] | undefined;
|
|
2475
|
+
readonly MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | readonly import("csstype").Property.AnimationIterationCount[] | undefined;
|
|
2476
|
+
readonly MozAnimationName?: import("csstype").Property.AnimationName | readonly import("csstype").Property.AnimationName[] | undefined;
|
|
2477
|
+
readonly MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | readonly import("csstype").Property.AnimationPlayState[] | undefined;
|
|
2478
|
+
readonly MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | readonly import("csstype").Property.AnimationTimingFunction[] | undefined;
|
|
2479
|
+
readonly MozAppearance?: import("csstype").Property.MozAppearance | readonly import("csstype").Property.MozAppearance[] | undefined;
|
|
2480
|
+
readonly MozBinding?: import("csstype").Property.MozBinding | readonly import("csstype").Property.MozBinding[] | undefined;
|
|
2481
|
+
readonly MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | readonly import("csstype").Property.MozBorderBottomColors[] | undefined;
|
|
2482
|
+
readonly MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | readonly import("csstype").Property.BorderInlineEndColor[] | undefined;
|
|
2483
|
+
readonly MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | readonly import("csstype").Property.BorderInlineEndStyle[] | undefined;
|
|
2484
|
+
readonly MozBorderEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | readonly import("csstype").Property.BorderInlineEndWidth<string | number>[] | undefined;
|
|
2485
|
+
readonly MozBorderLeftColors?: import("csstype").Property.MozBorderLeftColors | readonly import("csstype").Property.MozBorderLeftColors[] | undefined;
|
|
2486
|
+
readonly MozBorderRightColors?: import("csstype").Property.MozBorderRightColors | readonly import("csstype").Property.MozBorderRightColors[] | undefined;
|
|
2487
|
+
readonly MozBorderStartColor?: import("csstype").Property.BorderInlineStartColor | readonly import("csstype").Property.BorderInlineStartColor[] | undefined;
|
|
2488
|
+
readonly MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | readonly import("csstype").Property.BorderInlineStartStyle[] | undefined;
|
|
2489
|
+
readonly MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | readonly import("csstype").Property.MozBorderTopColors[] | undefined;
|
|
2490
|
+
readonly MozBoxSizing?: import("csstype").Property.BoxSizing | readonly import("csstype").Property.BoxSizing[] | undefined;
|
|
2491
|
+
readonly MozColumnCount?: import("csstype").Property.ColumnCount | readonly import("csstype").Property.ColumnCount[] | undefined;
|
|
2492
|
+
readonly MozColumnFill?: import("csstype").Property.ColumnFill | readonly import("csstype").Property.ColumnFill[] | undefined;
|
|
2493
|
+
readonly MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | readonly import("csstype").Property.ColumnRuleColor[] | undefined;
|
|
2494
|
+
readonly MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | readonly import("csstype").Property.ColumnRuleStyle[] | undefined;
|
|
2495
|
+
readonly MozColumnRuleWidth?: string | number | readonly import("csstype").Property.ColumnRuleWidth<string | number>[] | undefined;
|
|
2496
|
+
readonly MozColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | readonly import("csstype").Property.ColumnWidth<string | number>[] | undefined;
|
|
2497
|
+
readonly MozContextProperties?: import("csstype").Property.MozContextProperties | readonly import("csstype").Property.MozContextProperties[] | undefined;
|
|
2498
|
+
readonly MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | readonly import("csstype").Property.FontFeatureSettings[] | undefined;
|
|
2499
|
+
readonly MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | readonly import("csstype").Property.FontLanguageOverride[] | undefined;
|
|
2500
|
+
readonly MozHyphens?: import("csstype").Property.Hyphens | readonly import("csstype").Property.Hyphens[] | undefined;
|
|
2501
|
+
readonly MozImageRegion?: import("csstype").Property.MozImageRegion | readonly import("csstype").Property.MozImageRegion[] | undefined;
|
|
2502
|
+
readonly MozMarginEnd?: string | number | readonly import("csstype").Property.MarginInlineEnd<string | number>[] | undefined;
|
|
2503
|
+
readonly MozMarginStart?: string | number | readonly import("csstype").Property.MarginInlineStart<string | number>[] | undefined;
|
|
2504
|
+
readonly MozOrient?: import("csstype").Property.MozOrient | readonly import("csstype").Property.MozOrient[] | undefined;
|
|
2505
|
+
readonly MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | readonly import("csstype").Property.FontSmooth<string | number>[] | undefined;
|
|
2506
|
+
readonly MozOutlineRadiusBottomleft?: string | number | readonly import("csstype").Property.MozOutlineRadiusBottomleft<string | number>[] | undefined;
|
|
2507
|
+
readonly MozOutlineRadiusBottomright?: string | number | readonly import("csstype").Property.MozOutlineRadiusBottomright<string | number>[] | undefined;
|
|
2508
|
+
readonly MozOutlineRadiusTopleft?: string | number | readonly import("csstype").Property.MozOutlineRadiusTopleft<string | number>[] | undefined;
|
|
2509
|
+
readonly MozOutlineRadiusTopright?: string | number | readonly import("csstype").Property.MozOutlineRadiusTopright<string | number>[] | undefined;
|
|
2510
|
+
readonly MozPaddingEnd?: string | number | readonly import("csstype").Property.PaddingInlineEnd<string | number>[] | undefined;
|
|
2511
|
+
readonly MozPaddingStart?: string | number | readonly import("csstype").Property.PaddingInlineStart<string | number>[] | undefined;
|
|
2512
|
+
readonly MozStackSizing?: import("csstype").Property.MozStackSizing | readonly import("csstype").Property.MozStackSizing[] | undefined;
|
|
2513
|
+
readonly MozTabSize?: string | number | readonly import("csstype").Property.TabSize<string | number>[] | undefined;
|
|
2514
|
+
readonly MozTextBlink?: import("csstype").Property.MozTextBlink | readonly import("csstype").Property.MozTextBlink[] | undefined;
|
|
2515
|
+
readonly MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | readonly import("csstype").Property.TextSizeAdjust[] | undefined;
|
|
2516
|
+
readonly MozUserFocus?: import("csstype").Property.MozUserFocus | readonly import("csstype").Property.MozUserFocus[] | undefined;
|
|
2517
|
+
readonly MozUserModify?: import("csstype").Property.MozUserModify | readonly import("csstype").Property.MozUserModify[] | undefined;
|
|
2518
|
+
readonly MozUserSelect?: import("csstype").Property.UserSelect | readonly import("csstype").Property.UserSelect[] | undefined;
|
|
2519
|
+
readonly MozWindowDragging?: import("csstype").Property.MozWindowDragging | readonly import("csstype").Property.MozWindowDragging[] | undefined;
|
|
2520
|
+
readonly MozWindowShadow?: import("csstype").Property.MozWindowShadow | readonly import("csstype").Property.MozWindowShadow[] | undefined;
|
|
2521
|
+
readonly msAccelerator?: import("csstype").Property.MsAccelerator | readonly import("csstype").Property.MsAccelerator[] | undefined;
|
|
2522
|
+
readonly msBlockProgression?: import("csstype").Property.MsBlockProgression | readonly import("csstype").Property.MsBlockProgression[] | undefined;
|
|
2523
|
+
readonly msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | readonly import("csstype").Property.MsContentZoomChaining[] | undefined;
|
|
2524
|
+
readonly msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | readonly import("csstype").Property.MsContentZoomLimitMax[] | undefined;
|
|
2525
|
+
readonly msContentZoomLimitMin?: import("csstype").Property.MsContentZoomLimitMin | readonly import("csstype").Property.MsContentZoomLimitMin[] | undefined;
|
|
2526
|
+
readonly msContentZoomSnapPoints?: import("csstype").Property.MsContentZoomSnapPoints | readonly import("csstype").Property.MsContentZoomSnapPoints[] | undefined;
|
|
2527
|
+
readonly msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | readonly import("csstype").Property.MsContentZoomSnapType[] | undefined;
|
|
2528
|
+
readonly msContentZooming?: import("csstype").Property.MsContentZooming | readonly import("csstype").Property.MsContentZooming[] | undefined;
|
|
2529
|
+
readonly msFilter?: import("csstype").Property.MsFilter | readonly import("csstype").Property.MsFilter[] | undefined;
|
|
2530
|
+
readonly msFlexDirection?: import("csstype").Property.FlexDirection | readonly import("csstype").Property.FlexDirection[] | undefined;
|
|
2531
|
+
readonly msFlexPositive?: import("csstype").Property.FlexGrow | readonly import("csstype").Property.FlexGrow[] | undefined;
|
|
2532
|
+
readonly msFlowFrom?: import("csstype").Property.MsFlowFrom | readonly import("csstype").Property.MsFlowFrom[] | undefined;
|
|
2533
|
+
readonly msFlowInto?: import("csstype").Property.MsFlowInto | readonly import("csstype").Property.MsFlowInto[] | undefined;
|
|
2534
|
+
readonly msGridColumns?: string | number | readonly import("csstype").Property.MsGridColumns<string | number>[] | undefined;
|
|
2535
|
+
readonly msGridRows?: string | number | readonly import("csstype").Property.MsGridRows<string | number>[] | undefined;
|
|
2536
|
+
readonly msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | readonly import("csstype").Property.MsHighContrastAdjust[] | undefined;
|
|
2537
|
+
readonly msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | readonly import("csstype").Property.MsHyphenateLimitChars[] | undefined;
|
|
2538
|
+
readonly msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | readonly import("csstype").Property.MsHyphenateLimitLines[] | undefined;
|
|
2539
|
+
readonly msHyphenateLimitZone?: string | number | readonly import("csstype").Property.MsHyphenateLimitZone<string | number>[] | undefined;
|
|
2540
|
+
readonly msHyphens?: import("csstype").Property.Hyphens | readonly import("csstype").Property.Hyphens[] | undefined;
|
|
2541
|
+
readonly msImeAlign?: import("csstype").Property.MsImeAlign | readonly import("csstype").Property.MsImeAlign[] | undefined;
|
|
2542
|
+
readonly msLineBreak?: import("csstype").Property.LineBreak | readonly import("csstype").Property.LineBreak[] | undefined;
|
|
2543
|
+
readonly msOrder?: import("csstype").Property.Order | readonly import("csstype").Property.Order[] | undefined;
|
|
2544
|
+
readonly msOverflowStyle?: import("csstype").Property.MsOverflowStyle | readonly import("csstype").Property.MsOverflowStyle[] | undefined;
|
|
2545
|
+
readonly msOverflowX?: import("csstype").Property.OverflowX | readonly import("csstype").Property.OverflowX[] | undefined;
|
|
2546
|
+
readonly msOverflowY?: import("csstype").Property.OverflowY | readonly import("csstype").Property.OverflowY[] | undefined;
|
|
2547
|
+
readonly msScrollChaining?: import("csstype").Property.MsScrollChaining | readonly import("csstype").Property.MsScrollChaining[] | undefined;
|
|
2548
|
+
readonly msScrollLimitXMax?: import("csstype").Property.MsScrollLimitXMax<string | number> | readonly import("csstype").Property.MsScrollLimitXMax<string | number>[] | undefined;
|
|
2549
|
+
readonly msScrollLimitXMin?: import("csstype").Property.MsScrollLimitXMin<string | number> | readonly import("csstype").Property.MsScrollLimitXMin<string | number>[] | undefined;
|
|
2550
|
+
readonly msScrollLimitYMax?: import("csstype").Property.MsScrollLimitYMax<string | number> | readonly import("csstype").Property.MsScrollLimitYMax<string | number>[] | undefined;
|
|
2551
|
+
readonly msScrollLimitYMin?: import("csstype").Property.MsScrollLimitYMin<string | number> | readonly import("csstype").Property.MsScrollLimitYMin<string | number>[] | undefined;
|
|
2552
|
+
readonly msScrollRails?: import("csstype").Property.MsScrollRails | readonly import("csstype").Property.MsScrollRails[] | undefined;
|
|
2553
|
+
readonly msScrollSnapPointsX?: import("csstype").Property.MsScrollSnapPointsX | readonly import("csstype").Property.MsScrollSnapPointsX[] | undefined;
|
|
2554
|
+
readonly msScrollSnapPointsY?: import("csstype").Property.MsScrollSnapPointsY | readonly import("csstype").Property.MsScrollSnapPointsY[] | undefined;
|
|
2555
|
+
readonly msScrollSnapType?: import("csstype").Property.MsScrollSnapType | readonly import("csstype").Property.MsScrollSnapType[] | undefined;
|
|
2556
|
+
readonly msScrollTranslation?: import("csstype").Property.MsScrollTranslation | readonly import("csstype").Property.MsScrollTranslation[] | undefined;
|
|
2557
|
+
readonly msScrollbar3dlightColor?: import("csstype").Property.MsScrollbar3dlightColor | readonly import("csstype").Property.MsScrollbar3dlightColor[] | undefined;
|
|
2558
|
+
readonly msScrollbarArrowColor?: import("csstype").Property.MsScrollbarArrowColor | readonly import("csstype").Property.MsScrollbarArrowColor[] | undefined;
|
|
2559
|
+
readonly msScrollbarBaseColor?: import("csstype").Property.MsScrollbarBaseColor | readonly import("csstype").Property.MsScrollbarBaseColor[] | undefined;
|
|
2560
|
+
readonly msScrollbarDarkshadowColor?: import("csstype").Property.MsScrollbarDarkshadowColor | readonly import("csstype").Property.MsScrollbarDarkshadowColor[] | undefined;
|
|
2561
|
+
readonly msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | readonly import("csstype").Property.MsScrollbarFaceColor[] | undefined;
|
|
2562
|
+
readonly msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | readonly import("csstype").Property.MsScrollbarHighlightColor[] | undefined;
|
|
2563
|
+
readonly msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | readonly import("csstype").Property.MsScrollbarShadowColor[] | undefined;
|
|
2564
|
+
readonly msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | readonly import("csstype").Property.MsScrollbarTrackColor[] | undefined;
|
|
2565
|
+
readonly msTextAutospace?: import("csstype").Property.MsTextAutospace | readonly import("csstype").Property.MsTextAutospace[] | undefined;
|
|
2566
|
+
readonly msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | readonly import("csstype").Property.TextCombineUpright[] | undefined;
|
|
2567
|
+
readonly msTextOverflow?: import("csstype").Property.TextOverflow | readonly import("csstype").Property.TextOverflow[] | undefined;
|
|
2568
|
+
readonly msTouchAction?: import("csstype").Property.TouchAction | readonly import("csstype").Property.TouchAction[] | undefined;
|
|
2569
|
+
readonly msTouchSelect?: import("csstype").Property.MsTouchSelect | readonly import("csstype").Property.MsTouchSelect[] | undefined;
|
|
2570
|
+
readonly msTransform?: import("csstype").Property.Transform | readonly import("csstype").Property.Transform[] | undefined;
|
|
2571
|
+
readonly msTransformOrigin?: string | number | readonly import("csstype").Property.TransformOrigin<string | number>[] | undefined;
|
|
2572
|
+
readonly msTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | readonly import("csstype").Property.TransitionDelay<string & {}>[] | undefined;
|
|
2573
|
+
readonly msTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | readonly import("csstype").Property.TransitionDuration<string & {}>[] | undefined;
|
|
2574
|
+
readonly msTransitionProperty?: import("csstype").Property.TransitionProperty | readonly import("csstype").Property.TransitionProperty[] | undefined;
|
|
2575
|
+
readonly msTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | readonly import("csstype").Property.TransitionTimingFunction[] | undefined;
|
|
2576
|
+
readonly msUserSelect?: import("csstype").Property.MsUserSelect | readonly import("csstype").Property.MsUserSelect[] | undefined;
|
|
2577
|
+
readonly msWordBreak?: import("csstype").Property.WordBreak | readonly import("csstype").Property.WordBreak[] | undefined;
|
|
2578
|
+
readonly msWrapFlow?: import("csstype").Property.MsWrapFlow | readonly import("csstype").Property.MsWrapFlow[] | undefined;
|
|
2579
|
+
readonly msWrapMargin?: import("csstype").Property.MsWrapMargin<string | number> | readonly import("csstype").Property.MsWrapMargin<string | number>[] | undefined;
|
|
2580
|
+
readonly msWrapThrough?: import("csstype").Property.MsWrapThrough | readonly import("csstype").Property.MsWrapThrough[] | undefined;
|
|
2581
|
+
readonly msWritingMode?: import("csstype").Property.WritingMode | readonly import("csstype").Property.WritingMode[] | undefined;
|
|
2582
|
+
readonly WebkitAlignContent?: import("csstype").Property.AlignContent | readonly import("csstype").Property.AlignContent[] | undefined;
|
|
2583
|
+
readonly WebkitAlignItems?: import("csstype").Property.AlignItems | readonly import("csstype").Property.AlignItems[] | undefined;
|
|
2584
|
+
readonly WebkitAlignSelf?: import("csstype").Property.AlignSelf | readonly import("csstype").Property.AlignSelf[] | undefined;
|
|
2585
|
+
readonly WebkitAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | readonly import("csstype").Property.AnimationDelay<string & {}>[] | undefined;
|
|
2586
|
+
readonly WebkitAnimationDirection?: import("csstype").Property.AnimationDirection | readonly import("csstype").Property.AnimationDirection[] | undefined;
|
|
2587
|
+
readonly WebkitAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | readonly import("csstype").Property.AnimationDuration<string & {}>[] | undefined;
|
|
2588
|
+
readonly WebkitAnimationFillMode?: import("csstype").Property.AnimationFillMode | readonly import("csstype").Property.AnimationFillMode[] | undefined;
|
|
2589
|
+
readonly WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | readonly import("csstype").Property.AnimationIterationCount[] | undefined;
|
|
2590
|
+
readonly WebkitAnimationName?: import("csstype").Property.AnimationName | readonly import("csstype").Property.AnimationName[] | undefined;
|
|
2591
|
+
readonly WebkitAnimationPlayState?: import("csstype").Property.AnimationPlayState | readonly import("csstype").Property.AnimationPlayState[] | undefined;
|
|
2592
|
+
readonly WebkitAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | readonly import("csstype").Property.AnimationTimingFunction[] | undefined;
|
|
2593
|
+
readonly WebkitAppearance?: import("csstype").Property.WebkitAppearance | readonly import("csstype").Property.WebkitAppearance[] | undefined;
|
|
2594
|
+
readonly WebkitBackdropFilter?: import("csstype").Property.BackdropFilter | readonly import("csstype").Property.BackdropFilter[] | undefined;
|
|
2595
|
+
readonly WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | readonly import("csstype").Property.BackfaceVisibility[] | undefined;
|
|
2596
|
+
readonly WebkitBackgroundClip?: import("csstype").Property.BackgroundClip | readonly import("csstype").Property.BackgroundClip[] | undefined;
|
|
2597
|
+
readonly WebkitBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | readonly import("csstype").Property.BackgroundOrigin[] | undefined;
|
|
2598
|
+
readonly WebkitBackgroundSize?: string | number | readonly import("csstype").Property.BackgroundSize<string | number>[] | undefined;
|
|
2599
|
+
readonly WebkitBorderBeforeColor?: import("csstype").Property.WebkitBorderBeforeColor | readonly import("csstype").Property.WebkitBorderBeforeColor[] | undefined;
|
|
2600
|
+
readonly WebkitBorderBeforeStyle?: import("csstype").Property.WebkitBorderBeforeStyle | readonly import("csstype").Property.WebkitBorderBeforeStyle[] | undefined;
|
|
2601
|
+
readonly WebkitBorderBeforeWidth?: string | number | readonly import("csstype").Property.WebkitBorderBeforeWidth<string | number>[] | undefined;
|
|
2602
|
+
readonly WebkitBorderBottomLeftRadius?: string | number | readonly import("csstype").Property.BorderBottomLeftRadius<string | number>[] | undefined;
|
|
2603
|
+
readonly WebkitBorderBottomRightRadius?: string | number | readonly import("csstype").Property.BorderBottomRightRadius<string | number>[] | undefined;
|
|
2604
|
+
readonly WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | readonly import("csstype").Property.BorderImageSlice[] | undefined;
|
|
2605
|
+
readonly WebkitBorderTopLeftRadius?: string | number | readonly import("csstype").Property.BorderTopLeftRadius<string | number>[] | undefined;
|
|
2606
|
+
readonly WebkitBorderTopRightRadius?: string | number | readonly import("csstype").Property.BorderTopRightRadius<string | number>[] | undefined;
|
|
2607
|
+
readonly WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | readonly import("csstype").Property.BoxDecorationBreak[] | undefined;
|
|
2608
|
+
readonly WebkitBoxReflect?: string | number | readonly import("csstype").Property.WebkitBoxReflect<string | number>[] | undefined;
|
|
2609
|
+
readonly WebkitBoxShadow?: import("csstype").Property.BoxShadow | readonly import("csstype").Property.BoxShadow[] | undefined;
|
|
2610
|
+
readonly WebkitBoxSizing?: import("csstype").Property.BoxSizing | readonly import("csstype").Property.BoxSizing[] | undefined;
|
|
2611
|
+
readonly WebkitClipPath?: import("csstype").Property.ClipPath | readonly import("csstype").Property.ClipPath[] | undefined;
|
|
2612
|
+
readonly WebkitColumnCount?: import("csstype").Property.ColumnCount | readonly import("csstype").Property.ColumnCount[] | undefined;
|
|
2613
|
+
readonly WebkitColumnFill?: import("csstype").Property.ColumnFill | readonly import("csstype").Property.ColumnFill[] | undefined;
|
|
2614
|
+
readonly WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | readonly import("csstype").Property.ColumnRuleColor[] | undefined;
|
|
2615
|
+
readonly WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | readonly import("csstype").Property.ColumnRuleStyle[] | undefined;
|
|
2616
|
+
readonly WebkitColumnRuleWidth?: string | number | readonly import("csstype").Property.ColumnRuleWidth<string | number>[] | undefined;
|
|
2617
|
+
readonly WebkitColumnSpan?: import("csstype").Property.ColumnSpan | readonly import("csstype").Property.ColumnSpan[] | undefined;
|
|
2618
|
+
readonly WebkitColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | readonly import("csstype").Property.ColumnWidth<string | number>[] | undefined;
|
|
2619
|
+
readonly WebkitFilter?: import("csstype").Property.Filter | readonly import("csstype").Property.Filter[] | undefined;
|
|
2620
|
+
readonly WebkitFlexBasis?: string | number | readonly import("csstype").Property.FlexBasis<string | number>[] | undefined;
|
|
2621
|
+
readonly WebkitFlexDirection?: import("csstype").Property.FlexDirection | readonly import("csstype").Property.FlexDirection[] | undefined;
|
|
2622
|
+
readonly WebkitFlexGrow?: import("csstype").Property.FlexGrow | readonly import("csstype").Property.FlexGrow[] | undefined;
|
|
2623
|
+
readonly WebkitFlexShrink?: import("csstype").Property.FlexShrink | readonly import("csstype").Property.FlexShrink[] | undefined;
|
|
2624
|
+
readonly WebkitFlexWrap?: import("csstype").Property.FlexWrap | readonly import("csstype").Property.FlexWrap[] | undefined;
|
|
2625
|
+
readonly WebkitFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | readonly import("csstype").Property.FontFeatureSettings[] | undefined;
|
|
2626
|
+
readonly WebkitFontKerning?: import("csstype").Property.FontKerning | readonly import("csstype").Property.FontKerning[] | undefined;
|
|
2627
|
+
readonly WebkitFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | readonly import("csstype").Property.FontSmooth<string | number>[] | undefined;
|
|
2628
|
+
readonly WebkitFontVariantLigatures?: import("csstype").Property.FontVariantLigatures | readonly import("csstype").Property.FontVariantLigatures[] | undefined;
|
|
2629
|
+
readonly WebkitHyphenateCharacter?: import("csstype").Property.HyphenateCharacter | readonly import("csstype").Property.HyphenateCharacter[] | undefined;
|
|
2630
|
+
readonly WebkitHyphens?: import("csstype").Property.Hyphens | readonly import("csstype").Property.Hyphens[] | undefined;
|
|
2631
|
+
readonly WebkitInitialLetter?: import("csstype").Property.InitialLetter | readonly import("csstype").Property.InitialLetter[] | undefined;
|
|
2632
|
+
readonly WebkitJustifyContent?: import("csstype").Property.JustifyContent | readonly import("csstype").Property.JustifyContent[] | undefined;
|
|
2633
|
+
readonly WebkitLineBreak?: import("csstype").Property.LineBreak | readonly import("csstype").Property.LineBreak[] | undefined;
|
|
2634
|
+
readonly WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | readonly import("csstype").Property.WebkitLineClamp[] | undefined;
|
|
2635
|
+
readonly WebkitMarginEnd?: string | number | readonly import("csstype").Property.MarginInlineEnd<string | number>[] | undefined;
|
|
2636
|
+
readonly WebkitMarginStart?: string | number | readonly import("csstype").Property.MarginInlineStart<string | number>[] | undefined;
|
|
2637
|
+
readonly WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | readonly import("csstype").Property.WebkitMaskAttachment[] | undefined;
|
|
2638
|
+
readonly WebkitMaskBoxImageOutset?: string | number | readonly import("csstype").Property.MaskBorderOutset<string | number>[] | undefined;
|
|
2639
|
+
readonly WebkitMaskBoxImageRepeat?: import("csstype").Property.MaskBorderRepeat | readonly import("csstype").Property.MaskBorderRepeat[] | undefined;
|
|
2640
|
+
readonly WebkitMaskBoxImageSlice?: import("csstype").Property.MaskBorderSlice | readonly import("csstype").Property.MaskBorderSlice[] | undefined;
|
|
2641
|
+
readonly WebkitMaskBoxImageSource?: import("csstype").Property.MaskBorderSource | readonly import("csstype").Property.MaskBorderSource[] | undefined;
|
|
2642
|
+
readonly WebkitMaskBoxImageWidth?: string | number | readonly import("csstype").Property.MaskBorderWidth<string | number>[] | undefined;
|
|
2643
|
+
readonly WebkitMaskClip?: import("csstype").Property.WebkitMaskClip | readonly import("csstype").Property.WebkitMaskClip[] | undefined;
|
|
2644
|
+
readonly WebkitMaskComposite?: import("csstype").Property.WebkitMaskComposite | readonly import("csstype").Property.WebkitMaskComposite[] | undefined;
|
|
2645
|
+
readonly WebkitMaskImage?: import("csstype").Property.WebkitMaskImage | readonly import("csstype").Property.WebkitMaskImage[] | undefined;
|
|
2646
|
+
readonly WebkitMaskOrigin?: import("csstype").Property.WebkitMaskOrigin | readonly import("csstype").Property.WebkitMaskOrigin[] | undefined;
|
|
2647
|
+
readonly WebkitMaskPosition?: string | number | readonly import("csstype").Property.WebkitMaskPosition<string | number>[] | undefined;
|
|
2648
|
+
readonly WebkitMaskPositionX?: string | number | readonly import("csstype").Property.WebkitMaskPositionX<string | number>[] | undefined;
|
|
2649
|
+
readonly WebkitMaskPositionY?: string | number | readonly import("csstype").Property.WebkitMaskPositionY<string | number>[] | undefined;
|
|
2650
|
+
readonly WebkitMaskRepeat?: import("csstype").Property.WebkitMaskRepeat | readonly import("csstype").Property.WebkitMaskRepeat[] | undefined;
|
|
2651
|
+
readonly WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | readonly import("csstype").Property.WebkitMaskRepeatX[] | undefined;
|
|
2652
|
+
readonly WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | readonly import("csstype").Property.WebkitMaskRepeatY[] | undefined;
|
|
2653
|
+
readonly WebkitMaskSize?: string | number | readonly import("csstype").Property.WebkitMaskSize<string | number>[] | undefined;
|
|
2654
|
+
readonly WebkitMaxInlineSize?: string | number | readonly import("csstype").Property.MaxInlineSize<string | number>[] | undefined;
|
|
2655
|
+
readonly WebkitOrder?: import("csstype").Property.Order | readonly import("csstype").Property.Order[] | undefined;
|
|
2656
|
+
readonly WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | readonly import("csstype").Property.WebkitOverflowScrolling[] | undefined;
|
|
2657
|
+
readonly WebkitPaddingEnd?: string | number | readonly import("csstype").Property.PaddingInlineEnd<string | number>[] | undefined;
|
|
2658
|
+
readonly WebkitPaddingStart?: string | number | readonly import("csstype").Property.PaddingInlineStart<string | number>[] | undefined;
|
|
2659
|
+
readonly WebkitPerspective?: import("csstype").Property.Perspective<string | number> | readonly import("csstype").Property.Perspective<string | number>[] | undefined;
|
|
2660
|
+
readonly WebkitPerspectiveOrigin?: string | number | readonly import("csstype").Property.PerspectiveOrigin<string | number>[] | undefined;
|
|
2661
|
+
readonly WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | readonly import("csstype").Property.PrintColorAdjust[] | undefined;
|
|
2662
|
+
readonly WebkitRubyPosition?: import("csstype").Property.RubyPosition | readonly import("csstype").Property.RubyPosition[] | undefined;
|
|
2663
|
+
readonly WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType | readonly import("csstype").Property.ScrollSnapType[] | undefined;
|
|
2664
|
+
readonly WebkitShapeMargin?: string | number | readonly import("csstype").Property.ShapeMargin<string | number>[] | undefined;
|
|
2665
|
+
readonly WebkitTapHighlightColor?: import("csstype").Property.WebkitTapHighlightColor | readonly import("csstype").Property.WebkitTapHighlightColor[] | undefined;
|
|
2666
|
+
readonly WebkitTextCombine?: import("csstype").Property.TextCombineUpright | readonly import("csstype").Property.TextCombineUpright[] | undefined;
|
|
2667
|
+
readonly WebkitTextDecorationColor?: import("csstype").Property.TextDecorationColor | readonly import("csstype").Property.TextDecorationColor[] | undefined;
|
|
2668
|
+
readonly WebkitTextDecorationLine?: import("csstype").Property.TextDecorationLine | readonly import("csstype").Property.TextDecorationLine[] | undefined;
|
|
2669
|
+
readonly WebkitTextDecorationSkip?: import("csstype").Property.TextDecorationSkip | readonly import("csstype").Property.TextDecorationSkip[] | undefined;
|
|
2670
|
+
readonly WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | readonly import("csstype").Property.TextDecorationStyle[] | undefined;
|
|
2671
|
+
readonly WebkitTextEmphasisColor?: import("csstype").Property.TextEmphasisColor | readonly import("csstype").Property.TextEmphasisColor[] | undefined;
|
|
2672
|
+
readonly WebkitTextEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | readonly import("csstype").Property.TextEmphasisPosition[] | undefined;
|
|
2673
|
+
readonly WebkitTextEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | readonly import("csstype").Property.TextEmphasisStyle[] | undefined;
|
|
2674
|
+
readonly WebkitTextFillColor?: import("csstype").Property.WebkitTextFillColor | readonly import("csstype").Property.WebkitTextFillColor[] | undefined;
|
|
2675
|
+
readonly WebkitTextOrientation?: import("csstype").Property.TextOrientation | readonly import("csstype").Property.TextOrientation[] | undefined;
|
|
2676
|
+
readonly WebkitTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | readonly import("csstype").Property.TextSizeAdjust[] | undefined;
|
|
2677
|
+
readonly WebkitTextStrokeColor?: import("csstype").Property.WebkitTextStrokeColor | readonly import("csstype").Property.WebkitTextStrokeColor[] | undefined;
|
|
2678
|
+
readonly WebkitTextStrokeWidth?: import("csstype").Property.WebkitTextStrokeWidth<string | number> | readonly import("csstype").Property.WebkitTextStrokeWidth<string | number>[] | undefined;
|
|
2679
|
+
readonly WebkitTextUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | readonly import("csstype").Property.TextUnderlinePosition[] | undefined;
|
|
2680
|
+
readonly WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | readonly import("csstype").Property.WebkitTouchCallout[] | undefined;
|
|
2681
|
+
readonly WebkitTransform?: import("csstype").Property.Transform | readonly import("csstype").Property.Transform[] | undefined;
|
|
2682
|
+
readonly WebkitTransformOrigin?: string | number | readonly import("csstype").Property.TransformOrigin<string | number>[] | undefined;
|
|
2683
|
+
readonly WebkitTransformStyle?: import("csstype").Property.TransformStyle | readonly import("csstype").Property.TransformStyle[] | undefined;
|
|
2684
|
+
readonly WebkitTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | readonly import("csstype").Property.TransitionDelay<string & {}>[] | undefined;
|
|
2685
|
+
readonly WebkitTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | readonly import("csstype").Property.TransitionDuration<string & {}>[] | undefined;
|
|
2686
|
+
readonly WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | readonly import("csstype").Property.TransitionProperty[] | undefined;
|
|
2687
|
+
readonly WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | readonly import("csstype").Property.TransitionTimingFunction[] | undefined;
|
|
2688
|
+
readonly WebkitUserModify?: import("csstype").Property.WebkitUserModify | readonly import("csstype").Property.WebkitUserModify[] | undefined;
|
|
2689
|
+
readonly WebkitUserSelect?: import("csstype").Property.UserSelect | readonly import("csstype").Property.UserSelect[] | undefined;
|
|
2690
|
+
readonly WebkitWritingMode?: import("csstype").Property.WritingMode | readonly import("csstype").Property.WritingMode[] | undefined;
|
|
2691
|
+
readonly MozAnimation?: import("csstype").Property.Animation<string & {}> | readonly import("csstype").Property.Animation<string & {}>[] | undefined;
|
|
2692
|
+
readonly MozBorderImage?: import("csstype").Property.BorderImage | readonly import("csstype").Property.BorderImage[] | undefined;
|
|
2693
|
+
readonly MozColumnRule?: string | number | readonly import("csstype").Property.ColumnRule<string | number>[] | undefined;
|
|
2694
|
+
readonly MozColumns?: string | number | readonly import("csstype").Property.Columns<string | number>[] | undefined;
|
|
2695
|
+
readonly MozOutlineRadius?: string | number | readonly import("csstype").Property.MozOutlineRadius<string | number>[] | undefined;
|
|
2696
|
+
readonly msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | readonly import("csstype").Property.MsContentZoomLimit[] | undefined;
|
|
2697
|
+
readonly msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | readonly import("csstype").Property.MsContentZoomSnap[] | undefined;
|
|
2698
|
+
readonly msFlex?: string | number | readonly import("csstype").Property.Flex<string | number>[] | undefined;
|
|
2699
|
+
readonly msScrollLimit?: import("csstype").Property.MsScrollLimit | readonly import("csstype").Property.MsScrollLimit[] | undefined;
|
|
2700
|
+
readonly msScrollSnapX?: import("csstype").Property.MsScrollSnapX | readonly import("csstype").Property.MsScrollSnapX[] | undefined;
|
|
2701
|
+
readonly msScrollSnapY?: import("csstype").Property.MsScrollSnapY | readonly import("csstype").Property.MsScrollSnapY[] | undefined;
|
|
2702
|
+
readonly msTransition?: import("csstype").Property.Transition<string & {}> | readonly import("csstype").Property.Transition<string & {}>[] | undefined;
|
|
2703
|
+
readonly WebkitAnimation?: import("csstype").Property.Animation<string & {}> | readonly import("csstype").Property.Animation<string & {}>[] | undefined;
|
|
2704
|
+
readonly WebkitBorderBefore?: string | number | readonly import("csstype").Property.WebkitBorderBefore<string | number>[] | undefined;
|
|
2705
|
+
readonly WebkitBorderImage?: import("csstype").Property.BorderImage | readonly import("csstype").Property.BorderImage[] | undefined;
|
|
2706
|
+
readonly WebkitBorderRadius?: string | number | readonly import("csstype").Property.BorderRadius<string | number>[] | undefined;
|
|
2707
|
+
readonly WebkitColumnRule?: string | number | readonly import("csstype").Property.ColumnRule<string | number>[] | undefined;
|
|
2708
|
+
readonly WebkitColumns?: string | number | readonly import("csstype").Property.Columns<string | number>[] | undefined;
|
|
2709
|
+
readonly WebkitFlex?: string | number | readonly import("csstype").Property.Flex<string | number>[] | undefined;
|
|
2710
|
+
readonly WebkitFlexFlow?: import("csstype").Property.FlexFlow | readonly import("csstype").Property.FlexFlow[] | undefined;
|
|
2711
|
+
readonly WebkitMask?: string | number | readonly import("csstype").Property.WebkitMask<string | number>[] | undefined;
|
|
2712
|
+
readonly WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | readonly import("csstype").Property.MaskBorder[] | undefined;
|
|
2713
|
+
readonly WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | readonly import("csstype").Property.TextEmphasis[] | undefined;
|
|
2714
|
+
readonly WebkitTextStroke?: string | number | readonly import("csstype").Property.WebkitTextStroke<string | number>[] | undefined;
|
|
2715
|
+
readonly WebkitTransition?: import("csstype").Property.Transition<string & {}> | readonly import("csstype").Property.Transition<string & {}>[] | undefined;
|
|
2716
|
+
readonly azimuth?: import("csstype").Property.Azimuth | readonly import("csstype").Property.Azimuth[] | undefined;
|
|
2717
|
+
readonly boxAlign?: import("csstype").Property.BoxAlign | readonly import("csstype").Property.BoxAlign[] | undefined;
|
|
2718
|
+
readonly boxDirection?: import("csstype").Property.BoxDirection | readonly import("csstype").Property.BoxDirection[] | undefined;
|
|
2719
|
+
readonly boxFlex?: import("csstype").Property.BoxFlex | readonly import("csstype").Property.BoxFlex[] | undefined;
|
|
2720
|
+
readonly boxFlexGroup?: import("csstype").Property.BoxFlexGroup | readonly import("csstype").Property.BoxFlexGroup[] | undefined;
|
|
2721
|
+
readonly boxLines?: import("csstype").Property.BoxLines | readonly import("csstype").Property.BoxLines[] | undefined;
|
|
2722
|
+
readonly boxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | readonly import("csstype").Property.BoxOrdinalGroup[] | undefined;
|
|
2723
|
+
readonly boxOrient?: import("csstype").Property.BoxOrient | readonly import("csstype").Property.BoxOrient[] | undefined;
|
|
2724
|
+
readonly boxPack?: import("csstype").Property.BoxPack | readonly import("csstype").Property.BoxPack[] | undefined;
|
|
2725
|
+
readonly clip?: import("csstype").Property.Clip | readonly import("csstype").Property.Clip[] | undefined;
|
|
2726
|
+
readonly gridColumnGap?: string | number | readonly import("csstype").Property.GridColumnGap<string | number>[] | undefined;
|
|
2727
|
+
readonly gridGap?: string | number | readonly import("csstype").Property.GridGap<string | number>[] | undefined;
|
|
2728
|
+
readonly gridRowGap?: string | number | readonly import("csstype").Property.GridRowGap<string | number>[] | undefined;
|
|
2729
|
+
readonly imeMode?: import("csstype").Property.ImeMode | readonly import("csstype").Property.ImeMode[] | undefined;
|
|
2730
|
+
readonly offsetBlock?: string | number | readonly import("csstype").Property.InsetBlock<string | number>[] | undefined;
|
|
2731
|
+
readonly offsetBlockEnd?: string | number | readonly import("csstype").Property.InsetBlockEnd<string | number>[] | undefined;
|
|
2732
|
+
readonly offsetBlockStart?: string | number | readonly import("csstype").Property.InsetBlockStart<string | number>[] | undefined;
|
|
2733
|
+
readonly offsetInline?: string | number | readonly import("csstype").Property.InsetInline<string | number>[] | undefined;
|
|
2734
|
+
readonly offsetInlineEnd?: string | number | readonly import("csstype").Property.InsetInlineEnd<string | number>[] | undefined;
|
|
2735
|
+
readonly offsetInlineStart?: string | number | readonly import("csstype").Property.InsetInlineStart<string | number>[] | undefined;
|
|
2736
|
+
readonly scrollSnapCoordinate?: string | number | readonly import("csstype").Property.ScrollSnapCoordinate<string | number>[] | undefined;
|
|
2737
|
+
readonly scrollSnapDestination?: string | number | readonly import("csstype").Property.ScrollSnapDestination<string | number>[] | undefined;
|
|
2738
|
+
readonly scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | readonly import("csstype").Property.ScrollSnapPointsX[] | undefined;
|
|
2739
|
+
readonly scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | readonly import("csstype").Property.ScrollSnapPointsY[] | undefined;
|
|
2740
|
+
readonly scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | readonly import("csstype").Property.ScrollSnapTypeX[] | undefined;
|
|
2741
|
+
readonly scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | readonly import("csstype").Property.ScrollSnapTypeY[] | undefined;
|
|
2742
|
+
readonly KhtmlBoxAlign?: import("csstype").Property.BoxAlign | readonly import("csstype").Property.BoxAlign[] | undefined;
|
|
2743
|
+
readonly KhtmlBoxDirection?: import("csstype").Property.BoxDirection | readonly import("csstype").Property.BoxDirection[] | undefined;
|
|
2744
|
+
readonly KhtmlBoxFlex?: import("csstype").Property.BoxFlex | readonly import("csstype").Property.BoxFlex[] | undefined;
|
|
2745
|
+
readonly KhtmlBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | readonly import("csstype").Property.BoxFlexGroup[] | undefined;
|
|
2746
|
+
readonly KhtmlBoxLines?: import("csstype").Property.BoxLines | readonly import("csstype").Property.BoxLines[] | undefined;
|
|
2747
|
+
readonly KhtmlBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | readonly import("csstype").Property.BoxOrdinalGroup[] | undefined;
|
|
2748
|
+
readonly KhtmlBoxOrient?: import("csstype").Property.BoxOrient | readonly import("csstype").Property.BoxOrient[] | undefined;
|
|
2749
|
+
readonly KhtmlBoxPack?: import("csstype").Property.BoxPack | readonly import("csstype").Property.BoxPack[] | undefined;
|
|
2750
|
+
readonly KhtmlLineBreak?: import("csstype").Property.LineBreak | readonly import("csstype").Property.LineBreak[] | undefined;
|
|
2751
|
+
readonly KhtmlOpacity?: import("csstype").Property.Opacity | readonly import("csstype").Property.Opacity[] | undefined;
|
|
2752
|
+
readonly KhtmlUserSelect?: import("csstype").Property.UserSelect | readonly import("csstype").Property.UserSelect[] | undefined;
|
|
2753
|
+
readonly MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | readonly import("csstype").Property.BackfaceVisibility[] | undefined;
|
|
2754
|
+
readonly MozBackgroundClip?: import("csstype").Property.BackgroundClip | readonly import("csstype").Property.BackgroundClip[] | undefined;
|
|
2755
|
+
readonly MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | readonly import("csstype").Property.BoxDecorationBreak[] | undefined;
|
|
2756
|
+
readonly MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | readonly import("csstype").Property.BackgroundOrigin[] | undefined;
|
|
2757
|
+
readonly MozBackgroundSize?: string | number | readonly import("csstype").Property.BackgroundSize<string | number>[] | undefined;
|
|
2758
|
+
readonly MozBorderRadius?: string | number | readonly import("csstype").Property.BorderRadius<string | number>[] | undefined;
|
|
2759
|
+
readonly MozBorderRadiusBottomleft?: string | number | readonly import("csstype").Property.BorderBottomLeftRadius<string | number>[] | undefined;
|
|
2760
|
+
readonly MozBorderRadiusBottomright?: string | number | readonly import("csstype").Property.BorderBottomRightRadius<string | number>[] | undefined;
|
|
2761
|
+
readonly MozBorderRadiusTopleft?: string | number | readonly import("csstype").Property.BorderTopLeftRadius<string | number>[] | undefined;
|
|
2762
|
+
readonly MozBorderRadiusTopright?: string | number | readonly import("csstype").Property.BorderTopRightRadius<string | number>[] | undefined;
|
|
2763
|
+
readonly MozBoxAlign?: import("csstype").Property.BoxAlign | readonly import("csstype").Property.BoxAlign[] | undefined;
|
|
2764
|
+
readonly MozBoxDirection?: import("csstype").Property.BoxDirection | readonly import("csstype").Property.BoxDirection[] | undefined;
|
|
2765
|
+
readonly MozBoxFlex?: import("csstype").Property.BoxFlex | readonly import("csstype").Property.BoxFlex[] | undefined;
|
|
2766
|
+
readonly MozBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | readonly import("csstype").Property.BoxOrdinalGroup[] | undefined;
|
|
2767
|
+
readonly MozBoxOrient?: import("csstype").Property.BoxOrient | readonly import("csstype").Property.BoxOrient[] | undefined;
|
|
2768
|
+
readonly MozBoxPack?: import("csstype").Property.BoxPack | readonly import("csstype").Property.BoxPack[] | undefined;
|
|
2769
|
+
readonly MozBoxShadow?: import("csstype").Property.BoxShadow | readonly import("csstype").Property.BoxShadow[] | undefined;
|
|
2770
|
+
readonly MozFloatEdge?: import("csstype").Property.MozFloatEdge | readonly import("csstype").Property.MozFloatEdge[] | undefined;
|
|
2771
|
+
readonly MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | readonly import("csstype").Property.MozForceBrokenImageIcon[] | undefined;
|
|
2772
|
+
readonly MozOpacity?: import("csstype").Property.Opacity | readonly import("csstype").Property.Opacity[] | undefined;
|
|
2773
|
+
readonly MozOutline?: string | number | readonly import("csstype").Property.Outline<string | number>[] | undefined;
|
|
2774
|
+
readonly MozOutlineColor?: import("csstype").Property.OutlineColor | readonly import("csstype").Property.OutlineColor[] | undefined;
|
|
2775
|
+
readonly MozOutlineStyle?: import("csstype").Property.OutlineStyle | readonly import("csstype").Property.OutlineStyle[] | undefined;
|
|
2776
|
+
readonly MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | readonly import("csstype").Property.OutlineWidth<string | number>[] | undefined;
|
|
2777
|
+
readonly MozPerspective?: import("csstype").Property.Perspective<string | number> | readonly import("csstype").Property.Perspective<string | number>[] | undefined;
|
|
2778
|
+
readonly MozPerspectiveOrigin?: string | number | readonly import("csstype").Property.PerspectiveOrigin<string | number>[] | undefined;
|
|
2779
|
+
readonly MozTextAlignLast?: import("csstype").Property.TextAlignLast | readonly import("csstype").Property.TextAlignLast[] | undefined;
|
|
2780
|
+
readonly MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | readonly import("csstype").Property.TextDecorationColor[] | undefined;
|
|
2781
|
+
readonly MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | readonly import("csstype").Property.TextDecorationLine[] | undefined;
|
|
2782
|
+
readonly MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | readonly import("csstype").Property.TextDecorationStyle[] | undefined;
|
|
2783
|
+
readonly MozTransform?: import("csstype").Property.Transform | readonly import("csstype").Property.Transform[] | undefined;
|
|
2784
|
+
readonly MozTransformOrigin?: string | number | readonly import("csstype").Property.TransformOrigin<string | number>[] | undefined;
|
|
2785
|
+
readonly MozTransformStyle?: import("csstype").Property.TransformStyle | readonly import("csstype").Property.TransformStyle[] | undefined;
|
|
2786
|
+
readonly MozTransition?: import("csstype").Property.Transition<string & {}> | readonly import("csstype").Property.Transition<string & {}>[] | undefined;
|
|
2787
|
+
readonly MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | readonly import("csstype").Property.TransitionDelay<string & {}>[] | undefined;
|
|
2788
|
+
readonly MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | readonly import("csstype").Property.TransitionDuration<string & {}>[] | undefined;
|
|
2789
|
+
readonly MozTransitionProperty?: import("csstype").Property.TransitionProperty | readonly import("csstype").Property.TransitionProperty[] | undefined;
|
|
2790
|
+
readonly MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | readonly import("csstype").Property.TransitionTimingFunction[] | undefined;
|
|
2791
|
+
readonly MozUserInput?: import("csstype").Property.MozUserInput | readonly import("csstype").Property.MozUserInput[] | undefined;
|
|
2792
|
+
readonly msImeMode?: import("csstype").Property.ImeMode | readonly import("csstype").Property.ImeMode[] | undefined;
|
|
2793
|
+
readonly OAnimation?: import("csstype").Property.Animation<string & {}> | readonly import("csstype").Property.Animation<string & {}>[] | undefined;
|
|
2794
|
+
readonly OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | readonly import("csstype").Property.AnimationDelay<string & {}>[] | undefined;
|
|
2795
|
+
readonly OAnimationDirection?: import("csstype").Property.AnimationDirection | readonly import("csstype").Property.AnimationDirection[] | undefined;
|
|
2796
|
+
readonly OAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | readonly import("csstype").Property.AnimationDuration<string & {}>[] | undefined;
|
|
2797
|
+
readonly OAnimationFillMode?: import("csstype").Property.AnimationFillMode | readonly import("csstype").Property.AnimationFillMode[] | undefined;
|
|
2798
|
+
readonly OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | readonly import("csstype").Property.AnimationIterationCount[] | undefined;
|
|
2799
|
+
readonly OAnimationName?: import("csstype").Property.AnimationName | readonly import("csstype").Property.AnimationName[] | undefined;
|
|
2800
|
+
readonly OAnimationPlayState?: import("csstype").Property.AnimationPlayState | readonly import("csstype").Property.AnimationPlayState[] | undefined;
|
|
2801
|
+
readonly OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | readonly import("csstype").Property.AnimationTimingFunction[] | undefined;
|
|
2802
|
+
readonly OBackgroundSize?: string | number | readonly import("csstype").Property.BackgroundSize<string | number>[] | undefined;
|
|
2803
|
+
readonly OBorderImage?: import("csstype").Property.BorderImage | readonly import("csstype").Property.BorderImage[] | undefined;
|
|
2804
|
+
readonly OObjectFit?: import("csstype").Property.ObjectFit | readonly import("csstype").Property.ObjectFit[] | undefined;
|
|
2805
|
+
readonly OObjectPosition?: string | number | readonly import("csstype").Property.ObjectPosition<string | number>[] | undefined;
|
|
2806
|
+
readonly OTabSize?: string | number | readonly import("csstype").Property.TabSize<string | number>[] | undefined;
|
|
2807
|
+
readonly OTextOverflow?: import("csstype").Property.TextOverflow | readonly import("csstype").Property.TextOverflow[] | undefined;
|
|
2808
|
+
readonly OTransform?: import("csstype").Property.Transform | readonly import("csstype").Property.Transform[] | undefined;
|
|
2809
|
+
readonly OTransformOrigin?: string | number | readonly import("csstype").Property.TransformOrigin<string | number>[] | undefined;
|
|
2810
|
+
readonly OTransition?: import("csstype").Property.Transition<string & {}> | readonly import("csstype").Property.Transition<string & {}>[] | undefined;
|
|
2811
|
+
readonly OTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | readonly import("csstype").Property.TransitionDelay<string & {}>[] | undefined;
|
|
2812
|
+
readonly OTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | readonly import("csstype").Property.TransitionDuration<string & {}>[] | undefined;
|
|
2813
|
+
readonly OTransitionProperty?: import("csstype").Property.TransitionProperty | readonly import("csstype").Property.TransitionProperty[] | undefined;
|
|
2814
|
+
readonly OTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | readonly import("csstype").Property.TransitionTimingFunction[] | undefined;
|
|
2815
|
+
readonly WebkitBoxAlign?: import("csstype").Property.BoxAlign | readonly import("csstype").Property.BoxAlign[] | undefined;
|
|
2816
|
+
readonly WebkitBoxDirection?: import("csstype").Property.BoxDirection | readonly import("csstype").Property.BoxDirection[] | undefined;
|
|
2817
|
+
readonly WebkitBoxFlex?: import("csstype").Property.BoxFlex | readonly import("csstype").Property.BoxFlex[] | undefined;
|
|
2818
|
+
readonly WebkitBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | readonly import("csstype").Property.BoxFlexGroup[] | undefined;
|
|
2819
|
+
readonly WebkitBoxLines?: import("csstype").Property.BoxLines | readonly import("csstype").Property.BoxLines[] | undefined;
|
|
2820
|
+
readonly WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | readonly import("csstype").Property.BoxOrdinalGroup[] | undefined;
|
|
2821
|
+
readonly WebkitBoxOrient?: import("csstype").Property.BoxOrient | readonly import("csstype").Property.BoxOrient[] | undefined;
|
|
2822
|
+
readonly WebkitBoxPack?: import("csstype").Property.BoxPack | readonly import("csstype").Property.BoxPack[] | undefined;
|
|
2823
|
+
readonly alignmentBaseline?: import("csstype").Property.AlignmentBaseline | readonly import("csstype").Property.AlignmentBaseline[] | undefined;
|
|
2824
|
+
readonly baselineShift?: string | number | readonly import("csstype").Property.BaselineShift<string | number>[] | undefined;
|
|
2825
|
+
readonly clipRule?: import("csstype").Property.ClipRule | readonly import("csstype").Property.ClipRule[] | undefined;
|
|
2826
|
+
readonly colorInterpolation?: import("csstype").Property.ColorInterpolation | readonly import("csstype").Property.ColorInterpolation[] | undefined;
|
|
2827
|
+
readonly colorRendering?: import("csstype").Property.ColorRendering | readonly import("csstype").Property.ColorRendering[] | undefined;
|
|
2828
|
+
readonly dominantBaseline?: import("csstype").Property.DominantBaseline | readonly import("csstype").Property.DominantBaseline[] | undefined;
|
|
2829
|
+
readonly fill?: import("csstype").Property.Fill | readonly import("csstype").Property.Fill[] | undefined;
|
|
2830
|
+
readonly fillOpacity?: import("csstype").Property.FillOpacity | readonly import("csstype").Property.FillOpacity[] | undefined;
|
|
2831
|
+
readonly fillRule?: import("csstype").Property.FillRule | readonly import("csstype").Property.FillRule[] | undefined;
|
|
2832
|
+
readonly floodColor?: import("csstype").Property.FloodColor | readonly import("csstype").Property.FloodColor[] | undefined;
|
|
2833
|
+
readonly floodOpacity?: import("csstype").Property.FloodOpacity | readonly import("csstype").Property.FloodOpacity[] | undefined;
|
|
2834
|
+
readonly glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | readonly import("csstype").Property.GlyphOrientationVertical[] | undefined;
|
|
2835
|
+
readonly lightingColor?: import("csstype").Property.LightingColor | readonly import("csstype").Property.LightingColor[] | undefined;
|
|
2836
|
+
readonly marker?: import("csstype").Property.Marker | readonly import("csstype").Property.Marker[] | undefined;
|
|
2837
|
+
readonly markerEnd?: import("csstype").Property.MarkerEnd | readonly import("csstype").Property.MarkerEnd[] | undefined;
|
|
2838
|
+
readonly markerMid?: import("csstype").Property.MarkerMid | readonly import("csstype").Property.MarkerMid[] | undefined;
|
|
2839
|
+
readonly markerStart?: import("csstype").Property.MarkerStart | readonly import("csstype").Property.MarkerStart[] | undefined;
|
|
2840
|
+
readonly shapeRendering?: import("csstype").Property.ShapeRendering | readonly import("csstype").Property.ShapeRendering[] | undefined;
|
|
2841
|
+
readonly stopColor?: import("csstype").Property.StopColor | readonly import("csstype").Property.StopColor[] | undefined;
|
|
2842
|
+
readonly stopOpacity?: import("csstype").Property.StopOpacity | readonly import("csstype").Property.StopOpacity[] | undefined;
|
|
2843
|
+
readonly stroke?: import("csstype").Property.Stroke | readonly import("csstype").Property.Stroke[] | undefined;
|
|
2844
|
+
readonly strokeDasharray?: string | number | readonly import("csstype").Property.StrokeDasharray<string | number>[] | undefined;
|
|
2845
|
+
readonly strokeDashoffset?: string | number | readonly import("csstype").Property.StrokeDashoffset<string | number>[] | undefined;
|
|
2846
|
+
readonly strokeLinecap?: import("csstype").Property.StrokeLinecap | readonly import("csstype").Property.StrokeLinecap[] | undefined;
|
|
2847
|
+
readonly strokeLinejoin?: import("csstype").Property.StrokeLinejoin | readonly import("csstype").Property.StrokeLinejoin[] | undefined;
|
|
2848
|
+
readonly strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | readonly import("csstype").Property.StrokeMiterlimit[] | undefined;
|
|
2849
|
+
readonly strokeOpacity?: import("csstype").Property.StrokeOpacity | readonly import("csstype").Property.StrokeOpacity[] | undefined;
|
|
2850
|
+
readonly strokeWidth?: string | number | readonly import("csstype").Property.StrokeWidth<string | number>[] | undefined;
|
|
2851
|
+
readonly textAnchor?: import("csstype").Property.TextAnchor | readonly import("csstype").Property.TextAnchor[] | undefined;
|
|
2852
|
+
readonly vectorEffect?: import("csstype").Property.VectorEffect | readonly import("csstype").Property.VectorEffect[] | undefined;
|
|
2853
|
+
readonly ":-moz-any()"?: import("@emotion/react").CSSObject | undefined;
|
|
2854
|
+
readonly ":-moz-dir"?: import("@emotion/react").CSSObject | undefined;
|
|
2855
|
+
readonly ":-webkit-any()"?: import("@emotion/react").CSSObject | undefined;
|
|
2856
|
+
readonly "::cue"?: import("@emotion/react").CSSObject | undefined;
|
|
2857
|
+
readonly "::cue-region"?: import("@emotion/react").CSSObject | undefined;
|
|
2858
|
+
readonly "::part"?: import("@emotion/react").CSSObject | undefined;
|
|
2859
|
+
readonly "::slotted"?: import("@emotion/react").CSSObject | undefined;
|
|
2860
|
+
readonly "::view-transition-group"?: import("@emotion/react").CSSObject | undefined;
|
|
2861
|
+
readonly "::view-transition-image-pair"?: import("@emotion/react").CSSObject | undefined;
|
|
2862
|
+
readonly "::view-transition-new"?: import("@emotion/react").CSSObject | undefined;
|
|
2863
|
+
readonly "::view-transition-old"?: import("@emotion/react").CSSObject | undefined;
|
|
2864
|
+
readonly ":dir"?: import("@emotion/react").CSSObject | undefined;
|
|
2865
|
+
readonly ":has"?: import("@emotion/react").CSSObject | undefined;
|
|
2866
|
+
readonly ":host"?: import("@emotion/react").CSSObject | undefined;
|
|
2867
|
+
readonly ":host-context"?: import("@emotion/react").CSSObject | undefined;
|
|
2868
|
+
readonly ":is"?: import("@emotion/react").CSSObject | undefined;
|
|
2869
|
+
readonly ":lang"?: import("@emotion/react").CSSObject | undefined;
|
|
2870
|
+
readonly ":matches()"?: import("@emotion/react").CSSObject | undefined;
|
|
2871
|
+
readonly ":not"?: import("@emotion/react").CSSObject | undefined;
|
|
2872
|
+
readonly ":nth-child"?: import("@emotion/react").CSSObject | undefined;
|
|
2873
|
+
readonly ":nth-last-child"?: import("@emotion/react").CSSObject | undefined;
|
|
2874
|
+
readonly ":nth-last-of-type"?: import("@emotion/react").CSSObject | undefined;
|
|
2875
|
+
readonly ":nth-of-type"?: import("@emotion/react").CSSObject | undefined;
|
|
2876
|
+
readonly ":where"?: import("@emotion/react").CSSObject | undefined;
|
|
2877
|
+
readonly ":-khtml-any-link"?: import("@emotion/react").CSSObject | undefined;
|
|
2878
|
+
readonly ":-moz-any-link"?: import("@emotion/react").CSSObject | undefined;
|
|
2879
|
+
readonly ":-moz-focusring"?: import("@emotion/react").CSSObject | undefined;
|
|
2880
|
+
readonly ":-moz-full-screen"?: import("@emotion/react").CSSObject | undefined;
|
|
2881
|
+
readonly ":-moz-placeholder"?: import("@emotion/react").CSSObject | undefined;
|
|
2882
|
+
readonly ":-moz-read-only"?: import("@emotion/react").CSSObject | undefined;
|
|
2883
|
+
readonly ":-moz-read-write"?: import("@emotion/react").CSSObject | undefined;
|
|
2884
|
+
readonly ":-moz-ui-invalid"?: import("@emotion/react").CSSObject | undefined;
|
|
2885
|
+
readonly ":-moz-ui-valid"?: import("@emotion/react").CSSObject | undefined;
|
|
2886
|
+
readonly ":-ms-fullscreen"?: import("@emotion/react").CSSObject | undefined;
|
|
2887
|
+
readonly ":-ms-input-placeholder"?: import("@emotion/react").CSSObject | undefined;
|
|
2888
|
+
readonly ":-webkit-any-link"?: import("@emotion/react").CSSObject | undefined;
|
|
2889
|
+
readonly ":-webkit-full-screen"?: import("@emotion/react").CSSObject | undefined;
|
|
2890
|
+
readonly "::-moz-placeholder"?: import("@emotion/react").CSSObject | undefined;
|
|
2891
|
+
readonly "::-moz-progress-bar"?: import("@emotion/react").CSSObject | undefined;
|
|
2892
|
+
readonly "::-moz-range-progress"?: import("@emotion/react").CSSObject | undefined;
|
|
2893
|
+
readonly "::-moz-range-thumb"?: import("@emotion/react").CSSObject | undefined;
|
|
2894
|
+
readonly "::-moz-range-track"?: import("@emotion/react").CSSObject | undefined;
|
|
2895
|
+
readonly "::-moz-selection"?: import("@emotion/react").CSSObject | undefined;
|
|
2896
|
+
readonly "::-ms-backdrop"?: import("@emotion/react").CSSObject | undefined;
|
|
2897
|
+
readonly "::-ms-browse"?: import("@emotion/react").CSSObject | undefined;
|
|
2898
|
+
readonly "::-ms-check"?: import("@emotion/react").CSSObject | undefined;
|
|
2899
|
+
readonly "::-ms-clear"?: import("@emotion/react").CSSObject | undefined;
|
|
2900
|
+
readonly "::-ms-expand"?: import("@emotion/react").CSSObject | undefined;
|
|
2901
|
+
readonly "::-ms-fill"?: import("@emotion/react").CSSObject | undefined;
|
|
2902
|
+
readonly "::-ms-fill-lower"?: import("@emotion/react").CSSObject | undefined;
|
|
2903
|
+
readonly "::-ms-fill-upper"?: import("@emotion/react").CSSObject | undefined;
|
|
2904
|
+
readonly "::-ms-input-placeholder"?: import("@emotion/react").CSSObject | undefined;
|
|
2905
|
+
readonly "::-ms-reveal"?: import("@emotion/react").CSSObject | undefined;
|
|
2906
|
+
readonly "::-ms-thumb"?: import("@emotion/react").CSSObject | undefined;
|
|
2907
|
+
readonly "::-ms-ticks-after"?: import("@emotion/react").CSSObject | undefined;
|
|
2908
|
+
readonly "::-ms-ticks-before"?: import("@emotion/react").CSSObject | undefined;
|
|
2909
|
+
readonly "::-ms-tooltip"?: import("@emotion/react").CSSObject | undefined;
|
|
2910
|
+
readonly "::-ms-track"?: import("@emotion/react").CSSObject | undefined;
|
|
2911
|
+
readonly "::-ms-value"?: import("@emotion/react").CSSObject | undefined;
|
|
2912
|
+
readonly "::-webkit-backdrop"?: import("@emotion/react").CSSObject | undefined;
|
|
2913
|
+
readonly "::-webkit-input-placeholder"?: import("@emotion/react").CSSObject | undefined;
|
|
2914
|
+
readonly "::-webkit-progress-bar"?: import("@emotion/react").CSSObject | undefined;
|
|
2915
|
+
readonly "::-webkit-progress-inner-value"?: import("@emotion/react").CSSObject | undefined;
|
|
2916
|
+
readonly "::-webkit-progress-value"?: import("@emotion/react").CSSObject | undefined;
|
|
2917
|
+
readonly "::-webkit-slider-runnable-track"?: import("@emotion/react").CSSObject | undefined;
|
|
2918
|
+
readonly "::-webkit-slider-thumb"?: import("@emotion/react").CSSObject | undefined;
|
|
2919
|
+
readonly "::after"?: import("@emotion/react").CSSObject | undefined;
|
|
2920
|
+
readonly "::backdrop"?: import("@emotion/react").CSSObject | undefined;
|
|
2921
|
+
readonly "::before"?: import("@emotion/react").CSSObject | undefined;
|
|
2922
|
+
readonly "::first-letter"?: import("@emotion/react").CSSObject | undefined;
|
|
2923
|
+
readonly "::first-line"?: import("@emotion/react").CSSObject | undefined;
|
|
2924
|
+
readonly "::grammar-error"?: import("@emotion/react").CSSObject | undefined;
|
|
2925
|
+
readonly "::marker"?: import("@emotion/react").CSSObject | undefined;
|
|
2926
|
+
readonly "::placeholder"?: import("@emotion/react").CSSObject | undefined;
|
|
2927
|
+
readonly "::selection"?: import("@emotion/react").CSSObject | undefined;
|
|
2928
|
+
readonly "::spelling-error"?: import("@emotion/react").CSSObject | undefined;
|
|
2929
|
+
readonly "::target-text"?: import("@emotion/react").CSSObject | undefined;
|
|
2930
|
+
readonly "::view-transition"?: import("@emotion/react").CSSObject | undefined;
|
|
2931
|
+
readonly ":active"?: import("@emotion/react").CSSObject | undefined;
|
|
2932
|
+
readonly ":after"?: import("@emotion/react").CSSObject | undefined;
|
|
2933
|
+
readonly ":any-link"?: import("@emotion/react").CSSObject | undefined;
|
|
2934
|
+
readonly ":before"?: import("@emotion/react").CSSObject | undefined;
|
|
2935
|
+
readonly ":blank"?: import("@emotion/react").CSSObject | undefined;
|
|
2936
|
+
readonly ":checked"?: import("@emotion/react").CSSObject | undefined;
|
|
2937
|
+
readonly ":current"?: import("@emotion/react").CSSObject | undefined;
|
|
2938
|
+
readonly ":default"?: import("@emotion/react").CSSObject | undefined;
|
|
2939
|
+
readonly ":defined"?: import("@emotion/react").CSSObject | undefined;
|
|
2940
|
+
readonly ":disabled"?: import("@emotion/react").CSSObject | undefined;
|
|
2941
|
+
readonly ":empty"?: import("@emotion/react").CSSObject | undefined;
|
|
2942
|
+
readonly ":first"?: import("@emotion/react").CSSObject | undefined;
|
|
2943
|
+
readonly ":first-child"?: import("@emotion/react").CSSObject | undefined;
|
|
2944
|
+
readonly ":first-letter"?: import("@emotion/react").CSSObject | undefined;
|
|
2945
|
+
readonly ":first-line"?: import("@emotion/react").CSSObject | undefined;
|
|
2946
|
+
readonly ":first-of-type"?: import("@emotion/react").CSSObject | undefined;
|
|
2947
|
+
readonly ":focus-visible"?: import("@emotion/react").CSSObject | undefined;
|
|
2948
|
+
readonly ":focus-within"?: import("@emotion/react").CSSObject | undefined;
|
|
2949
|
+
readonly ":fullscreen"?: import("@emotion/react").CSSObject | undefined;
|
|
2950
|
+
readonly ":future"?: import("@emotion/react").CSSObject | undefined;
|
|
2951
|
+
readonly ":hover"?: import("@emotion/react").CSSObject | undefined;
|
|
2952
|
+
readonly ":in-range"?: import("@emotion/react").CSSObject | undefined;
|
|
2953
|
+
readonly ":indeterminate"?: import("@emotion/react").CSSObject | undefined;
|
|
2954
|
+
readonly ":invalid"?: import("@emotion/react").CSSObject | undefined;
|
|
2955
|
+
readonly ":last-child"?: import("@emotion/react").CSSObject | undefined;
|
|
2956
|
+
readonly ":last-of-type"?: import("@emotion/react").CSSObject | undefined;
|
|
2957
|
+
readonly ":left"?: import("@emotion/react").CSSObject | undefined;
|
|
2958
|
+
readonly ":link"?: import("@emotion/react").CSSObject | undefined;
|
|
2959
|
+
readonly ":local-link"?: import("@emotion/react").CSSObject | undefined;
|
|
2960
|
+
readonly ":nth-col"?: import("@emotion/react").CSSObject | undefined;
|
|
2961
|
+
readonly ":nth-last-col"?: import("@emotion/react").CSSObject | undefined;
|
|
2962
|
+
readonly ":only-child"?: import("@emotion/react").CSSObject | undefined;
|
|
2963
|
+
readonly ":only-of-type"?: import("@emotion/react").CSSObject | undefined;
|
|
2964
|
+
readonly ":optional"?: import("@emotion/react").CSSObject | undefined;
|
|
2965
|
+
readonly ":out-of-range"?: import("@emotion/react").CSSObject | undefined;
|
|
2966
|
+
readonly ":past"?: import("@emotion/react").CSSObject | undefined;
|
|
2967
|
+
readonly ":paused"?: import("@emotion/react").CSSObject | undefined;
|
|
2968
|
+
readonly ":picture-in-picture"?: import("@emotion/react").CSSObject | undefined;
|
|
2969
|
+
readonly ":placeholder-shown"?: import("@emotion/react").CSSObject | undefined;
|
|
2970
|
+
readonly ":playing"?: import("@emotion/react").CSSObject | undefined;
|
|
2971
|
+
readonly ":read-only"?: import("@emotion/react").CSSObject | undefined;
|
|
2972
|
+
readonly ":read-write"?: import("@emotion/react").CSSObject | undefined;
|
|
2973
|
+
readonly ":required"?: import("@emotion/react").CSSObject | undefined;
|
|
2974
|
+
readonly ":right"?: import("@emotion/react").CSSObject | undefined;
|
|
2975
|
+
readonly ":root"?: import("@emotion/react").CSSObject | undefined;
|
|
2976
|
+
readonly ":scope"?: import("@emotion/react").CSSObject | undefined;
|
|
2977
|
+
readonly ":target"?: import("@emotion/react").CSSObject | undefined;
|
|
2978
|
+
readonly ":target-within"?: import("@emotion/react").CSSObject | undefined;
|
|
2979
|
+
readonly ":user-invalid"?: import("@emotion/react").CSSObject | undefined;
|
|
2980
|
+
readonly ":user-valid"?: import("@emotion/react").CSSObject | undefined;
|
|
2981
|
+
readonly ":valid"?: import("@emotion/react").CSSObject | undefined;
|
|
2982
|
+
readonly ":visited"?: import("@emotion/react").CSSObject | undefined;
|
|
2983
|
+
}];
|
|
62
2984
|
export {};
|