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