@nulogy/components 10.0.0 → 10.0.1

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