@wireapp/react-ui-kit 8.9.0 → 8.10.0

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