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