@bothub-chat/ui 2.58.0-feat-documentizer-eebe0c83-75e9-495a-a653-aef8b3122e37 → 2.58.0-feat-documentizer-d13fe213-8be6-4429-a51c-ae23e144ebf3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,961 +1,961 @@
|
|
|
1
|
-
export declare const BackdropStyled: import("styled-components").IStyledComponent<"web",
|
|
1
|
+
export declare const BackdropStyled: import("styled-components").IStyledComponent<"web", {
|
|
2
2
|
ref?: import("react").Ref<HTMLDivElement> | undefined;
|
|
3
3
|
key?: import("react").Key | null | undefined;
|
|
4
|
-
defaultChecked?: boolean |
|
|
5
|
-
defaultValue?: string | number | readonly string[] | undefined;
|
|
6
|
-
suppressContentEditableWarning?: boolean |
|
|
7
|
-
suppressHydrationWarning?: boolean |
|
|
8
|
-
accessKey?: string |
|
|
9
|
-
autoCapitalize?: "
|
|
10
|
-
autoFocus?: boolean |
|
|
11
|
-
className?: string |
|
|
12
|
-
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
13
|
-
contextMenu?: string |
|
|
14
|
-
dir?: string |
|
|
15
|
-
draggable?:
|
|
16
|
-
enterKeyHint?: "enter" | "done" | "go" | "
|
|
17
|
-
hidden?: boolean |
|
|
18
|
-
id?: string |
|
|
19
|
-
lang?: string |
|
|
20
|
-
nonce?: string |
|
|
21
|
-
slot?: string |
|
|
22
|
-
spellCheck?:
|
|
4
|
+
defaultChecked?: boolean | import("@react-spring/shared").FluidValue<boolean, any> | undefined;
|
|
5
|
+
defaultValue?: string | number | readonly string[] | import("@react-spring/shared").FluidValue<string | number | readonly string[], any> | undefined;
|
|
6
|
+
suppressContentEditableWarning?: boolean | import("@react-spring/shared").FluidValue<boolean, any> | undefined;
|
|
7
|
+
suppressHydrationWarning?: boolean | import("@react-spring/shared").FluidValue<boolean, any> | undefined;
|
|
8
|
+
accessKey?: string | import("@react-spring/shared").FluidValue<string, any> | undefined;
|
|
9
|
+
autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | import("@react-spring/shared").FluidValue<(string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters", any> | undefined;
|
|
10
|
+
autoFocus?: boolean | import("@react-spring/shared").FluidValue<boolean, any> | undefined;
|
|
11
|
+
className?: string | import("@react-spring/shared").FluidValue<string, any> | undefined;
|
|
12
|
+
contentEditable?: boolean | "inherit" | "false" | "true" | "plaintext-only" | import("@react-spring/shared").FluidValue<"inherit" | (boolean | "false" | "true") | "plaintext-only", any> | undefined;
|
|
13
|
+
contextMenu?: string | import("@react-spring/shared").FluidValue<string, any> | undefined;
|
|
14
|
+
dir?: string | import("@react-spring/shared").FluidValue<string, any> | undefined;
|
|
15
|
+
draggable?: boolean | "false" | "true" | import("@react-spring/shared").FluidValue<boolean | "false" | "true", any> | undefined;
|
|
16
|
+
enterKeyHint?: "search" | "next" | "enter" | "done" | "go" | "previous" | "send" | import("@react-spring/shared").FluidValue<"search" | "next" | "enter" | "done" | "go" | "previous" | "send", any> | undefined;
|
|
17
|
+
hidden?: boolean | import("@react-spring/shared").FluidValue<boolean, any> | undefined;
|
|
18
|
+
id?: string | import("@react-spring/shared").FluidValue<string, any> | undefined;
|
|
19
|
+
lang?: string | import("@react-spring/shared").FluidValue<string, any> | undefined;
|
|
20
|
+
nonce?: string | import("@react-spring/shared").FluidValue<string, any> | undefined;
|
|
21
|
+
slot?: string | import("@react-spring/shared").FluidValue<string, any> | undefined;
|
|
22
|
+
spellCheck?: boolean | "false" | "true" | import("@react-spring/shared").FluidValue<boolean | "false" | "true", any> | undefined;
|
|
23
23
|
style?: {
|
|
24
|
-
accentColor?: import("
|
|
25
|
-
alignContent?: import("
|
|
26
|
-
alignItems?: import("
|
|
27
|
-
alignSelf?: import("
|
|
28
|
-
alignTracks?: import("
|
|
29
|
-
animationComposition?: import("
|
|
30
|
-
animationDelay?: import("
|
|
31
|
-
animationDirection?: import("
|
|
32
|
-
animationDuration?: import("
|
|
33
|
-
animationFillMode?: import("
|
|
34
|
-
animationIterationCount?: import("
|
|
35
|
-
animationName?: import("
|
|
36
|
-
animationPlayState?: import("
|
|
37
|
-
animationRangeEnd?: import("csstype").Property.AnimationRangeEnd<string | number> | undefined;
|
|
38
|
-
animationRangeStart?: import("csstype").Property.AnimationRangeStart<string | number> | undefined;
|
|
39
|
-
animationTimeline?: import("
|
|
40
|
-
animationTimingFunction?: import("
|
|
41
|
-
appearance?: import("csstype").Property.Appearance | undefined;
|
|
42
|
-
aspectRatio?: import("
|
|
43
|
-
backdropFilter?: import("
|
|
44
|
-
backfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
45
|
-
backgroundAttachment?: import("
|
|
46
|
-
backgroundBlendMode?: import("
|
|
47
|
-
backgroundClip?: import("
|
|
48
|
-
backgroundColor?: import("
|
|
49
|
-
backgroundImage?: import("
|
|
50
|
-
backgroundOrigin?: import("
|
|
51
|
-
backgroundPositionX?: import("csstype").Property.BackgroundPositionX<string | number> | undefined;
|
|
52
|
-
backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | undefined;
|
|
53
|
-
backgroundRepeat?: import("
|
|
54
|
-
backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
|
|
55
|
-
blockOverflow?: import("
|
|
56
|
-
blockSize?: import("csstype").Property.BlockSize<string | number> | undefined;
|
|
57
|
-
borderBlockColor?: import("
|
|
58
|
-
borderBlockEndColor?: import("
|
|
59
|
-
borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
|
|
60
|
-
borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
|
|
61
|
-
borderBlockStartColor?: import("
|
|
62
|
-
borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
|
|
63
|
-
borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
|
|
64
|
-
borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
|
|
65
|
-
borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
|
|
66
|
-
borderBottomColor?: import("
|
|
67
|
-
borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
|
|
68
|
-
borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
|
|
69
|
-
borderBottomStyle?: import("csstype").Property.BorderBottomStyle | undefined;
|
|
70
|
-
borderBottomWidth?: import("csstype").Property.BorderBottomWidth<string | number> | undefined;
|
|
71
|
-
borderCollapse?: import("csstype").Property.BorderCollapse | undefined;
|
|
72
|
-
borderEndEndRadius?: import("csstype").Property.BorderEndEndRadius<string | number> | undefined;
|
|
73
|
-
borderEndStartRadius?: import("csstype").Property.BorderEndStartRadius<string | number> | undefined;
|
|
74
|
-
borderImageOutset?: import("csstype").Property.BorderImageOutset<string | number> | undefined;
|
|
75
|
-
borderImageRepeat?: import("
|
|
76
|
-
borderImageSlice?: import("
|
|
77
|
-
borderImageSource?: import("
|
|
78
|
-
borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | undefined;
|
|
79
|
-
borderInlineColor?: import("
|
|
80
|
-
borderInlineEndColor?: import("
|
|
81
|
-
borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
|
|
82
|
-
borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
|
|
83
|
-
borderInlineStartColor?: import("
|
|
84
|
-
borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
|
|
85
|
-
borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
|
|
86
|
-
borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
|
|
87
|
-
borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
|
|
88
|
-
borderLeftColor?: import("
|
|
89
|
-
borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
|
|
90
|
-
borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
|
|
91
|
-
borderRightColor?: import("
|
|
92
|
-
borderRightStyle?: import("csstype").Property.BorderRightStyle | undefined;
|
|
93
|
-
borderRightWidth?: import("csstype").Property.BorderRightWidth<string | number> | undefined;
|
|
94
|
-
borderSpacing?: import("csstype").Property.BorderSpacing<string | number> | undefined;
|
|
95
|
-
borderStartEndRadius?: import("csstype").Property.BorderStartEndRadius<string | number> | undefined;
|
|
96
|
-
borderStartStartRadius?: import("csstype").Property.BorderStartStartRadius<string | number> | undefined;
|
|
97
|
-
borderTopColor?: import("
|
|
98
|
-
borderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
|
|
99
|
-
borderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
|
|
100
|
-
borderTopStyle?: import("csstype").Property.BorderTopStyle | undefined;
|
|
101
|
-
borderTopWidth?: import("csstype").Property.BorderTopWidth<string | number> | undefined;
|
|
102
|
-
bottom?: import("csstype").Property.Bottom<string | number> | undefined;
|
|
103
|
-
boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
|
|
104
|
-
boxShadow?: import("
|
|
105
|
-
boxSizing?: import("csstype").Property.BoxSizing | undefined;
|
|
106
|
-
breakAfter?: import("csstype").Property.BreakAfter | undefined;
|
|
107
|
-
breakBefore?: import("csstype").Property.BreakBefore | undefined;
|
|
108
|
-
breakInside?: import("csstype").Property.BreakInside | undefined;
|
|
109
|
-
captionSide?: import("csstype").Property.CaptionSide | undefined;
|
|
110
|
-
caretColor?: import("
|
|
111
|
-
caretShape?: import("csstype").Property.CaretShape | undefined;
|
|
112
|
-
clear?: import("csstype").Property.Clear | undefined;
|
|
113
|
-
clipPath?: import("
|
|
114
|
-
color?: import("
|
|
115
|
-
colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
|
|
116
|
-
colorScheme?: import("
|
|
117
|
-
columnCount?: import("
|
|
118
|
-
columnFill?: import("csstype").Property.ColumnFill | undefined;
|
|
119
|
-
columnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
|
|
120
|
-
columnRuleColor?: import("
|
|
121
|
-
columnRuleStyle?: import("
|
|
122
|
-
columnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
|
|
123
|
-
columnSpan?: import("csstype").Property.ColumnSpan | undefined;
|
|
124
|
-
columnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
|
|
125
|
-
contain?: import("
|
|
126
|
-
containIntrinsicBlockSize?: import("csstype").Property.ContainIntrinsicBlockSize<string | number> | undefined;
|
|
127
|
-
containIntrinsicHeight?: import("csstype").Property.ContainIntrinsicHeight<string | number> | undefined;
|
|
128
|
-
containIntrinsicInlineSize?: import("csstype").Property.ContainIntrinsicInlineSize<string | number> | undefined;
|
|
129
|
-
containIntrinsicWidth?: import("csstype").Property.ContainIntrinsicWidth<string | number> | undefined;
|
|
130
|
-
containerName?: import("
|
|
131
|
-
containerType?: import("csstype").Property.ContainerType | undefined;
|
|
132
|
-
content?: import("
|
|
133
|
-
contentVisibility?: import("csstype").Property.ContentVisibility | undefined;
|
|
134
|
-
counterIncrement?: import("
|
|
135
|
-
counterReset?: import("
|
|
136
|
-
counterSet?: import("
|
|
137
|
-
cursor?: import("
|
|
138
|
-
direction?: import("csstype").Property.Direction | undefined;
|
|
139
|
-
display?: import("
|
|
140
|
-
emptyCells?: import("csstype").Property.EmptyCells | undefined;
|
|
141
|
-
filter?: import("
|
|
142
|
-
flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
|
|
143
|
-
flexDirection?: import("csstype").Property.FlexDirection | undefined;
|
|
144
|
-
flexGrow?: import("
|
|
145
|
-
flexShrink?: import("
|
|
146
|
-
flexWrap?: import("csstype").Property.FlexWrap | undefined;
|
|
147
|
-
float?: import("csstype").Property.Float | undefined;
|
|
148
|
-
fontFamily?: import("
|
|
149
|
-
fontFeatureSettings?: import("
|
|
150
|
-
fontKerning?: import("csstype").Property.FontKerning | undefined;
|
|
151
|
-
fontLanguageOverride?: import("
|
|
152
|
-
fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | undefined;
|
|
153
|
-
fontPalette?: import("
|
|
154
|
-
fontSize?: import("csstype").Property.FontSize<string | number> | undefined;
|
|
155
|
-
fontSizeAdjust?: import("
|
|
156
|
-
fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
|
|
157
|
-
fontStretch?: import("
|
|
158
|
-
fontStyle?: import("
|
|
159
|
-
fontSynthesis?: import("
|
|
160
|
-
fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
|
|
161
|
-
fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
|
|
162
|
-
fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | undefined;
|
|
163
|
-
fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | undefined;
|
|
164
|
-
fontVariant?: import("
|
|
165
|
-
fontVariantAlternates?: import("
|
|
166
|
-
fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
|
|
167
|
-
fontVariantEastAsian?: import("
|
|
168
|
-
fontVariantEmoji?: import("csstype").Property.FontVariantEmoji | undefined;
|
|
169
|
-
fontVariantLigatures?: import("
|
|
170
|
-
fontVariantNumeric?: import("
|
|
171
|
-
fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
|
|
172
|
-
fontVariationSettings?: import("
|
|
173
|
-
fontWeight?: import("
|
|
174
|
-
forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
|
|
175
|
-
gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | undefined;
|
|
176
|
-
gridAutoFlow?: import("
|
|
177
|
-
gridAutoRows?: import("csstype").Property.GridAutoRows<string | number> | undefined;
|
|
178
|
-
gridColumnEnd?: import("
|
|
179
|
-
gridColumnStart?: import("
|
|
180
|
-
gridRowEnd?: import("
|
|
181
|
-
gridRowStart?: import("
|
|
182
|
-
gridTemplateAreas?: import("
|
|
183
|
-
gridTemplateColumns?: import("csstype").Property.GridTemplateColumns<string | number> | undefined;
|
|
184
|
-
gridTemplateRows?: import("csstype").Property.GridTemplateRows<string | number> | undefined;
|
|
185
|
-
hangingPunctuation?: import("
|
|
186
|
-
height?: import("csstype").Property.Height<string | number> | undefined;
|
|
187
|
-
hyphenateCharacter?: import("
|
|
188
|
-
hyphenateLimitChars?: import("
|
|
189
|
-
hyphens?: import("csstype").Property.Hyphens | undefined;
|
|
190
|
-
imageOrientation?: import("
|
|
191
|
-
imageRendering?: import("csstype").Property.ImageRendering | undefined;
|
|
192
|
-
imageResolution?: import("
|
|
193
|
-
initialLetter?: import("
|
|
194
|
-
inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
|
|
195
|
-
inputSecurity?: import("csstype").Property.InputSecurity | undefined;
|
|
196
|
-
insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
|
|
197
|
-
insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
|
|
198
|
-
insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
|
|
199
|
-
insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
|
|
200
|
-
isolation?: import("csstype").Property.Isolation | undefined;
|
|
201
|
-
justifyContent?: import("
|
|
202
|
-
justifyItems?: import("
|
|
203
|
-
justifySelf?: import("
|
|
204
|
-
justifyTracks?: import("
|
|
205
|
-
left?: import("csstype").Property.Left<string | number> | undefined;
|
|
206
|
-
letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | undefined;
|
|
207
|
-
lineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
208
|
-
lineHeight?: import("csstype").Property.LineHeight<string | number> | undefined;
|
|
209
|
-
lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | undefined;
|
|
210
|
-
listStyleImage?: import("
|
|
211
|
-
listStylePosition?: import("csstype").Property.ListStylePosition | undefined;
|
|
212
|
-
listStyleType?: import("
|
|
213
|
-
marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
|
|
214
|
-
marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
|
|
215
|
-
marginBottom?: import("csstype").Property.MarginBottom<string | number> | undefined;
|
|
216
|
-
marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
|
|
217
|
-
marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
|
218
|
-
marginLeft?: import("csstype").Property.MarginLeft<string | number> | undefined;
|
|
219
|
-
marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
|
|
220
|
-
marginTop?: import("csstype").Property.MarginTop<string | number> | undefined;
|
|
221
|
-
marginTrim?: import("csstype").Property.MarginTrim | undefined;
|
|
222
|
-
maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
|
|
223
|
-
maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
|
|
224
|
-
maskBorderRepeat?: import("
|
|
225
|
-
maskBorderSlice?: import("
|
|
226
|
-
maskBorderSource?: import("
|
|
227
|
-
maskBorderWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
|
|
228
|
-
maskClip?: import("
|
|
229
|
-
maskComposite?: import("
|
|
230
|
-
maskImage?: import("
|
|
231
|
-
maskMode?: import("
|
|
232
|
-
maskOrigin?: import("
|
|
233
|
-
maskPosition?: import("csstype").Property.MaskPosition<string | number> | undefined;
|
|
234
|
-
maskRepeat?: import("
|
|
235
|
-
maskSize?: import("csstype").Property.MaskSize<string | number> | undefined;
|
|
236
|
-
maskType?: import("csstype").Property.MaskType | undefined;
|
|
237
|
-
masonryAutoFlow?: import("
|
|
238
|
-
mathDepth?: import("
|
|
239
|
-
mathShift?: import("csstype").Property.MathShift | undefined;
|
|
240
|
-
mathStyle?: import("csstype").Property.MathStyle | undefined;
|
|
241
|
-
maxBlockSize?: import("csstype").Property.MaxBlockSize<string | number> | undefined;
|
|
242
|
-
maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
|
|
243
|
-
maxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
|
|
244
|
-
maxLines?: import("
|
|
245
|
-
maxWidth?: import("csstype").Property.MaxWidth<string | number> | undefined;
|
|
246
|
-
minBlockSize?: import("csstype").Property.MinBlockSize<string | number> | undefined;
|
|
247
|
-
minHeight?: import("csstype").Property.MinHeight<string | number> | undefined;
|
|
248
|
-
minInlineSize?: import("csstype").Property.MinInlineSize<string | number> | undefined;
|
|
249
|
-
minWidth?: import("csstype").Property.MinWidth<string | number> | undefined;
|
|
250
|
-
mixBlendMode?: import("csstype").Property.MixBlendMode | undefined;
|
|
251
|
-
motionDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
|
|
252
|
-
motionPath?: import("
|
|
253
|
-
motionRotation?: import("
|
|
254
|
-
objectFit?: import("csstype").Property.ObjectFit | undefined;
|
|
255
|
-
objectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
|
|
256
|
-
offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
|
|
257
|
-
offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
|
|
258
|
-
offsetPath?: import("
|
|
259
|
-
offsetPosition?: import("csstype").Property.OffsetPosition<string | number> | undefined;
|
|
260
|
-
offsetRotate?: import("
|
|
261
|
-
offsetRotation?: import("
|
|
262
|
-
opacity?: import("
|
|
263
|
-
order?: import("
|
|
264
|
-
orphans?: import("
|
|
265
|
-
outlineColor?: import("
|
|
266
|
-
outlineOffset?: import("csstype").Property.OutlineOffset<string | number> | undefined;
|
|
267
|
-
outlineStyle?: import("
|
|
268
|
-
outlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
|
|
269
|
-
overflowAnchor?: import("csstype").Property.OverflowAnchor | undefined;
|
|
270
|
-
overflowBlock?: import("csstype").Property.OverflowBlock | undefined;
|
|
271
|
-
overflowClipBox?: import("csstype").Property.OverflowClipBox | undefined;
|
|
272
|
-
overflowClipMargin?: import("csstype").Property.OverflowClipMargin<string | number> | undefined;
|
|
273
|
-
overflowInline?: import("csstype").Property.OverflowInline | undefined;
|
|
274
|
-
overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
|
|
275
|
-
overflowX?: import("csstype").Property.OverflowX | undefined;
|
|
276
|
-
overflowY?: import("csstype").Property.OverflowY | undefined;
|
|
277
|
-
overlay?: import("csstype").Property.Overlay | undefined;
|
|
278
|
-
overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
|
|
279
|
-
overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
|
|
280
|
-
overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
|
|
281
|
-
overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | undefined;
|
|
282
|
-
paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
|
|
283
|
-
paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
|
|
284
|
-
paddingBottom?: import("csstype").Property.PaddingBottom<string | number> | undefined;
|
|
285
|
-
paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
|
|
286
|
-
paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
|
|
287
|
-
paddingLeft?: import("csstype").Property.PaddingLeft<string | number> | undefined;
|
|
288
|
-
paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
|
|
289
|
-
paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
|
|
290
|
-
page?: import("
|
|
291
|
-
pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
|
|
292
|
-
pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
|
|
293
|
-
pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
|
|
294
|
-
paintOrder?: import("
|
|
295
|
-
perspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
296
|
-
perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
297
|
-
pointerEvents?: import("csstype").Property.PointerEvents | undefined;
|
|
298
|
-
position?: import("csstype").Property.Position | undefined;
|
|
299
|
-
printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
|
|
300
|
-
quotes?: import("
|
|
301
|
-
resize?: import("csstype").Property.Resize | undefined;
|
|
302
|
-
right?: import("csstype").Property.Right<string | number> | undefined;
|
|
303
|
-
rotate?:
|
|
304
|
-
rowGap?: import("csstype").Property.RowGap<string | number> | undefined;
|
|
305
|
-
rubyAlign?: import("csstype").Property.RubyAlign | undefined;
|
|
306
|
-
rubyMerge?: import("csstype").Property.RubyMerge | undefined;
|
|
307
|
-
rubyPosition?: import("
|
|
308
|
-
scale?: string | number | readonly [number, number] | undefined;
|
|
309
|
-
scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
|
|
310
|
-
scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
|
|
311
|
-
scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
|
|
312
|
-
scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
|
|
313
|
-
scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined;
|
|
314
|
-
scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined;
|
|
315
|
-
scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
|
|
316
|
-
scrollMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
|
|
317
|
-
scrollMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
|
|
318
|
-
scrollPaddingBlockEnd?: import("csstype").Property.ScrollPaddingBlockEnd<string | number> | undefined;
|
|
319
|
-
scrollPaddingBlockStart?: import("csstype").Property.ScrollPaddingBlockStart<string | number> | undefined;
|
|
320
|
-
scrollPaddingBottom?: import("csstype").Property.ScrollPaddingBottom<string | number> | undefined;
|
|
321
|
-
scrollPaddingInlineEnd?: import("csstype").Property.ScrollPaddingInlineEnd<string | number> | undefined;
|
|
322
|
-
scrollPaddingInlineStart?: import("csstype").Property.ScrollPaddingInlineStart<string | number> | undefined;
|
|
323
|
-
scrollPaddingLeft?: import("csstype").Property.ScrollPaddingLeft<string | number> | undefined;
|
|
324
|
-
scrollPaddingRight?: import("csstype").Property.ScrollPaddingRight<string | number> | undefined;
|
|
325
|
-
scrollPaddingTop?: import("csstype").Property.ScrollPaddingTop<string | number> | undefined;
|
|
326
|
-
scrollSnapAlign?: import("
|
|
327
|
-
scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
|
|
328
|
-
scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
|
|
329
|
-
scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
|
|
330
|
-
scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
|
|
331
|
-
scrollSnapStop?: import("csstype").Property.ScrollSnapStop | undefined;
|
|
332
|
-
scrollSnapType?: import("
|
|
333
|
-
scrollTimelineAxis?: import("
|
|
334
|
-
scrollTimelineName?: import("
|
|
335
|
-
scrollbarColor?: import("
|
|
336
|
-
scrollbarGutter?: import("
|
|
337
|
-
scrollbarWidth?: import("csstype").Property.ScrollbarWidth | undefined;
|
|
338
|
-
shapeImageThreshold?: import("
|
|
339
|
-
shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
|
|
340
|
-
shapeOutside?: import("
|
|
341
|
-
tabSize?: import("csstype").Property.TabSize<string | number> | undefined;
|
|
342
|
-
tableLayout?: import("csstype").Property.TableLayout | undefined;
|
|
343
|
-
textAlign?: import("csstype").Property.TextAlign | undefined;
|
|
344
|
-
textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
|
|
345
|
-
textCombineUpright?: import("
|
|
346
|
-
textDecorationColor?: import("
|
|
347
|
-
textDecorationLine?: import("
|
|
348
|
-
textDecorationSkip?: import("
|
|
349
|
-
textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | undefined;
|
|
350
|
-
textDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
|
|
351
|
-
textDecorationThickness?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
|
|
352
|
-
textEmphasisColor?: import("
|
|
353
|
-
textEmphasisPosition?: import("
|
|
354
|
-
textEmphasisStyle?: import("
|
|
355
|
-
textIndent?: import("csstype").Property.TextIndent<string | number> | undefined;
|
|
356
|
-
textJustify?: import("csstype").Property.TextJustify | undefined;
|
|
357
|
-
textOrientation?: import("csstype").Property.TextOrientation | undefined;
|
|
358
|
-
textOverflow?: import("
|
|
359
|
-
textRendering?: import("csstype").Property.TextRendering | undefined;
|
|
360
|
-
textShadow?: import("
|
|
361
|
-
textSizeAdjust?: import("
|
|
362
|
-
textTransform?: import("csstype").Property.TextTransform | undefined;
|
|
363
|
-
textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
|
|
364
|
-
textUnderlinePosition?: import("
|
|
365
|
-
textWrap?: import("csstype").Property.TextWrap | undefined;
|
|
366
|
-
timelineScope?: import("
|
|
367
|
-
top?: import("csstype").Property.Top<string | number> | undefined;
|
|
368
|
-
touchAction?: import("
|
|
369
|
-
transform?: string | undefined;
|
|
370
|
-
transformBox?: import("csstype").Property.TransformBox | undefined;
|
|
371
|
-
transformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
372
|
-
transformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
373
|
-
transitionBehavior?: import("
|
|
374
|
-
transitionDelay?: import("
|
|
375
|
-
transitionDuration?: import("
|
|
376
|
-
transitionProperty?: import("
|
|
377
|
-
transitionTimingFunction?: import("
|
|
378
|
-
translate?: (string | number) | readonly [string | number, string | number] | undefined;
|
|
379
|
-
unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
|
|
380
|
-
userSelect?: import("csstype").Property.UserSelect | undefined;
|
|
381
|
-
verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
|
|
382
|
-
viewTimelineAxis?: import("
|
|
383
|
-
viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
|
|
384
|
-
viewTimelineName?: import("
|
|
385
|
-
viewTransitionName?: import("
|
|
386
|
-
visibility?: import("csstype").Property.Visibility | undefined;
|
|
387
|
-
whiteSpace?: import("
|
|
388
|
-
whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
|
|
389
|
-
whiteSpaceTrim?: import("
|
|
390
|
-
widows?: import("
|
|
391
|
-
width?: import("csstype").Property.Width<string | number> | undefined;
|
|
392
|
-
willChange?: import("
|
|
393
|
-
wordBreak?: import("csstype").Property.WordBreak | undefined;
|
|
394
|
-
wordSpacing?: import("csstype").Property.WordSpacing<string | number> | undefined;
|
|
395
|
-
wordWrap?: import("csstype").Property.WordWrap | undefined;
|
|
396
|
-
writingMode?: import("csstype").Property.WritingMode | undefined;
|
|
397
|
-
zIndex?: import("
|
|
398
|
-
zoom?: import("
|
|
399
|
-
all?: import("csstype").Globals | undefined;
|
|
400
|
-
animation?: import("
|
|
401
|
-
animationRange?: import("csstype").Property.AnimationRange<string | number> | undefined;
|
|
402
|
-
background?: import("csstype").Property.Background<string | number> | undefined;
|
|
403
|
-
backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
|
|
404
|
-
border?: import("csstype").Property.Border<string | number> | undefined;
|
|
405
|
-
borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
|
|
406
|
-
borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
|
|
407
|
-
borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
|
|
408
|
-
borderBottom?: import("csstype").Property.BorderBottom<string | number> | undefined;
|
|
409
|
-
borderColor?: import("
|
|
410
|
-
borderImage?: import("
|
|
411
|
-
borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
|
|
412
|
-
borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
|
|
413
|
-
borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
|
|
414
|
-
borderLeft?: import("csstype").Property.BorderLeft<string | number> | undefined;
|
|
415
|
-
borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
|
|
416
|
-
borderRight?: import("csstype").Property.BorderRight<string | number> | undefined;
|
|
417
|
-
borderStyle?: import("
|
|
418
|
-
borderTop?: import("csstype").Property.BorderTop<string | number> | undefined;
|
|
419
|
-
borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
|
|
420
|
-
caret?: import("
|
|
421
|
-
columnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
|
|
422
|
-
columns?: import("csstype").Property.Columns<string | number> | undefined;
|
|
423
|
-
containIntrinsicSize?: import("csstype").Property.ContainIntrinsicSize<string | number> | undefined;
|
|
424
|
-
container?: import("
|
|
425
|
-
flex?: import("csstype").Property.Flex<string | number> | undefined;
|
|
426
|
-
flexFlow?: import("
|
|
427
|
-
font?: import("
|
|
428
|
-
gap?: import("csstype").Property.Gap<string | number> | undefined;
|
|
429
|
-
grid?: import("
|
|
430
|
-
gridArea?: import("
|
|
431
|
-
gridColumn?: import("
|
|
432
|
-
gridRow?: import("
|
|
433
|
-
gridTemplate?: import("
|
|
434
|
-
inset?: import("csstype").Property.Inset<string | number> | undefined;
|
|
435
|
-
insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
|
|
436
|
-
insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
|
|
437
|
-
lineClamp?: import("
|
|
438
|
-
listStyle?: import("
|
|
439
|
-
margin?: import("csstype").Property.Margin<string | number> | undefined;
|
|
440
|
-
marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
|
|
441
|
-
marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
|
|
442
|
-
mask?: import("csstype").Property.Mask<string | number> | undefined;
|
|
443
|
-
maskBorder?: import("
|
|
444
|
-
motion?: import("csstype").Property.Offset<string | number> | undefined;
|
|
445
|
-
offset?: import("csstype").Property.Offset<string | number> | undefined;
|
|
446
|
-
outline?: import("csstype").Property.Outline<string | number> | undefined;
|
|
447
|
-
overflow?: import("
|
|
448
|
-
overscrollBehavior?: import("
|
|
449
|
-
padding?: import("csstype").Property.Padding<string | number> | undefined;
|
|
450
|
-
paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
|
|
451
|
-
paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
|
|
452
|
-
placeContent?: import("
|
|
453
|
-
placeItems?: import("
|
|
454
|
-
placeSelf?: import("
|
|
455
|
-
scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
|
|
456
|
-
scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
|
|
457
|
-
scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
|
|
458
|
-
scrollPadding?: import("csstype").Property.ScrollPadding<string | number> | undefined;
|
|
459
|
-
scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<string | number> | undefined;
|
|
460
|
-
scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<string | number> | undefined;
|
|
461
|
-
scrollSnapMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
|
|
462
|
-
scrollTimeline?: import("
|
|
463
|
-
textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
|
|
464
|
-
textEmphasis?: import("
|
|
465
|
-
transition?: import("
|
|
466
|
-
viewTimeline?: import("
|
|
467
|
-
MozAnimationDelay?: import("
|
|
468
|
-
MozAnimationDirection?: import("
|
|
469
|
-
MozAnimationDuration?: import("
|
|
470
|
-
MozAnimationFillMode?: import("
|
|
471
|
-
MozAnimationIterationCount?: import("
|
|
472
|
-
MozAnimationName?: import("
|
|
473
|
-
MozAnimationPlayState?: import("
|
|
474
|
-
MozAnimationTimingFunction?: import("
|
|
475
|
-
MozAppearance?: import("csstype").Property.MozAppearance | undefined;
|
|
476
|
-
MozBinding?: import("
|
|
477
|
-
MozBorderBottomColors?: import("
|
|
478
|
-
MozBorderEndColor?: import("
|
|
479
|
-
MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
|
|
480
|
-
MozBorderEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
|
|
481
|
-
MozBorderLeftColors?: import("
|
|
482
|
-
MozBorderRightColors?: import("
|
|
483
|
-
MozBorderStartColor?: import("
|
|
484
|
-
MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
|
|
485
|
-
MozBorderTopColors?: import("
|
|
486
|
-
MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
|
|
487
|
-
MozColumnCount?: import("
|
|
488
|
-
MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
|
|
489
|
-
MozColumnRuleColor?: import("
|
|
490
|
-
MozColumnRuleStyle?: import("
|
|
491
|
-
MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
|
|
492
|
-
MozColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
|
|
493
|
-
MozContextProperties?: import("
|
|
494
|
-
MozFontFeatureSettings?: import("
|
|
495
|
-
MozFontLanguageOverride?: import("
|
|
496
|
-
MozHyphens?: import("csstype").Property.Hyphens | undefined;
|
|
497
|
-
MozImageRegion?: import("
|
|
498
|
-
MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
|
|
499
|
-
MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
|
500
|
-
MozOrient?: import("csstype").Property.MozOrient | undefined;
|
|
501
|
-
MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
|
|
502
|
-
MozOutlineRadiusBottomleft?: import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | undefined;
|
|
503
|
-
MozOutlineRadiusBottomright?: import("csstype").Property.MozOutlineRadiusBottomright<string | number> | undefined;
|
|
504
|
-
MozOutlineRadiusTopleft?: import("csstype").Property.MozOutlineRadiusTopleft<string | number> | undefined;
|
|
505
|
-
MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
|
|
506
|
-
MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
|
|
507
|
-
MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
|
|
508
|
-
MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
|
|
509
|
-
MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
|
|
510
|
-
MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
|
|
511
|
-
MozTextSizeAdjust?: import("
|
|
512
|
-
MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
|
|
513
|
-
MozUserModify?: import("csstype").Property.MozUserModify | undefined;
|
|
514
|
-
MozUserSelect?: import("csstype").Property.UserSelect | undefined;
|
|
515
|
-
MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
|
|
516
|
-
MozWindowShadow?: import("csstype").Property.MozWindowShadow | undefined;
|
|
517
|
-
msAccelerator?: import("csstype").Property.MsAccelerator | undefined;
|
|
518
|
-
msBlockProgression?: import("csstype").Property.MsBlockProgression | undefined;
|
|
519
|
-
msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | undefined;
|
|
520
|
-
msContentZoomLimitMax?: import("
|
|
521
|
-
msContentZoomLimitMin?: import("
|
|
522
|
-
msContentZoomSnapPoints?: import("
|
|
523
|
-
msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | undefined;
|
|
524
|
-
msContentZooming?: import("csstype").Property.MsContentZooming | undefined;
|
|
525
|
-
msFilter?: import("
|
|
526
|
-
msFlexDirection?: import("csstype").Property.FlexDirection | undefined;
|
|
527
|
-
msFlexPositive?: import("
|
|
528
|
-
msFlowFrom?: import("
|
|
529
|
-
msFlowInto?: import("
|
|
530
|
-
msGridColumns?: import("csstype").Property.MsGridColumns<string | number> | undefined;
|
|
531
|
-
msGridRows?: import("csstype").Property.MsGridRows<string | number> | undefined;
|
|
532
|
-
msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | undefined;
|
|
533
|
-
msHyphenateLimitChars?: import("
|
|
534
|
-
msHyphenateLimitLines?: import("
|
|
535
|
-
msHyphenateLimitZone?: import("csstype").Property.MsHyphenateLimitZone<string | number> | undefined;
|
|
536
|
-
msHyphens?: import("csstype").Property.Hyphens | undefined;
|
|
537
|
-
msImeAlign?: import("csstype").Property.MsImeAlign | undefined;
|
|
538
|
-
msLineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
539
|
-
msOrder?: import("
|
|
540
|
-
msOverflowStyle?: import("csstype").Property.MsOverflowStyle | undefined;
|
|
541
|
-
msOverflowX?: import("csstype").Property.OverflowX | undefined;
|
|
542
|
-
msOverflowY?: import("csstype").Property.OverflowY | undefined;
|
|
543
|
-
msScrollChaining?: import("csstype").Property.MsScrollChaining | undefined;
|
|
544
|
-
msScrollLimitXMax?: import("csstype").Property.MsScrollLimitXMax<string | number> | undefined;
|
|
545
|
-
msScrollLimitXMin?: import("csstype").Property.MsScrollLimitXMin<string | number> | undefined;
|
|
546
|
-
msScrollLimitYMax?: import("csstype").Property.MsScrollLimitYMax<string | number> | undefined;
|
|
547
|
-
msScrollLimitYMin?: import("csstype").Property.MsScrollLimitYMin<string | number> | undefined;
|
|
548
|
-
msScrollRails?: import("csstype").Property.MsScrollRails | undefined;
|
|
549
|
-
msScrollSnapPointsX?: import("
|
|
550
|
-
msScrollSnapPointsY?: import("
|
|
551
|
-
msScrollSnapType?: import("csstype").Property.MsScrollSnapType | undefined;
|
|
552
|
-
msScrollTranslation?: import("csstype").Property.MsScrollTranslation | undefined;
|
|
553
|
-
msScrollbar3dlightColor?: import("
|
|
554
|
-
msScrollbarArrowColor?: import("
|
|
555
|
-
msScrollbarBaseColor?: import("
|
|
556
|
-
msScrollbarDarkshadowColor?: import("
|
|
557
|
-
msScrollbarFaceColor?: import("
|
|
558
|
-
msScrollbarHighlightColor?: import("
|
|
559
|
-
msScrollbarShadowColor?: import("
|
|
560
|
-
msScrollbarTrackColor?: import("
|
|
561
|
-
msTextAutospace?: import("csstype").Property.MsTextAutospace | undefined;
|
|
562
|
-
msTextCombineHorizontal?: import("
|
|
563
|
-
msTextOverflow?: import("
|
|
564
|
-
msTouchAction?: import("
|
|
565
|
-
msTouchSelect?: import("csstype").Property.MsTouchSelect | undefined;
|
|
566
|
-
msTransform?: import("
|
|
567
|
-
msTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
568
|
-
msTransitionDelay?: import("
|
|
569
|
-
msTransitionDuration?: import("
|
|
570
|
-
msTransitionProperty?: import("
|
|
571
|
-
msTransitionTimingFunction?: import("
|
|
572
|
-
msUserSelect?: import("csstype").Property.MsUserSelect | undefined;
|
|
573
|
-
msWordBreak?: import("csstype").Property.WordBreak | undefined;
|
|
574
|
-
msWrapFlow?: import("csstype").Property.MsWrapFlow | undefined;
|
|
575
|
-
msWrapMargin?: import("csstype").Property.MsWrapMargin<string | number> | undefined;
|
|
576
|
-
msWrapThrough?: import("csstype").Property.MsWrapThrough | undefined;
|
|
577
|
-
msWritingMode?: import("csstype").Property.WritingMode | undefined;
|
|
578
|
-
WebkitAlignContent?: import("
|
|
579
|
-
WebkitAlignItems?: import("
|
|
580
|
-
WebkitAlignSelf?: import("
|
|
581
|
-
WebkitAnimationDelay?: import("
|
|
582
|
-
WebkitAnimationDirection?: import("
|
|
583
|
-
WebkitAnimationDuration?: import("
|
|
584
|
-
WebkitAnimationFillMode?: import("
|
|
585
|
-
WebkitAnimationIterationCount?: import("
|
|
586
|
-
WebkitAnimationName?: import("
|
|
587
|
-
WebkitAnimationPlayState?: import("
|
|
588
|
-
WebkitAnimationTimingFunction?: import("
|
|
589
|
-
WebkitAppearance?: import("csstype").Property.WebkitAppearance | undefined;
|
|
590
|
-
WebkitBackdropFilter?: import("
|
|
591
|
-
WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
592
|
-
WebkitBackgroundClip?: import("
|
|
593
|
-
WebkitBackgroundOrigin?: import("
|
|
594
|
-
WebkitBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
|
|
595
|
-
WebkitBorderBeforeColor?: import("
|
|
596
|
-
WebkitBorderBeforeStyle?: import("
|
|
597
|
-
WebkitBorderBeforeWidth?: import("csstype").Property.WebkitBorderBeforeWidth<string | number> | undefined;
|
|
598
|
-
WebkitBorderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
|
|
599
|
-
WebkitBorderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
|
|
600
|
-
WebkitBorderImageSlice?: import("
|
|
601
|
-
WebkitBorderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
|
|
602
|
-
WebkitBorderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
|
|
603
|
-
WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
|
|
604
|
-
WebkitBoxReflect?: import("csstype").Property.WebkitBoxReflect<string | number> | undefined;
|
|
605
|
-
WebkitBoxShadow?: import("
|
|
606
|
-
WebkitBoxSizing?: import("csstype").Property.BoxSizing | undefined;
|
|
607
|
-
WebkitClipPath?: import("
|
|
608
|
-
WebkitColumnCount?: import("
|
|
609
|
-
WebkitColumnFill?: import("csstype").Property.ColumnFill | undefined;
|
|
610
|
-
WebkitColumnRuleColor?: import("
|
|
611
|
-
WebkitColumnRuleStyle?: import("
|
|
612
|
-
WebkitColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
|
|
613
|
-
WebkitColumnSpan?: import("csstype").Property.ColumnSpan | undefined;
|
|
614
|
-
WebkitColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
|
|
615
|
-
WebkitFilter?: import("
|
|
616
|
-
WebkitFlexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
|
|
617
|
-
WebkitFlexDirection?: import("csstype").Property.FlexDirection | undefined;
|
|
618
|
-
WebkitFlexGrow?: import("
|
|
619
|
-
WebkitFlexShrink?: import("
|
|
620
|
-
WebkitFlexWrap?: import("csstype").Property.FlexWrap | undefined;
|
|
621
|
-
WebkitFontFeatureSettings?: import("
|
|
622
|
-
WebkitFontKerning?: import("csstype").Property.FontKerning | undefined;
|
|
623
|
-
WebkitFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
|
|
624
|
-
WebkitFontVariantLigatures?: import("
|
|
625
|
-
WebkitHyphenateCharacter?: import("
|
|
626
|
-
WebkitHyphens?: import("csstype").Property.Hyphens | undefined;
|
|
627
|
-
WebkitInitialLetter?: import("
|
|
628
|
-
WebkitJustifyContent?: import("
|
|
629
|
-
WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
630
|
-
WebkitLineClamp?: import("
|
|
631
|
-
WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
|
|
632
|
-
WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
|
633
|
-
WebkitMaskAttachment?: import("
|
|
634
|
-
WebkitMaskBoxImageOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
|
|
635
|
-
WebkitMaskBoxImageRepeat?: import("
|
|
636
|
-
WebkitMaskBoxImageSlice?: import("
|
|
637
|
-
WebkitMaskBoxImageSource?: import("
|
|
638
|
-
WebkitMaskBoxImageWidth?: import("csstype").Property.MaskBorderWidth<string | number> | undefined;
|
|
639
|
-
WebkitMaskClip?: import("
|
|
640
|
-
WebkitMaskComposite?: import("
|
|
641
|
-
WebkitMaskImage?: import("
|
|
642
|
-
WebkitMaskOrigin?: import("
|
|
643
|
-
WebkitMaskPosition?: import("csstype").Property.WebkitMaskPosition<string | number> | undefined;
|
|
644
|
-
WebkitMaskPositionX?: import("csstype").Property.WebkitMaskPositionX<string | number> | undefined;
|
|
645
|
-
WebkitMaskPositionY?: import("csstype").Property.WebkitMaskPositionY<string | number> | undefined;
|
|
646
|
-
WebkitMaskRepeat?: import("
|
|
647
|
-
WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | undefined;
|
|
648
|
-
WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | undefined;
|
|
649
|
-
WebkitMaskSize?: import("csstype").Property.WebkitMaskSize<string | number> | undefined;
|
|
650
|
-
WebkitMaxInlineSize?: import("csstype").Property.MaxInlineSize<string | number> | undefined;
|
|
651
|
-
WebkitOrder?: import("
|
|
652
|
-
WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | undefined;
|
|
653
|
-
WebkitPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
|
|
654
|
-
WebkitPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
|
|
655
|
-
WebkitPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
656
|
-
WebkitPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
657
|
-
WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
|
|
658
|
-
WebkitRubyPosition?: import("
|
|
659
|
-
WebkitScrollSnapType?: import("
|
|
660
|
-
WebkitShapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
|
|
661
|
-
WebkitTapHighlightColor?: import("
|
|
662
|
-
WebkitTextCombine?: import("
|
|
663
|
-
WebkitTextDecorationColor?: import("
|
|
664
|
-
WebkitTextDecorationLine?: import("
|
|
665
|
-
WebkitTextDecorationSkip?: import("
|
|
666
|
-
WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
|
|
667
|
-
WebkitTextEmphasisColor?: import("
|
|
668
|
-
WebkitTextEmphasisPosition?: import("
|
|
669
|
-
WebkitTextEmphasisStyle?: import("
|
|
670
|
-
WebkitTextFillColor?: import("
|
|
671
|
-
WebkitTextOrientation?: import("csstype").Property.TextOrientation | undefined;
|
|
672
|
-
WebkitTextSizeAdjust?: import("
|
|
673
|
-
WebkitTextStrokeColor?: import("
|
|
674
|
-
WebkitTextStrokeWidth?: import("csstype").Property.WebkitTextStrokeWidth<string | number> | undefined;
|
|
675
|
-
WebkitTextUnderlinePosition?: import("
|
|
676
|
-
WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | undefined;
|
|
677
|
-
WebkitTransform?: import("
|
|
678
|
-
WebkitTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
679
|
-
WebkitTransformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
680
|
-
WebkitTransitionDelay?: import("
|
|
681
|
-
WebkitTransitionDuration?: import("
|
|
682
|
-
WebkitTransitionProperty?: import("
|
|
683
|
-
WebkitTransitionTimingFunction?: import("
|
|
684
|
-
WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
|
|
685
|
-
WebkitUserSelect?: import("csstype").Property.UserSelect | undefined;
|
|
686
|
-
WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
|
|
687
|
-
MozAnimation?: import("
|
|
688
|
-
MozBorderImage?: import("
|
|
689
|
-
MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
|
|
690
|
-
MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
|
|
691
|
-
MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
|
|
692
|
-
msContentZoomLimit?: import("
|
|
693
|
-
msContentZoomSnap?: import("
|
|
694
|
-
msFlex?: import("csstype").Property.Flex<string | number> | undefined;
|
|
695
|
-
msScrollLimit?: import("
|
|
696
|
-
msScrollSnapX?: import("
|
|
697
|
-
msScrollSnapY?: import("
|
|
698
|
-
msTransition?: import("
|
|
699
|
-
WebkitAnimation?: import("
|
|
700
|
-
WebkitBorderBefore?: import("csstype").Property.WebkitBorderBefore<string | number> | undefined;
|
|
701
|
-
WebkitBorderImage?: import("
|
|
702
|
-
WebkitBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
|
|
703
|
-
WebkitColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
|
|
704
|
-
WebkitColumns?: import("csstype").Property.Columns<string | number> | undefined;
|
|
705
|
-
WebkitFlex?: import("csstype").Property.Flex<string | number> | undefined;
|
|
706
|
-
WebkitFlexFlow?: import("
|
|
707
|
-
WebkitMask?: import("csstype").Property.WebkitMask<string | number> | undefined;
|
|
708
|
-
WebkitMaskBoxImage?: import("
|
|
709
|
-
WebkitTextEmphasis?: import("
|
|
710
|
-
WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | undefined;
|
|
711
|
-
WebkitTransition?: import("
|
|
712
|
-
azimuth?: import("
|
|
713
|
-
boxAlign?: import("csstype").Property.BoxAlign | undefined;
|
|
714
|
-
boxDirection?: import("csstype").Property.BoxDirection | undefined;
|
|
715
|
-
boxFlex?: import("
|
|
716
|
-
boxFlexGroup?: import("
|
|
717
|
-
boxLines?: import("csstype").Property.BoxLines | undefined;
|
|
718
|
-
boxOrdinalGroup?: import("
|
|
719
|
-
boxOrient?: import("csstype").Property.BoxOrient | undefined;
|
|
720
|
-
boxPack?: import("csstype").Property.BoxPack | undefined;
|
|
721
|
-
clip?: import("
|
|
722
|
-
gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | undefined;
|
|
723
|
-
gridGap?: import("csstype").Property.GridGap<string | number> | undefined;
|
|
724
|
-
gridRowGap?: import("csstype").Property.GridRowGap<string | number> | undefined;
|
|
725
|
-
imeMode?: import("csstype").Property.ImeMode | undefined;
|
|
726
|
-
offsetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
|
|
727
|
-
offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
|
|
728
|
-
offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
|
|
729
|
-
offsetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
|
|
730
|
-
offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
|
|
731
|
-
offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
|
|
732
|
-
scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined;
|
|
733
|
-
scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | undefined;
|
|
734
|
-
scrollSnapPointsX?: import("
|
|
735
|
-
scrollSnapPointsY?: import("
|
|
736
|
-
scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | undefined;
|
|
737
|
-
scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | undefined;
|
|
738
|
-
KhtmlBoxAlign?: import("csstype").Property.BoxAlign | undefined;
|
|
739
|
-
KhtmlBoxDirection?: import("csstype").Property.BoxDirection | undefined;
|
|
740
|
-
KhtmlBoxFlex?: import("
|
|
741
|
-
KhtmlBoxFlexGroup?: import("
|
|
742
|
-
KhtmlBoxLines?: import("csstype").Property.BoxLines | undefined;
|
|
743
|
-
KhtmlBoxOrdinalGroup?: import("
|
|
744
|
-
KhtmlBoxOrient?: import("csstype").Property.BoxOrient | undefined;
|
|
745
|
-
KhtmlBoxPack?: import("csstype").Property.BoxPack | undefined;
|
|
746
|
-
KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
747
|
-
KhtmlOpacity?: import("
|
|
748
|
-
KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
|
|
749
|
-
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
750
|
-
MozBackgroundClip?: import("
|
|
751
|
-
MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
|
|
752
|
-
MozBackgroundOrigin?: import("
|
|
753
|
-
MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
|
|
754
|
-
MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
|
|
755
|
-
MozBorderRadiusBottomleft?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
|
|
756
|
-
MozBorderRadiusBottomright?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
|
|
757
|
-
MozBorderRadiusTopleft?: import("csstype").Property.BorderTopLeftRadius<string | number> | undefined;
|
|
758
|
-
MozBorderRadiusTopright?: import("csstype").Property.BorderTopRightRadius<string | number> | undefined;
|
|
759
|
-
MozBoxAlign?: import("csstype").Property.BoxAlign | undefined;
|
|
760
|
-
MozBoxDirection?: import("csstype").Property.BoxDirection | undefined;
|
|
761
|
-
MozBoxFlex?: import("
|
|
762
|
-
MozBoxOrdinalGroup?: import("
|
|
763
|
-
MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
|
|
764
|
-
MozBoxPack?: import("csstype").Property.BoxPack | undefined;
|
|
765
|
-
MozBoxShadow?: import("
|
|
766
|
-
MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
|
|
767
|
-
MozForceBrokenImageIcon?: import("
|
|
768
|
-
MozOpacity?: import("
|
|
769
|
-
MozOutline?: import("csstype").Property.Outline<string | number> | undefined;
|
|
770
|
-
MozOutlineColor?: import("
|
|
771
|
-
MozOutlineStyle?: import("
|
|
772
|
-
MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
|
|
773
|
-
MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
774
|
-
MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
775
|
-
MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
|
|
776
|
-
MozTextDecorationColor?: import("
|
|
777
|
-
MozTextDecorationLine?: import("
|
|
778
|
-
MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
|
|
779
|
-
MozTransform?: import("
|
|
780
|
-
MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
781
|
-
MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
782
|
-
MozTransition?: import("
|
|
783
|
-
MozTransitionDelay?: import("
|
|
784
|
-
MozTransitionDuration?: import("
|
|
785
|
-
MozTransitionProperty?: import("
|
|
786
|
-
MozTransitionTimingFunction?: import("
|
|
787
|
-
MozUserInput?: import("csstype").Property.MozUserInput | undefined;
|
|
788
|
-
msImeMode?: import("csstype").Property.ImeMode | undefined;
|
|
789
|
-
OAnimation?: import("
|
|
790
|
-
OAnimationDelay?: import("
|
|
791
|
-
OAnimationDirection?: import("
|
|
792
|
-
OAnimationDuration?: import("
|
|
793
|
-
OAnimationFillMode?: import("
|
|
794
|
-
OAnimationIterationCount?: import("
|
|
795
|
-
OAnimationName?: import("
|
|
796
|
-
OAnimationPlayState?: import("
|
|
797
|
-
OAnimationTimingFunction?: import("
|
|
798
|
-
OBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
|
|
799
|
-
OBorderImage?: import("
|
|
800
|
-
OObjectFit?: import("csstype").Property.ObjectFit | undefined;
|
|
801
|
-
OObjectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
|
|
802
|
-
OTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
|
|
803
|
-
OTextOverflow?: import("
|
|
804
|
-
OTransform?: import("
|
|
805
|
-
OTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
806
|
-
OTransition?: import("
|
|
807
|
-
OTransitionDelay?: import("
|
|
808
|
-
OTransitionDuration?: import("
|
|
809
|
-
OTransitionProperty?: import("
|
|
810
|
-
OTransitionTimingFunction?: import("
|
|
811
|
-
WebkitBoxAlign?: import("csstype").Property.BoxAlign | undefined;
|
|
812
|
-
WebkitBoxDirection?: import("csstype").Property.BoxDirection | undefined;
|
|
813
|
-
WebkitBoxFlex?: import("
|
|
814
|
-
WebkitBoxFlexGroup?: import("
|
|
815
|
-
WebkitBoxLines?: import("csstype").Property.BoxLines | undefined;
|
|
816
|
-
WebkitBoxOrdinalGroup?: import("
|
|
817
|
-
WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
|
|
818
|
-
WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
|
|
819
|
-
alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
|
|
820
|
-
baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
|
|
821
|
-
clipRule?: import("csstype").Property.ClipRule | undefined;
|
|
822
|
-
colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
|
|
823
|
-
colorRendering?: import("csstype").Property.ColorRendering | undefined;
|
|
824
|
-
dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
|
|
825
|
-
fill?: import("
|
|
826
|
-
fillOpacity?: import("
|
|
827
|
-
fillRule?: import("csstype").Property.FillRule | undefined;
|
|
828
|
-
floodColor?: import("
|
|
829
|
-
floodOpacity?: import("
|
|
830
|
-
glyphOrientationVertical?: import("
|
|
831
|
-
lightingColor?: import("
|
|
832
|
-
marker?: import("
|
|
833
|
-
markerEnd?: import("
|
|
834
|
-
markerMid?: import("
|
|
835
|
-
markerStart?: import("
|
|
836
|
-
shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
|
|
837
|
-
stopColor?: import("
|
|
838
|
-
stopOpacity?: import("
|
|
839
|
-
stroke?: import("
|
|
840
|
-
strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
|
|
841
|
-
strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
|
|
842
|
-
strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
|
|
843
|
-
strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
|
|
844
|
-
strokeMiterlimit?: import("
|
|
845
|
-
strokeOpacity?: import("
|
|
846
|
-
strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
|
|
847
|
-
textAnchor?: import("csstype").Property.TextAnchor | undefined;
|
|
848
|
-
vectorEffect?: import("csstype").Property.VectorEffect | undefined;
|
|
849
|
-
x?:
|
|
850
|
-
y?:
|
|
851
|
-
z?:
|
|
852
|
-
translateX?:
|
|
853
|
-
translateY?:
|
|
854
|
-
translateZ?:
|
|
855
|
-
translate3d?: readonly [string | number, string | number, string | number] | undefined;
|
|
856
|
-
rotateX?:
|
|
857
|
-
rotateY?:
|
|
858
|
-
rotateZ?:
|
|
859
|
-
rotate3d?: readonly [number, number, number, string | number] | undefined;
|
|
860
|
-
scaleX?: number | undefined;
|
|
861
|
-
scaleY?: number | undefined;
|
|
862
|
-
scaleZ?: number | undefined;
|
|
863
|
-
scale3d?: readonly [number, number, number] | undefined;
|
|
864
|
-
skew?: ((string | number) | readonly [string | number, string | number]) | undefined;
|
|
865
|
-
skewX?:
|
|
866
|
-
skewY?:
|
|
867
|
-
matrix?: readonly [number, number, number, number, number, number] | undefined;
|
|
868
|
-
matrix3d?: readonly [number, number, number, number, number, number, number, number, number, number, number, number, number, number, number, number] | undefined;
|
|
24
|
+
accentColor?: "orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor" | import("@react-spring/shared").FluidValue<"orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor", any> | undefined;
|
|
25
|
+
alignContent?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "space-around" | "space-between" | "space-evenly" | "stretch" | "center" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | "normal" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "space-around" | "space-between" | "space-evenly" | "stretch" | "center" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | "normal", any> | undefined;
|
|
26
|
+
alignItems?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "stretch" | "center" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | "normal" | "self-end" | "self-start" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "stretch" | "center" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | "normal" | "self-end" | "self-start", any> | undefined;
|
|
27
|
+
alignSelf?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "stretch" | "center" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | "normal" | "self-end" | "self-start" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "stretch" | "center" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | "normal" | "self-end" | "self-start", any> | undefined;
|
|
28
|
+
alignTracks?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "space-around" | "space-between" | "space-evenly" | "stretch" | "center" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | "normal" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "space-around" | "space-between" | "space-evenly" | "stretch" | "center" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | "normal", any> | undefined;
|
|
29
|
+
animationComposition?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "replace" | "accumulate" | "add" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "replace" | "accumulate" | "add", any> | undefined;
|
|
30
|
+
animationDelay?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset", any> | undefined;
|
|
31
|
+
animationDirection?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "reverse" | "normal" | "alternate" | "alternate-reverse" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "reverse" | "normal" | "alternate" | "alternate-reverse", any> | undefined;
|
|
32
|
+
animationDuration?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset", any> | undefined;
|
|
33
|
+
animationFillMode?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "backwards" | "both" | "forwards" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "backwards" | "both" | "forwards", any> | undefined;
|
|
34
|
+
animationIterationCount?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "infinite" | (number & {}) | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "infinite" | (number & {}), any> | undefined;
|
|
35
|
+
animationName?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none", any> | undefined;
|
|
36
|
+
animationPlayState?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "paused" | "running" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "paused" | "running", any> | undefined;
|
|
37
|
+
animationRangeEnd?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.AnimationRangeEnd<string | number>, any> | undefined;
|
|
38
|
+
animationRangeStart?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.AnimationRangeStart<string | number>, any> | undefined;
|
|
39
|
+
animationTimeline?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "auto" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "auto", any> | undefined;
|
|
40
|
+
animationTimingFunction?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear", any> | undefined;
|
|
41
|
+
appearance?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "auto" | "button" | "checkbox" | "listbox" | "menulist" | "meter" | "progress-bar" | "push-button" | "radio" | "searchfield" | "slider-horizontal" | "square-button" | "textarea" | "menulist-button" | "textfield" | import("@react-spring/shared").FluidValue<import("csstype").Property.Appearance, any> | undefined;
|
|
42
|
+
aspectRatio?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | (number & {}) | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | (number & {}), any> | undefined;
|
|
43
|
+
backdropFilter?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none", any> | undefined;
|
|
44
|
+
backfaceVisibility?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "visible" | "hidden" | import("@react-spring/shared").FluidValue<import("csstype").Property.BackfaceVisibility, any> | undefined;
|
|
45
|
+
backgroundAttachment?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "fixed" | "local" | "scroll" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "fixed" | "local" | "scroll", any> | undefined;
|
|
46
|
+
backgroundBlendMode?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "normal" | "color" | "color-burn" | "color-dodge" | "darken" | "difference" | "exclusion" | "hard-light" | "hue" | "lighten" | "luminosity" | "multiply" | "overlay" | "saturation" | "screen" | "soft-light" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "normal" | "color" | "color-burn" | "color-dodge" | "darken" | "difference" | "exclusion" | "hard-light" | "hue" | "lighten" | "luminosity" | "multiply" | "overlay" | "saturation" | "screen" | "soft-light", any> | undefined;
|
|
47
|
+
backgroundClip?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "border-box" | "content-box" | "padding-box" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "border-box" | "content-box" | "padding-box", any> | undefined;
|
|
48
|
+
backgroundColor?: "orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor" | import("@react-spring/shared").FluidValue<"orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor", any> | undefined;
|
|
49
|
+
backgroundImage?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none", any> | undefined;
|
|
50
|
+
backgroundOrigin?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "border-box" | "content-box" | "padding-box" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "border-box" | "content-box" | "padding-box", any> | undefined;
|
|
51
|
+
backgroundPositionX?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.BackgroundPositionX<string | number>, any> | undefined;
|
|
52
|
+
backgroundPositionY?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.BackgroundPositionY<string | number>, any> | undefined;
|
|
53
|
+
backgroundRepeat?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "repeat" | "no-repeat" | "repeat-x" | "repeat-y" | "round" | "space" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "repeat" | "no-repeat" | "repeat-x" | "repeat-y" | "round" | "space", any> | undefined;
|
|
54
|
+
backgroundSize?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.BackgroundSize<string | number>, any> | undefined;
|
|
55
|
+
blockOverflow?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "clip" | "ellipsis" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "clip" | "ellipsis", any> | undefined;
|
|
56
|
+
blockSize?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.BlockSize<string | number>, any> | undefined;
|
|
57
|
+
borderBlockColor?: "orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor" | import("@react-spring/shared").FluidValue<"orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor", any> | undefined;
|
|
58
|
+
borderBlockEndColor?: "orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor" | import("@react-spring/shared").FluidValue<"orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor", any> | undefined;
|
|
59
|
+
borderBlockEndStyle?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "hidden" | "dashed" | "dotted" | "double" | "groove" | "inset" | "outset" | "ridge" | "solid" | import("@react-spring/shared").FluidValue<import("csstype").Property.BorderBlockEndStyle, any> | undefined;
|
|
60
|
+
borderBlockEndWidth?: string | number | import("@react-spring/shared").FluidValue<import("csstype").Property.BorderBlockEndWidth<string | number>, any> | undefined;
|
|
61
|
+
borderBlockStartColor?: "orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor" | import("@react-spring/shared").FluidValue<"orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor", any> | undefined;
|
|
62
|
+
borderBlockStartStyle?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "hidden" | "dashed" | "dotted" | "double" | "groove" | "inset" | "outset" | "ridge" | "solid" | import("@react-spring/shared").FluidValue<import("csstype").Property.BorderBlockStartStyle, any> | undefined;
|
|
63
|
+
borderBlockStartWidth?: string | number | import("@react-spring/shared").FluidValue<import("csstype").Property.BorderBlockStartWidth<string | number>, any> | undefined;
|
|
64
|
+
borderBlockStyle?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "hidden" | "dashed" | "dotted" | "double" | "groove" | "inset" | "outset" | "ridge" | "solid" | import("@react-spring/shared").FluidValue<import("csstype").Property.BorderBlockStyle, any> | undefined;
|
|
65
|
+
borderBlockWidth?: string | number | import("@react-spring/shared").FluidValue<import("csstype").Property.BorderBlockWidth<string | number>, any> | undefined;
|
|
66
|
+
borderBottomColor?: "orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor" | import("@react-spring/shared").FluidValue<"orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor", any> | undefined;
|
|
67
|
+
borderBottomLeftRadius?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.BorderBottomLeftRadius<string | number>, any> | undefined;
|
|
68
|
+
borderBottomRightRadius?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.BorderBottomRightRadius<string | number>, any> | undefined;
|
|
69
|
+
borderBottomStyle?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "hidden" | "dashed" | "dotted" | "double" | "groove" | "inset" | "outset" | "ridge" | "solid" | import("@react-spring/shared").FluidValue<import("csstype").Property.BorderBottomStyle, any> | undefined;
|
|
70
|
+
borderBottomWidth?: string | number | import("@react-spring/shared").FluidValue<import("csstype").Property.BorderBottomWidth<string | number>, any> | undefined;
|
|
71
|
+
borderCollapse?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "collapse" | "separate" | import("@react-spring/shared").FluidValue<import("csstype").Property.BorderCollapse, any> | undefined;
|
|
72
|
+
borderEndEndRadius?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.BorderEndEndRadius<string | number>, any> | undefined;
|
|
73
|
+
borderEndStartRadius?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.BorderEndStartRadius<string | number>, any> | undefined;
|
|
74
|
+
borderImageOutset?: string | number | (string & {}) | (number & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.BorderImageOutset<string | number>, any> | undefined;
|
|
75
|
+
borderImageRepeat?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "repeat" | "stretch" | "round" | "space" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "repeat" | "stretch" | "round" | "space", any> | undefined;
|
|
76
|
+
borderImageSlice?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | (number & {}) | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | (number & {}), any> | undefined;
|
|
77
|
+
borderImageSource?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none", any> | undefined;
|
|
78
|
+
borderImageWidth?: string | number | (string & {}) | (number & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.BorderImageWidth<string | number>, any> | undefined;
|
|
79
|
+
borderInlineColor?: "orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor" | import("@react-spring/shared").FluidValue<"orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor", any> | undefined;
|
|
80
|
+
borderInlineEndColor?: "orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor" | import("@react-spring/shared").FluidValue<"orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor", any> | undefined;
|
|
81
|
+
borderInlineEndStyle?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "hidden" | "dashed" | "dotted" | "double" | "groove" | "inset" | "outset" | "ridge" | "solid" | import("@react-spring/shared").FluidValue<import("csstype").Property.BorderInlineEndStyle, any> | undefined;
|
|
82
|
+
borderInlineEndWidth?: string | number | import("@react-spring/shared").FluidValue<import("csstype").Property.BorderInlineEndWidth<string | number>, any> | undefined;
|
|
83
|
+
borderInlineStartColor?: "orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor" | import("@react-spring/shared").FluidValue<"orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor", any> | undefined;
|
|
84
|
+
borderInlineStartStyle?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "hidden" | "dashed" | "dotted" | "double" | "groove" | "inset" | "outset" | "ridge" | "solid" | import("@react-spring/shared").FluidValue<import("csstype").Property.BorderInlineStartStyle, any> | undefined;
|
|
85
|
+
borderInlineStartWidth?: string | number | import("@react-spring/shared").FluidValue<import("csstype").Property.BorderInlineStartWidth<string | number>, any> | undefined;
|
|
86
|
+
borderInlineStyle?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "hidden" | "dashed" | "dotted" | "double" | "groove" | "inset" | "outset" | "ridge" | "solid" | import("@react-spring/shared").FluidValue<import("csstype").Property.BorderInlineStyle, any> | undefined;
|
|
87
|
+
borderInlineWidth?: string | number | import("@react-spring/shared").FluidValue<import("csstype").Property.BorderInlineWidth<string | number>, any> | undefined;
|
|
88
|
+
borderLeftColor?: "orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor" | import("@react-spring/shared").FluidValue<"orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor", any> | undefined;
|
|
89
|
+
borderLeftStyle?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "hidden" | "dashed" | "dotted" | "double" | "groove" | "inset" | "outset" | "ridge" | "solid" | import("@react-spring/shared").FluidValue<import("csstype").Property.BorderLeftStyle, any> | undefined;
|
|
90
|
+
borderLeftWidth?: string | number | import("@react-spring/shared").FluidValue<import("csstype").Property.BorderLeftWidth<string | number>, any> | undefined;
|
|
91
|
+
borderRightColor?: "orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor" | import("@react-spring/shared").FluidValue<"orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor", any> | undefined;
|
|
92
|
+
borderRightStyle?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "hidden" | "dashed" | "dotted" | "double" | "groove" | "inset" | "outset" | "ridge" | "solid" | import("@react-spring/shared").FluidValue<import("csstype").Property.BorderRightStyle, any> | undefined;
|
|
93
|
+
borderRightWidth?: string | number | import("@react-spring/shared").FluidValue<import("csstype").Property.BorderRightWidth<string | number>, any> | undefined;
|
|
94
|
+
borderSpacing?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.BorderSpacing<string | number>, any> | undefined;
|
|
95
|
+
borderStartEndRadius?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.BorderStartEndRadius<string | number>, any> | undefined;
|
|
96
|
+
borderStartStartRadius?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.BorderStartStartRadius<string | number>, any> | undefined;
|
|
97
|
+
borderTopColor?: "orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor" | import("@react-spring/shared").FluidValue<"orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor", any> | undefined;
|
|
98
|
+
borderTopLeftRadius?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.BorderTopLeftRadius<string | number>, any> | undefined;
|
|
99
|
+
borderTopRightRadius?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.BorderTopRightRadius<string | number>, any> | undefined;
|
|
100
|
+
borderTopStyle?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "hidden" | "dashed" | "dotted" | "double" | "groove" | "inset" | "outset" | "ridge" | "solid" | import("@react-spring/shared").FluidValue<import("csstype").Property.BorderTopStyle, any> | undefined;
|
|
101
|
+
borderTopWidth?: string | number | import("@react-spring/shared").FluidValue<import("csstype").Property.BorderTopWidth<string | number>, any> | undefined;
|
|
102
|
+
bottom?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.Bottom<string | number>, any> | undefined;
|
|
103
|
+
boxDecorationBreak?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "slice" | "clone" | import("@react-spring/shared").FluidValue<import("csstype").Property.BoxDecorationBreak, any> | undefined;
|
|
104
|
+
boxShadow?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none", any> | undefined;
|
|
105
|
+
boxSizing?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "border-box" | "content-box" | import("@react-spring/shared").FluidValue<import("csstype").Property.BoxSizing, any> | undefined;
|
|
106
|
+
breakAfter?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "left" | "right" | "all" | "always" | "avoid" | "avoid-column" | "avoid-page" | "avoid-region" | "column" | "page" | "recto" | "region" | "verso" | import("@react-spring/shared").FluidValue<import("csstype").Property.BreakAfter, any> | undefined;
|
|
107
|
+
breakBefore?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "left" | "right" | "all" | "always" | "avoid" | "avoid-column" | "avoid-page" | "avoid-region" | "column" | "page" | "recto" | "region" | "verso" | import("@react-spring/shared").FluidValue<import("csstype").Property.BreakBefore, any> | undefined;
|
|
108
|
+
breakInside?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "avoid" | "avoid-column" | "avoid-page" | "avoid-region" | import("@react-spring/shared").FluidValue<import("csstype").Property.BreakInside, any> | undefined;
|
|
109
|
+
captionSide?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "bottom" | "top" | "block-end" | "block-start" | "inline-end" | "inline-start" | import("@react-spring/shared").FluidValue<import("csstype").Property.CaptionSide, any> | undefined;
|
|
110
|
+
caretColor?: "orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor" | import("@react-spring/shared").FluidValue<"orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor", any> | undefined;
|
|
111
|
+
caretShape?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "bar" | "block" | "underscore" | import("@react-spring/shared").FluidValue<import("csstype").Property.CaretShape, any> | undefined;
|
|
112
|
+
clear?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "both" | "left" | "right" | "inline-end" | "inline-start" | import("@react-spring/shared").FluidValue<import("csstype").Property.Clear, any> | undefined;
|
|
113
|
+
clipPath?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "border-box" | "content-box" | "padding-box" | "fill-box" | "margin-box" | "stroke-box" | "view-box" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "border-box" | "content-box" | "padding-box" | "fill-box" | "margin-box" | "stroke-box" | "view-box", any> | undefined;
|
|
114
|
+
color?: "orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor" | import("@react-spring/shared").FluidValue<"orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor", any> | undefined;
|
|
115
|
+
colorAdjust?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "economy" | "exact" | import("@react-spring/shared").FluidValue<import("csstype").Property.PrintColorAdjust, any> | undefined;
|
|
116
|
+
colorScheme?: "dark" | "light" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "normal" | import("@react-spring/shared").FluidValue<"dark" | "light" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "normal", any> | undefined;
|
|
117
|
+
columnCount?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | (number & {}) | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | (number & {}), any> | undefined;
|
|
118
|
+
columnFill?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "balance" | "balance-all" | import("@react-spring/shared").FluidValue<import("csstype").Property.ColumnFill, any> | undefined;
|
|
119
|
+
columnGap?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.ColumnGap<string | number>, any> | undefined;
|
|
120
|
+
columnRuleColor?: "orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor" | import("@react-spring/shared").FluidValue<"orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor", any> | undefined;
|
|
121
|
+
columnRuleStyle?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "hidden" | "dashed" | "dotted" | "double" | "groove" | "inset" | "outset" | "ridge" | "solid" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "hidden" | "dashed" | "dotted" | "double" | "groove" | "inset" | "outset" | "ridge" | "solid", any> | undefined;
|
|
122
|
+
columnRuleWidth?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.ColumnRuleWidth<string | number>, any> | undefined;
|
|
123
|
+
columnSpan?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "all" | import("@react-spring/shared").FluidValue<import("csstype").Property.ColumnSpan, any> | undefined;
|
|
124
|
+
columnWidth?: string | number | import("@react-spring/shared").FluidValue<import("csstype").Property.ColumnWidth<string | number>, any> | undefined;
|
|
125
|
+
contain?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "content" | "inline-size" | "layout" | "paint" | "size" | "strict" | "style" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "content" | "inline-size" | "layout" | "paint" | "size" | "strict" | "style", any> | undefined;
|
|
126
|
+
containIntrinsicBlockSize?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.ContainIntrinsicBlockSize<string | number>, any> | undefined;
|
|
127
|
+
containIntrinsicHeight?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.ContainIntrinsicHeight<string | number>, any> | undefined;
|
|
128
|
+
containIntrinsicInlineSize?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.ContainIntrinsicInlineSize<string | number>, any> | undefined;
|
|
129
|
+
containIntrinsicWidth?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.ContainIntrinsicWidth<string | number>, any> | undefined;
|
|
130
|
+
containerName?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none", any> | undefined;
|
|
131
|
+
containerType?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "normal" | "inline-size" | "size" | import("@react-spring/shared").FluidValue<import("csstype").Property.ContainerType, any> | undefined;
|
|
132
|
+
content?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "normal" | "close-quote" | "no-close-quote" | "no-open-quote" | "open-quote" | "contents" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "normal" | "close-quote" | "no-close-quote" | "no-open-quote" | "open-quote" | "contents", any> | undefined;
|
|
133
|
+
contentVisibility?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "visible" | "hidden" | import("@react-spring/shared").FluidValue<import("csstype").Property.ContentVisibility, any> | undefined;
|
|
134
|
+
counterIncrement?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none", any> | undefined;
|
|
135
|
+
counterReset?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none", any> | undefined;
|
|
136
|
+
counterSet?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none", any> | undefined;
|
|
137
|
+
cursor?: "default" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "auto" | "-moz-grab" | "-webkit-grab" | "alias" | "all-scroll" | "cell" | "col-resize" | "context-menu" | "copy" | "crosshair" | "e-resize" | "ew-resize" | "grab" | "grabbing" | "help" | "move" | "n-resize" | "ne-resize" | "nesw-resize" | "no-drop" | "not-allowed" | "ns-resize" | "nw-resize" | "nwse-resize" | "pointer" | "progress" | "row-resize" | "s-resize" | "se-resize" | "sw-resize" | "text" | "vertical-text" | "w-resize" | "wait" | "zoom-in" | "zoom-out" | import("@react-spring/shared").FluidValue<"default" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "auto" | "-moz-grab" | "-webkit-grab" | "alias" | "all-scroll" | "cell" | "col-resize" | "context-menu" | "copy" | "crosshair" | "e-resize" | "ew-resize" | "grab" | "grabbing" | "help" | "move" | "n-resize" | "ne-resize" | "nesw-resize" | "no-drop" | "not-allowed" | "ns-resize" | "nw-resize" | "nwse-resize" | "pointer" | "progress" | "row-resize" | "s-resize" | "se-resize" | "sw-resize" | "text" | "vertical-text" | "w-resize" | "wait" | "zoom-in" | "zoom-out", any> | undefined;
|
|
138
|
+
direction?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "ltr" | "rtl" | import("@react-spring/shared").FluidValue<import("csstype").Property.Direction, any> | undefined;
|
|
139
|
+
display?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "block" | "contents" | "inline" | "run-in" | "-ms-flexbox" | "-ms-grid" | "-webkit-flex" | "flex" | "flow" | "flow-root" | "grid" | "ruby" | "table" | "ruby-base" | "ruby-base-container" | "ruby-text" | "ruby-text-container" | "table-caption" | "table-cell" | "table-column" | "table-column-group" | "table-footer-group" | "table-header-group" | "table-row" | "table-row-group" | "-ms-inline-flexbox" | "-ms-inline-grid" | "-webkit-inline-flex" | "inline-block" | "inline-flex" | "inline-grid" | "inline-list-item" | "inline-table" | "list-item" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "block" | "contents" | "inline" | "run-in" | "-ms-flexbox" | "-ms-grid" | "-webkit-flex" | "flex" | "flow" | "flow-root" | "grid" | "ruby" | "table" | "ruby-base" | "ruby-base-container" | "ruby-text" | "ruby-text-container" | "table-caption" | "table-cell" | "table-column" | "table-column-group" | "table-footer-group" | "table-header-group" | "table-row" | "table-row-group" | "-ms-inline-flexbox" | "-ms-inline-grid" | "-webkit-inline-flex" | "inline-block" | "inline-flex" | "inline-grid" | "inline-list-item" | "inline-table" | "list-item", any> | undefined;
|
|
140
|
+
emptyCells?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "hide" | "show" | import("@react-spring/shared").FluidValue<import("csstype").Property.EmptyCells, any> | undefined;
|
|
141
|
+
filter?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none", any> | undefined;
|
|
142
|
+
flexBasis?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.FlexBasis<string | number>, any> | undefined;
|
|
143
|
+
flexDirection?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "column" | "column-reverse" | "row" | "row-reverse" | import("@react-spring/shared").FluidValue<import("csstype").Property.FlexDirection, any> | undefined;
|
|
144
|
+
flexGrow?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | (number & {}) | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | (number & {}), any> | undefined;
|
|
145
|
+
flexShrink?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | (number & {}) | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | (number & {}), any> | undefined;
|
|
146
|
+
flexWrap?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "nowrap" | "wrap" | "wrap-reverse" | import("@react-spring/shared").FluidValue<import("csstype").Property.FlexWrap, any> | undefined;
|
|
147
|
+
float?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "left" | "right" | "inline-end" | "inline-start" | import("@react-spring/shared").FluidValue<import("csstype").Property.Float, any> | undefined;
|
|
148
|
+
fontFamily?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "cursive" | "fantasy" | "monospace" | "sans-serif" | "serif" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "cursive" | "fantasy" | "monospace" | "sans-serif" | "serif", any> | undefined;
|
|
149
|
+
fontFeatureSettings?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "normal" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "normal", any> | undefined;
|
|
150
|
+
fontKerning?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "auto" | "normal" | import("@react-spring/shared").FluidValue<import("csstype").Property.FontKerning, any> | undefined;
|
|
151
|
+
fontLanguageOverride?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "normal" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "normal", any> | undefined;
|
|
152
|
+
fontOpticalSizing?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "auto" | import("@react-spring/shared").FluidValue<import("csstype").Property.FontOpticalSizing, any> | undefined;
|
|
153
|
+
fontPalette?: "dark" | "light" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "normal" | import("@react-spring/shared").FluidValue<"dark" | "light" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "normal", any> | undefined;
|
|
154
|
+
fontSize?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.FontSize<string | number>, any> | undefined;
|
|
155
|
+
fontSizeAdjust?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | (number & {}) | "from-font" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | (number & {}) | "from-font", any> | undefined;
|
|
156
|
+
fontSmooth?: string | number | import("@react-spring/shared").FluidValue<import("csstype").Property.FontSmooth<string | number>, any> | undefined;
|
|
157
|
+
fontStretch?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "normal" | "condensed" | "expanded" | "extra-condensed" | "extra-expanded" | "semi-condensed" | "semi-expanded" | "ultra-condensed" | "ultra-expanded" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "normal" | "condensed" | "expanded" | "extra-condensed" | "extra-expanded" | "semi-condensed" | "semi-expanded" | "ultra-condensed" | "ultra-expanded", any> | undefined;
|
|
158
|
+
fontStyle?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "normal" | "italic" | "oblique" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "normal" | "italic" | "oblique", any> | undefined;
|
|
159
|
+
fontSynthesis?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "style" | "position" | "small-caps" | "weight" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "style" | "position" | "small-caps" | "weight", any> | undefined;
|
|
160
|
+
fontSynthesisPosition?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "auto" | import("@react-spring/shared").FluidValue<import("csstype").Property.FontSynthesisPosition, any> | undefined;
|
|
161
|
+
fontSynthesisSmallCaps?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "auto" | import("@react-spring/shared").FluidValue<import("csstype").Property.FontSynthesisSmallCaps, any> | undefined;
|
|
162
|
+
fontSynthesisStyle?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "auto" | import("@react-spring/shared").FluidValue<import("csstype").Property.FontSynthesisStyle, any> | undefined;
|
|
163
|
+
fontSynthesisWeight?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "auto" | import("@react-spring/shared").FluidValue<import("csstype").Property.FontSynthesisWeight, any> | undefined;
|
|
164
|
+
fontVariant?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "normal" | "ruby" | "small-caps" | "jis04" | "jis78" | "jis83" | "jis90" | "simplified" | "traditional" | "all-petite-caps" | "all-small-caps" | "common-ligatures" | "contextual" | "diagonal-fractions" | "discretionary-ligatures" | "full-width" | "historical-forms" | "historical-ligatures" | "lining-nums" | "no-common-ligatures" | "no-contextual" | "no-discretionary-ligatures" | "no-historical-ligatures" | "oldstyle-nums" | "ordinal" | "petite-caps" | "proportional-nums" | "proportional-width" | "slashed-zero" | "stacked-fractions" | "tabular-nums" | "titling-caps" | "unicase" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "normal" | "ruby" | "small-caps" | "jis04" | "jis78" | "jis83" | "jis90" | "simplified" | "traditional" | "all-petite-caps" | "all-small-caps" | "common-ligatures" | "contextual" | "diagonal-fractions" | "discretionary-ligatures" | "full-width" | "historical-forms" | "historical-ligatures" | "lining-nums" | "no-common-ligatures" | "no-contextual" | "no-discretionary-ligatures" | "no-historical-ligatures" | "oldstyle-nums" | "ordinal" | "petite-caps" | "proportional-nums" | "proportional-width" | "slashed-zero" | "stacked-fractions" | "tabular-nums" | "titling-caps" | "unicase", any> | undefined;
|
|
165
|
+
fontVariantAlternates?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "normal" | "historical-forms" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "normal" | "historical-forms", any> | undefined;
|
|
166
|
+
fontVariantCaps?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "normal" | "small-caps" | "all-petite-caps" | "all-small-caps" | "petite-caps" | "titling-caps" | "unicase" | import("@react-spring/shared").FluidValue<import("csstype").Property.FontVariantCaps, any> | undefined;
|
|
167
|
+
fontVariantEastAsian?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "normal" | "ruby" | "jis04" | "jis78" | "jis83" | "jis90" | "simplified" | "traditional" | "full-width" | "proportional-width" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "normal" | "ruby" | "jis04" | "jis78" | "jis83" | "jis90" | "simplified" | "traditional" | "full-width" | "proportional-width", any> | undefined;
|
|
168
|
+
fontVariantEmoji?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "normal" | "text" | "emoji" | "unicode" | import("@react-spring/shared").FluidValue<import("csstype").Property.FontVariantEmoji, any> | undefined;
|
|
169
|
+
fontVariantLigatures?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "normal" | "common-ligatures" | "contextual" | "discretionary-ligatures" | "historical-ligatures" | "no-common-ligatures" | "no-contextual" | "no-discretionary-ligatures" | "no-historical-ligatures" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "normal" | "common-ligatures" | "contextual" | "discretionary-ligatures" | "historical-ligatures" | "no-common-ligatures" | "no-contextual" | "no-discretionary-ligatures" | "no-historical-ligatures", any> | undefined;
|
|
170
|
+
fontVariantNumeric?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "normal" | "diagonal-fractions" | "lining-nums" | "oldstyle-nums" | "ordinal" | "proportional-nums" | "slashed-zero" | "stacked-fractions" | "tabular-nums" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "normal" | "diagonal-fractions" | "lining-nums" | "oldstyle-nums" | "ordinal" | "proportional-nums" | "slashed-zero" | "stacked-fractions" | "tabular-nums", any> | undefined;
|
|
171
|
+
fontVariantPosition?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "sub" | "normal" | "super" | import("@react-spring/shared").FluidValue<import("csstype").Property.FontVariantPosition, any> | undefined;
|
|
172
|
+
fontVariationSettings?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "normal" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "normal", any> | undefined;
|
|
173
|
+
fontWeight?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "bold" | "normal" | (number & {}) | "bolder" | "lighter" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "bold" | "normal" | (number & {}) | "bolder" | "lighter", any> | undefined;
|
|
174
|
+
forcedColorAdjust?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "auto" | import("@react-spring/shared").FluidValue<import("csstype").Property.ForcedColorAdjust, any> | undefined;
|
|
175
|
+
gridAutoColumns?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.GridAutoColumns<string | number>, any> | undefined;
|
|
176
|
+
gridAutoFlow?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "column" | "row" | "dense" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "column" | "row" | "dense", any> | undefined;
|
|
177
|
+
gridAutoRows?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.GridAutoRows<string | number>, any> | undefined;
|
|
178
|
+
gridColumnEnd?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | (number & {}) | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | (number & {}), any> | undefined;
|
|
179
|
+
gridColumnStart?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | (number & {}) | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | (number & {}), any> | undefined;
|
|
180
|
+
gridRowEnd?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | (number & {}) | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | (number & {}), any> | undefined;
|
|
181
|
+
gridRowStart?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | (number & {}) | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | (number & {}), any> | undefined;
|
|
182
|
+
gridTemplateAreas?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none", any> | undefined;
|
|
183
|
+
gridTemplateColumns?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.GridTemplateColumns<string | number>, any> | undefined;
|
|
184
|
+
gridTemplateRows?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.GridTemplateRows<string | number>, any> | undefined;
|
|
185
|
+
hangingPunctuation?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "allow-end" | "first" | "force-end" | "last" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "allow-end" | "first" | "force-end" | "last", any> | undefined;
|
|
186
|
+
height?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.Height<string | number>, any> | undefined;
|
|
187
|
+
hyphenateCharacter?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto", any> | undefined;
|
|
188
|
+
hyphenateLimitChars?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | (number & {}) | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | (number & {}), any> | undefined;
|
|
189
|
+
hyphens?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "auto" | "manual" | import("@react-spring/shared").FluidValue<import("csstype").Property.Hyphens, any> | undefined;
|
|
190
|
+
imageOrientation?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "flip" | "from-image" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "flip" | "from-image", any> | undefined;
|
|
191
|
+
imageRendering?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "-moz-crisp-edges" | "-webkit-optimize-contrast" | "crisp-edges" | "pixelated" | import("@react-spring/shared").FluidValue<import("csstype").Property.ImageRendering, any> | undefined;
|
|
192
|
+
imageResolution?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "from-image" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "from-image", any> | undefined;
|
|
193
|
+
initialLetter?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "normal" | (number & {}) | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "normal" | (number & {}), any> | undefined;
|
|
194
|
+
inlineSize?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.InlineSize<string | number>, any> | undefined;
|
|
195
|
+
inputSecurity?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "auto" | import("@react-spring/shared").FluidValue<import("csstype").Property.InputSecurity, any> | undefined;
|
|
196
|
+
insetBlockEnd?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.InsetBlockEnd<string | number>, any> | undefined;
|
|
197
|
+
insetBlockStart?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.InsetBlockStart<string | number>, any> | undefined;
|
|
198
|
+
insetInlineEnd?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.InsetInlineEnd<string | number>, any> | undefined;
|
|
199
|
+
insetInlineStart?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.InsetInlineStart<string | number>, any> | undefined;
|
|
200
|
+
isolation?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "isolate" | import("@react-spring/shared").FluidValue<import("csstype").Property.Isolation, any> | undefined;
|
|
201
|
+
justifyContent?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "space-around" | "space-between" | "space-evenly" | "stretch" | "center" | "end" | "flex-end" | "flex-start" | "start" | "normal" | "left" | "right" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "space-around" | "space-between" | "space-evenly" | "stretch" | "center" | "end" | "flex-end" | "flex-start" | "start" | "normal" | "left" | "right", any> | undefined;
|
|
202
|
+
justifyItems?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "stretch" | "center" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | "normal" | "self-end" | "self-start" | "left" | "right" | "legacy" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "stretch" | "center" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | "normal" | "self-end" | "self-start" | "left" | "right" | "legacy", any> | undefined;
|
|
203
|
+
justifySelf?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "stretch" | "center" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | "normal" | "self-end" | "self-start" | "left" | "right" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "stretch" | "center" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | "normal" | "self-end" | "self-start" | "left" | "right", any> | undefined;
|
|
204
|
+
justifyTracks?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "space-around" | "space-between" | "space-evenly" | "stretch" | "center" | "end" | "flex-end" | "flex-start" | "start" | "normal" | "left" | "right" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "space-around" | "space-between" | "space-evenly" | "stretch" | "center" | "end" | "flex-end" | "flex-start" | "start" | "normal" | "left" | "right", any> | undefined;
|
|
205
|
+
left?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.Left<string | number>, any> | undefined;
|
|
206
|
+
letterSpacing?: string | number | import("@react-spring/shared").FluidValue<import("csstype").Property.LetterSpacing<string | number>, any> | undefined;
|
|
207
|
+
lineBreak?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "normal" | "strict" | "anywhere" | "loose" | import("@react-spring/shared").FluidValue<import("csstype").Property.LineBreak, any> | undefined;
|
|
208
|
+
lineHeight?: string | number | (string & {}) | (number & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.LineHeight<string | number>, any> | undefined;
|
|
209
|
+
lineHeightStep?: string | number | import("@react-spring/shared").FluidValue<import("csstype").Property.LineHeightStep<string | number>, any> | undefined;
|
|
210
|
+
listStyleImage?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none", any> | undefined;
|
|
211
|
+
listStylePosition?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "inside" | "outside" | import("@react-spring/shared").FluidValue<import("csstype").Property.ListStylePosition, any> | undefined;
|
|
212
|
+
listStyleType?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none", any> | undefined;
|
|
213
|
+
marginBlockEnd?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.MarginBlockEnd<string | number>, any> | undefined;
|
|
214
|
+
marginBlockStart?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.MarginBlockStart<string | number>, any> | undefined;
|
|
215
|
+
marginBottom?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.MarginBottom<string | number>, any> | undefined;
|
|
216
|
+
marginInlineEnd?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.MarginInlineEnd<string | number>, any> | undefined;
|
|
217
|
+
marginInlineStart?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.MarginInlineStart<string | number>, any> | undefined;
|
|
218
|
+
marginLeft?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.MarginLeft<string | number>, any> | undefined;
|
|
219
|
+
marginRight?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.MarginRight<string | number>, any> | undefined;
|
|
220
|
+
marginTop?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.MarginTop<string | number>, any> | undefined;
|
|
221
|
+
marginTrim?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "all" | "in-flow" | import("@react-spring/shared").FluidValue<import("csstype").Property.MarginTrim, any> | undefined;
|
|
222
|
+
maskBorderMode?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "alpha" | "luminance" | import("@react-spring/shared").FluidValue<import("csstype").Property.MaskBorderMode, any> | undefined;
|
|
223
|
+
maskBorderOutset?: string | number | (string & {}) | (number & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.MaskBorderOutset<string | number>, any> | undefined;
|
|
224
|
+
maskBorderRepeat?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "repeat" | "stretch" | "round" | "space" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "repeat" | "stretch" | "round" | "space", any> | undefined;
|
|
225
|
+
maskBorderSlice?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | (number & {}) | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | (number & {}), any> | undefined;
|
|
226
|
+
maskBorderSource?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none", any> | undefined;
|
|
227
|
+
maskBorderWidth?: string | number | (string & {}) | (number & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.MaskBorderWidth<string | number>, any> | undefined;
|
|
228
|
+
maskClip?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "border-box" | "content-box" | "padding-box" | "fill-box" | "margin-box" | "stroke-box" | "view-box" | "no-clip" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "border-box" | "content-box" | "padding-box" | "fill-box" | "margin-box" | "stroke-box" | "view-box" | "no-clip", any> | undefined;
|
|
229
|
+
maskComposite?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "add" | "exclude" | "intersect" | "subtract" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "add" | "exclude" | "intersect" | "subtract", any> | undefined;
|
|
230
|
+
maskImage?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none", any> | undefined;
|
|
231
|
+
maskMode?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "alpha" | "luminance" | "match-source" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "alpha" | "luminance" | "match-source", any> | undefined;
|
|
232
|
+
maskOrigin?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "border-box" | "content-box" | "padding-box" | "fill-box" | "margin-box" | "stroke-box" | "view-box" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "border-box" | "content-box" | "padding-box" | "fill-box" | "margin-box" | "stroke-box" | "view-box", any> | undefined;
|
|
233
|
+
maskPosition?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.MaskPosition<string | number>, any> | undefined;
|
|
234
|
+
maskRepeat?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "repeat" | "no-repeat" | "repeat-x" | "repeat-y" | "round" | "space" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "repeat" | "no-repeat" | "repeat-x" | "repeat-y" | "round" | "space", any> | undefined;
|
|
235
|
+
maskSize?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.MaskSize<string | number>, any> | undefined;
|
|
236
|
+
maskType?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "alpha" | "luminance" | import("@react-spring/shared").FluidValue<import("csstype").Property.MaskType, any> | undefined;
|
|
237
|
+
masonryAutoFlow?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "definite-first" | "next" | "ordered" | "pack" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "definite-first" | "next" | "ordered" | "pack", any> | undefined;
|
|
238
|
+
mathDepth?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | (number & {}) | "auto-add" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | (number & {}) | "auto-add", any> | undefined;
|
|
239
|
+
mathShift?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "normal" | "compact" | import("@react-spring/shared").FluidValue<import("csstype").Property.MathShift, any> | undefined;
|
|
240
|
+
mathStyle?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "normal" | "compact" | import("@react-spring/shared").FluidValue<import("csstype").Property.MathStyle, any> | undefined;
|
|
241
|
+
maxBlockSize?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.MaxBlockSize<string | number>, any> | undefined;
|
|
242
|
+
maxHeight?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.MaxHeight<string | number>, any> | undefined;
|
|
243
|
+
maxInlineSize?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.MaxInlineSize<string | number>, any> | undefined;
|
|
244
|
+
maxLines?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | (number & {}) | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | (number & {}), any> | undefined;
|
|
245
|
+
maxWidth?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.MaxWidth<string | number>, any> | undefined;
|
|
246
|
+
minBlockSize?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.MinBlockSize<string | number>, any> | undefined;
|
|
247
|
+
minHeight?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.MinHeight<string | number>, any> | undefined;
|
|
248
|
+
minInlineSize?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.MinInlineSize<string | number>, any> | undefined;
|
|
249
|
+
minWidth?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.MinWidth<string | number>, any> | undefined;
|
|
250
|
+
mixBlendMode?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "normal" | "color" | "color-burn" | "color-dodge" | "darken" | "difference" | "exclusion" | "hard-light" | "hue" | "lighten" | "luminosity" | "multiply" | "overlay" | "saturation" | "screen" | "soft-light" | "plus-lighter" | import("@react-spring/shared").FluidValue<import("csstype").Property.MixBlendMode, any> | undefined;
|
|
251
|
+
motionDistance?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.OffsetDistance<string | number>, any> | undefined;
|
|
252
|
+
motionPath?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none", any> | undefined;
|
|
253
|
+
motionRotation?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "reverse" | "auto" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "reverse" | "auto", any> | undefined;
|
|
254
|
+
objectFit?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "fill" | "contain" | "cover" | "scale-down" | import("@react-spring/shared").FluidValue<import("csstype").Property.ObjectFit, any> | undefined;
|
|
255
|
+
objectPosition?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.ObjectPosition<string | number>, any> | undefined;
|
|
256
|
+
offsetAnchor?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.OffsetAnchor<string | number>, any> | undefined;
|
|
257
|
+
offsetDistance?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.OffsetDistance<string | number>, any> | undefined;
|
|
258
|
+
offsetPath?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none", any> | undefined;
|
|
259
|
+
offsetPosition?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.OffsetPosition<string | number>, any> | undefined;
|
|
260
|
+
offsetRotate?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "reverse" | "auto" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "reverse" | "auto", any> | undefined;
|
|
261
|
+
offsetRotation?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "reverse" | "auto" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "reverse" | "auto", any> | undefined;
|
|
262
|
+
opacity?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | (number & {}) | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | (number & {}), any> | undefined;
|
|
263
|
+
order?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | (number & {}) | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | (number & {}), any> | undefined;
|
|
264
|
+
orphans?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | (number & {}) | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | (number & {}), any> | undefined;
|
|
265
|
+
outlineColor?: "orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor" | "invert" | import("@react-spring/shared").FluidValue<"orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor" | "invert", any> | undefined;
|
|
266
|
+
outlineOffset?: string | number | import("@react-spring/shared").FluidValue<import("csstype").Property.OutlineOffset<string | number>, any> | undefined;
|
|
267
|
+
outlineStyle?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "auto" | "hidden" | "dashed" | "dotted" | "double" | "groove" | "inset" | "outset" | "ridge" | "solid" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "auto" | "hidden" | "dashed" | "dotted" | "double" | "groove" | "inset" | "outset" | "ridge" | "solid", any> | undefined;
|
|
268
|
+
outlineWidth?: string | number | import("@react-spring/shared").FluidValue<import("csstype").Property.OutlineWidth<string | number>, any> | undefined;
|
|
269
|
+
overflowAnchor?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "auto" | import("@react-spring/shared").FluidValue<import("csstype").Property.OverflowAnchor, any> | undefined;
|
|
270
|
+
overflowBlock?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "visible" | "hidden" | "scroll" | "clip" | import("@react-spring/shared").FluidValue<import("csstype").Property.OverflowBlock, any> | undefined;
|
|
271
|
+
overflowClipBox?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "content-box" | "padding-box" | import("@react-spring/shared").FluidValue<import("csstype").Property.OverflowClipBox, any> | undefined;
|
|
272
|
+
overflowClipMargin?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.OverflowClipMargin<string | number>, any> | undefined;
|
|
273
|
+
overflowInline?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "visible" | "hidden" | "scroll" | "clip" | import("@react-spring/shared").FluidValue<import("csstype").Property.OverflowInline, any> | undefined;
|
|
274
|
+
overflowWrap?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "normal" | "anywhere" | "break-word" | import("@react-spring/shared").FluidValue<import("csstype").Property.OverflowWrap, any> | undefined;
|
|
275
|
+
overflowX?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "visible" | "hidden" | "scroll" | "clip" | "-moz-hidden-unscrollable" | import("@react-spring/shared").FluidValue<import("csstype").Property.OverflowX, any> | undefined;
|
|
276
|
+
overflowY?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "visible" | "hidden" | "scroll" | "clip" | "-moz-hidden-unscrollable" | import("@react-spring/shared").FluidValue<import("csstype").Property.OverflowY, any> | undefined;
|
|
277
|
+
overlay?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "auto" | import("@react-spring/shared").FluidValue<import("csstype").Property.Overlay, any> | undefined;
|
|
278
|
+
overscrollBehaviorBlock?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "auto" | "contain" | import("@react-spring/shared").FluidValue<import("csstype").Property.OverscrollBehaviorBlock, any> | undefined;
|
|
279
|
+
overscrollBehaviorInline?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "auto" | "contain" | import("@react-spring/shared").FluidValue<import("csstype").Property.OverscrollBehaviorInline, any> | undefined;
|
|
280
|
+
overscrollBehaviorX?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "auto" | "contain" | import("@react-spring/shared").FluidValue<import("csstype").Property.OverscrollBehaviorX, any> | undefined;
|
|
281
|
+
overscrollBehaviorY?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "auto" | "contain" | import("@react-spring/shared").FluidValue<import("csstype").Property.OverscrollBehaviorY, any> | undefined;
|
|
282
|
+
paddingBlockEnd?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.PaddingBlockEnd<string | number>, any> | undefined;
|
|
283
|
+
paddingBlockStart?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.PaddingBlockStart<string | number>, any> | undefined;
|
|
284
|
+
paddingBottom?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.PaddingBottom<string | number>, any> | undefined;
|
|
285
|
+
paddingInlineEnd?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.PaddingInlineEnd<string | number>, any> | undefined;
|
|
286
|
+
paddingInlineStart?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.PaddingInlineStart<string | number>, any> | undefined;
|
|
287
|
+
paddingLeft?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.PaddingLeft<string | number>, any> | undefined;
|
|
288
|
+
paddingRight?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.PaddingRight<string | number>, any> | undefined;
|
|
289
|
+
paddingTop?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.PaddingTop<string | number>, any> | undefined;
|
|
290
|
+
page?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto", any> | undefined;
|
|
291
|
+
pageBreakAfter?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "left" | "right" | "always" | "avoid" | "recto" | "verso" | import("@react-spring/shared").FluidValue<import("csstype").Property.PageBreakAfter, any> | undefined;
|
|
292
|
+
pageBreakBefore?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "left" | "right" | "always" | "avoid" | "recto" | "verso" | import("@react-spring/shared").FluidValue<import("csstype").Property.PageBreakBefore, any> | undefined;
|
|
293
|
+
pageBreakInside?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "avoid" | import("@react-spring/shared").FluidValue<import("csstype").Property.PageBreakInside, any> | undefined;
|
|
294
|
+
paintOrder?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "fill" | "normal" | "markers" | "stroke" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "fill" | "normal" | "markers" | "stroke", any> | undefined;
|
|
295
|
+
perspective?: string | number | import("@react-spring/shared").FluidValue<import("csstype").Property.Perspective<string | number>, any> | undefined;
|
|
296
|
+
perspectiveOrigin?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.PerspectiveOrigin<string | number>, any> | undefined;
|
|
297
|
+
pointerEvents?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "fill" | "auto" | "visible" | "all" | "stroke" | "painted" | "visibleFill" | "visiblePainted" | "visibleStroke" | import("@react-spring/shared").FluidValue<import("csstype").Property.PointerEvents, any> | undefined;
|
|
298
|
+
position?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "fixed" | "-webkit-sticky" | "absolute" | "relative" | "static" | "sticky" | import("@react-spring/shared").FluidValue<import("csstype").Property.Position, any> | undefined;
|
|
299
|
+
printColorAdjust?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "economy" | "exact" | import("@react-spring/shared").FluidValue<import("csstype").Property.PrintColorAdjust, any> | undefined;
|
|
300
|
+
quotes?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "auto" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "auto", any> | undefined;
|
|
301
|
+
resize?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "both" | "block" | "inline" | "horizontal" | "vertical" | import("@react-spring/shared").FluidValue<import("csstype").Property.Resize, any> | undefined;
|
|
302
|
+
right?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.Right<string | number>, any> | undefined;
|
|
303
|
+
rotate?: string | number | import("@react-spring/shared").FluidValue<string | number, any> | undefined;
|
|
304
|
+
rowGap?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.RowGap<string | number>, any> | undefined;
|
|
305
|
+
rubyAlign?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "space-around" | "space-between" | "center" | "start" | import("@react-spring/shared").FluidValue<import("csstype").Property.RubyAlign, any> | undefined;
|
|
306
|
+
rubyMerge?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "collapse" | "separate" | import("@react-spring/shared").FluidValue<import("csstype").Property.RubyMerge, any> | undefined;
|
|
307
|
+
rubyPosition?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "alternate" | "inter-character" | "over" | "under" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "alternate" | "inter-character" | "over" | "under", any> | undefined;
|
|
308
|
+
scale?: string | number | import("@react-spring/shared").FluidValue<string | number | readonly [number, number], any> | (readonly [number | import("@react-spring/shared").FluidValue<number, any>, number | import("@react-spring/shared").FluidValue<number, any>] | import("@react-spring/shared").FluidValue<readonly [number, number], any>) | undefined;
|
|
309
|
+
scrollBehavior?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "smooth" | import("@react-spring/shared").FluidValue<import("csstype").Property.ScrollBehavior, any> | undefined;
|
|
310
|
+
scrollMarginBlockEnd?: string | number | import("@react-spring/shared").FluidValue<import("csstype").Property.ScrollMarginBlockEnd<string | number>, any> | undefined;
|
|
311
|
+
scrollMarginBlockStart?: string | number | import("@react-spring/shared").FluidValue<import("csstype").Property.ScrollMarginBlockStart<string | number>, any> | undefined;
|
|
312
|
+
scrollMarginBottom?: string | number | import("@react-spring/shared").FluidValue<import("csstype").Property.ScrollMarginBottom<string | number>, any> | undefined;
|
|
313
|
+
scrollMarginInlineEnd?: string | number | import("@react-spring/shared").FluidValue<import("csstype").Property.ScrollMarginInlineEnd<string | number>, any> | undefined;
|
|
314
|
+
scrollMarginInlineStart?: string | number | import("@react-spring/shared").FluidValue<import("csstype").Property.ScrollMarginInlineStart<string | number>, any> | undefined;
|
|
315
|
+
scrollMarginLeft?: string | number | import("@react-spring/shared").FluidValue<import("csstype").Property.ScrollMarginLeft<string | number>, any> | undefined;
|
|
316
|
+
scrollMarginRight?: string | number | import("@react-spring/shared").FluidValue<import("csstype").Property.ScrollMarginRight<string | number>, any> | undefined;
|
|
317
|
+
scrollMarginTop?: string | number | import("@react-spring/shared").FluidValue<import("csstype").Property.ScrollMarginTop<string | number>, any> | undefined;
|
|
318
|
+
scrollPaddingBlockEnd?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.ScrollPaddingBlockEnd<string | number>, any> | undefined;
|
|
319
|
+
scrollPaddingBlockStart?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.ScrollPaddingBlockStart<string | number>, any> | undefined;
|
|
320
|
+
scrollPaddingBottom?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.ScrollPaddingBottom<string | number>, any> | undefined;
|
|
321
|
+
scrollPaddingInlineEnd?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.ScrollPaddingInlineEnd<string | number>, any> | undefined;
|
|
322
|
+
scrollPaddingInlineStart?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.ScrollPaddingInlineStart<string | number>, any> | undefined;
|
|
323
|
+
scrollPaddingLeft?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.ScrollPaddingLeft<string | number>, any> | undefined;
|
|
324
|
+
scrollPaddingRight?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.ScrollPaddingRight<string | number>, any> | undefined;
|
|
325
|
+
scrollPaddingTop?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.ScrollPaddingTop<string | number>, any> | undefined;
|
|
326
|
+
scrollSnapAlign?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "center" | "end" | "start" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "center" | "end" | "start", any> | undefined;
|
|
327
|
+
scrollSnapMarginBottom?: string | number | import("@react-spring/shared").FluidValue<import("csstype").Property.ScrollMarginBottom<string | number>, any> | undefined;
|
|
328
|
+
scrollSnapMarginLeft?: string | number | import("@react-spring/shared").FluidValue<import("csstype").Property.ScrollMarginLeft<string | number>, any> | undefined;
|
|
329
|
+
scrollSnapMarginRight?: string | number | import("@react-spring/shared").FluidValue<import("csstype").Property.ScrollMarginRight<string | number>, any> | undefined;
|
|
330
|
+
scrollSnapMarginTop?: string | number | import("@react-spring/shared").FluidValue<import("csstype").Property.ScrollMarginTop<string | number>, any> | undefined;
|
|
331
|
+
scrollSnapStop?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "normal" | "always" | import("@react-spring/shared").FluidValue<import("csstype").Property.ScrollSnapStop, any> | undefined;
|
|
332
|
+
scrollSnapType?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "both" | "block" | "inline" | "x" | "y" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "both" | "block" | "inline" | "x" | "y", any> | undefined;
|
|
333
|
+
scrollTimelineAxis?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "block" | "inline" | "x" | "y" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "block" | "inline" | "x" | "y", any> | undefined;
|
|
334
|
+
scrollTimelineName?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none", any> | undefined;
|
|
335
|
+
scrollbarColor?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto", any> | undefined;
|
|
336
|
+
scrollbarGutter?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "stable" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "stable", any> | undefined;
|
|
337
|
+
scrollbarWidth?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "auto" | "thin" | import("@react-spring/shared").FluidValue<import("csstype").Property.ScrollbarWidth, any> | undefined;
|
|
338
|
+
shapeImageThreshold?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | (number & {}) | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | (number & {}), any> | undefined;
|
|
339
|
+
shapeMargin?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.ShapeMargin<string | number>, any> | undefined;
|
|
340
|
+
shapeOutside?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "border-box" | "content-box" | "padding-box" | "margin-box" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "border-box" | "content-box" | "padding-box" | "margin-box", any> | undefined;
|
|
341
|
+
tabSize?: string | number | (string & {}) | (number & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.TabSize<string | number>, any> | undefined;
|
|
342
|
+
tableLayout?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "fixed" | "auto" | import("@react-spring/shared").FluidValue<import("csstype").Property.TableLayout, any> | undefined;
|
|
343
|
+
textAlign?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "center" | "end" | "start" | "left" | "right" | "-webkit-match-parent" | "justify" | "match-parent" | import("@react-spring/shared").FluidValue<import("csstype").Property.TextAlign, any> | undefined;
|
|
344
|
+
textAlignLast?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "center" | "end" | "start" | "left" | "right" | "justify" | import("@react-spring/shared").FluidValue<import("csstype").Property.TextAlignLast, any> | undefined;
|
|
345
|
+
textCombineUpright?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "all" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "all", any> | undefined;
|
|
346
|
+
textDecorationColor?: "orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor" | import("@react-spring/shared").FluidValue<"orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor", any> | undefined;
|
|
347
|
+
textDecorationLine?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "blink" | "grammar-error" | "line-through" | "overline" | "spelling-error" | "underline" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "blink" | "grammar-error" | "line-through" | "overline" | "spelling-error" | "underline", any> | undefined;
|
|
348
|
+
textDecorationSkip?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "box-decoration" | "edges" | "leading-spaces" | "objects" | "spaces" | "trailing-spaces" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "box-decoration" | "edges" | "leading-spaces" | "objects" | "spaces" | "trailing-spaces", any> | undefined;
|
|
349
|
+
textDecorationSkipInk?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "auto" | "all" | import("@react-spring/shared").FluidValue<import("csstype").Property.TextDecorationSkipInk, any> | undefined;
|
|
350
|
+
textDecorationStyle?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "dashed" | "dotted" | "double" | "solid" | "wavy" | import("@react-spring/shared").FluidValue<import("csstype").Property.TextDecorationStyle, any> | undefined;
|
|
351
|
+
textDecorationThickness?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.TextDecorationThickness<string | number>, any> | undefined;
|
|
352
|
+
textEmphasisColor?: "orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor" | import("@react-spring/shared").FluidValue<"orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor", any> | undefined;
|
|
353
|
+
textEmphasisPosition?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset", any> | undefined;
|
|
354
|
+
textEmphasisStyle?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "circle" | "dot" | "double-circle" | "filled" | "open" | "sesame" | "triangle" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "circle" | "dot" | "double-circle" | "filled" | "open" | "sesame" | "triangle", any> | undefined;
|
|
355
|
+
textIndent?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.TextIndent<string | number>, any> | undefined;
|
|
356
|
+
textJustify?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "auto" | "inter-character" | "inter-word" | import("@react-spring/shared").FluidValue<import("csstype").Property.TextJustify, any> | undefined;
|
|
357
|
+
textOrientation?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "mixed" | "sideways" | "upright" | import("@react-spring/shared").FluidValue<import("csstype").Property.TextOrientation, any> | undefined;
|
|
358
|
+
textOverflow?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "clip" | "ellipsis" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "clip" | "ellipsis", any> | undefined;
|
|
359
|
+
textRendering?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "geometricPrecision" | "optimizeLegibility" | "optimizeSpeed" | import("@react-spring/shared").FluidValue<import("csstype").Property.TextRendering, any> | undefined;
|
|
360
|
+
textShadow?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none", any> | undefined;
|
|
361
|
+
textSizeAdjust?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "auto" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "auto", any> | undefined;
|
|
362
|
+
textTransform?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "full-width" | "capitalize" | "full-size-kana" | "lowercase" | "uppercase" | import("@react-spring/shared").FluidValue<import("csstype").Property.TextTransform, any> | undefined;
|
|
363
|
+
textUnderlineOffset?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.TextUnderlineOffset<string | number>, any> | undefined;
|
|
364
|
+
textUnderlinePosition?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "left" | "right" | "from-font" | "under" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "left" | "right" | "from-font" | "under", any> | undefined;
|
|
365
|
+
textWrap?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "balance" | "nowrap" | "wrap" | "stable" | "pretty" | import("@react-spring/shared").FluidValue<import("csstype").Property.TextWrap, any> | undefined;
|
|
366
|
+
timelineScope?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none", any> | undefined;
|
|
367
|
+
top?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.Top<string | number>, any> | undefined;
|
|
368
|
+
touchAction?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "auto" | "-ms-manipulation" | "-ms-none" | "-ms-pinch-zoom" | "manipulation" | "pan-down" | "pan-left" | "pan-right" | "pan-up" | "pan-x" | "pan-y" | "pinch-zoom" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "auto" | "-ms-manipulation" | "-ms-none" | "-ms-pinch-zoom" | "manipulation" | "pan-down" | "pan-left" | "pan-right" | "pan-up" | "pan-x" | "pan-y" | "pinch-zoom", any> | undefined;
|
|
369
|
+
transform?: string | import("@react-spring/shared").FluidValue<string, any> | undefined;
|
|
370
|
+
transformBox?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "border-box" | "content-box" | "fill-box" | "stroke-box" | "view-box" | import("@react-spring/shared").FluidValue<import("csstype").Property.TransformBox, any> | undefined;
|
|
371
|
+
transformOrigin?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.TransformOrigin<string | number>, any> | undefined;
|
|
372
|
+
transformStyle?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "flat" | "preserve-3d" | import("@react-spring/shared").FluidValue<import("csstype").Property.TransformStyle, any> | undefined;
|
|
373
|
+
transitionBehavior?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "normal" | "allow-discrete" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "normal" | "allow-discrete", any> | undefined;
|
|
374
|
+
transitionDelay?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset", any> | undefined;
|
|
375
|
+
transitionDuration?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset", any> | undefined;
|
|
376
|
+
transitionProperty?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "all" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "all", any> | undefined;
|
|
377
|
+
transitionTimingFunction?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear", any> | undefined;
|
|
378
|
+
translate?: string | number | import("@react-spring/shared").FluidValue<(string | number) | readonly [string | number, string | number], any> | (readonly [string | number | import("@react-spring/shared").FluidValue<string | number, any>, string | number | import("@react-spring/shared").FluidValue<string | number, any>] | import("@react-spring/shared").FluidValue<readonly [string | number, string | number], any>) | undefined;
|
|
379
|
+
unicodeBidi?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "normal" | "isolate" | "-moz-isolate" | "-moz-isolate-override" | "-moz-plaintext" | "-webkit-isolate" | "-webkit-isolate-override" | "-webkit-plaintext" | "bidi-override" | "embed" | "isolate-override" | "plaintext" | import("@react-spring/shared").FluidValue<import("csstype").Property.UnicodeBidi, any> | undefined;
|
|
380
|
+
userSelect?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "auto" | "contain" | "all" | "text" | "-moz-none" | "element" | import("@react-spring/shared").FluidValue<import("csstype").Property.UserSelect, any> | undefined;
|
|
381
|
+
verticalAlign?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.VerticalAlign<string | number>, any> | undefined;
|
|
382
|
+
viewTimelineAxis?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "block" | "inline" | "x" | "y" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "block" | "inline" | "x" | "y", any> | undefined;
|
|
383
|
+
viewTimelineInset?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.ViewTimelineInset<string | number>, any> | undefined;
|
|
384
|
+
viewTimelineName?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none", any> | undefined;
|
|
385
|
+
viewTransitionName?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none", any> | undefined;
|
|
386
|
+
visibility?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "visible" | "hidden" | "collapse" | import("@react-spring/shared").FluidValue<import("csstype").Property.Visibility, any> | undefined;
|
|
387
|
+
whiteSpace?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "normal" | "collapse" | "balance" | "nowrap" | "wrap" | "stable" | "pretty" | "-moz-pre-wrap" | "break-spaces" | "discard" | "discard-after" | "discard-before" | "discard-inner" | "pre" | "pre-line" | "pre-wrap" | "preserve" | "preserve-breaks" | "preserve-spaces" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "normal" | "collapse" | "balance" | "nowrap" | "wrap" | "stable" | "pretty" | "-moz-pre-wrap" | "break-spaces" | "discard" | "discard-after" | "discard-before" | "discard-inner" | "pre" | "pre-line" | "pre-wrap" | "preserve" | "preserve-breaks" | "preserve-spaces", any> | undefined;
|
|
388
|
+
whiteSpaceCollapse?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "collapse" | "break-spaces" | "discard" | "preserve" | "preserve-breaks" | "preserve-spaces" | import("@react-spring/shared").FluidValue<import("csstype").Property.WhiteSpaceCollapse, any> | undefined;
|
|
389
|
+
whiteSpaceTrim?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "discard-after" | "discard-before" | "discard-inner" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "discard-after" | "discard-before" | "discard-inner", any> | undefined;
|
|
390
|
+
widows?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | (number & {}) | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | (number & {}), any> | undefined;
|
|
391
|
+
width?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.Width<string | number>, any> | undefined;
|
|
392
|
+
willChange?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "contents" | "scroll-position" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "contents" | "scroll-position", any> | undefined;
|
|
393
|
+
wordBreak?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "normal" | "break-word" | "break-all" | "keep-all" | import("@react-spring/shared").FluidValue<import("csstype").Property.WordBreak, any> | undefined;
|
|
394
|
+
wordSpacing?: string | number | import("@react-spring/shared").FluidValue<import("csstype").Property.WordSpacing<string | number>, any> | undefined;
|
|
395
|
+
wordWrap?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "normal" | "break-word" | import("@react-spring/shared").FluidValue<import("csstype").Property.WordWrap, any> | undefined;
|
|
396
|
+
writingMode?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "horizontal-tb" | "sideways-lr" | "sideways-rl" | "vertical-lr" | "vertical-rl" | import("@react-spring/shared").FluidValue<import("csstype").Property.WritingMode, any> | undefined;
|
|
397
|
+
zIndex?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | (number & {}) | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | (number & {}), any> | undefined;
|
|
398
|
+
zoom?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "normal" | (number & {}) | "reset" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "normal" | (number & {}) | "reset", any> | undefined;
|
|
399
|
+
all?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | import("@react-spring/shared").FluidValue<import("csstype").Globals, any> | undefined;
|
|
400
|
+
animation?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "reverse" | "auto" | "normal" | "alternate" | "alternate-reverse" | "backwards" | "both" | "forwards" | "infinite" | (number & {}) | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "reverse" | "auto" | "normal" | "alternate" | "alternate-reverse" | "backwards" | "both" | "forwards" | "infinite" | (number & {}) | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear", any> | undefined;
|
|
401
|
+
animationRange?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.AnimationRange<string | number>, any> | undefined;
|
|
402
|
+
background?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.Background<string | number>, any> | undefined;
|
|
403
|
+
backgroundPosition?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.BackgroundPosition<string | number>, any> | undefined;
|
|
404
|
+
border?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.Border<string | number>, any> | undefined;
|
|
405
|
+
borderBlock?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.BorderBlock<string | number>, any> | undefined;
|
|
406
|
+
borderBlockEnd?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.BorderBlockEnd<string | number>, any> | undefined;
|
|
407
|
+
borderBlockStart?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.BorderBlockStart<string | number>, any> | undefined;
|
|
408
|
+
borderBottom?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.BorderBottom<string | number>, any> | undefined;
|
|
409
|
+
borderColor?: "orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor" | import("@react-spring/shared").FluidValue<"orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor", any> | undefined;
|
|
410
|
+
borderImage?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "repeat" | "stretch" | (number & {}) | "round" | "space" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "repeat" | "stretch" | (number & {}) | "round" | "space", any> | undefined;
|
|
411
|
+
borderInline?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.BorderInline<string | number>, any> | undefined;
|
|
412
|
+
borderInlineEnd?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.BorderInlineEnd<string | number>, any> | undefined;
|
|
413
|
+
borderInlineStart?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.BorderInlineStart<string | number>, any> | undefined;
|
|
414
|
+
borderLeft?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.BorderLeft<string | number>, any> | undefined;
|
|
415
|
+
borderRadius?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.BorderRadius<string | number>, any> | undefined;
|
|
416
|
+
borderRight?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.BorderRight<string | number>, any> | undefined;
|
|
417
|
+
borderStyle?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "hidden" | "dashed" | "dotted" | "double" | "groove" | "inset" | "outset" | "ridge" | "solid" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "hidden" | "dashed" | "dotted" | "double" | "groove" | "inset" | "outset" | "ridge" | "solid", any> | undefined;
|
|
418
|
+
borderTop?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.BorderTop<string | number>, any> | undefined;
|
|
419
|
+
borderWidth?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.BorderWidth<string | number>, any> | undefined;
|
|
420
|
+
caret?: "orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor" | "bar" | "block" | "underscore" | import("@react-spring/shared").FluidValue<"orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor" | "bar" | "block" | "underscore", any> | undefined;
|
|
421
|
+
columnRule?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.ColumnRule<string | number>, any> | undefined;
|
|
422
|
+
columns?: string | number | (string & {}) | (number & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.Columns<string | number>, any> | undefined;
|
|
423
|
+
containIntrinsicSize?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.ContainIntrinsicSize<string | number>, any> | undefined;
|
|
424
|
+
container?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none", any> | undefined;
|
|
425
|
+
flex?: string | number | (string & {}) | (number & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.Flex<string | number>, any> | undefined;
|
|
426
|
+
flexFlow?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "column" | "column-reverse" | "row" | "row-reverse" | "nowrap" | "wrap" | "wrap-reverse" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "column" | "column-reverse" | "row" | "row-reverse" | "nowrap" | "wrap" | "wrap-reverse", any> | undefined;
|
|
427
|
+
font?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "caption" | "icon" | "menu" | "message-box" | "small-caption" | "status-bar" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "caption" | "icon" | "menu" | "message-box" | "small-caption" | "status-bar", any> | undefined;
|
|
428
|
+
gap?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.Gap<string | number>, any> | undefined;
|
|
429
|
+
grid?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none", any> | undefined;
|
|
430
|
+
gridArea?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | (number & {}) | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | (number & {}), any> | undefined;
|
|
431
|
+
gridColumn?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | (number & {}) | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | (number & {}), any> | undefined;
|
|
432
|
+
gridRow?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | (number & {}) | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | (number & {}), any> | undefined;
|
|
433
|
+
gridTemplate?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none", any> | undefined;
|
|
434
|
+
inset?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.Inset<string | number>, any> | undefined;
|
|
435
|
+
insetBlock?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.InsetBlock<string | number>, any> | undefined;
|
|
436
|
+
insetInline?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.InsetInline<string | number>, any> | undefined;
|
|
437
|
+
lineClamp?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | (number & {}) | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | (number & {}), any> | undefined;
|
|
438
|
+
listStyle?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "inside" | "outside" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "inside" | "outside", any> | undefined;
|
|
439
|
+
margin?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.Margin<string | number>, any> | undefined;
|
|
440
|
+
marginBlock?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.MarginBlock<string | number>, any> | undefined;
|
|
441
|
+
marginInline?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.MarginInline<string | number>, any> | undefined;
|
|
442
|
+
mask?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.Mask<string | number>, any> | undefined;
|
|
443
|
+
maskBorder?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "repeat" | "stretch" | (number & {}) | "round" | "space" | "alpha" | "luminance" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "repeat" | "stretch" | (number & {}) | "round" | "space" | "alpha" | "luminance", any> | undefined;
|
|
444
|
+
motion?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.Offset<string | number>, any> | undefined;
|
|
445
|
+
offset?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.Offset<string | number>, any> | undefined;
|
|
446
|
+
outline?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.Outline<string | number>, any> | undefined;
|
|
447
|
+
overflow?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "visible" | "hidden" | "scroll" | "clip" | "-moz-hidden-unscrollable" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "visible" | "hidden" | "scroll" | "clip" | "-moz-hidden-unscrollable", any> | undefined;
|
|
448
|
+
overscrollBehavior?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "auto" | "contain" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "auto" | "contain", any> | undefined;
|
|
449
|
+
padding?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.Padding<string | number>, any> | undefined;
|
|
450
|
+
paddingBlock?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.PaddingBlock<string | number>, any> | undefined;
|
|
451
|
+
paddingInline?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.PaddingInline<string | number>, any> | undefined;
|
|
452
|
+
placeContent?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "space-around" | "space-between" | "space-evenly" | "stretch" | "center" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | "normal" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "space-around" | "space-between" | "space-evenly" | "stretch" | "center" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | "normal", any> | undefined;
|
|
453
|
+
placeItems?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "stretch" | "center" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | "normal" | "self-end" | "self-start" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "stretch" | "center" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | "normal" | "self-end" | "self-start", any> | undefined;
|
|
454
|
+
placeSelf?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "stretch" | "center" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | "normal" | "self-end" | "self-start" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "stretch" | "center" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | "normal" | "self-end" | "self-start", any> | undefined;
|
|
455
|
+
scrollMargin?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.ScrollMargin<string | number>, any> | undefined;
|
|
456
|
+
scrollMarginBlock?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.ScrollMarginBlock<string | number>, any> | undefined;
|
|
457
|
+
scrollMarginInline?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.ScrollMarginInline<string | number>, any> | undefined;
|
|
458
|
+
scrollPadding?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.ScrollPadding<string | number>, any> | undefined;
|
|
459
|
+
scrollPaddingBlock?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.ScrollPaddingBlock<string | number>, any> | undefined;
|
|
460
|
+
scrollPaddingInline?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.ScrollPaddingInline<string | number>, any> | undefined;
|
|
461
|
+
scrollSnapMargin?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.ScrollMargin<string | number>, any> | undefined;
|
|
462
|
+
scrollTimeline?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none", any> | undefined;
|
|
463
|
+
textDecoration?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.TextDecoration<string | number>, any> | undefined;
|
|
464
|
+
textEmphasis?: "orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor" | "circle" | "dot" | "double-circle" | "filled" | "open" | "sesame" | "triangle" | import("@react-spring/shared").FluidValue<"orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor" | "circle" | "dot" | "double-circle" | "filled" | "open" | "sesame" | "triangle", any> | undefined;
|
|
465
|
+
transition?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "normal" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear" | "all" | "allow-discrete" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "normal" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear" | "all" | "allow-discrete", any> | undefined;
|
|
466
|
+
viewTimeline?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none", any> | undefined;
|
|
467
|
+
MozAnimationDelay?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset", any> | undefined;
|
|
468
|
+
MozAnimationDirection?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "reverse" | "normal" | "alternate" | "alternate-reverse" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "reverse" | "normal" | "alternate" | "alternate-reverse", any> | undefined;
|
|
469
|
+
MozAnimationDuration?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset", any> | undefined;
|
|
470
|
+
MozAnimationFillMode?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "backwards" | "both" | "forwards" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "backwards" | "both" | "forwards", any> | undefined;
|
|
471
|
+
MozAnimationIterationCount?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "infinite" | (number & {}) | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "infinite" | (number & {}), any> | undefined;
|
|
472
|
+
MozAnimationName?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none", any> | undefined;
|
|
473
|
+
MozAnimationPlayState?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "paused" | "running" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "paused" | "running", any> | undefined;
|
|
474
|
+
MozAnimationTimingFunction?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear", any> | undefined;
|
|
475
|
+
MozAppearance?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "button" | "checkbox" | "listbox" | "menulist" | "radio" | "searchfield" | "menulist-button" | "textfield" | "-moz-mac-unified-toolbar" | "-moz-win-borderless-glass" | "-moz-win-browsertabbar-toolbox" | "-moz-win-communications-toolbox" | "-moz-win-communicationstext" | "-moz-win-exclude-glass" | "-moz-win-glass" | "-moz-win-media-toolbox" | "-moz-win-mediatext" | "-moz-window-button-box" | "-moz-window-button-box-maximized" | "-moz-window-button-close" | "-moz-window-button-maximize" | "-moz-window-button-minimize" | "-moz-window-button-restore" | "-moz-window-frame-bottom" | "-moz-window-frame-left" | "-moz-window-frame-right" | "-moz-window-titlebar" | "-moz-window-titlebar-maximized" | "button-arrow-down" | "button-arrow-next" | "button-arrow-previous" | "button-arrow-up" | "button-bevel" | "button-focus" | "caret" | "checkbox-container" | "checkbox-label" | "checkmenuitem" | "dualbutton" | "groupbox" | "listitem" | "menuarrow" | "menubar" | "menucheckbox" | "menuimage" | "menuitem" | "menuitemtext" | "menulist-text" | "menulist-textfield" | "menupopup" | "menuradio" | "menuseparator" | "meterbar" | "meterchunk" | "progressbar" | "progressbar-vertical" | "progresschunk" | "progresschunk-vertical" | "radio-container" | "radio-label" | "radiomenuitem" | "range" | "range-thumb" | "resizer" | "resizerpanel" | "scale-horizontal" | "scale-vertical" | "scalethumb-horizontal" | "scalethumb-vertical" | "scalethumbend" | "scalethumbstart" | "scalethumbtick" | "scrollbarbutton-down" | "scrollbarbutton-left" | "scrollbarbutton-right" | "scrollbarbutton-up" | "scrollbarthumb-horizontal" | "scrollbarthumb-vertical" | "scrollbartrack-horizontal" | "scrollbartrack-vertical" | "separator" | "sheet" | "spinner" | "spinner-downbutton" | "spinner-textfield" | "spinner-upbutton" | "splitter" | "statusbar" | "statusbarpanel" | "tab" | "tab-scroll-arrow-back" | "tab-scroll-arrow-forward" | "tabpanel" | "tabpanels" | "textfield-multiline" | "toolbar" | "toolbarbutton" | "toolbarbutton-dropdown" | "toolbargripper" | "toolbox" | "tooltip" | "treeheader" | "treeheadercell" | "treeheadersortarrow" | "treeitem" | "treeline" | "treetwisty" | "treetwistyopen" | "treeview" | import("@react-spring/shared").FluidValue<import("csstype").Property.MozAppearance, any> | undefined;
|
|
476
|
+
MozBinding?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none", any> | undefined;
|
|
477
|
+
MozBorderBottomColors?: "orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor" | import("@react-spring/shared").FluidValue<"orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor", any> | undefined;
|
|
478
|
+
MozBorderEndColor?: "orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor" | import("@react-spring/shared").FluidValue<"orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor", any> | undefined;
|
|
479
|
+
MozBorderEndStyle?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "hidden" | "dashed" | "dotted" | "double" | "groove" | "inset" | "outset" | "ridge" | "solid" | import("@react-spring/shared").FluidValue<import("csstype").Property.BorderInlineEndStyle, any> | undefined;
|
|
480
|
+
MozBorderEndWidth?: string | number | import("@react-spring/shared").FluidValue<import("csstype").Property.BorderInlineEndWidth<string | number>, any> | undefined;
|
|
481
|
+
MozBorderLeftColors?: "orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor" | import("@react-spring/shared").FluidValue<"orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor", any> | undefined;
|
|
482
|
+
MozBorderRightColors?: "orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor" | import("@react-spring/shared").FluidValue<"orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor", any> | undefined;
|
|
483
|
+
MozBorderStartColor?: "orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor" | import("@react-spring/shared").FluidValue<"orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor", any> | undefined;
|
|
484
|
+
MozBorderStartStyle?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "hidden" | "dashed" | "dotted" | "double" | "groove" | "inset" | "outset" | "ridge" | "solid" | import("@react-spring/shared").FluidValue<import("csstype").Property.BorderInlineStartStyle, any> | undefined;
|
|
485
|
+
MozBorderTopColors?: "orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor" | import("@react-spring/shared").FluidValue<"orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor", any> | undefined;
|
|
486
|
+
MozBoxSizing?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "border-box" | "content-box" | import("@react-spring/shared").FluidValue<import("csstype").Property.BoxSizing, any> | undefined;
|
|
487
|
+
MozColumnCount?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | (number & {}) | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | (number & {}), any> | undefined;
|
|
488
|
+
MozColumnFill?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "balance" | "balance-all" | import("@react-spring/shared").FluidValue<import("csstype").Property.ColumnFill, any> | undefined;
|
|
489
|
+
MozColumnRuleColor?: "orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor" | import("@react-spring/shared").FluidValue<"orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor", any> | undefined;
|
|
490
|
+
MozColumnRuleStyle?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "hidden" | "dashed" | "dotted" | "double" | "groove" | "inset" | "outset" | "ridge" | "solid" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "hidden" | "dashed" | "dotted" | "double" | "groove" | "inset" | "outset" | "ridge" | "solid", any> | undefined;
|
|
491
|
+
MozColumnRuleWidth?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.ColumnRuleWidth<string | number>, any> | undefined;
|
|
492
|
+
MozColumnWidth?: string | number | import("@react-spring/shared").FluidValue<import("csstype").Property.ColumnWidth<string | number>, any> | undefined;
|
|
493
|
+
MozContextProperties?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "fill" | "stroke" | "fill-opacity" | "stroke-opacity" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "fill" | "stroke" | "fill-opacity" | "stroke-opacity", any> | undefined;
|
|
494
|
+
MozFontFeatureSettings?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "normal" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "normal", any> | undefined;
|
|
495
|
+
MozFontLanguageOverride?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "normal" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "normal", any> | undefined;
|
|
496
|
+
MozHyphens?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "auto" | "manual" | import("@react-spring/shared").FluidValue<import("csstype").Property.Hyphens, any> | undefined;
|
|
497
|
+
MozImageRegion?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto", any> | undefined;
|
|
498
|
+
MozMarginEnd?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.MarginInlineEnd<string | number>, any> | undefined;
|
|
499
|
+
MozMarginStart?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.MarginInlineStart<string | number>, any> | undefined;
|
|
500
|
+
MozOrient?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "block" | "inline" | "horizontal" | "vertical" | import("@react-spring/shared").FluidValue<import("csstype").Property.MozOrient, any> | undefined;
|
|
501
|
+
MozOsxFontSmoothing?: string | number | import("@react-spring/shared").FluidValue<import("csstype").Property.FontSmooth<string | number>, any> | undefined;
|
|
502
|
+
MozOutlineRadiusBottomleft?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.MozOutlineRadiusBottomleft<string | number>, any> | undefined;
|
|
503
|
+
MozOutlineRadiusBottomright?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.MozOutlineRadiusBottomright<string | number>, any> | undefined;
|
|
504
|
+
MozOutlineRadiusTopleft?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.MozOutlineRadiusTopleft<string | number>, any> | undefined;
|
|
505
|
+
MozOutlineRadiusTopright?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.MozOutlineRadiusTopright<string | number>, any> | undefined;
|
|
506
|
+
MozPaddingEnd?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.PaddingInlineEnd<string | number>, any> | undefined;
|
|
507
|
+
MozPaddingStart?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.PaddingInlineStart<string | number>, any> | undefined;
|
|
508
|
+
MozStackSizing?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "ignore" | "stretch-to-fit" | import("@react-spring/shared").FluidValue<import("csstype").Property.MozStackSizing, any> | undefined;
|
|
509
|
+
MozTabSize?: string | number | (string & {}) | (number & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.TabSize<string | number>, any> | undefined;
|
|
510
|
+
MozTextBlink?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "blink" | import("@react-spring/shared").FluidValue<import("csstype").Property.MozTextBlink, any> | undefined;
|
|
511
|
+
MozTextSizeAdjust?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "auto" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "auto", any> | undefined;
|
|
512
|
+
MozUserFocus?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "normal" | "ignore" | "select-after" | "select-all" | "select-before" | "select-menu" | "select-same" | import("@react-spring/shared").FluidValue<import("csstype").Property.MozUserFocus, any> | undefined;
|
|
513
|
+
MozUserModify?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "read-only" | "read-write" | "write-only" | import("@react-spring/shared").FluidValue<import("csstype").Property.MozUserModify, any> | undefined;
|
|
514
|
+
MozUserSelect?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "auto" | "contain" | "all" | "text" | "-moz-none" | "element" | import("@react-spring/shared").FluidValue<import("csstype").Property.UserSelect, any> | undefined;
|
|
515
|
+
MozWindowDragging?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "drag" | "no-drag" | import("@react-spring/shared").FluidValue<import("csstype").Property.MozWindowDragging, any> | undefined;
|
|
516
|
+
MozWindowShadow?: "default" | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "menu" | "sheet" | "tooltip" | import("@react-spring/shared").FluidValue<import("csstype").Property.MozWindowShadow, any> | undefined;
|
|
517
|
+
msAccelerator?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "false" | "true" | import("@react-spring/shared").FluidValue<import("csstype").Property.MsAccelerator, any> | undefined;
|
|
518
|
+
msBlockProgression?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "bt" | "lr" | "rl" | "tb" | import("@react-spring/shared").FluidValue<import("csstype").Property.MsBlockProgression, any> | undefined;
|
|
519
|
+
msContentZoomChaining?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "chained" | import("@react-spring/shared").FluidValue<import("csstype").Property.MsContentZoomChaining, any> | undefined;
|
|
520
|
+
msContentZoomLimitMax?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset", any> | undefined;
|
|
521
|
+
msContentZoomLimitMin?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset", any> | undefined;
|
|
522
|
+
msContentZoomSnapPoints?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset", any> | undefined;
|
|
523
|
+
msContentZoomSnapType?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "mandatory" | "proximity" | import("@react-spring/shared").FluidValue<import("csstype").Property.MsContentZoomSnapType, any> | undefined;
|
|
524
|
+
msContentZooming?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "zoom" | import("@react-spring/shared").FluidValue<import("csstype").Property.MsContentZooming, any> | undefined;
|
|
525
|
+
msFilter?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset", any> | undefined;
|
|
526
|
+
msFlexDirection?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "column" | "column-reverse" | "row" | "row-reverse" | import("@react-spring/shared").FluidValue<import("csstype").Property.FlexDirection, any> | undefined;
|
|
527
|
+
msFlexPositive?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | (number & {}) | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | (number & {}), any> | undefined;
|
|
528
|
+
msFlowFrom?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none", any> | undefined;
|
|
529
|
+
msFlowInto?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none", any> | undefined;
|
|
530
|
+
msGridColumns?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.MsGridColumns<string | number>, any> | undefined;
|
|
531
|
+
msGridRows?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.MsGridRows<string | number>, any> | undefined;
|
|
532
|
+
msHighContrastAdjust?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "auto" | import("@react-spring/shared").FluidValue<import("csstype").Property.MsHighContrastAdjust, any> | undefined;
|
|
533
|
+
msHyphenateLimitChars?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | (number & {}) | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | (number & {}), any> | undefined;
|
|
534
|
+
msHyphenateLimitLines?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | (number & {}) | "no-limit" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | (number & {}) | "no-limit", any> | undefined;
|
|
535
|
+
msHyphenateLimitZone?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.MsHyphenateLimitZone<string | number>, any> | undefined;
|
|
536
|
+
msHyphens?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "auto" | "manual" | import("@react-spring/shared").FluidValue<import("csstype").Property.Hyphens, any> | undefined;
|
|
537
|
+
msImeAlign?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "after" | import("@react-spring/shared").FluidValue<import("csstype").Property.MsImeAlign, any> | undefined;
|
|
538
|
+
msLineBreak?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "normal" | "strict" | "anywhere" | "loose" | import("@react-spring/shared").FluidValue<import("csstype").Property.LineBreak, any> | undefined;
|
|
539
|
+
msOrder?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | (number & {}) | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | (number & {}), any> | undefined;
|
|
540
|
+
msOverflowStyle?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "auto" | "-ms-autohiding-scrollbar" | "scrollbar" | import("@react-spring/shared").FluidValue<import("csstype").Property.MsOverflowStyle, any> | undefined;
|
|
541
|
+
msOverflowX?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "visible" | "hidden" | "scroll" | "clip" | "-moz-hidden-unscrollable" | import("@react-spring/shared").FluidValue<import("csstype").Property.OverflowX, any> | undefined;
|
|
542
|
+
msOverflowY?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "visible" | "hidden" | "scroll" | "clip" | "-moz-hidden-unscrollable" | import("@react-spring/shared").FluidValue<import("csstype").Property.OverflowY, any> | undefined;
|
|
543
|
+
msScrollChaining?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "chained" | import("@react-spring/shared").FluidValue<import("csstype").Property.MsScrollChaining, any> | undefined;
|
|
544
|
+
msScrollLimitXMax?: string | number | import("@react-spring/shared").FluidValue<import("csstype").Property.MsScrollLimitXMax<string | number>, any> | undefined;
|
|
545
|
+
msScrollLimitXMin?: string | number | import("@react-spring/shared").FluidValue<import("csstype").Property.MsScrollLimitXMin<string | number>, any> | undefined;
|
|
546
|
+
msScrollLimitYMax?: string | number | import("@react-spring/shared").FluidValue<import("csstype").Property.MsScrollLimitYMax<string | number>, any> | undefined;
|
|
547
|
+
msScrollLimitYMin?: string | number | import("@react-spring/shared").FluidValue<import("csstype").Property.MsScrollLimitYMin<string | number>, any> | undefined;
|
|
548
|
+
msScrollRails?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "railed" | import("@react-spring/shared").FluidValue<import("csstype").Property.MsScrollRails, any> | undefined;
|
|
549
|
+
msScrollSnapPointsX?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset", any> | undefined;
|
|
550
|
+
msScrollSnapPointsY?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset", any> | undefined;
|
|
551
|
+
msScrollSnapType?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "mandatory" | "proximity" | import("@react-spring/shared").FluidValue<import("csstype").Property.MsScrollSnapType, any> | undefined;
|
|
552
|
+
msScrollTranslation?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "vertical-to-horizontal" | import("@react-spring/shared").FluidValue<import("csstype").Property.MsScrollTranslation, any> | undefined;
|
|
553
|
+
msScrollbar3dlightColor?: "orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor" | import("@react-spring/shared").FluidValue<"orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor", any> | undefined;
|
|
554
|
+
msScrollbarArrowColor?: "orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor" | import("@react-spring/shared").FluidValue<"orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor", any> | undefined;
|
|
555
|
+
msScrollbarBaseColor?: "orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor" | import("@react-spring/shared").FluidValue<"orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor", any> | undefined;
|
|
556
|
+
msScrollbarDarkshadowColor?: "orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor" | import("@react-spring/shared").FluidValue<"orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor", any> | undefined;
|
|
557
|
+
msScrollbarFaceColor?: "orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor" | import("@react-spring/shared").FluidValue<"orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor", any> | undefined;
|
|
558
|
+
msScrollbarHighlightColor?: "orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor" | import("@react-spring/shared").FluidValue<"orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor", any> | undefined;
|
|
559
|
+
msScrollbarShadowColor?: "orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor" | import("@react-spring/shared").FluidValue<"orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor", any> | undefined;
|
|
560
|
+
msScrollbarTrackColor?: "orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor" | import("@react-spring/shared").FluidValue<"orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor", any> | undefined;
|
|
561
|
+
msTextAutospace?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "ideograph-alpha" | "ideograph-numeric" | "ideograph-parenthesis" | "ideograph-space" | import("@react-spring/shared").FluidValue<import("csstype").Property.MsTextAutospace, any> | undefined;
|
|
562
|
+
msTextCombineHorizontal?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "all" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "all", any> | undefined;
|
|
563
|
+
msTextOverflow?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "clip" | "ellipsis" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "clip" | "ellipsis", any> | undefined;
|
|
564
|
+
msTouchAction?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "auto" | "-ms-manipulation" | "-ms-none" | "-ms-pinch-zoom" | "manipulation" | "pan-down" | "pan-left" | "pan-right" | "pan-up" | "pan-x" | "pan-y" | "pinch-zoom" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "auto" | "-ms-manipulation" | "-ms-none" | "-ms-pinch-zoom" | "manipulation" | "pan-down" | "pan-left" | "pan-right" | "pan-up" | "pan-x" | "pan-y" | "pinch-zoom", any> | undefined;
|
|
565
|
+
msTouchSelect?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "grippers" | import("@react-spring/shared").FluidValue<import("csstype").Property.MsTouchSelect, any> | undefined;
|
|
566
|
+
msTransform?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none", any> | undefined;
|
|
567
|
+
msTransformOrigin?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.TransformOrigin<string | number>, any> | undefined;
|
|
568
|
+
msTransitionDelay?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset", any> | undefined;
|
|
569
|
+
msTransitionDuration?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset", any> | undefined;
|
|
570
|
+
msTransitionProperty?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "all" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "all", any> | undefined;
|
|
571
|
+
msTransitionTimingFunction?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear", any> | undefined;
|
|
572
|
+
msUserSelect?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "text" | "element" | import("@react-spring/shared").FluidValue<import("csstype").Property.MsUserSelect, any> | undefined;
|
|
573
|
+
msWordBreak?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "normal" | "break-word" | "break-all" | "keep-all" | import("@react-spring/shared").FluidValue<import("csstype").Property.WordBreak, any> | undefined;
|
|
574
|
+
msWrapFlow?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "end" | "start" | "both" | "clear" | "maximum" | import("@react-spring/shared").FluidValue<import("csstype").Property.MsWrapFlow, any> | undefined;
|
|
575
|
+
msWrapMargin?: string | number | import("@react-spring/shared").FluidValue<import("csstype").Property.MsWrapMargin<string | number>, any> | undefined;
|
|
576
|
+
msWrapThrough?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "wrap" | import("@react-spring/shared").FluidValue<import("csstype").Property.MsWrapThrough, any> | undefined;
|
|
577
|
+
msWritingMode?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "horizontal-tb" | "sideways-lr" | "sideways-rl" | "vertical-lr" | "vertical-rl" | import("@react-spring/shared").FluidValue<import("csstype").Property.WritingMode, any> | undefined;
|
|
578
|
+
WebkitAlignContent?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "space-around" | "space-between" | "space-evenly" | "stretch" | "center" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | "normal" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "space-around" | "space-between" | "space-evenly" | "stretch" | "center" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | "normal", any> | undefined;
|
|
579
|
+
WebkitAlignItems?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "stretch" | "center" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | "normal" | "self-end" | "self-start" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "stretch" | "center" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | "normal" | "self-end" | "self-start", any> | undefined;
|
|
580
|
+
WebkitAlignSelf?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "stretch" | "center" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | "normal" | "self-end" | "self-start" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "stretch" | "center" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | "normal" | "self-end" | "self-start", any> | undefined;
|
|
581
|
+
WebkitAnimationDelay?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset", any> | undefined;
|
|
582
|
+
WebkitAnimationDirection?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "reverse" | "normal" | "alternate" | "alternate-reverse" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "reverse" | "normal" | "alternate" | "alternate-reverse", any> | undefined;
|
|
583
|
+
WebkitAnimationDuration?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset", any> | undefined;
|
|
584
|
+
WebkitAnimationFillMode?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "backwards" | "both" | "forwards" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "backwards" | "both" | "forwards", any> | undefined;
|
|
585
|
+
WebkitAnimationIterationCount?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "infinite" | (number & {}) | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "infinite" | (number & {}), any> | undefined;
|
|
586
|
+
WebkitAnimationName?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none", any> | undefined;
|
|
587
|
+
WebkitAnimationPlayState?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "paused" | "running" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "paused" | "running", any> | undefined;
|
|
588
|
+
WebkitAnimationTimingFunction?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear", any> | undefined;
|
|
589
|
+
WebkitAppearance?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "button" | "checkbox" | "listbox" | "menulist" | "meter" | "progress-bar" | "push-button" | "radio" | "searchfield" | "slider-horizontal" | "square-button" | "textarea" | "menulist-button" | "textfield" | "button-bevel" | "caret" | "listitem" | "menulist-text" | "menulist-textfield" | "-apple-pay-button" | "default-button" | "inner-spin-button" | "media-controls-background" | "media-controls-fullscreen-background" | "media-current-time-display" | "media-enter-fullscreen-button" | "media-exit-fullscreen-button" | "media-fullscreen-button" | "media-mute-button" | "media-overlay-play-button" | "media-play-button" | "media-seek-back-button" | "media-seek-forward-button" | "media-slider" | "media-sliderthumb" | "media-time-remaining-display" | "media-toggle-closed-captions-button" | "media-volume-slider" | "media-volume-slider-container" | "media-volume-sliderthumb" | "progress-bar-value" | "searchfield-cancel-button" | "searchfield-decoration" | "searchfield-results-button" | "searchfield-results-decoration" | "slider-vertical" | "sliderthumb-horizontal" | "sliderthumb-vertical" | import("@react-spring/shared").FluidValue<import("csstype").Property.WebkitAppearance, any> | undefined;
|
|
590
|
+
WebkitBackdropFilter?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none", any> | undefined;
|
|
591
|
+
WebkitBackfaceVisibility?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "visible" | "hidden" | import("@react-spring/shared").FluidValue<import("csstype").Property.BackfaceVisibility, any> | undefined;
|
|
592
|
+
WebkitBackgroundClip?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "border-box" | "content-box" | "padding-box" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "border-box" | "content-box" | "padding-box", any> | undefined;
|
|
593
|
+
WebkitBackgroundOrigin?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "border-box" | "content-box" | "padding-box" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "border-box" | "content-box" | "padding-box", any> | undefined;
|
|
594
|
+
WebkitBackgroundSize?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.BackgroundSize<string | number>, any> | undefined;
|
|
595
|
+
WebkitBorderBeforeColor?: "orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor" | import("@react-spring/shared").FluidValue<"orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor", any> | undefined;
|
|
596
|
+
WebkitBorderBeforeStyle?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "hidden" | "dashed" | "dotted" | "double" | "groove" | "inset" | "outset" | "ridge" | "solid" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "hidden" | "dashed" | "dotted" | "double" | "groove" | "inset" | "outset" | "ridge" | "solid", any> | undefined;
|
|
597
|
+
WebkitBorderBeforeWidth?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.WebkitBorderBeforeWidth<string | number>, any> | undefined;
|
|
598
|
+
WebkitBorderBottomLeftRadius?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.BorderBottomLeftRadius<string | number>, any> | undefined;
|
|
599
|
+
WebkitBorderBottomRightRadius?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.BorderBottomRightRadius<string | number>, any> | undefined;
|
|
600
|
+
WebkitBorderImageSlice?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | (number & {}) | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | (number & {}), any> | undefined;
|
|
601
|
+
WebkitBorderTopLeftRadius?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.BorderTopLeftRadius<string | number>, any> | undefined;
|
|
602
|
+
WebkitBorderTopRightRadius?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.BorderTopRightRadius<string | number>, any> | undefined;
|
|
603
|
+
WebkitBoxDecorationBreak?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "slice" | "clone" | import("@react-spring/shared").FluidValue<import("csstype").Property.BoxDecorationBreak, any> | undefined;
|
|
604
|
+
WebkitBoxReflect?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.WebkitBoxReflect<string | number>, any> | undefined;
|
|
605
|
+
WebkitBoxShadow?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none", any> | undefined;
|
|
606
|
+
WebkitBoxSizing?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "border-box" | "content-box" | import("@react-spring/shared").FluidValue<import("csstype").Property.BoxSizing, any> | undefined;
|
|
607
|
+
WebkitClipPath?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "border-box" | "content-box" | "padding-box" | "fill-box" | "margin-box" | "stroke-box" | "view-box" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "border-box" | "content-box" | "padding-box" | "fill-box" | "margin-box" | "stroke-box" | "view-box", any> | undefined;
|
|
608
|
+
WebkitColumnCount?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | (number & {}) | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | (number & {}), any> | undefined;
|
|
609
|
+
WebkitColumnFill?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "balance" | "balance-all" | import("@react-spring/shared").FluidValue<import("csstype").Property.ColumnFill, any> | undefined;
|
|
610
|
+
WebkitColumnRuleColor?: "orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor" | import("@react-spring/shared").FluidValue<"orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor", any> | undefined;
|
|
611
|
+
WebkitColumnRuleStyle?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "hidden" | "dashed" | "dotted" | "double" | "groove" | "inset" | "outset" | "ridge" | "solid" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "hidden" | "dashed" | "dotted" | "double" | "groove" | "inset" | "outset" | "ridge" | "solid", any> | undefined;
|
|
612
|
+
WebkitColumnRuleWidth?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.ColumnRuleWidth<string | number>, any> | undefined;
|
|
613
|
+
WebkitColumnSpan?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "all" | import("@react-spring/shared").FluidValue<import("csstype").Property.ColumnSpan, any> | undefined;
|
|
614
|
+
WebkitColumnWidth?: string | number | import("@react-spring/shared").FluidValue<import("csstype").Property.ColumnWidth<string | number>, any> | undefined;
|
|
615
|
+
WebkitFilter?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none", any> | undefined;
|
|
616
|
+
WebkitFlexBasis?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.FlexBasis<string | number>, any> | undefined;
|
|
617
|
+
WebkitFlexDirection?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "column" | "column-reverse" | "row" | "row-reverse" | import("@react-spring/shared").FluidValue<import("csstype").Property.FlexDirection, any> | undefined;
|
|
618
|
+
WebkitFlexGrow?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | (number & {}) | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | (number & {}), any> | undefined;
|
|
619
|
+
WebkitFlexShrink?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | (number & {}) | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | (number & {}), any> | undefined;
|
|
620
|
+
WebkitFlexWrap?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "nowrap" | "wrap" | "wrap-reverse" | import("@react-spring/shared").FluidValue<import("csstype").Property.FlexWrap, any> | undefined;
|
|
621
|
+
WebkitFontFeatureSettings?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "normal" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "normal", any> | undefined;
|
|
622
|
+
WebkitFontKerning?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "auto" | "normal" | import("@react-spring/shared").FluidValue<import("csstype").Property.FontKerning, any> | undefined;
|
|
623
|
+
WebkitFontSmoothing?: string | number | import("@react-spring/shared").FluidValue<import("csstype").Property.FontSmooth<string | number>, any> | undefined;
|
|
624
|
+
WebkitFontVariantLigatures?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "normal" | "common-ligatures" | "contextual" | "discretionary-ligatures" | "historical-ligatures" | "no-common-ligatures" | "no-contextual" | "no-discretionary-ligatures" | "no-historical-ligatures" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "normal" | "common-ligatures" | "contextual" | "discretionary-ligatures" | "historical-ligatures" | "no-common-ligatures" | "no-contextual" | "no-discretionary-ligatures" | "no-historical-ligatures", any> | undefined;
|
|
625
|
+
WebkitHyphenateCharacter?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto", any> | undefined;
|
|
626
|
+
WebkitHyphens?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "auto" | "manual" | import("@react-spring/shared").FluidValue<import("csstype").Property.Hyphens, any> | undefined;
|
|
627
|
+
WebkitInitialLetter?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "normal" | (number & {}) | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "normal" | (number & {}), any> | undefined;
|
|
628
|
+
WebkitJustifyContent?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "space-around" | "space-between" | "space-evenly" | "stretch" | "center" | "end" | "flex-end" | "flex-start" | "start" | "normal" | "left" | "right" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "space-around" | "space-between" | "space-evenly" | "stretch" | "center" | "end" | "flex-end" | "flex-start" | "start" | "normal" | "left" | "right", any> | undefined;
|
|
629
|
+
WebkitLineBreak?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "normal" | "strict" | "anywhere" | "loose" | import("@react-spring/shared").FluidValue<import("csstype").Property.LineBreak, any> | undefined;
|
|
630
|
+
WebkitLineClamp?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | (number & {}) | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | (number & {}), any> | undefined;
|
|
631
|
+
WebkitMarginEnd?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.MarginInlineEnd<string | number>, any> | undefined;
|
|
632
|
+
WebkitMarginStart?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.MarginInlineStart<string | number>, any> | undefined;
|
|
633
|
+
WebkitMaskAttachment?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "fixed" | "local" | "scroll" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "fixed" | "local" | "scroll", any> | undefined;
|
|
634
|
+
WebkitMaskBoxImageOutset?: string | number | (string & {}) | (number & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.MaskBorderOutset<string | number>, any> | undefined;
|
|
635
|
+
WebkitMaskBoxImageRepeat?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "repeat" | "stretch" | "round" | "space" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "repeat" | "stretch" | "round" | "space", any> | undefined;
|
|
636
|
+
WebkitMaskBoxImageSlice?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | (number & {}) | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | (number & {}), any> | undefined;
|
|
637
|
+
WebkitMaskBoxImageSource?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none", any> | undefined;
|
|
638
|
+
WebkitMaskBoxImageWidth?: string | number | (string & {}) | (number & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.MaskBorderWidth<string | number>, any> | undefined;
|
|
639
|
+
WebkitMaskClip?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "border-box" | "content-box" | "padding-box" | "content" | "text" | "border" | "padding" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "border-box" | "content-box" | "padding-box" | "content" | "text" | "border" | "padding", any> | undefined;
|
|
640
|
+
WebkitMaskComposite?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "copy" | "clear" | "destination-atop" | "destination-in" | "destination-out" | "destination-over" | "source-atop" | "source-in" | "source-out" | "source-over" | "xor" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "copy" | "clear" | "destination-atop" | "destination-in" | "destination-out" | "destination-over" | "source-atop" | "source-in" | "source-out" | "source-over" | "xor", any> | undefined;
|
|
641
|
+
WebkitMaskImage?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none", any> | undefined;
|
|
642
|
+
WebkitMaskOrigin?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "border-box" | "content-box" | "padding-box" | "content" | "border" | "padding" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "border-box" | "content-box" | "padding-box" | "content" | "border" | "padding", any> | undefined;
|
|
643
|
+
WebkitMaskPosition?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.WebkitMaskPosition<string | number>, any> | undefined;
|
|
644
|
+
WebkitMaskPositionX?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.WebkitMaskPositionX<string | number>, any> | undefined;
|
|
645
|
+
WebkitMaskPositionY?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.WebkitMaskPositionY<string | number>, any> | undefined;
|
|
646
|
+
WebkitMaskRepeat?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "repeat" | "no-repeat" | "repeat-x" | "repeat-y" | "round" | "space" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "repeat" | "no-repeat" | "repeat-x" | "repeat-y" | "round" | "space", any> | undefined;
|
|
647
|
+
WebkitMaskRepeatX?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "repeat" | "no-repeat" | "round" | "space" | import("@react-spring/shared").FluidValue<import("csstype").Property.WebkitMaskRepeatX, any> | undefined;
|
|
648
|
+
WebkitMaskRepeatY?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "repeat" | "no-repeat" | "round" | "space" | import("@react-spring/shared").FluidValue<import("csstype").Property.WebkitMaskRepeatY, any> | undefined;
|
|
649
|
+
WebkitMaskSize?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.WebkitMaskSize<string | number>, any> | undefined;
|
|
650
|
+
WebkitMaxInlineSize?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.MaxInlineSize<string | number>, any> | undefined;
|
|
651
|
+
WebkitOrder?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | (number & {}) | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | (number & {}), any> | undefined;
|
|
652
|
+
WebkitOverflowScrolling?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "touch" | import("@react-spring/shared").FluidValue<import("csstype").Property.WebkitOverflowScrolling, any> | undefined;
|
|
653
|
+
WebkitPaddingEnd?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.PaddingInlineEnd<string | number>, any> | undefined;
|
|
654
|
+
WebkitPaddingStart?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.PaddingInlineStart<string | number>, any> | undefined;
|
|
655
|
+
WebkitPerspective?: string | number | import("@react-spring/shared").FluidValue<import("csstype").Property.Perspective<string | number>, any> | undefined;
|
|
656
|
+
WebkitPerspectiveOrigin?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.PerspectiveOrigin<string | number>, any> | undefined;
|
|
657
|
+
WebkitPrintColorAdjust?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "economy" | "exact" | import("@react-spring/shared").FluidValue<import("csstype").Property.PrintColorAdjust, any> | undefined;
|
|
658
|
+
WebkitRubyPosition?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "alternate" | "inter-character" | "over" | "under" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "alternate" | "inter-character" | "over" | "under", any> | undefined;
|
|
659
|
+
WebkitScrollSnapType?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "both" | "block" | "inline" | "x" | "y" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "both" | "block" | "inline" | "x" | "y", any> | undefined;
|
|
660
|
+
WebkitShapeMargin?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.ShapeMargin<string | number>, any> | undefined;
|
|
661
|
+
WebkitTapHighlightColor?: "orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor" | import("@react-spring/shared").FluidValue<"orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor", any> | undefined;
|
|
662
|
+
WebkitTextCombine?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "all" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "all", any> | undefined;
|
|
663
|
+
WebkitTextDecorationColor?: "orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor" | import("@react-spring/shared").FluidValue<"orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor", any> | undefined;
|
|
664
|
+
WebkitTextDecorationLine?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "blink" | "grammar-error" | "line-through" | "overline" | "spelling-error" | "underline" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "blink" | "grammar-error" | "line-through" | "overline" | "spelling-error" | "underline", any> | undefined;
|
|
665
|
+
WebkitTextDecorationSkip?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "box-decoration" | "edges" | "leading-spaces" | "objects" | "spaces" | "trailing-spaces" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "box-decoration" | "edges" | "leading-spaces" | "objects" | "spaces" | "trailing-spaces", any> | undefined;
|
|
666
|
+
WebkitTextDecorationStyle?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "dashed" | "dotted" | "double" | "solid" | "wavy" | import("@react-spring/shared").FluidValue<import("csstype").Property.TextDecorationStyle, any> | undefined;
|
|
667
|
+
WebkitTextEmphasisColor?: "orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor" | import("@react-spring/shared").FluidValue<"orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor", any> | undefined;
|
|
668
|
+
WebkitTextEmphasisPosition?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset", any> | undefined;
|
|
669
|
+
WebkitTextEmphasisStyle?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "circle" | "dot" | "double-circle" | "filled" | "open" | "sesame" | "triangle" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "circle" | "dot" | "double-circle" | "filled" | "open" | "sesame" | "triangle", any> | undefined;
|
|
670
|
+
WebkitTextFillColor?: "orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor" | import("@react-spring/shared").FluidValue<"orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor", any> | undefined;
|
|
671
|
+
WebkitTextOrientation?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "mixed" | "sideways" | "upright" | import("@react-spring/shared").FluidValue<import("csstype").Property.TextOrientation, any> | undefined;
|
|
672
|
+
WebkitTextSizeAdjust?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "auto" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "auto", any> | undefined;
|
|
673
|
+
WebkitTextStrokeColor?: "orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor" | import("@react-spring/shared").FluidValue<"orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor", any> | undefined;
|
|
674
|
+
WebkitTextStrokeWidth?: string | number | import("@react-spring/shared").FluidValue<import("csstype").Property.WebkitTextStrokeWidth<string | number>, any> | undefined;
|
|
675
|
+
WebkitTextUnderlinePosition?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "left" | "right" | "from-font" | "under" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "left" | "right" | "from-font" | "under", any> | undefined;
|
|
676
|
+
WebkitTouchCallout?: "default" | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | import("@react-spring/shared").FluidValue<import("csstype").Property.WebkitTouchCallout, any> | undefined;
|
|
677
|
+
WebkitTransform?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none", any> | undefined;
|
|
678
|
+
WebkitTransformOrigin?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.TransformOrigin<string | number>, any> | undefined;
|
|
679
|
+
WebkitTransformStyle?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "flat" | "preserve-3d" | import("@react-spring/shared").FluidValue<import("csstype").Property.TransformStyle, any> | undefined;
|
|
680
|
+
WebkitTransitionDelay?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset", any> | undefined;
|
|
681
|
+
WebkitTransitionDuration?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset", any> | undefined;
|
|
682
|
+
WebkitTransitionProperty?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "all" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "all", any> | undefined;
|
|
683
|
+
WebkitTransitionTimingFunction?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear", any> | undefined;
|
|
684
|
+
WebkitUserModify?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "read-only" | "read-write" | "read-write-plaintext-only" | import("@react-spring/shared").FluidValue<import("csstype").Property.WebkitUserModify, any> | undefined;
|
|
685
|
+
WebkitUserSelect?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "auto" | "contain" | "all" | "text" | "-moz-none" | "element" | import("@react-spring/shared").FluidValue<import("csstype").Property.UserSelect, any> | undefined;
|
|
686
|
+
WebkitWritingMode?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "horizontal-tb" | "sideways-lr" | "sideways-rl" | "vertical-lr" | "vertical-rl" | import("@react-spring/shared").FluidValue<import("csstype").Property.WritingMode, any> | undefined;
|
|
687
|
+
MozAnimation?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "reverse" | "auto" | "normal" | "alternate" | "alternate-reverse" | "backwards" | "both" | "forwards" | "infinite" | (number & {}) | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "reverse" | "auto" | "normal" | "alternate" | "alternate-reverse" | "backwards" | "both" | "forwards" | "infinite" | (number & {}) | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear", any> | undefined;
|
|
688
|
+
MozBorderImage?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "repeat" | "stretch" | (number & {}) | "round" | "space" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "repeat" | "stretch" | (number & {}) | "round" | "space", any> | undefined;
|
|
689
|
+
MozColumnRule?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.ColumnRule<string | number>, any> | undefined;
|
|
690
|
+
MozColumns?: string | number | (string & {}) | (number & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.Columns<string | number>, any> | undefined;
|
|
691
|
+
MozOutlineRadius?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.MozOutlineRadius<string | number>, any> | undefined;
|
|
692
|
+
msContentZoomLimit?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset", any> | undefined;
|
|
693
|
+
msContentZoomSnap?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "mandatory" | "proximity" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "mandatory" | "proximity", any> | undefined;
|
|
694
|
+
msFlex?: string | number | (string & {}) | (number & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.Flex<string | number>, any> | undefined;
|
|
695
|
+
msScrollLimit?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset", any> | undefined;
|
|
696
|
+
msScrollSnapX?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset", any> | undefined;
|
|
697
|
+
msScrollSnapY?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset", any> | undefined;
|
|
698
|
+
msTransition?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "normal" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear" | "all" | "allow-discrete" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "normal" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear" | "all" | "allow-discrete", any> | undefined;
|
|
699
|
+
WebkitAnimation?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "reverse" | "auto" | "normal" | "alternate" | "alternate-reverse" | "backwards" | "both" | "forwards" | "infinite" | (number & {}) | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "reverse" | "auto" | "normal" | "alternate" | "alternate-reverse" | "backwards" | "both" | "forwards" | "infinite" | (number & {}) | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear", any> | undefined;
|
|
700
|
+
WebkitBorderBefore?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.WebkitBorderBefore<string | number>, any> | undefined;
|
|
701
|
+
WebkitBorderImage?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "repeat" | "stretch" | (number & {}) | "round" | "space" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "repeat" | "stretch" | (number & {}) | "round" | "space", any> | undefined;
|
|
702
|
+
WebkitBorderRadius?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.BorderRadius<string | number>, any> | undefined;
|
|
703
|
+
WebkitColumnRule?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.ColumnRule<string | number>, any> | undefined;
|
|
704
|
+
WebkitColumns?: string | number | (string & {}) | (number & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.Columns<string | number>, any> | undefined;
|
|
705
|
+
WebkitFlex?: string | number | (string & {}) | (number & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.Flex<string | number>, any> | undefined;
|
|
706
|
+
WebkitFlexFlow?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "column" | "column-reverse" | "row" | "row-reverse" | "nowrap" | "wrap" | "wrap-reverse" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "column" | "column-reverse" | "row" | "row-reverse" | "nowrap" | "wrap" | "wrap-reverse", any> | undefined;
|
|
707
|
+
WebkitMask?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.WebkitMask<string | number>, any> | undefined;
|
|
708
|
+
WebkitMaskBoxImage?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "repeat" | "stretch" | (number & {}) | "round" | "space" | "alpha" | "luminance" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "repeat" | "stretch" | (number & {}) | "round" | "space" | "alpha" | "luminance", any> | undefined;
|
|
709
|
+
WebkitTextEmphasis?: "orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor" | "circle" | "dot" | "double-circle" | "filled" | "open" | "sesame" | "triangle" | import("@react-spring/shared").FluidValue<"orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor" | "circle" | "dot" | "double-circle" | "filled" | "open" | "sesame" | "triangle", any> | undefined;
|
|
710
|
+
WebkitTextStroke?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.WebkitTextStroke<string | number>, any> | undefined;
|
|
711
|
+
WebkitTransition?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "normal" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear" | "all" | "allow-discrete" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "normal" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear" | "all" | "allow-discrete", any> | undefined;
|
|
712
|
+
azimuth?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "center" | "left" | "right" | "behind" | "center-left" | "center-right" | "far-left" | "far-right" | "left-side" | "leftwards" | "right-side" | "rightwards" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "center" | "left" | "right" | "behind" | "center-left" | "center-right" | "far-left" | "far-right" | "left-side" | "leftwards" | "right-side" | "rightwards", any> | undefined;
|
|
713
|
+
boxAlign?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "stretch" | "center" | "end" | "start" | "baseline" | import("@react-spring/shared").FluidValue<import("csstype").Property.BoxAlign, any> | undefined;
|
|
714
|
+
boxDirection?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "reverse" | "normal" | import("@react-spring/shared").FluidValue<import("csstype").Property.BoxDirection, any> | undefined;
|
|
715
|
+
boxFlex?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | (number & {}) | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | (number & {}), any> | undefined;
|
|
716
|
+
boxFlexGroup?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | (number & {}) | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | (number & {}), any> | undefined;
|
|
717
|
+
boxLines?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "multiple" | "single" | import("@react-spring/shared").FluidValue<import("csstype").Property.BoxLines, any> | undefined;
|
|
718
|
+
boxOrdinalGroup?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | (number & {}) | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | (number & {}), any> | undefined;
|
|
719
|
+
boxOrient?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "horizontal" | "vertical" | "block-axis" | "inline-axis" | import("@react-spring/shared").FluidValue<import("csstype").Property.BoxOrient, any> | undefined;
|
|
720
|
+
boxPack?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "center" | "end" | "start" | "justify" | import("@react-spring/shared").FluidValue<import("csstype").Property.BoxPack, any> | undefined;
|
|
721
|
+
clip?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto", any> | undefined;
|
|
722
|
+
gridColumnGap?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.GridColumnGap<string | number>, any> | undefined;
|
|
723
|
+
gridGap?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.GridGap<string | number>, any> | undefined;
|
|
724
|
+
gridRowGap?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.GridRowGap<string | number>, any> | undefined;
|
|
725
|
+
imeMode?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "normal" | "active" | "disabled" | "inactive" | import("@react-spring/shared").FluidValue<import("csstype").Property.ImeMode, any> | undefined;
|
|
726
|
+
offsetBlock?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.InsetBlock<string | number>, any> | undefined;
|
|
727
|
+
offsetBlockEnd?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.InsetBlockEnd<string | number>, any> | undefined;
|
|
728
|
+
offsetBlockStart?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.InsetBlockStart<string | number>, any> | undefined;
|
|
729
|
+
offsetInline?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.InsetInline<string | number>, any> | undefined;
|
|
730
|
+
offsetInlineEnd?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.InsetInlineEnd<string | number>, any> | undefined;
|
|
731
|
+
offsetInlineStart?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.InsetInlineStart<string | number>, any> | undefined;
|
|
732
|
+
scrollSnapCoordinate?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.ScrollSnapCoordinate<string | number>, any> | undefined;
|
|
733
|
+
scrollSnapDestination?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.ScrollSnapDestination<string | number>, any> | undefined;
|
|
734
|
+
scrollSnapPointsX?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none", any> | undefined;
|
|
735
|
+
scrollSnapPointsY?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none", any> | undefined;
|
|
736
|
+
scrollSnapTypeX?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "mandatory" | "proximity" | import("@react-spring/shared").FluidValue<import("csstype").Property.ScrollSnapTypeX, any> | undefined;
|
|
737
|
+
scrollSnapTypeY?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "mandatory" | "proximity" | import("@react-spring/shared").FluidValue<import("csstype").Property.ScrollSnapTypeY, any> | undefined;
|
|
738
|
+
KhtmlBoxAlign?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "stretch" | "center" | "end" | "start" | "baseline" | import("@react-spring/shared").FluidValue<import("csstype").Property.BoxAlign, any> | undefined;
|
|
739
|
+
KhtmlBoxDirection?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "reverse" | "normal" | import("@react-spring/shared").FluidValue<import("csstype").Property.BoxDirection, any> | undefined;
|
|
740
|
+
KhtmlBoxFlex?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | (number & {}) | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | (number & {}), any> | undefined;
|
|
741
|
+
KhtmlBoxFlexGroup?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | (number & {}) | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | (number & {}), any> | undefined;
|
|
742
|
+
KhtmlBoxLines?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "multiple" | "single" | import("@react-spring/shared").FluidValue<import("csstype").Property.BoxLines, any> | undefined;
|
|
743
|
+
KhtmlBoxOrdinalGroup?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | (number & {}) | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | (number & {}), any> | undefined;
|
|
744
|
+
KhtmlBoxOrient?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "horizontal" | "vertical" | "block-axis" | "inline-axis" | import("@react-spring/shared").FluidValue<import("csstype").Property.BoxOrient, any> | undefined;
|
|
745
|
+
KhtmlBoxPack?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "center" | "end" | "start" | "justify" | import("@react-spring/shared").FluidValue<import("csstype").Property.BoxPack, any> | undefined;
|
|
746
|
+
KhtmlLineBreak?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "normal" | "strict" | "anywhere" | "loose" | import("@react-spring/shared").FluidValue<import("csstype").Property.LineBreak, any> | undefined;
|
|
747
|
+
KhtmlOpacity?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | (number & {}) | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | (number & {}), any> | undefined;
|
|
748
|
+
KhtmlUserSelect?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "auto" | "contain" | "all" | "text" | "-moz-none" | "element" | import("@react-spring/shared").FluidValue<import("csstype").Property.UserSelect, any> | undefined;
|
|
749
|
+
MozBackfaceVisibility?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "visible" | "hidden" | import("@react-spring/shared").FluidValue<import("csstype").Property.BackfaceVisibility, any> | undefined;
|
|
750
|
+
MozBackgroundClip?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "border-box" | "content-box" | "padding-box" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "border-box" | "content-box" | "padding-box", any> | undefined;
|
|
751
|
+
MozBackgroundInlinePolicy?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "slice" | "clone" | import("@react-spring/shared").FluidValue<import("csstype").Property.BoxDecorationBreak, any> | undefined;
|
|
752
|
+
MozBackgroundOrigin?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "border-box" | "content-box" | "padding-box" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "border-box" | "content-box" | "padding-box", any> | undefined;
|
|
753
|
+
MozBackgroundSize?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.BackgroundSize<string | number>, any> | undefined;
|
|
754
|
+
MozBorderRadius?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.BorderRadius<string | number>, any> | undefined;
|
|
755
|
+
MozBorderRadiusBottomleft?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.BorderBottomLeftRadius<string | number>, any> | undefined;
|
|
756
|
+
MozBorderRadiusBottomright?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.BorderBottomRightRadius<string | number>, any> | undefined;
|
|
757
|
+
MozBorderRadiusTopleft?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.BorderTopLeftRadius<string | number>, any> | undefined;
|
|
758
|
+
MozBorderRadiusTopright?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.BorderTopRightRadius<string | number>, any> | undefined;
|
|
759
|
+
MozBoxAlign?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "stretch" | "center" | "end" | "start" | "baseline" | import("@react-spring/shared").FluidValue<import("csstype").Property.BoxAlign, any> | undefined;
|
|
760
|
+
MozBoxDirection?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "reverse" | "normal" | import("@react-spring/shared").FluidValue<import("csstype").Property.BoxDirection, any> | undefined;
|
|
761
|
+
MozBoxFlex?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | (number & {}) | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | (number & {}), any> | undefined;
|
|
762
|
+
MozBoxOrdinalGroup?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | (number & {}) | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | (number & {}), any> | undefined;
|
|
763
|
+
MozBoxOrient?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "horizontal" | "vertical" | "block-axis" | "inline-axis" | import("@react-spring/shared").FluidValue<import("csstype").Property.BoxOrient, any> | undefined;
|
|
764
|
+
MozBoxPack?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "center" | "end" | "start" | "justify" | import("@react-spring/shared").FluidValue<import("csstype").Property.BoxPack, any> | undefined;
|
|
765
|
+
MozBoxShadow?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none", any> | undefined;
|
|
766
|
+
MozFloatEdge?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "border-box" | "content-box" | "padding-box" | "margin-box" | import("@react-spring/shared").FluidValue<import("csstype").Property.MozFloatEdge, any> | undefined;
|
|
767
|
+
MozForceBrokenImageIcon?: 0 | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | 1 | import("@react-spring/shared").FluidValue<0 | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | 1, any> | undefined;
|
|
768
|
+
MozOpacity?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | (number & {}) | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | (number & {}), any> | undefined;
|
|
769
|
+
MozOutline?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.Outline<string | number>, any> | undefined;
|
|
770
|
+
MozOutlineColor?: "orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor" | "invert" | import("@react-spring/shared").FluidValue<"orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor" | "invert", any> | undefined;
|
|
771
|
+
MozOutlineStyle?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "auto" | "hidden" | "dashed" | "dotted" | "double" | "groove" | "inset" | "outset" | "ridge" | "solid" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "auto" | "hidden" | "dashed" | "dotted" | "double" | "groove" | "inset" | "outset" | "ridge" | "solid", any> | undefined;
|
|
772
|
+
MozOutlineWidth?: string | number | import("@react-spring/shared").FluidValue<import("csstype").Property.OutlineWidth<string | number>, any> | undefined;
|
|
773
|
+
MozPerspective?: string | number | import("@react-spring/shared").FluidValue<import("csstype").Property.Perspective<string | number>, any> | undefined;
|
|
774
|
+
MozPerspectiveOrigin?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.PerspectiveOrigin<string | number>, any> | undefined;
|
|
775
|
+
MozTextAlignLast?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "center" | "end" | "start" | "left" | "right" | "justify" | import("@react-spring/shared").FluidValue<import("csstype").Property.TextAlignLast, any> | undefined;
|
|
776
|
+
MozTextDecorationColor?: "orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor" | import("@react-spring/shared").FluidValue<"orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor", any> | undefined;
|
|
777
|
+
MozTextDecorationLine?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "blink" | "grammar-error" | "line-through" | "overline" | "spelling-error" | "underline" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "blink" | "grammar-error" | "line-through" | "overline" | "spelling-error" | "underline", any> | undefined;
|
|
778
|
+
MozTextDecorationStyle?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "dashed" | "dotted" | "double" | "solid" | "wavy" | import("@react-spring/shared").FluidValue<import("csstype").Property.TextDecorationStyle, any> | undefined;
|
|
779
|
+
MozTransform?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none", any> | undefined;
|
|
780
|
+
MozTransformOrigin?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.TransformOrigin<string | number>, any> | undefined;
|
|
781
|
+
MozTransformStyle?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "flat" | "preserve-3d" | import("@react-spring/shared").FluidValue<import("csstype").Property.TransformStyle, any> | undefined;
|
|
782
|
+
MozTransition?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "normal" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear" | "all" | "allow-discrete" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "normal" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear" | "all" | "allow-discrete", any> | undefined;
|
|
783
|
+
MozTransitionDelay?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset", any> | undefined;
|
|
784
|
+
MozTransitionDuration?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset", any> | undefined;
|
|
785
|
+
MozTransitionProperty?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "all" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "all", any> | undefined;
|
|
786
|
+
MozTransitionTimingFunction?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear", any> | undefined;
|
|
787
|
+
MozUserInput?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "auto" | "disabled" | "enabled" | import("@react-spring/shared").FluidValue<import("csstype").Property.MozUserInput, any> | undefined;
|
|
788
|
+
msImeMode?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "normal" | "active" | "disabled" | "inactive" | import("@react-spring/shared").FluidValue<import("csstype").Property.ImeMode, any> | undefined;
|
|
789
|
+
OAnimation?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "reverse" | "auto" | "normal" | "alternate" | "alternate-reverse" | "backwards" | "both" | "forwards" | "infinite" | (number & {}) | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "reverse" | "auto" | "normal" | "alternate" | "alternate-reverse" | "backwards" | "both" | "forwards" | "infinite" | (number & {}) | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear", any> | undefined;
|
|
790
|
+
OAnimationDelay?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset", any> | undefined;
|
|
791
|
+
OAnimationDirection?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "reverse" | "normal" | "alternate" | "alternate-reverse" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "reverse" | "normal" | "alternate" | "alternate-reverse", any> | undefined;
|
|
792
|
+
OAnimationDuration?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset", any> | undefined;
|
|
793
|
+
OAnimationFillMode?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "backwards" | "both" | "forwards" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "backwards" | "both" | "forwards", any> | undefined;
|
|
794
|
+
OAnimationIterationCount?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "infinite" | (number & {}) | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "infinite" | (number & {}), any> | undefined;
|
|
795
|
+
OAnimationName?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none", any> | undefined;
|
|
796
|
+
OAnimationPlayState?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "paused" | "running" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "paused" | "running", any> | undefined;
|
|
797
|
+
OAnimationTimingFunction?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear", any> | undefined;
|
|
798
|
+
OBackgroundSize?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.BackgroundSize<string | number>, any> | undefined;
|
|
799
|
+
OBorderImage?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "repeat" | "stretch" | (number & {}) | "round" | "space" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "repeat" | "stretch" | (number & {}) | "round" | "space", any> | undefined;
|
|
800
|
+
OObjectFit?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "fill" | "contain" | "cover" | "scale-down" | import("@react-spring/shared").FluidValue<import("csstype").Property.ObjectFit, any> | undefined;
|
|
801
|
+
OObjectPosition?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.ObjectPosition<string | number>, any> | undefined;
|
|
802
|
+
OTabSize?: string | number | (string & {}) | (number & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.TabSize<string | number>, any> | undefined;
|
|
803
|
+
OTextOverflow?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "clip" | "ellipsis" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "clip" | "ellipsis", any> | undefined;
|
|
804
|
+
OTransform?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none", any> | undefined;
|
|
805
|
+
OTransformOrigin?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.TransformOrigin<string | number>, any> | undefined;
|
|
806
|
+
OTransition?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "normal" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear" | "all" | "allow-discrete" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "normal" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear" | "all" | "allow-discrete", any> | undefined;
|
|
807
|
+
OTransitionDelay?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset", any> | undefined;
|
|
808
|
+
OTransitionDuration?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset", any> | undefined;
|
|
809
|
+
OTransitionProperty?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "all" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "all", any> | undefined;
|
|
810
|
+
OTransitionTimingFunction?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear", any> | undefined;
|
|
811
|
+
WebkitBoxAlign?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "stretch" | "center" | "end" | "start" | "baseline" | import("@react-spring/shared").FluidValue<import("csstype").Property.BoxAlign, any> | undefined;
|
|
812
|
+
WebkitBoxDirection?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "reverse" | "normal" | import("@react-spring/shared").FluidValue<import("csstype").Property.BoxDirection, any> | undefined;
|
|
813
|
+
WebkitBoxFlex?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | (number & {}) | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | (number & {}), any> | undefined;
|
|
814
|
+
WebkitBoxFlexGroup?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | (number & {}) | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | (number & {}), any> | undefined;
|
|
815
|
+
WebkitBoxLines?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "multiple" | "single" | import("@react-spring/shared").FluidValue<import("csstype").Property.BoxLines, any> | undefined;
|
|
816
|
+
WebkitBoxOrdinalGroup?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | (number & {}) | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | (number & {}), any> | undefined;
|
|
817
|
+
WebkitBoxOrient?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "horizontal" | "vertical" | "block-axis" | "inline-axis" | import("@react-spring/shared").FluidValue<import("csstype").Property.BoxOrient, any> | undefined;
|
|
818
|
+
WebkitBoxPack?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "center" | "end" | "start" | "justify" | import("@react-spring/shared").FluidValue<import("csstype").Property.BoxPack, any> | undefined;
|
|
819
|
+
alignmentBaseline?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "baseline" | "middle" | "after-edge" | "alphabetic" | "before-edge" | "central" | "hanging" | "ideographic" | "mathematical" | "text-after-edge" | "text-before-edge" | import("@react-spring/shared").FluidValue<import("csstype").Property.AlignmentBaseline, any> | undefined;
|
|
820
|
+
baselineShift?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.BaselineShift<string | number>, any> | undefined;
|
|
821
|
+
clipRule?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "evenodd" | "nonzero" | import("@react-spring/shared").FluidValue<import("csstype").Property.ClipRule, any> | undefined;
|
|
822
|
+
colorInterpolation?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "linearRGB" | "sRGB" | import("@react-spring/shared").FluidValue<import("csstype").Property.ColorInterpolation, any> | undefined;
|
|
823
|
+
colorRendering?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "optimizeSpeed" | "optimizeQuality" | import("@react-spring/shared").FluidValue<import("csstype").Property.ColorRendering, any> | undefined;
|
|
824
|
+
dominantBaseline?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "middle" | "alphabetic" | "central" | "hanging" | "ideographic" | "mathematical" | "text-after-edge" | "text-before-edge" | "no-change" | "reset-size" | "use-script" | import("@react-spring/shared").FluidValue<import("csstype").Property.DominantBaseline, any> | undefined;
|
|
825
|
+
fill?: "orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor" | "child" | "context-fill" | "context-stroke" | import("@react-spring/shared").FluidValue<"orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor" | "child" | "context-fill" | "context-stroke", any> | undefined;
|
|
826
|
+
fillOpacity?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | (number & {}) | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | (number & {}), any> | undefined;
|
|
827
|
+
fillRule?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "evenodd" | "nonzero" | import("@react-spring/shared").FluidValue<import("csstype").Property.FillRule, any> | undefined;
|
|
828
|
+
floodColor?: "orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor" | "currentColor" | import("@react-spring/shared").FluidValue<"orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor" | "currentColor", any> | undefined;
|
|
829
|
+
floodOpacity?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | (number & {}) | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | (number & {}), any> | undefined;
|
|
830
|
+
glyphOrientationVertical?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | (number & {}) | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | (number & {}), any> | undefined;
|
|
831
|
+
lightingColor?: "orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor" | "currentColor" | import("@react-spring/shared").FluidValue<"orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor" | "currentColor", any> | undefined;
|
|
832
|
+
marker?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none", any> | undefined;
|
|
833
|
+
markerEnd?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none", any> | undefined;
|
|
834
|
+
markerMid?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none", any> | undefined;
|
|
835
|
+
markerStart?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none", any> | undefined;
|
|
836
|
+
shapeRendering?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | "geometricPrecision" | "optimizeSpeed" | "crispEdges" | import("@react-spring/shared").FluidValue<import("csstype").Property.ShapeRendering, any> | undefined;
|
|
837
|
+
stopColor?: "orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor" | "currentColor" | import("@react-spring/shared").FluidValue<"orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor" | "currentColor", any> | undefined;
|
|
838
|
+
stopOpacity?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | (number & {}) | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | (number & {}), any> | undefined;
|
|
839
|
+
stroke?: "orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor" | "child" | "context-fill" | "context-stroke" | import("@react-spring/shared").FluidValue<"orange" | "aquamarine" | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "aliceblue" | "antiquewhite" | "aqua" | "azure" | "beige" | "bisque" | "black" | "blanchedalmond" | "blue" | "blueviolet" | "brown" | "burlywood" | "cadetblue" | "chartreuse" | "chocolate" | "coral" | "cornflowerblue" | "cornsilk" | "crimson" | "cyan" | "darkblue" | "darkcyan" | "darkgoldenrod" | "darkgray" | "darkgreen" | "darkgrey" | "darkkhaki" | "darkmagenta" | "darkolivegreen" | "darkorange" | "darkorchid" | "darkred" | "darksalmon" | "darkseagreen" | "darkslateblue" | "darkslategray" | "darkslategrey" | "darkturquoise" | "darkviolet" | "deeppink" | "deepskyblue" | "dimgray" | "dimgrey" | "dodgerblue" | "firebrick" | "floralwhite" | "forestgreen" | "fuchsia" | "gainsboro" | "ghostwhite" | "gold" | "goldenrod" | "gray" | "green" | "greenyellow" | "grey" | "honeydew" | "hotpink" | "indianred" | "indigo" | "ivory" | "khaki" | "lavender" | "lavenderblush" | "lawngreen" | "lemonchiffon" | "lightblue" | "lightcoral" | "lightcyan" | "lightgoldenrodyellow" | "lightgray" | "lightgreen" | "lightgrey" | "lightpink" | "lightsalmon" | "lightseagreen" | "lightskyblue" | "lightslategray" | "lightslategrey" | "lightsteelblue" | "lightyellow" | "lime" | "limegreen" | "linen" | "magenta" | "maroon" | "mediumaquamarine" | "mediumblue" | "mediumorchid" | "mediumpurple" | "mediumseagreen" | "mediumslateblue" | "mediumspringgreen" | "mediumturquoise" | "mediumvioletred" | "midnightblue" | "mintcream" | "mistyrose" | "moccasin" | "navajowhite" | "navy" | "oldlace" | "olive" | "olivedrab" | "orangered" | "orchid" | "palegoldenrod" | "palegreen" | "paleturquoise" | "palevioletred" | "papayawhip" | "peachpuff" | "peru" | "pink" | "plum" | "powderblue" | "purple" | "rebeccapurple" | "red" | "rosybrown" | "royalblue" | "saddlebrown" | "salmon" | "sandybrown" | "seagreen" | "seashell" | "sienna" | "silver" | "skyblue" | "slateblue" | "slategray" | "slategrey" | "snow" | "springgreen" | "steelblue" | "tan" | "teal" | "thistle" | "tomato" | "transparent" | "turquoise" | "violet" | "wheat" | "white" | "whitesmoke" | "yellow" | "yellowgreen" | "ActiveBorder" | "ActiveCaption" | "AppWorkspace" | "Background" | "ButtonFace" | "ButtonHighlight" | "ButtonShadow" | "ButtonText" | "CaptionText" | "GrayText" | "Highlight" | "HighlightText" | "InactiveBorder" | "InactiveCaption" | "InactiveCaptionText" | "InfoBackground" | "InfoText" | "Menu" | "MenuText" | "Scrollbar" | "ThreeDDarkShadow" | "ThreeDFace" | "ThreeDHighlight" | "ThreeDLightShadow" | "ThreeDShadow" | "Window" | "WindowFrame" | "WindowText" | "currentcolor" | "child" | "context-fill" | "context-stroke", any> | undefined;
|
|
840
|
+
strokeDasharray?: string | number | (string & {}) | (number & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.StrokeDasharray<string | number>, any> | undefined;
|
|
841
|
+
strokeDashoffset?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.StrokeDashoffset<string | number>, any> | undefined;
|
|
842
|
+
strokeLinecap?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "round" | "butt" | "square" | import("@react-spring/shared").FluidValue<import("csstype").Property.StrokeLinecap, any> | undefined;
|
|
843
|
+
strokeLinejoin?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "round" | "bevel" | "miter" | import("@react-spring/shared").FluidValue<import("csstype").Property.StrokeLinejoin, any> | undefined;
|
|
844
|
+
strokeMiterlimit?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | (number & {}) | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | (number & {}), any> | undefined;
|
|
845
|
+
strokeOpacity?: (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | (number & {}) | import("@react-spring/shared").FluidValue<(string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | (number & {}), any> | undefined;
|
|
846
|
+
strokeWidth?: string | number | (string & {}) | import("@react-spring/shared").FluidValue<import("csstype").Property.StrokeWidth<string | number>, any> | undefined;
|
|
847
|
+
textAnchor?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "end" | "start" | "middle" | import("@react-spring/shared").FluidValue<import("csstype").Property.TextAnchor, any> | undefined;
|
|
848
|
+
vectorEffect?: "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "none" | "non-scaling-stroke" | import("@react-spring/shared").FluidValue<import("csstype").Property.VectorEffect, any> | undefined;
|
|
849
|
+
x?: string | number | import("@react-spring/shared").FluidValue<string | number, any> | undefined;
|
|
850
|
+
y?: string | number | import("@react-spring/shared").FluidValue<string | number, any> | undefined;
|
|
851
|
+
z?: string | number | import("@react-spring/shared").FluidValue<string | number, any> | undefined;
|
|
852
|
+
translateX?: string | number | import("@react-spring/shared").FluidValue<string | number, any> | undefined;
|
|
853
|
+
translateY?: string | number | import("@react-spring/shared").FluidValue<string | number, any> | undefined;
|
|
854
|
+
translateZ?: string | number | import("@react-spring/shared").FluidValue<string | number, any> | undefined;
|
|
855
|
+
translate3d?: (readonly [string | number | import("@react-spring/shared").FluidValue<string | number, any>, string | number | import("@react-spring/shared").FluidValue<string | number, any>, string | number | import("@react-spring/shared").FluidValue<string | number, any>] | import("@react-spring/shared").FluidValue<readonly [string | number, string | number, string | number], any>) | undefined;
|
|
856
|
+
rotateX?: string | number | import("@react-spring/shared").FluidValue<string | number, any> | undefined;
|
|
857
|
+
rotateY?: string | number | import("@react-spring/shared").FluidValue<string | number, any> | undefined;
|
|
858
|
+
rotateZ?: string | number | import("@react-spring/shared").FluidValue<string | number, any> | undefined;
|
|
859
|
+
rotate3d?: (readonly [number | import("@react-spring/shared").FluidValue<number, any>, number | import("@react-spring/shared").FluidValue<number, any>, number | import("@react-spring/shared").FluidValue<number, any>, string | number | import("@react-spring/shared").FluidValue<string | number, any>] | import("@react-spring/shared").FluidValue<readonly [number, number, number, string | number], any>) | undefined;
|
|
860
|
+
scaleX?: number | import("@react-spring/shared").FluidValue<number, any> | undefined;
|
|
861
|
+
scaleY?: number | import("@react-spring/shared").FluidValue<number, any> | undefined;
|
|
862
|
+
scaleZ?: number | import("@react-spring/shared").FluidValue<number, any> | undefined;
|
|
863
|
+
scale3d?: (readonly [number | import("@react-spring/shared").FluidValue<number, any>, number | import("@react-spring/shared").FluidValue<number, any>, number | import("@react-spring/shared").FluidValue<number, any>] | import("@react-spring/shared").FluidValue<readonly [number, number, number], any>) | undefined;
|
|
864
|
+
skew?: string | number | import("@react-spring/shared").FluidValue<(string | number) | readonly [string | number, string | number], any> | (readonly [string | number | import("@react-spring/shared").FluidValue<string | number, any>, string | number | import("@react-spring/shared").FluidValue<string | number, any>] | import("@react-spring/shared").FluidValue<readonly [string | number, string | number], any>) | undefined;
|
|
865
|
+
skewX?: string | number | import("@react-spring/shared").FluidValue<string | number, any> | undefined;
|
|
866
|
+
skewY?: string | number | import("@react-spring/shared").FluidValue<string | number, any> | undefined;
|
|
867
|
+
matrix?: (readonly [number | import("@react-spring/shared").FluidValue<number, any>, number | import("@react-spring/shared").FluidValue<number, any>, number | import("@react-spring/shared").FluidValue<number, any>, number | import("@react-spring/shared").FluidValue<number, any>, number | import("@react-spring/shared").FluidValue<number, any>, number | import("@react-spring/shared").FluidValue<number, any>] | import("@react-spring/shared").FluidValue<readonly [number, number, number, number, number, number], any>) | undefined;
|
|
868
|
+
matrix3d?: (readonly [number | import("@react-spring/shared").FluidValue<number, any>, number | import("@react-spring/shared").FluidValue<number, any>, number | import("@react-spring/shared").FluidValue<number, any>, number | import("@react-spring/shared").FluidValue<number, any>, number | import("@react-spring/shared").FluidValue<number, any>, number | import("@react-spring/shared").FluidValue<number, any>, number | import("@react-spring/shared").FluidValue<number, any>, number | import("@react-spring/shared").FluidValue<number, any>, number | import("@react-spring/shared").FluidValue<number, any>, number | import("@react-spring/shared").FluidValue<number, any>, number | import("@react-spring/shared").FluidValue<number, any>, number | import("@react-spring/shared").FluidValue<number, any>, number | import("@react-spring/shared").FluidValue<number, any>, number | import("@react-spring/shared").FluidValue<number, any>, number | import("@react-spring/shared").FluidValue<number, any>, number | import("@react-spring/shared").FluidValue<number, any>] | import("@react-spring/shared").FluidValue<readonly [number, number, number, number, number, number, number, number, number, number, number, number, number, number, number, number], any>) | undefined;
|
|
869
869
|
} | undefined;
|
|
870
|
-
tabIndex?: number |
|
|
871
|
-
title?: string |
|
|
872
|
-
translate?: "yes" | "no" |
|
|
873
|
-
radioGroup?: string |
|
|
874
|
-
role?: import("react").AriaRole | undefined;
|
|
875
|
-
about?: string |
|
|
876
|
-
content?: string |
|
|
877
|
-
datatype?: string |
|
|
870
|
+
tabIndex?: number | import("@react-spring/shared").FluidValue<number, any> | undefined;
|
|
871
|
+
title?: string | import("@react-spring/shared").FluidValue<string, any> | undefined;
|
|
872
|
+
translate?: "yes" | "no" | import("@react-spring/shared").FluidValue<"yes" | "no", any> | undefined;
|
|
873
|
+
radioGroup?: string | import("@react-spring/shared").FluidValue<string, any> | undefined;
|
|
874
|
+
role?: (string & {}) | "none" | "search" | "link" | "main" | "button" | "checkbox" | "listbox" | "radio" | "region" | "cell" | "grid" | "table" | "row" | "menu" | "listitem" | "menubar" | "menuitem" | "progressbar" | "separator" | "tab" | "tabpanel" | "toolbar" | "tooltip" | "treeitem" | "scrollbar" | "article" | "dialog" | "figure" | "form" | "img" | "option" | "switch" | "math" | "marquee" | "alert" | "alertdialog" | "application" | "banner" | "columnheader" | "combobox" | "complementary" | "contentinfo" | "definition" | "directory" | "document" | "feed" | "gridcell" | "group" | "heading" | "list" | "log" | "menuitemcheckbox" | "menuitemradio" | "navigation" | "note" | "presentation" | "radiogroup" | "rowgroup" | "rowheader" | "searchbox" | "slider" | "spinbutton" | "status" | "tablist" | "term" | "textbox" | "timer" | "tree" | "treegrid" | import("@react-spring/shared").FluidValue<import("react").AriaRole, any> | undefined;
|
|
875
|
+
about?: string | import("@react-spring/shared").FluidValue<string, any> | undefined;
|
|
876
|
+
content?: string | import("@react-spring/shared").FluidValue<string, any> | undefined;
|
|
877
|
+
datatype?: string | import("@react-spring/shared").FluidValue<string, any> | undefined;
|
|
878
878
|
inlist?: any;
|
|
879
|
-
prefix?: string |
|
|
880
|
-
property?: string |
|
|
881
|
-
rel?: string |
|
|
882
|
-
resource?: string |
|
|
883
|
-
rev?: string |
|
|
884
|
-
typeof?: string |
|
|
885
|
-
vocab?: string |
|
|
886
|
-
autoCorrect?: string |
|
|
887
|
-
autoSave?: string |
|
|
888
|
-
color?: string |
|
|
889
|
-
itemProp?: string |
|
|
890
|
-
itemScope?: boolean |
|
|
891
|
-
itemType?: string |
|
|
892
|
-
itemID?: string |
|
|
893
|
-
itemRef?: string |
|
|
894
|
-
results?: number |
|
|
895
|
-
security?: string |
|
|
896
|
-
unselectable?: "on" | "off" |
|
|
897
|
-
popover?: "" | "auto" | "manual" |
|
|
898
|
-
popoverTargetAction?: "
|
|
899
|
-
popoverTarget?: string |
|
|
900
|
-
inert?: boolean |
|
|
901
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" |
|
|
902
|
-
is?: string |
|
|
903
|
-
exportparts?: string |
|
|
904
|
-
part?: string |
|
|
905
|
-
"aria-activedescendant"?: string |
|
|
906
|
-
"aria-atomic"?:
|
|
907
|
-
"aria-autocomplete"?: "none" | "inline" | "list" | "both" |
|
|
908
|
-
"aria-braillelabel"?: string |
|
|
909
|
-
"aria-brailleroledescription"?: string |
|
|
910
|
-
"aria-busy"?:
|
|
911
|
-
"aria-checked"?: boolean | "false" | "mixed" | "
|
|
912
|
-
"aria-colcount"?: number |
|
|
913
|
-
"aria-colindex"?: number |
|
|
914
|
-
"aria-colindextext"?: string |
|
|
915
|
-
"aria-colspan"?: number |
|
|
916
|
-
"aria-controls"?: string |
|
|
917
|
-
"aria-current"?: boolean | "false" | "true" | "
|
|
918
|
-
"aria-describedby"?: string |
|
|
919
|
-
"aria-description"?: string |
|
|
920
|
-
"aria-details"?: string |
|
|
921
|
-
"aria-disabled"?:
|
|
922
|
-
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "
|
|
923
|
-
"aria-errormessage"?: string |
|
|
924
|
-
"aria-expanded"?:
|
|
925
|
-
"aria-flowto"?: string |
|
|
926
|
-
"aria-grabbed"?:
|
|
927
|
-
"aria-haspopup"?: boolean | "
|
|
928
|
-
"aria-hidden"?:
|
|
929
|
-
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" |
|
|
930
|
-
"aria-keyshortcuts"?: string |
|
|
931
|
-
"aria-label"?: string |
|
|
932
|
-
"aria-labelledby"?: string |
|
|
933
|
-
"aria-level"?: number |
|
|
934
|
-
"aria-live"?: "off" | "assertive" | "polite" |
|
|
935
|
-
"aria-modal"?:
|
|
936
|
-
"aria-multiline"?:
|
|
937
|
-
"aria-multiselectable"?:
|
|
938
|
-
"aria-orientation"?: "horizontal" | "vertical" |
|
|
939
|
-
"aria-owns"?: string |
|
|
940
|
-
"aria-placeholder"?: string |
|
|
941
|
-
"aria-posinset"?: number |
|
|
942
|
-
"aria-pressed"?: boolean | "false" | "mixed" | "
|
|
943
|
-
"aria-readonly"?:
|
|
944
|
-
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "
|
|
945
|
-
"aria-required"?:
|
|
946
|
-
"aria-roledescription"?: string |
|
|
947
|
-
"aria-rowcount"?: number |
|
|
948
|
-
"aria-rowindex"?: number |
|
|
949
|
-
"aria-rowindextext"?: string |
|
|
950
|
-
"aria-rowspan"?: number |
|
|
951
|
-
"aria-selected"?:
|
|
952
|
-
"aria-setsize"?: number |
|
|
953
|
-
"aria-sort"?: "none" | "ascending" | "descending" | "other" |
|
|
954
|
-
"aria-valuemax"?: number |
|
|
955
|
-
"aria-valuemin"?: number |
|
|
956
|
-
"aria-valuenow"?: number |
|
|
957
|
-
"aria-valuetext"?: string |
|
|
958
|
-
children?: import("react").ReactNode;
|
|
879
|
+
prefix?: string | import("@react-spring/shared").FluidValue<string, any> | undefined;
|
|
880
|
+
property?: string | import("@react-spring/shared").FluidValue<string, any> | undefined;
|
|
881
|
+
rel?: string | import("@react-spring/shared").FluidValue<string, any> | undefined;
|
|
882
|
+
resource?: string | import("@react-spring/shared").FluidValue<string, any> | undefined;
|
|
883
|
+
rev?: string | import("@react-spring/shared").FluidValue<string, any> | undefined;
|
|
884
|
+
typeof?: string | import("@react-spring/shared").FluidValue<string, any> | undefined;
|
|
885
|
+
vocab?: string | import("@react-spring/shared").FluidValue<string, any> | undefined;
|
|
886
|
+
autoCorrect?: string | import("@react-spring/shared").FluidValue<string, any> | undefined;
|
|
887
|
+
autoSave?: string | import("@react-spring/shared").FluidValue<string, any> | undefined;
|
|
888
|
+
color?: string | import("@react-spring/shared").FluidValue<string, any> | undefined;
|
|
889
|
+
itemProp?: string | import("@react-spring/shared").FluidValue<string, any> | undefined;
|
|
890
|
+
itemScope?: boolean | import("@react-spring/shared").FluidValue<boolean, any> | undefined;
|
|
891
|
+
itemType?: string | import("@react-spring/shared").FluidValue<string, any> | undefined;
|
|
892
|
+
itemID?: string | import("@react-spring/shared").FluidValue<string, any> | undefined;
|
|
893
|
+
itemRef?: string | import("@react-spring/shared").FluidValue<string, any> | undefined;
|
|
894
|
+
results?: number | import("@react-spring/shared").FluidValue<number, any> | undefined;
|
|
895
|
+
security?: string | import("@react-spring/shared").FluidValue<string, any> | undefined;
|
|
896
|
+
unselectable?: "off" | "on" | import("@react-spring/shared").FluidValue<"off" | "on", any> | undefined;
|
|
897
|
+
popover?: "" | "auto" | "manual" | import("@react-spring/shared").FluidValue<"" | "auto" | "manual", any> | undefined;
|
|
898
|
+
popoverTargetAction?: "hide" | "show" | "toggle" | import("@react-spring/shared").FluidValue<"hide" | "show" | "toggle", any> | undefined;
|
|
899
|
+
popoverTarget?: string | import("@react-spring/shared").FluidValue<string, any> | undefined;
|
|
900
|
+
inert?: boolean | import("@react-spring/shared").FluidValue<boolean, any> | undefined;
|
|
901
|
+
inputMode?: "none" | "search" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | import("@react-spring/shared").FluidValue<"none" | "search" | "text" | "tel" | "url" | "email" | "numeric" | "decimal", any> | undefined;
|
|
902
|
+
is?: string | import("@react-spring/shared").FluidValue<string, any> | undefined;
|
|
903
|
+
exportparts?: string | import("@react-spring/shared").FluidValue<string, any> | undefined;
|
|
904
|
+
part?: string | import("@react-spring/shared").FluidValue<string, any> | undefined;
|
|
905
|
+
"aria-activedescendant"?: string | import("@react-spring/shared").FluidValue<string, any> | undefined;
|
|
906
|
+
"aria-atomic"?: boolean | "false" | "true" | import("@react-spring/shared").FluidValue<boolean | "false" | "true", any> | undefined;
|
|
907
|
+
"aria-autocomplete"?: "none" | "both" | "inline" | "list" | import("@react-spring/shared").FluidValue<"none" | "both" | "inline" | "list", any> | undefined;
|
|
908
|
+
"aria-braillelabel"?: string | import("@react-spring/shared").FluidValue<string, any> | undefined;
|
|
909
|
+
"aria-brailleroledescription"?: string | import("@react-spring/shared").FluidValue<string, any> | undefined;
|
|
910
|
+
"aria-busy"?: boolean | "false" | "true" | import("@react-spring/shared").FluidValue<boolean | "false" | "true", any> | undefined;
|
|
911
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | import("@react-spring/shared").FluidValue<boolean | "mixed" | "false" | "true", any> | undefined;
|
|
912
|
+
"aria-colcount"?: number | import("@react-spring/shared").FluidValue<number, any> | undefined;
|
|
913
|
+
"aria-colindex"?: number | import("@react-spring/shared").FluidValue<number, any> | undefined;
|
|
914
|
+
"aria-colindextext"?: string | import("@react-spring/shared").FluidValue<string, any> | undefined;
|
|
915
|
+
"aria-colspan"?: number | import("@react-spring/shared").FluidValue<number, any> | undefined;
|
|
916
|
+
"aria-controls"?: string | import("@react-spring/shared").FluidValue<string, any> | undefined;
|
|
917
|
+
"aria-current"?: boolean | "page" | "false" | "true" | "time" | "step" | "location" | "date" | import("@react-spring/shared").FluidValue<boolean | "page" | "false" | "true" | "time" | "step" | "location" | "date", any> | undefined;
|
|
918
|
+
"aria-describedby"?: string | import("@react-spring/shared").FluidValue<string, any> | undefined;
|
|
919
|
+
"aria-description"?: string | import("@react-spring/shared").FluidValue<string, any> | undefined;
|
|
920
|
+
"aria-details"?: string | import("@react-spring/shared").FluidValue<string, any> | undefined;
|
|
921
|
+
"aria-disabled"?: boolean | "false" | "true" | import("@react-spring/shared").FluidValue<boolean | "false" | "true", any> | undefined;
|
|
922
|
+
"aria-dropeffect"?: "none" | "link" | "copy" | "move" | "execute" | "popup" | import("@react-spring/shared").FluidValue<"none" | "link" | "copy" | "move" | "execute" | "popup", any> | undefined;
|
|
923
|
+
"aria-errormessage"?: string | import("@react-spring/shared").FluidValue<string, any> | undefined;
|
|
924
|
+
"aria-expanded"?: boolean | "false" | "true" | import("@react-spring/shared").FluidValue<boolean | "false" | "true", any> | undefined;
|
|
925
|
+
"aria-flowto"?: string | import("@react-spring/shared").FluidValue<string, any> | undefined;
|
|
926
|
+
"aria-grabbed"?: boolean | "false" | "true" | import("@react-spring/shared").FluidValue<boolean | "false" | "true", any> | undefined;
|
|
927
|
+
"aria-haspopup"?: boolean | "listbox" | "grid" | "menu" | "false" | "true" | "dialog" | "tree" | import("@react-spring/shared").FluidValue<boolean | "listbox" | "grid" | "menu" | "false" | "true" | "dialog" | "tree", any> | undefined;
|
|
928
|
+
"aria-hidden"?: boolean | "false" | "true" | import("@react-spring/shared").FluidValue<boolean | "false" | "true", any> | undefined;
|
|
929
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | import("@react-spring/shared").FluidValue<boolean | "false" | "true" | "grammar" | "spelling", any> | undefined;
|
|
930
|
+
"aria-keyshortcuts"?: string | import("@react-spring/shared").FluidValue<string, any> | undefined;
|
|
931
|
+
"aria-label"?: string | import("@react-spring/shared").FluidValue<string, any> | undefined;
|
|
932
|
+
"aria-labelledby"?: string | import("@react-spring/shared").FluidValue<string, any> | undefined;
|
|
933
|
+
"aria-level"?: number | import("@react-spring/shared").FluidValue<number, any> | undefined;
|
|
934
|
+
"aria-live"?: "off" | "assertive" | "polite" | import("@react-spring/shared").FluidValue<"off" | "assertive" | "polite", any> | undefined;
|
|
935
|
+
"aria-modal"?: boolean | "false" | "true" | import("@react-spring/shared").FluidValue<boolean | "false" | "true", any> | undefined;
|
|
936
|
+
"aria-multiline"?: boolean | "false" | "true" | import("@react-spring/shared").FluidValue<boolean | "false" | "true", any> | undefined;
|
|
937
|
+
"aria-multiselectable"?: boolean | "false" | "true" | import("@react-spring/shared").FluidValue<boolean | "false" | "true", any> | undefined;
|
|
938
|
+
"aria-orientation"?: "horizontal" | "vertical" | import("@react-spring/shared").FluidValue<"horizontal" | "vertical", any> | undefined;
|
|
939
|
+
"aria-owns"?: string | import("@react-spring/shared").FluidValue<string, any> | undefined;
|
|
940
|
+
"aria-placeholder"?: string | import("@react-spring/shared").FluidValue<string, any> | undefined;
|
|
941
|
+
"aria-posinset"?: number | import("@react-spring/shared").FluidValue<number, any> | undefined;
|
|
942
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | import("@react-spring/shared").FluidValue<boolean | "mixed" | "false" | "true", any> | undefined;
|
|
943
|
+
"aria-readonly"?: boolean | "false" | "true" | import("@react-spring/shared").FluidValue<boolean | "false" | "true", any> | undefined;
|
|
944
|
+
"aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | import("@react-spring/shared").FluidValue<"all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals", any> | undefined;
|
|
945
|
+
"aria-required"?: boolean | "false" | "true" | import("@react-spring/shared").FluidValue<boolean | "false" | "true", any> | undefined;
|
|
946
|
+
"aria-roledescription"?: string | import("@react-spring/shared").FluidValue<string, any> | undefined;
|
|
947
|
+
"aria-rowcount"?: number | import("@react-spring/shared").FluidValue<number, any> | undefined;
|
|
948
|
+
"aria-rowindex"?: number | import("@react-spring/shared").FluidValue<number, any> | undefined;
|
|
949
|
+
"aria-rowindextext"?: string | import("@react-spring/shared").FluidValue<string, any> | undefined;
|
|
950
|
+
"aria-rowspan"?: number | import("@react-spring/shared").FluidValue<number, any> | undefined;
|
|
951
|
+
"aria-selected"?: boolean | "false" | "true" | import("@react-spring/shared").FluidValue<boolean | "false" | "true", any> | undefined;
|
|
952
|
+
"aria-setsize"?: number | import("@react-spring/shared").FluidValue<number, any> | undefined;
|
|
953
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | import("@react-spring/shared").FluidValue<"none" | "ascending" | "descending" | "other", any> | undefined;
|
|
954
|
+
"aria-valuemax"?: number | import("@react-spring/shared").FluidValue<number, any> | undefined;
|
|
955
|
+
"aria-valuemin"?: number | import("@react-spring/shared").FluidValue<number, any> | undefined;
|
|
956
|
+
"aria-valuenow"?: number | import("@react-spring/shared").FluidValue<number, any> | undefined;
|
|
957
|
+
"aria-valuetext"?: string | import("@react-spring/shared").FluidValue<string, any> | undefined;
|
|
958
|
+
children?: string | number | bigint | boolean | import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | Iterable<import("react").ReactNode> | import("react").ReactPortal | Promise<string | number | bigint | boolean | import("react").ReactPortal | import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | Iterable<import("react").ReactNode> | null | undefined> | import("@react-spring/shared").FluidValue<string | number | bigint | boolean | null, any> | null | undefined;
|
|
959
959
|
dangerouslySetInnerHTML?: {
|
|
960
960
|
__html: string | TrustedHTML;
|
|
961
961
|
} | undefined | undefined;
|
|
@@ -1127,10 +1127,7 @@ export declare const BackdropStyled: import("styled-components").IStyledComponen
|
|
|
1127
1127
|
onTransitionRunCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
1128
1128
|
onTransitionStart?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
1129
1129
|
onTransitionStartCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
1130
|
-
}> & {
|
|
1131
1130
|
scrollTop?: number | import("@react-spring/shared").FluidValue<number, any> | undefined;
|
|
1132
1131
|
scrollLeft?: number | import("@react-spring/shared").FluidValue<number, any> | undefined;
|
|
1133
1132
|
viewBox?: string | import("@react-spring/shared").FluidValue<string, any> | undefined;
|
|
1134
|
-
}
|
|
1135
|
-
hasBackdrop?: boolean;
|
|
1136
|
-
}>>;
|
|
1133
|
+
}>;
|