@wireapp/react-ui-kit 9.53.0 → 9.54.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.
Files changed (60) hide show
  1. package/lib/Form/Select/BaseSelect/BaseSelect.styles.d.ts +46 -0
  2. package/lib/Form/Select/BaseSelect/BaseSelect.styles.d.ts.map +1 -0
  3. package/lib/Form/Select/BaseSelect/BaseSelect.styles.js +160 -0
  4. package/lib/Form/Select/BaseSelect/BaseSelectDropdownIndicator.d.ts +3 -0
  5. package/lib/Form/Select/BaseSelect/BaseSelectDropdownIndicator.d.ts.map +1 -0
  6. package/lib/Form/Select/BaseSelect/BaseSelectDropdownIndicator.js +29 -0
  7. package/lib/Form/Select/ComboboxSelect/ComboboxSelect.d.ts +26 -0
  8. package/lib/Form/Select/ComboboxSelect/ComboboxSelect.d.ts.map +1 -0
  9. package/lib/Form/Select/ComboboxSelect/ComboboxSelect.js +44 -0
  10. package/lib/Form/Select/ComboboxSelect/ComboboxSelect.stories.d.ts +35 -0
  11. package/lib/Form/Select/ComboboxSelect/ComboboxSelect.stories.d.ts.map +1 -0
  12. package/lib/Form/Select/ComboboxSelect/ComboboxSelect.stories.js +115 -0
  13. package/lib/Form/Select/ComboboxSelect/ComboboxSelect.styles.d.ts +18 -0
  14. package/lib/Form/Select/ComboboxSelect/ComboboxSelect.styles.d.ts.map +1 -0
  15. package/lib/Form/Select/ComboboxSelect/ComboboxSelect.styles.js +118 -0
  16. package/lib/Form/Select/Select.d.ts.map +1 -0
  17. package/lib/Form/{Select.js → Select/Select.js} +19 -13
  18. package/lib/Form/Select/Select.stories.d.ts +110 -0
  19. package/lib/Form/Select/Select.stories.d.ts.map +1 -0
  20. package/lib/Form/{Select.stories.js → Select/Select.stories.js} +8 -19
  21. package/lib/Form/Select/Select.styles.d.ts +14 -0
  22. package/lib/Form/Select/Select.styles.d.ts.map +1 -0
  23. package/lib/Form/Select/Select.styles.js +91 -0
  24. package/lib/Form/Select/SelectContainer/SelectContainer.d.ts +3 -0
  25. package/lib/Form/Select/SelectContainer/SelectContainer.d.ts.map +1 -0
  26. package/lib/Form/Select/SelectContainer/SelectContainer.js +28 -0
  27. package/lib/Form/Select/SelectIndicatorsContainer/SelectIndicatorsContainer.d.ts +4 -0
  28. package/lib/Form/Select/SelectIndicatorsContainer/SelectIndicatorsContainer.d.ts.map +1 -0
  29. package/lib/Form/Select/SelectIndicatorsContainer/SelectIndicatorsContainer.js +29 -0
  30. package/lib/Form/Select/SelectMenu/SelectMenu.d.ts +4 -0
  31. package/lib/Form/Select/SelectMenu/SelectMenu.d.ts.map +1 -0
  32. package/lib/Form/Select/SelectMenu/SelectMenu.js +13 -0
  33. package/lib/Form/Select/SelectMenuList/SelectMenuList.d.ts +6 -0
  34. package/lib/Form/Select/SelectMenuList/SelectMenuList.d.ts.map +1 -0
  35. package/lib/Form/Select/SelectMenuList/SelectMenuList.js +39 -0
  36. package/lib/Form/Select/SelectMenuList/SelectMenuList.styles.d.ts +5 -0
  37. package/lib/Form/Select/SelectMenuList/SelectMenuList.styles.d.ts.map +1 -0
  38. package/lib/Form/{SelectComponents.styles.js → Select/SelectMenuList/SelectMenuList.styles.js} +5 -5
  39. package/lib/Form/Select/SelectOption/SelectOption.d.ts +5 -0
  40. package/lib/Form/Select/SelectOption/SelectOption.d.ts.map +1 -0
  41. package/lib/Form/Select/SelectOption/SelectOption.js +53 -0
  42. package/lib/Form/Select/SelectValueContainer/SelectValueContainer.d.ts +4 -0
  43. package/lib/Form/Select/SelectValueContainer/SelectValueContainer.d.ts.map +1 -0
  44. package/lib/Form/Select/SelectValueContainer/SelectValueContainer.js +21 -0
  45. package/lib/Form/index.d.ts +2 -1
  46. package/lib/Form/index.d.ts.map +1 -1
  47. package/lib/Form/index.js +2 -1
  48. package/package.json +3 -3
  49. package/lib/Form/Select.d.ts.map +0 -1
  50. package/lib/Form/Select.stories.d.ts +0 -16
  51. package/lib/Form/Select.stories.d.ts.map +0 -1
  52. package/lib/Form/SelectComponents.d.ts +0 -16
  53. package/lib/Form/SelectComponents.d.ts.map +0 -1
  54. package/lib/Form/SelectComponents.js +0 -93
  55. package/lib/Form/SelectComponents.styles.d.ts +0 -5
  56. package/lib/Form/SelectComponents.styles.d.ts.map +0 -1
  57. package/lib/Form/SelectStyles.d.ts +0 -2802
  58. package/lib/Form/SelectStyles.d.ts.map +0 -1
  59. package/lib/Form/SelectStyles.js +0 -227
  60. /package/lib/Form/{Select.d.ts → Select/Select.d.ts} +0 -0
@@ -1,2802 +0,0 @@
1
- import { CSSObject } from '@emotion/react';
2
- import { Theme } from '../Layout';
3
- interface CustomStylesParams {
4
- theme: Theme;
5
- markInvalid?: boolean;
6
- menuPosition?: 'absolute' | 'relative';
7
- controlCSS: CSSObject;
8
- containerCSS: CSSObject;
9
- }
10
- export declare const customStyles: ({ theme, markInvalid, menuPosition, controlCSS, containerCSS, }: CustomStylesParams) => {
11
- indicatorSeparator: () => {
12
- display: string;
13
- };
14
- indicatorsContainer: (provided: any) => any;
15
- container: (_: any, { options }: {
16
- options: any;
17
- }) => {
18
- '& > div': {
19
- accentColor?: string[] | import("csstype").Property.AccentColor | readonly import("csstype").Property.AccentColor[];
20
- alignContent?: string[] | import("csstype").Property.AlignContent | readonly import("csstype").Property.AlignContent[];
21
- alignItems?: string[] | import("csstype").Property.AlignItems | readonly import("csstype").Property.AlignItems[];
22
- alignSelf?: string[] | import("csstype").Property.AlignSelf | readonly import("csstype").Property.AlignSelf[];
23
- alignTracks?: string[] | import("csstype").Property.AlignTracks | readonly import("csstype").Property.AlignTracks[];
24
- animationComposition?: string[] | import("csstype").Property.AnimationComposition | readonly import("csstype").Property.AnimationComposition[];
25
- animationDelay?: string[] | import("csstype").Property.AnimationDelay<string & {}> | readonly import("csstype").Property.AnimationDelay<string & {}>[];
26
- animationDirection?: string[] | import("csstype").Property.AnimationDirection | readonly import("csstype").Property.AnimationDirection[];
27
- animationDuration?: string[] | import("csstype").Property.AnimationDuration<string & {}> | readonly import("csstype").Property.AnimationDuration<string & {}>[];
28
- animationFillMode?: string[] | import("csstype").Property.AnimationFillMode | readonly import("csstype").Property.AnimationFillMode[];
29
- animationIterationCount?: import("csstype").Property.AnimationIterationCount | NonNullable<import("csstype").Property.AnimationIterationCount>[] | readonly ((string & {}) | import("csstype").Globals | "infinite")[];
30
- animationName?: string[] | import("csstype").Property.AnimationName | readonly import("csstype").Property.AnimationName[];
31
- animationPlayState?: string[] | import("csstype").Property.AnimationPlayState | readonly import("csstype").Property.AnimationPlayState[];
32
- animationTimeline?: string[] | import("csstype").Property.AnimationTimeline | readonly import("csstype").Property.AnimationTimeline[];
33
- animationTimingFunction?: string[] | import("csstype").Property.AnimationTimingFunction | readonly import("csstype").Property.AnimationTimingFunction[];
34
- appearance?: import("csstype").Property.Appearance | NonNullable<import("csstype").Property.Appearance>[] | readonly import("csstype").Property.Appearance[];
35
- aspectRatio?: import("csstype").Property.AspectRatio | NonNullable<import("csstype").Property.AspectRatio>[] | readonly ((string & {}) | import("csstype").Globals | "auto")[];
36
- backdropFilter?: string[] | import("csstype").Property.BackdropFilter | readonly import("csstype").Property.BackdropFilter[];
37
- backfaceVisibility?: import("csstype").Property.BackfaceVisibility | NonNullable<import("csstype").Property.BackfaceVisibility>[] | readonly import("csstype").Property.BackfaceVisibility[];
38
- backgroundAttachment?: string[] | import("csstype").Property.BackgroundAttachment | readonly import("csstype").Property.BackgroundAttachment[];
39
- backgroundBlendMode?: string[] | import("csstype").Property.BackgroundBlendMode | readonly import("csstype").Property.BackgroundBlendMode[];
40
- backgroundClip?: string[] | import("csstype").Property.BackgroundClip | readonly import("csstype").Property.BackgroundClip[];
41
- backgroundColor?: string[] | import("csstype").Property.BackgroundColor | readonly import("csstype").Property.BackgroundColor[];
42
- backgroundImage?: string[] | import("csstype").Property.BackgroundImage | readonly import("csstype").Property.BackgroundImage[];
43
- backgroundOrigin?: string[] | import("csstype").Property.BackgroundOrigin | readonly import("csstype").Property.BackgroundOrigin[];
44
- backgroundPositionX?: readonly (string | (string & {}))[] | import("csstype").Property.BackgroundPositionX<string | number> | NonNullable<import("csstype").Property.BackgroundPositionX<string | number>>[];
45
- backgroundPositionY?: readonly (string | (string & {}))[] | import("csstype").Property.BackgroundPositionY<string | number> | NonNullable<import("csstype").Property.BackgroundPositionY<string | number>>[];
46
- backgroundRepeat?: string[] | import("csstype").Property.BackgroundRepeat | readonly import("csstype").Property.BackgroundRepeat[];
47
- backgroundSize?: readonly (string | (string & {}))[] | import("csstype").Property.BackgroundSize<string | number> | NonNullable<import("csstype").Property.BackgroundSize<string | number>>[];
48
- blockOverflow?: string[] | import("csstype").Property.BlockOverflow | readonly import("csstype").Property.BlockOverflow[];
49
- blockSize?: readonly (string | (string & {}))[] | import("csstype").Property.BlockSize<string | number> | NonNullable<import("csstype").Property.BlockSize<string | number>>[];
50
- borderBlockColor?: string[] | import("csstype").Property.BorderBlockColor | readonly import("csstype").Property.BorderBlockColor[];
51
- borderBlockEndColor?: string[] | import("csstype").Property.BorderBlockEndColor | readonly import("csstype").Property.BorderBlockEndColor[];
52
- borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | NonNullable<import("csstype").Property.BorderBlockEndStyle>[] | readonly import("csstype").Property.BorderBlockEndStyle[];
53
- borderBlockEndWidth?: readonly string[] | import("csstype").Property.BorderBlockEndWidth<string | number> | NonNullable<import("csstype").Property.BorderBlockEndWidth<string | number>>[];
54
- borderBlockStartColor?: string[] | import("csstype").Property.BorderBlockStartColor | readonly import("csstype").Property.BorderBlockStartColor[];
55
- borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | NonNullable<import("csstype").Property.BorderBlockStartStyle>[] | readonly import("csstype").Property.BorderBlockStartStyle[];
56
- borderBlockStartWidth?: readonly string[] | import("csstype").Property.BorderBlockStartWidth<string | number> | NonNullable<import("csstype").Property.BorderBlockStartWidth<string | number>>[];
57
- borderBlockStyle?: import("csstype").Property.BorderBlockStyle | NonNullable<import("csstype").Property.BorderBlockStyle>[] | readonly import("csstype").Property.BorderBlockStyle[];
58
- borderBlockWidth?: readonly string[] | import("csstype").Property.BorderBlockWidth<string | number> | NonNullable<import("csstype").Property.BorderBlockWidth<string | number>>[];
59
- borderBottomColor?: string[] | import("csstype").Property.BorderBottomColor | readonly import("csstype").Property.BorderBottomColor[];
60
- borderBottomLeftRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBottomLeftRadius<string | number> | NonNullable<import("csstype").Property.BorderBottomLeftRadius<string | number>>[];
61
- borderBottomRightRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBottomRightRadius<string | number> | NonNullable<import("csstype").Property.BorderBottomRightRadius<string | number>>[];
62
- borderBottomStyle?: import("csstype").Property.BorderBottomStyle | NonNullable<import("csstype").Property.BorderBottomStyle>[] | readonly import("csstype").Property.BorderBottomStyle[];
63
- borderBottomWidth?: readonly string[] | import("csstype").Property.BorderBottomWidth<string | number> | NonNullable<import("csstype").Property.BorderBottomWidth<string | number>>[];
64
- borderCollapse?: import("csstype").Property.BorderCollapse | NonNullable<import("csstype").Property.BorderCollapse>[] | readonly import("csstype").Property.BorderCollapse[];
65
- borderEndEndRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderEndEndRadius<string | number> | NonNullable<import("csstype").Property.BorderEndEndRadius<string | number>>[];
66
- borderEndStartRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderEndStartRadius<string | number> | NonNullable<import("csstype").Property.BorderEndStartRadius<string | number>>[];
67
- borderImageOutset?: readonly (string | (string & {}))[] | import("csstype").Property.BorderImageOutset<string | number> | NonNullable<import("csstype").Property.BorderImageOutset<string | number>>[];
68
- borderImageRepeat?: string[] | import("csstype").Property.BorderImageRepeat | readonly import("csstype").Property.BorderImageRepeat[];
69
- borderImageSlice?: import("csstype").Property.BorderImageSlice | NonNullable<import("csstype").Property.BorderImageSlice>[] | readonly ((string & {}) | import("csstype").Globals)[];
70
- borderImageSource?: string[] | import("csstype").Property.BorderImageSource | readonly import("csstype").Property.BorderImageSource[];
71
- borderImageWidth?: readonly (string | (string & {}))[] | import("csstype").Property.BorderImageWidth<string | number> | NonNullable<import("csstype").Property.BorderImageWidth<string | number>>[];
72
- borderInlineColor?: string[] | import("csstype").Property.BorderInlineColor | readonly import("csstype").Property.BorderInlineColor[];
73
- borderInlineEndColor?: string[] | import("csstype").Property.BorderInlineEndColor | readonly import("csstype").Property.BorderInlineEndColor[];
74
- borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | NonNullable<import("csstype").Property.BorderInlineEndStyle>[] | readonly import("csstype").Property.BorderInlineEndStyle[];
75
- borderInlineEndWidth?: readonly string[] | import("csstype").Property.BorderInlineEndWidth<string | number> | NonNullable<import("csstype").Property.BorderInlineEndWidth<string | number>>[];
76
- borderInlineStartColor?: string[] | import("csstype").Property.BorderInlineStartColor | readonly import("csstype").Property.BorderInlineStartColor[];
77
- borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | NonNullable<import("csstype").Property.BorderInlineStartStyle>[] | readonly import("csstype").Property.BorderInlineStartStyle[];
78
- borderInlineStartWidth?: readonly string[] | import("csstype").Property.BorderInlineStartWidth<string | number> | NonNullable<import("csstype").Property.BorderInlineStartWidth<string | number>>[];
79
- borderInlineStyle?: import("csstype").Property.BorderInlineStyle | NonNullable<import("csstype").Property.BorderInlineStyle>[] | readonly import("csstype").Property.BorderInlineStyle[];
80
- borderInlineWidth?: readonly string[] | import("csstype").Property.BorderInlineWidth<string | number> | NonNullable<import("csstype").Property.BorderInlineWidth<string | number>>[];
81
- borderLeftColor?: string[] | import("csstype").Property.BorderLeftColor | readonly import("csstype").Property.BorderLeftColor[];
82
- borderLeftStyle?: import("csstype").Property.BorderLeftStyle | NonNullable<import("csstype").Property.BorderLeftStyle>[] | readonly import("csstype").Property.BorderLeftStyle[];
83
- borderLeftWidth?: readonly string[] | import("csstype").Property.BorderLeftWidth<string | number> | NonNullable<import("csstype").Property.BorderLeftWidth<string | number>>[];
84
- borderRightColor?: string[] | import("csstype").Property.BorderRightColor | readonly import("csstype").Property.BorderRightColor[];
85
- borderRightStyle?: import("csstype").Property.BorderRightStyle | NonNullable<import("csstype").Property.BorderRightStyle>[] | readonly import("csstype").Property.BorderRightStyle[];
86
- borderRightWidth?: readonly string[] | import("csstype").Property.BorderRightWidth<string | number> | NonNullable<import("csstype").Property.BorderRightWidth<string | number>>[];
87
- borderSpacing?: readonly (string | (string & {}))[] | import("csstype").Property.BorderSpacing<string | number> | NonNullable<import("csstype").Property.BorderSpacing<string | number>>[];
88
- borderStartEndRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderStartEndRadius<string | number> | NonNullable<import("csstype").Property.BorderStartEndRadius<string | number>>[];
89
- borderStartStartRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderStartStartRadius<string | number> | NonNullable<import("csstype").Property.BorderStartStartRadius<string | number>>[];
90
- borderTopColor?: string[] | import("csstype").Property.BorderTopColor | readonly import("csstype").Property.BorderTopColor[];
91
- borderTopLeftRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderTopLeftRadius<string | number> | NonNullable<import("csstype").Property.BorderTopLeftRadius<string | number>>[];
92
- borderTopRightRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderTopRightRadius<string | number> | NonNullable<import("csstype").Property.BorderTopRightRadius<string | number>>[];
93
- borderTopStyle?: import("csstype").Property.BorderTopStyle | NonNullable<import("csstype").Property.BorderTopStyle>[] | readonly import("csstype").Property.BorderTopStyle[];
94
- borderTopWidth?: readonly string[] | import("csstype").Property.BorderTopWidth<string | number> | NonNullable<import("csstype").Property.BorderTopWidth<string | number>>[];
95
- bottom?: readonly (string | (string & {}))[] | import("csstype").Property.Bottom<string | number> | NonNullable<import("csstype").Property.Bottom<string | number>>[];
96
- boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | NonNullable<import("csstype").Property.BoxDecorationBreak>[] | readonly import("csstype").Property.BoxDecorationBreak[];
97
- boxShadow?: string[] | import("csstype").Property.BoxShadow | readonly import("csstype").Property.BoxShadow[];
98
- boxSizing?: import("csstype").Property.BoxSizing | NonNullable<import("csstype").Property.BoxSizing>[] | readonly import("csstype").Property.BoxSizing[];
99
- breakAfter?: import("csstype").Property.BreakAfter | NonNullable<import("csstype").Property.BreakAfter>[] | readonly import("csstype").Property.BreakAfter[];
100
- breakBefore?: import("csstype").Property.BreakBefore | NonNullable<import("csstype").Property.BreakBefore>[] | readonly import("csstype").Property.BreakBefore[];
101
- breakInside?: import("csstype").Property.BreakInside | NonNullable<import("csstype").Property.BreakInside>[] | readonly import("csstype").Property.BreakInside[];
102
- captionSide?: import("csstype").Property.CaptionSide | NonNullable<import("csstype").Property.CaptionSide>[] | readonly import("csstype").Property.CaptionSide[];
103
- caretColor?: string[] | import("csstype").Property.CaretColor | readonly import("csstype").Property.CaretColor[];
104
- clear?: import("csstype").Property.Clear | NonNullable<import("csstype").Property.Clear>[] | readonly import("csstype").Property.Clear[];
105
- clipPath?: string[] | import("csstype").Property.ClipPath | readonly import("csstype").Property.ClipPath[];
106
- color?: string[] | import("csstype").Property.Color | readonly import("csstype").Property.Color[];
107
- colorAdjust?: import("csstype").Property.PrintColorAdjust | NonNullable<import("csstype").Property.PrintColorAdjust>[] | readonly import("csstype").Property.PrintColorAdjust[];
108
- colorScheme?: string[] | import("csstype").Property.ColorScheme | readonly import("csstype").Property.ColorScheme[];
109
- columnCount?: readonly ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.ColumnCount | NonNullable<import("csstype").Property.ColumnCount>[];
110
- columnFill?: import("csstype").Property.ColumnFill | NonNullable<import("csstype").Property.ColumnFill>[] | readonly import("csstype").Property.ColumnFill[];
111
- columnGap?: readonly (string | (string & {}))[] | import("csstype").Property.ColumnGap<string | number> | NonNullable<import("csstype").Property.ColumnGap<string | number>>[];
112
- columnRuleColor?: string[] | import("csstype").Property.ColumnRuleColor | readonly import("csstype").Property.ColumnRuleColor[];
113
- columnRuleStyle?: string[] | import("csstype").Property.ColumnRuleStyle | readonly import("csstype").Property.ColumnRuleStyle[];
114
- columnRuleWidth?: readonly (string | (string & {}))[] | import("csstype").Property.ColumnRuleWidth<string | number> | NonNullable<import("csstype").Property.ColumnRuleWidth<string | number>>[];
115
- columnSpan?: import("csstype").Property.ColumnSpan | NonNullable<import("csstype").Property.ColumnSpan>[] | readonly import("csstype").Property.ColumnSpan[];
116
- columnWidth?: readonly string[] | import("csstype").Property.ColumnWidth<string | number> | NonNullable<import("csstype").Property.ColumnWidth<string | number>>[];
117
- contain?: string[] | import("csstype").Property.Contain | readonly import("csstype").Property.Contain[];
118
- content?: string[] | import("csstype").Property.Content | readonly import("csstype").Property.Content[];
119
- contentVisibility?: import("csstype").Property.ContentVisibility | NonNullable<import("csstype").Property.ContentVisibility>[] | readonly import("csstype").Property.ContentVisibility[];
120
- counterIncrement?: string[] | import("csstype").Property.CounterIncrement | readonly import("csstype").Property.CounterIncrement[];
121
- counterReset?: string[] | import("csstype").Property.CounterReset | readonly import("csstype").Property.CounterReset[];
122
- counterSet?: string[] | import("csstype").Property.CounterSet | readonly import("csstype").Property.CounterSet[];
123
- cursor?: string[] | import("csstype").Property.Cursor | readonly import("csstype").Property.Cursor[];
124
- direction?: import("csstype").Property.Direction | NonNullable<import("csstype").Property.Direction>[] | readonly import("csstype").Property.Direction[];
125
- display: string | readonly import("csstype").Property.Display[];
126
- emptyCells?: import("csstype").Property.EmptyCells | NonNullable<import("csstype").Property.EmptyCells>[] | readonly import("csstype").Property.EmptyCells[];
127
- filter?: string[] | import("csstype").Property.Filter | readonly import("csstype").Property.Filter[];
128
- flexBasis?: readonly (string | (string & {}))[] | import("csstype").Property.FlexBasis<string | number> | NonNullable<import("csstype").Property.FlexBasis<string | number>>[];
129
- flexDirection?: import("csstype").Property.FlexDirection | NonNullable<import("csstype").Property.FlexDirection>[] | readonly import("csstype").Property.FlexDirection[];
130
- flexGrow?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.FlexGrow | NonNullable<import("csstype").Property.FlexGrow>[];
131
- flexShrink?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.FlexShrink | NonNullable<import("csstype").Property.FlexShrink>[];
132
- flexWrap?: import("csstype").Property.FlexWrap | NonNullable<import("csstype").Property.FlexWrap>[] | readonly import("csstype").Property.FlexWrap[];
133
- float?: import("csstype").Property.Float | NonNullable<import("csstype").Property.Float>[] | readonly import("csstype").Property.Float[];
134
- fontFamily?: string[] | import("csstype").Property.FontFamily | readonly import("csstype").Property.FontFamily[];
135
- fontFeatureSettings?: string[] | import("csstype").Property.FontFeatureSettings | readonly import("csstype").Property.FontFeatureSettings[];
136
- fontKerning?: import("csstype").Property.FontKerning | NonNullable<import("csstype").Property.FontKerning>[] | readonly import("csstype").Property.FontKerning[];
137
- fontLanguageOverride?: string[] | import("csstype").Property.FontLanguageOverride | readonly import("csstype").Property.FontLanguageOverride[];
138
- fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | NonNullable<import("csstype").Property.FontOpticalSizing>[] | readonly import("csstype").Property.FontOpticalSizing[];
139
- fontSize?: import("csstype").Property.FontSize<string | number> | NonNullable<import("csstype").Property.FontSize<string | number>>[] | readonly (string | (string & {}))[];
140
- fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | NonNullable<import("csstype").Property.FontSizeAdjust>[] | readonly ("none" | (string & {}) | import("csstype").Globals | "from-font")[];
141
- fontSmooth?: readonly string[] | import("csstype").Property.FontSmooth<string | number> | NonNullable<import("csstype").Property.FontSmooth<string | number>>[];
142
- fontStretch?: string[] | import("csstype").Property.FontStretch | readonly import("csstype").Property.FontStretch[];
143
- fontStyle?: string[] | import("csstype").Property.FontStyle | readonly import("csstype").Property.FontStyle[];
144
- fontSynthesis?: string[] | import("csstype").Property.FontSynthesis | readonly import("csstype").Property.FontSynthesis[];
145
- fontVariant?: string[] | import("csstype").Property.FontVariant | readonly import("csstype").Property.FontVariant[];
146
- fontVariantAlternates?: string[] | import("csstype").Property.FontVariantAlternates | readonly import("csstype").Property.FontVariantAlternates[];
147
- fontVariantCaps?: import("csstype").Property.FontVariantCaps | NonNullable<import("csstype").Property.FontVariantCaps>[] | readonly import("csstype").Property.FontVariantCaps[];
148
- fontVariantEastAsian?: string[] | import("csstype").Property.FontVariantEastAsian | readonly import("csstype").Property.FontVariantEastAsian[];
149
- fontVariantLigatures?: string[] | import("csstype").Property.FontVariantLigatures | readonly import("csstype").Property.FontVariantLigatures[];
150
- fontVariantNumeric?: string[] | import("csstype").Property.FontVariantNumeric | readonly import("csstype").Property.FontVariantNumeric[];
151
- fontVariantPosition?: import("csstype").Property.FontVariantPosition | NonNullable<import("csstype").Property.FontVariantPosition>[] | readonly import("csstype").Property.FontVariantPosition[];
152
- fontVariationSettings?: string[] | import("csstype").Property.FontVariationSettings | readonly import("csstype").Property.FontVariationSettings[];
153
- fontWeight?: import("csstype").Property.FontWeight | NonNullable<import("csstype").Property.FontWeight>[] | readonly ("bold" | (string & {}) | import("csstype").Globals | "normal" | "bolder" | "lighter")[];
154
- forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | NonNullable<import("csstype").Property.ForcedColorAdjust>[] | readonly import("csstype").Property.ForcedColorAdjust[];
155
- gridAutoColumns?: readonly (string | (string & {}))[] | import("csstype").Property.GridAutoColumns<string | number> | NonNullable<import("csstype").Property.GridAutoColumns<string | number>>[];
156
- gridAutoFlow?: string[] | import("csstype").Property.GridAutoFlow | readonly import("csstype").Property.GridAutoFlow[];
157
- gridAutoRows?: readonly (string | (string & {}))[] | import("csstype").Property.GridAutoRows<string | number> | NonNullable<import("csstype").Property.GridAutoRows<string | number>>[];
158
- gridColumnEnd?: readonly ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.GridColumnEnd | NonNullable<import("csstype").Property.GridColumnEnd>[];
159
- gridColumnStart?: readonly ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.GridColumnStart | NonNullable<import("csstype").Property.GridColumnStart>[];
160
- gridRowEnd?: readonly ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.GridRowEnd | NonNullable<import("csstype").Property.GridRowEnd>[];
161
- gridRowStart?: readonly ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.GridRowStart | NonNullable<import("csstype").Property.GridRowStart>[];
162
- gridTemplateAreas?: string[] | import("csstype").Property.GridTemplateAreas | readonly import("csstype").Property.GridTemplateAreas[];
163
- gridTemplateColumns?: readonly (string | (string & {}))[] | import("csstype").Property.GridTemplateColumns<string | number> | NonNullable<import("csstype").Property.GridTemplateColumns<string | number>>[];
164
- gridTemplateRows?: readonly (string | (string & {}))[] | import("csstype").Property.GridTemplateRows<string | number> | NonNullable<import("csstype").Property.GridTemplateRows<string | number>>[];
165
- hangingPunctuation?: string[] | import("csstype").Property.HangingPunctuation | readonly import("csstype").Property.HangingPunctuation[];
166
- height?: readonly (string | (string & {}))[] | import("csstype").Property.Height<string | number> | NonNullable<import("csstype").Property.Height<string | number>>[];
167
- hyphenateCharacter?: string[] | import("csstype").Property.HyphenateCharacter | readonly import("csstype").Property.HyphenateCharacter[];
168
- hyphens?: import("csstype").Property.Hyphens | NonNullable<import("csstype").Property.Hyphens>[] | readonly import("csstype").Property.Hyphens[];
169
- imageOrientation?: string[] | import("csstype").Property.ImageOrientation | readonly import("csstype").Property.ImageOrientation[];
170
- imageRendering?: import("csstype").Property.ImageRendering | NonNullable<import("csstype").Property.ImageRendering>[] | readonly import("csstype").Property.ImageRendering[];
171
- imageResolution?: string[] | import("csstype").Property.ImageResolution | readonly import("csstype").Property.ImageResolution[];
172
- initialLetter?: import("csstype").Property.InitialLetter | NonNullable<import("csstype").Property.InitialLetter>[] | readonly ((string & {}) | import("csstype").Globals | "normal")[];
173
- inlineSize?: readonly (string | (string & {}))[] | import("csstype").Property.InlineSize<string | number> | NonNullable<import("csstype").Property.InlineSize<string | number>>[];
174
- inputSecurity?: import("csstype").Property.InputSecurity | NonNullable<import("csstype").Property.InputSecurity>[] | readonly import("csstype").Property.InputSecurity[];
175
- inset?: readonly (string | (string & {}))[] | import("csstype").Property.Inset<string | number> | NonNullable<import("csstype").Property.Inset<string | number>>[];
176
- insetBlock?: readonly (string | (string & {}))[] | import("csstype").Property.InsetBlock<string | number> | NonNullable<import("csstype").Property.InsetBlock<string | number>>[];
177
- insetBlockEnd?: readonly (string | (string & {}))[] | import("csstype").Property.InsetBlockEnd<string | number> | NonNullable<import("csstype").Property.InsetBlockEnd<string | number>>[];
178
- insetBlockStart?: readonly (string | (string & {}))[] | import("csstype").Property.InsetBlockStart<string | number> | NonNullable<import("csstype").Property.InsetBlockStart<string | number>>[];
179
- insetInline?: readonly (string | (string & {}))[] | import("csstype").Property.InsetInline<string | number> | NonNullable<import("csstype").Property.InsetInline<string | number>>[];
180
- insetInlineEnd?: readonly (string | (string & {}))[] | import("csstype").Property.InsetInlineEnd<string | number> | NonNullable<import("csstype").Property.InsetInlineEnd<string | number>>[];
181
- insetInlineStart?: readonly (string | (string & {}))[] | import("csstype").Property.InsetInlineStart<string | number> | NonNullable<import("csstype").Property.InsetInlineStart<string | number>>[];
182
- isolation?: import("csstype").Property.Isolation | NonNullable<import("csstype").Property.Isolation>[] | readonly import("csstype").Property.Isolation[];
183
- justifyContent?: string[] | import("csstype").Property.JustifyContent | readonly import("csstype").Property.JustifyContent[];
184
- justifyItems?: string[] | import("csstype").Property.JustifyItems | readonly import("csstype").Property.JustifyItems[];
185
- justifySelf?: string[] | import("csstype").Property.JustifySelf | readonly import("csstype").Property.JustifySelf[];
186
- justifyTracks?: string[] | import("csstype").Property.JustifyTracks | readonly import("csstype").Property.JustifyTracks[];
187
- left?: readonly (string | (string & {}))[] | import("csstype").Property.Left<string | number> | NonNullable<import("csstype").Property.Left<string | number>>[];
188
- letterSpacing?: readonly string[] | import("csstype").Property.LetterSpacing<string | number> | NonNullable<import("csstype").Property.LetterSpacing<string | number>>[];
189
- lineBreak?: import("csstype").Property.LineBreak | NonNullable<import("csstype").Property.LineBreak>[] | readonly import("csstype").Property.LineBreak[];
190
- lineHeight?: readonly (string | (string & {}))[] | import("csstype").Property.LineHeight<string | number> | NonNullable<import("csstype").Property.LineHeight<string | number>>[];
191
- lineHeightStep?: readonly string[] | import("csstype").Property.LineHeightStep<string | number> | NonNullable<import("csstype").Property.LineHeightStep<string | number>>[];
192
- listStyleImage?: string[] | import("csstype").Property.ListStyleImage | readonly import("csstype").Property.ListStyleImage[];
193
- listStylePosition?: import("csstype").Property.ListStylePosition | NonNullable<import("csstype").Property.ListStylePosition>[] | readonly import("csstype").Property.ListStylePosition[];
194
- listStyleType?: string[] | import("csstype").Property.ListStyleType | readonly import("csstype").Property.ListStyleType[];
195
- marginBlock?: readonly (string | (string & {}))[] | import("csstype").Property.MarginBlock<string | number> | NonNullable<import("csstype").Property.MarginBlock<string | number>>[];
196
- marginBlockEnd?: readonly (string | (string & {}))[] | import("csstype").Property.MarginBlockEnd<string | number> | NonNullable<import("csstype").Property.MarginBlockEnd<string | number>>[];
197
- marginBlockStart?: readonly (string | (string & {}))[] | import("csstype").Property.MarginBlockStart<string | number> | NonNullable<import("csstype").Property.MarginBlockStart<string | number>>[];
198
- marginBottom?: readonly (string | (string & {}))[] | import("csstype").Property.MarginBottom<string | number> | NonNullable<import("csstype").Property.MarginBottom<string | number>>[];
199
- marginInline?: readonly (string | (string & {}))[] | import("csstype").Property.MarginInline<string | number> | NonNullable<import("csstype").Property.MarginInline<string | number>>[];
200
- marginInlineEnd?: readonly (string | (string & {}))[] | import("csstype").Property.MarginInlineEnd<string | number> | NonNullable<import("csstype").Property.MarginInlineEnd<string | number>>[];
201
- marginInlineStart?: readonly (string | (string & {}))[] | import("csstype").Property.MarginInlineStart<string | number> | NonNullable<import("csstype").Property.MarginInlineStart<string | number>>[];
202
- marginLeft?: readonly (string | (string & {}))[] | import("csstype").Property.MarginLeft<string | number> | NonNullable<import("csstype").Property.MarginLeft<string | number>>[];
203
- marginRight?: readonly (string | (string & {}))[] | import("csstype").Property.MarginRight<string | number> | NonNullable<import("csstype").Property.MarginRight<string | number>>[];
204
- marginTop?: readonly (string | (string & {}))[] | import("csstype").Property.MarginTop<string | number> | NonNullable<import("csstype").Property.MarginTop<string | number>>[];
205
- maskBorderMode?: import("csstype").Property.MaskBorderMode | NonNullable<import("csstype").Property.MaskBorderMode>[] | readonly import("csstype").Property.MaskBorderMode[];
206
- maskBorderOutset?: readonly (string | (string & {}))[] | import("csstype").Property.MaskBorderOutset<string | number> | NonNullable<import("csstype").Property.MaskBorderOutset<string | number>>[];
207
- maskBorderRepeat?: string[] | import("csstype").Property.MaskBorderRepeat | readonly import("csstype").Property.MaskBorderRepeat[];
208
- maskBorderSlice?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.MaskBorderSlice | NonNullable<import("csstype").Property.MaskBorderSlice>[];
209
- maskBorderSource?: string[] | import("csstype").Property.MaskBorderSource | readonly import("csstype").Property.MaskBorderSource[];
210
- maskBorderWidth?: readonly (string | (string & {}))[] | import("csstype").Property.MaskBorderWidth<string | number> | NonNullable<import("csstype").Property.MaskBorderWidth<string | number>>[];
211
- maskClip?: string[] | import("csstype").Property.MaskClip | readonly import("csstype").Property.MaskClip[];
212
- maskComposite?: string[] | import("csstype").Property.MaskComposite | readonly import("csstype").Property.MaskComposite[];
213
- maskImage?: string[] | import("csstype").Property.MaskImage | readonly import("csstype").Property.MaskImage[];
214
- maskMode?: string[] | import("csstype").Property.MaskMode | readonly import("csstype").Property.MaskMode[];
215
- maskOrigin?: string[] | import("csstype").Property.MaskOrigin | readonly import("csstype").Property.MaskOrigin[];
216
- maskPosition?: readonly (string | (string & {}))[] | import("csstype").Property.MaskPosition<string | number> | NonNullable<import("csstype").Property.MaskPosition<string | number>>[];
217
- maskRepeat?: string[] | import("csstype").Property.MaskRepeat | readonly import("csstype").Property.MaskRepeat[];
218
- maskSize?: readonly (string | (string & {}))[] | import("csstype").Property.MaskSize<string | number> | NonNullable<import("csstype").Property.MaskSize<string | number>>[];
219
- maskType?: import("csstype").Property.MaskType | NonNullable<import("csstype").Property.MaskType>[] | readonly import("csstype").Property.MaskType[];
220
- mathDepth?: import("csstype").Property.MathDepth | NonNullable<import("csstype").Property.MathDepth>[] | readonly ((string & {}) | import("csstype").Globals | "auto-add")[];
221
- mathShift?: import("csstype").Property.MathShift | NonNullable<import("csstype").Property.MathShift>[] | readonly import("csstype").Property.MathShift[];
222
- mathStyle?: import("csstype").Property.MathStyle | NonNullable<import("csstype").Property.MathStyle>[] | readonly import("csstype").Property.MathStyle[];
223
- maxBlockSize?: readonly (string | (string & {}))[] | import("csstype").Property.MaxBlockSize<string | number> | NonNullable<import("csstype").Property.MaxBlockSize<string | number>>[];
224
- maxHeight?: readonly (string | (string & {}))[] | import("csstype").Property.MaxHeight<string | number> | NonNullable<import("csstype").Property.MaxHeight<string | number>>[];
225
- maxInlineSize?: readonly (string | (string & {}))[] | import("csstype").Property.MaxInlineSize<string | number> | NonNullable<import("csstype").Property.MaxInlineSize<string | number>>[];
226
- maxLines?: import("csstype").Property.MaxLines | NonNullable<import("csstype").Property.MaxLines>[] | readonly ("none" | (string & {}) | import("csstype").Globals)[];
227
- maxWidth?: readonly (string | (string & {}))[] | import("csstype").Property.MaxWidth<string | number> | NonNullable<import("csstype").Property.MaxWidth<string | number>>[];
228
- minBlockSize?: readonly (string | (string & {}))[] | import("csstype").Property.MinBlockSize<string | number> | NonNullable<import("csstype").Property.MinBlockSize<string | number>>[];
229
- minHeight?: readonly (string | (string & {}))[] | import("csstype").Property.MinHeight<string | number> | NonNullable<import("csstype").Property.MinHeight<string | number>>[];
230
- minInlineSize?: readonly (string | (string & {}))[] | import("csstype").Property.MinInlineSize<string | number> | NonNullable<import("csstype").Property.MinInlineSize<string | number>>[];
231
- minWidth?: readonly (string | (string & {}))[] | import("csstype").Property.MinWidth<string | number> | NonNullable<import("csstype").Property.MinWidth<string | number>>[];
232
- mixBlendMode?: import("csstype").Property.MixBlendMode | NonNullable<import("csstype").Property.MixBlendMode>[] | readonly import("csstype").Property.MixBlendMode[];
233
- motionDistance?: readonly (string | (string & {}))[] | import("csstype").Property.OffsetDistance<string | number> | NonNullable<import("csstype").Property.OffsetDistance<string | number>>[];
234
- motionPath?: string[] | import("csstype").Property.OffsetPath | readonly import("csstype").Property.OffsetPath[];
235
- motionRotation?: string[] | import("csstype").Property.OffsetRotate | readonly import("csstype").Property.OffsetRotate[];
236
- objectFit?: import("csstype").Property.ObjectFit | NonNullable<import("csstype").Property.ObjectFit>[] | readonly import("csstype").Property.ObjectFit[];
237
- objectPosition?: readonly (string | (string & {}))[] | import("csstype").Property.ObjectPosition<string | number> | NonNullable<import("csstype").Property.ObjectPosition<string | number>>[];
238
- offsetAnchor?: readonly (string | (string & {}))[] | import("csstype").Property.OffsetAnchor<string | number> | NonNullable<import("csstype").Property.OffsetAnchor<string | number>>[];
239
- offsetDistance?: readonly (string | (string & {}))[] | import("csstype").Property.OffsetDistance<string | number> | NonNullable<import("csstype").Property.OffsetDistance<string | number>>[];
240
- offsetPath?: string[] | import("csstype").Property.OffsetPath | readonly import("csstype").Property.OffsetPath[];
241
- offsetRotate?: string[] | import("csstype").Property.OffsetRotate | readonly import("csstype").Property.OffsetRotate[];
242
- offsetRotation?: string[] | import("csstype").Property.OffsetRotate | readonly import("csstype").Property.OffsetRotate[];
243
- opacity?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.Opacity | NonNullable<import("csstype").Property.Opacity>[];
244
- order?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.Order | NonNullable<import("csstype").Property.Order>[];
245
- orphans?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.Orphans | NonNullable<import("csstype").Property.Orphans>[];
246
- outlineColor?: string[] | import("csstype").Property.OutlineColor | readonly import("csstype").Property.OutlineColor[];
247
- outlineOffset?: readonly string[] | import("csstype").Property.OutlineOffset<string | number> | NonNullable<import("csstype").Property.OutlineOffset<string | number>>[];
248
- outlineStyle?: string[] | import("csstype").Property.OutlineStyle | readonly import("csstype").Property.OutlineStyle[];
249
- outlineWidth?: readonly string[] | import("csstype").Property.OutlineWidth<string | number> | NonNullable<import("csstype").Property.OutlineWidth<string | number>>[];
250
- overflowAnchor?: import("csstype").Property.OverflowAnchor | NonNullable<import("csstype").Property.OverflowAnchor>[] | readonly import("csstype").Property.OverflowAnchor[];
251
- overflowBlock?: import("csstype").Property.OverflowBlock | NonNullable<import("csstype").Property.OverflowBlock>[] | readonly import("csstype").Property.OverflowBlock[];
252
- overflowClipBox?: import("csstype").Property.OverflowClipBox | NonNullable<import("csstype").Property.OverflowClipBox>[] | readonly import("csstype").Property.OverflowClipBox[];
253
- overflowClipMargin?: readonly (string | (string & {}))[] | import("csstype").Property.OverflowClipMargin<string | number> | NonNullable<import("csstype").Property.OverflowClipMargin<string | number>>[];
254
- overflowInline?: import("csstype").Property.OverflowInline | NonNullable<import("csstype").Property.OverflowInline>[] | readonly import("csstype").Property.OverflowInline[];
255
- overflowWrap?: import("csstype").Property.OverflowWrap | NonNullable<import("csstype").Property.OverflowWrap>[] | readonly import("csstype").Property.OverflowWrap[];
256
- overflowX?: import("csstype").Property.OverflowX | NonNullable<import("csstype").Property.OverflowX>[] | readonly import("csstype").Property.OverflowX[];
257
- overflowY?: import("csstype").Property.OverflowY | NonNullable<import("csstype").Property.OverflowY>[] | readonly import("csstype").Property.OverflowY[];
258
- overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | NonNullable<import("csstype").Property.OverscrollBehaviorBlock>[] | readonly import("csstype").Property.OverscrollBehaviorBlock[];
259
- overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | NonNullable<import("csstype").Property.OverscrollBehaviorInline>[] | readonly import("csstype").Property.OverscrollBehaviorInline[];
260
- overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | NonNullable<import("csstype").Property.OverscrollBehaviorX>[] | readonly import("csstype").Property.OverscrollBehaviorX[];
261
- overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | NonNullable<import("csstype").Property.OverscrollBehaviorY>[] | readonly import("csstype").Property.OverscrollBehaviorY[];
262
- paddingBlock?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingBlock<string | number> | NonNullable<import("csstype").Property.PaddingBlock<string | number>>[];
263
- paddingBlockEnd?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingBlockEnd<string | number> | NonNullable<import("csstype").Property.PaddingBlockEnd<string | number>>[];
264
- paddingBlockStart?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingBlockStart<string | number> | NonNullable<import("csstype").Property.PaddingBlockStart<string | number>>[];
265
- paddingBottom?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingBottom<string | number> | NonNullable<import("csstype").Property.PaddingBottom<string | number>>[];
266
- paddingInline?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingInline<string | number> | NonNullable<import("csstype").Property.PaddingInline<string | number>>[];
267
- paddingInlineEnd?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingInlineEnd<string | number> | NonNullable<import("csstype").Property.PaddingInlineEnd<string | number>>[];
268
- paddingInlineStart?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingInlineStart<string | number> | NonNullable<import("csstype").Property.PaddingInlineStart<string | number>>[];
269
- paddingLeft?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingLeft<string | number> | NonNullable<import("csstype").Property.PaddingLeft<string | number>>[];
270
- paddingRight?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingRight<string | number> | NonNullable<import("csstype").Property.PaddingRight<string | number>>[];
271
- paddingTop?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingTop<string | number> | NonNullable<import("csstype").Property.PaddingTop<string | number>>[];
272
- pageBreakAfter?: import("csstype").Property.PageBreakAfter | NonNullable<import("csstype").Property.PageBreakAfter>[] | readonly import("csstype").Property.PageBreakAfter[];
273
- pageBreakBefore?: import("csstype").Property.PageBreakBefore | NonNullable<import("csstype").Property.PageBreakBefore>[] | readonly import("csstype").Property.PageBreakBefore[];
274
- pageBreakInside?: import("csstype").Property.PageBreakInside | NonNullable<import("csstype").Property.PageBreakInside>[] | readonly import("csstype").Property.PageBreakInside[];
275
- paintOrder?: string[] | import("csstype").Property.PaintOrder | readonly import("csstype").Property.PaintOrder[];
276
- perspective?: readonly string[] | import("csstype").Property.Perspective<string | number> | NonNullable<import("csstype").Property.Perspective<string | number>>[];
277
- perspectiveOrigin?: readonly (string | (string & {}))[] | import("csstype").Property.PerspectiveOrigin<string | number> | NonNullable<import("csstype").Property.PerspectiveOrigin<string | number>>[];
278
- placeContent?: string[] | import("csstype").Property.PlaceContent | readonly import("csstype").Property.PlaceContent[];
279
- pointerEvents?: import("csstype").Property.PointerEvents | NonNullable<import("csstype").Property.PointerEvents>[] | readonly import("csstype").Property.PointerEvents[];
280
- position: string | readonly import("csstype").Property.Position[];
281
- printColorAdjust?: import("csstype").Property.PrintColorAdjust | NonNullable<import("csstype").Property.PrintColorAdjust>[] | readonly import("csstype").Property.PrintColorAdjust[];
282
- quotes?: string[] | import("csstype").Property.Quotes | readonly import("csstype").Property.Quotes[];
283
- resize?: import("csstype").Property.Resize | NonNullable<import("csstype").Property.Resize>[] | readonly import("csstype").Property.Resize[];
284
- right?: readonly (string | (string & {}))[] | import("csstype").Property.Right<string | number> | NonNullable<import("csstype").Property.Right<string | number>>[];
285
- rotate?: string[] | import("csstype").Property.Rotate | readonly import("csstype").Property.Rotate[];
286
- rowGap?: readonly (string | (string & {}))[] | import("csstype").Property.RowGap<string | number> | NonNullable<import("csstype").Property.RowGap<string | number>>[];
287
- rubyAlign?: import("csstype").Property.RubyAlign | NonNullable<import("csstype").Property.RubyAlign>[] | readonly import("csstype").Property.RubyAlign[];
288
- rubyMerge?: import("csstype").Property.RubyMerge | NonNullable<import("csstype").Property.RubyMerge>[] | readonly import("csstype").Property.RubyMerge[];
289
- rubyPosition?: string[] | import("csstype").Property.RubyPosition | readonly import("csstype").Property.RubyPosition[];
290
- scale?: readonly ("none" | (string & {}) | import("csstype").Globals)[] | import("csstype").Property.Scale | NonNullable<import("csstype").Property.Scale>[];
291
- scrollBehavior?: import("csstype").Property.ScrollBehavior | NonNullable<import("csstype").Property.ScrollBehavior>[] | readonly import("csstype").Property.ScrollBehavior[];
292
- scrollMargin?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollMargin<string | number> | NonNullable<import("csstype").Property.ScrollMargin<string | number>>[];
293
- scrollMarginBlock?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollMarginBlock<string | number> | NonNullable<import("csstype").Property.ScrollMarginBlock<string | number>>[];
294
- scrollMarginBlockEnd?: readonly string[] | import("csstype").Property.ScrollMarginBlockEnd<string | number> | NonNullable<import("csstype").Property.ScrollMarginBlockEnd<string | number>>[];
295
- scrollMarginBlockStart?: readonly string[] | import("csstype").Property.ScrollMarginBlockStart<string | number> | NonNullable<import("csstype").Property.ScrollMarginBlockStart<string | number>>[];
296
- scrollMarginBottom?: readonly string[] | import("csstype").Property.ScrollMarginBottom<string | number> | NonNullable<import("csstype").Property.ScrollMarginBottom<string | number>>[];
297
- scrollMarginInline?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollMarginInline<string | number> | NonNullable<import("csstype").Property.ScrollMarginInline<string | number>>[];
298
- scrollMarginInlineEnd?: readonly string[] | import("csstype").Property.ScrollMarginInlineEnd<string | number> | NonNullable<import("csstype").Property.ScrollMarginInlineEnd<string | number>>[];
299
- scrollMarginInlineStart?: readonly string[] | import("csstype").Property.ScrollMarginInlineStart<string | number> | NonNullable<import("csstype").Property.ScrollMarginInlineStart<string | number>>[];
300
- scrollMarginLeft?: readonly string[] | import("csstype").Property.ScrollMarginLeft<string | number> | NonNullable<import("csstype").Property.ScrollMarginLeft<string | number>>[];
301
- scrollMarginRight?: readonly string[] | import("csstype").Property.ScrollMarginRight<string | number> | NonNullable<import("csstype").Property.ScrollMarginRight<string | number>>[];
302
- scrollMarginTop?: readonly string[] | import("csstype").Property.ScrollMarginTop<string | number> | NonNullable<import("csstype").Property.ScrollMarginTop<string | number>>[];
303
- scrollPadding?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPadding<string | number> | NonNullable<import("csstype").Property.ScrollPadding<string | number>>[];
304
- scrollPaddingBlock?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingBlock<string | number> | NonNullable<import("csstype").Property.ScrollPaddingBlock<string | number>>[];
305
- scrollPaddingBlockEnd?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingBlockEnd<string | number> | NonNullable<import("csstype").Property.ScrollPaddingBlockEnd<string | number>>[];
306
- scrollPaddingBlockStart?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingBlockStart<string | number> | NonNullable<import("csstype").Property.ScrollPaddingBlockStart<string | number>>[];
307
- scrollPaddingBottom?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingBottom<string | number> | NonNullable<import("csstype").Property.ScrollPaddingBottom<string | number>>[];
308
- scrollPaddingInline?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingInline<string | number> | NonNullable<import("csstype").Property.ScrollPaddingInline<string | number>>[];
309
- scrollPaddingInlineEnd?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingInlineEnd<string | number> | NonNullable<import("csstype").Property.ScrollPaddingInlineEnd<string | number>>[];
310
- scrollPaddingInlineStart?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingInlineStart<string | number> | NonNullable<import("csstype").Property.ScrollPaddingInlineStart<string | number>>[];
311
- scrollPaddingLeft?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingLeft<string | number> | NonNullable<import("csstype").Property.ScrollPaddingLeft<string | number>>[];
312
- scrollPaddingRight?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingRight<string | number> | NonNullable<import("csstype").Property.ScrollPaddingRight<string | number>>[];
313
- scrollPaddingTop?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingTop<string | number> | NonNullable<import("csstype").Property.ScrollPaddingTop<string | number>>[];
314
- scrollSnapAlign?: string[] | import("csstype").Property.ScrollSnapAlign | readonly import("csstype").Property.ScrollSnapAlign[];
315
- scrollSnapMargin?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollMargin<string | number> | NonNullable<import("csstype").Property.ScrollMargin<string | number>>[];
316
- scrollSnapMarginBottom?: readonly string[] | import("csstype").Property.ScrollMarginBottom<string | number> | NonNullable<import("csstype").Property.ScrollMarginBottom<string | number>>[];
317
- scrollSnapMarginLeft?: readonly string[] | import("csstype").Property.ScrollMarginLeft<string | number> | NonNullable<import("csstype").Property.ScrollMarginLeft<string | number>>[];
318
- scrollSnapMarginRight?: readonly string[] | import("csstype").Property.ScrollMarginRight<string | number> | NonNullable<import("csstype").Property.ScrollMarginRight<string | number>>[];
319
- scrollSnapMarginTop?: readonly string[] | import("csstype").Property.ScrollMarginTop<string | number> | NonNullable<import("csstype").Property.ScrollMarginTop<string | number>>[];
320
- scrollSnapStop?: import("csstype").Property.ScrollSnapStop | NonNullable<import("csstype").Property.ScrollSnapStop>[] | readonly import("csstype").Property.ScrollSnapStop[];
321
- scrollSnapType?: string[] | import("csstype").Property.ScrollSnapType | readonly import("csstype").Property.ScrollSnapType[];
322
- scrollbarColor?: string[] | import("csstype").Property.ScrollbarColor | readonly import("csstype").Property.ScrollbarColor[];
323
- scrollbarGutter?: string[] | import("csstype").Property.ScrollbarGutter | readonly import("csstype").Property.ScrollbarGutter[];
324
- scrollbarWidth?: import("csstype").Property.ScrollbarWidth | NonNullable<import("csstype").Property.ScrollbarWidth>[] | readonly import("csstype").Property.ScrollbarWidth[];
325
- shapeImageThreshold?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.ShapeImageThreshold | NonNullable<import("csstype").Property.ShapeImageThreshold>[];
326
- shapeMargin?: readonly (string | (string & {}))[] | import("csstype").Property.ShapeMargin<string | number> | NonNullable<import("csstype").Property.ShapeMargin<string | number>>[];
327
- shapeOutside?: string[] | import("csstype").Property.ShapeOutside | readonly import("csstype").Property.ShapeOutside[];
328
- tabSize?: readonly (string | (string & {}))[] | import("csstype").Property.TabSize<string | number> | NonNullable<import("csstype").Property.TabSize<string | number>>[];
329
- tableLayout?: import("csstype").Property.TableLayout | NonNullable<import("csstype").Property.TableLayout>[] | readonly import("csstype").Property.TableLayout[];
330
- textAlign?: import("csstype").Property.TextAlign | NonNullable<import("csstype").Property.TextAlign>[] | readonly import("csstype").Property.TextAlign[];
331
- textAlignLast?: import("csstype").Property.TextAlignLast | NonNullable<import("csstype").Property.TextAlignLast>[] | readonly import("csstype").Property.TextAlignLast[];
332
- textCombineUpright?: string[] | import("csstype").Property.TextCombineUpright | readonly import("csstype").Property.TextCombineUpright[];
333
- textDecorationColor?: string[] | import("csstype").Property.TextDecorationColor | readonly import("csstype").Property.TextDecorationColor[];
334
- textDecorationLine?: string[] | import("csstype").Property.TextDecorationLine | readonly import("csstype").Property.TextDecorationLine[];
335
- textDecorationSkip?: string[] | import("csstype").Property.TextDecorationSkip | readonly import("csstype").Property.TextDecorationSkip[];
336
- textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | NonNullable<import("csstype").Property.TextDecorationSkipInk>[] | readonly import("csstype").Property.TextDecorationSkipInk[];
337
- textDecorationStyle?: import("csstype").Property.TextDecorationStyle | NonNullable<import("csstype").Property.TextDecorationStyle>[] | readonly import("csstype").Property.TextDecorationStyle[];
338
- textDecorationThickness?: readonly (string | (string & {}))[] | import("csstype").Property.TextDecorationThickness<string | number> | NonNullable<import("csstype").Property.TextDecorationThickness<string | number>>[];
339
- textEmphasisColor?: string[] | import("csstype").Property.TextEmphasisColor | readonly import("csstype").Property.TextEmphasisColor[];
340
- textEmphasisPosition?: string[] | import("csstype").Property.TextEmphasisPosition | readonly import("csstype").Property.TextEmphasisPosition[];
341
- textEmphasisStyle?: string[] | import("csstype").Property.TextEmphasisStyle | readonly import("csstype").Property.TextEmphasisStyle[];
342
- textIndent?: readonly (string | (string & {}))[] | import("csstype").Property.TextIndent<string | number> | NonNullable<import("csstype").Property.TextIndent<string | number>>[];
343
- textJustify?: import("csstype").Property.TextJustify | NonNullable<import("csstype").Property.TextJustify>[] | readonly import("csstype").Property.TextJustify[];
344
- textOrientation?: import("csstype").Property.TextOrientation | NonNullable<import("csstype").Property.TextOrientation>[] | readonly import("csstype").Property.TextOrientation[];
345
- textOverflow?: string[] | import("csstype").Property.TextOverflow | readonly import("csstype").Property.TextOverflow[];
346
- textRendering?: import("csstype").Property.TextRendering | NonNullable<import("csstype").Property.TextRendering>[] | readonly import("csstype").Property.TextRendering[];
347
- textShadow?: string[] | import("csstype").Property.TextShadow | readonly import("csstype").Property.TextShadow[];
348
- textSizeAdjust?: string[] | import("csstype").Property.TextSizeAdjust | readonly import("csstype").Property.TextSizeAdjust[];
349
- textTransform?: import("csstype").Property.TextTransform | NonNullable<import("csstype").Property.TextTransform>[] | readonly import("csstype").Property.TextTransform[];
350
- textUnderlineOffset?: readonly (string | (string & {}))[] | import("csstype").Property.TextUnderlineOffset<string | number> | NonNullable<import("csstype").Property.TextUnderlineOffset<string | number>>[];
351
- textUnderlinePosition?: string[] | import("csstype").Property.TextUnderlinePosition | readonly import("csstype").Property.TextUnderlinePosition[];
352
- top: string | number | readonly (string | (string & {}))[] | NonNullable<import("csstype").Property.Top<string | number>>[];
353
- touchAction?: string[] | import("csstype").Property.TouchAction | readonly import("csstype").Property.TouchAction[];
354
- transform?: string[] | import("csstype").Property.Transform | readonly import("csstype").Property.Transform[];
355
- transformBox?: import("csstype").Property.TransformBox | NonNullable<import("csstype").Property.TransformBox>[] | readonly import("csstype").Property.TransformBox[];
356
- transformOrigin?: readonly (string | (string & {}))[] | import("csstype").Property.TransformOrigin<string | number> | NonNullable<import("csstype").Property.TransformOrigin<string | number>>[];
357
- transformStyle?: import("csstype").Property.TransformStyle | NonNullable<import("csstype").Property.TransformStyle>[] | readonly import("csstype").Property.TransformStyle[];
358
- transitionDelay?: string[] | import("csstype").Property.TransitionDelay<string & {}> | readonly import("csstype").Property.TransitionDelay<string & {}>[];
359
- transitionDuration?: string[] | import("csstype").Property.TransitionDuration<string & {}> | readonly import("csstype").Property.TransitionDuration<string & {}>[];
360
- transitionProperty?: string[] | import("csstype").Property.TransitionProperty | readonly import("csstype").Property.TransitionProperty[];
361
- transitionTimingFunction?: string[] | import("csstype").Property.TransitionTimingFunction | readonly import("csstype").Property.TransitionTimingFunction[];
362
- translate?: readonly (string | (string & {}))[] | import("csstype").Property.Translate<string | number> | NonNullable<import("csstype").Property.Translate<string | number>>[];
363
- unicodeBidi?: import("csstype").Property.UnicodeBidi | NonNullable<import("csstype").Property.UnicodeBidi>[] | readonly import("csstype").Property.UnicodeBidi[];
364
- userSelect?: import("csstype").Property.UserSelect | NonNullable<import("csstype").Property.UserSelect>[] | readonly import("csstype").Property.UserSelect[];
365
- verticalAlign?: readonly (string | (string & {}))[] | import("csstype").Property.VerticalAlign<string | number> | NonNullable<import("csstype").Property.VerticalAlign<string | number>>[];
366
- visibility?: import("csstype").Property.Visibility | NonNullable<import("csstype").Property.Visibility>[] | readonly import("csstype").Property.Visibility[];
367
- whiteSpace?: import("csstype").Property.WhiteSpace | NonNullable<import("csstype").Property.WhiteSpace>[] | readonly import("csstype").Property.WhiteSpace[];
368
- widows?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.Widows | NonNullable<import("csstype").Property.Widows>[];
369
- width?: readonly (string | (string & {}))[] | import("csstype").Property.Width<string | number> | NonNullable<import("csstype").Property.Width<string | number>>[];
370
- willChange?: string[] | import("csstype").Property.WillChange | readonly import("csstype").Property.WillChange[];
371
- wordBreak?: import("csstype").Property.WordBreak | NonNullable<import("csstype").Property.WordBreak>[] | readonly import("csstype").Property.WordBreak[];
372
- wordSpacing?: readonly string[] | import("csstype").Property.WordSpacing<string | number> | NonNullable<import("csstype").Property.WordSpacing<string | number>>[];
373
- wordWrap?: import("csstype").Property.WordWrap | NonNullable<import("csstype").Property.WordWrap>[] | readonly import("csstype").Property.WordWrap[];
374
- writingMode?: import("csstype").Property.WritingMode | NonNullable<import("csstype").Property.WritingMode>[] | readonly import("csstype").Property.WritingMode[];
375
- zIndex?: readonly ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.ZIndex | NonNullable<import("csstype").Property.ZIndex>[];
376
- zoom?: import("csstype").Property.Zoom | NonNullable<import("csstype").Property.Zoom>[] | readonly ((string & {}) | import("csstype").Globals | "normal" | "reset")[];
377
- all?: import("csstype").Globals | NonNullable<import("csstype").Globals>[] | readonly import("csstype").Globals[];
378
- animation?: import("csstype").Property.Animation<string & {}> | NonNullable<import("csstype").Property.Animation<string & {}>>[] | readonly (import("csstype").Globals | import("csstype").DataType.SingleAnimationDirection | import("csstype").DataType.SingleAnimationFillMode | "infinite" | "paused" | "running" | import("csstype").DataType.EasingFunction)[];
379
- background?: readonly (string | (string & {}))[] | import("csstype").Property.Background<string | number> | NonNullable<import("csstype").Property.Background<string | number>>[];
380
- backgroundPosition?: readonly (string | (string & {}))[] | import("csstype").Property.BackgroundPosition<string | number> | NonNullable<import("csstype").Property.BackgroundPosition<string | number>>[];
381
- border?: readonly (string | (string & {}))[] | import("csstype").Property.Border<string | number> | NonNullable<import("csstype").Property.Border<string | number>>[];
382
- borderBlock?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBlock<string | number> | NonNullable<import("csstype").Property.BorderBlock<string | number>>[];
383
- borderBlockEnd?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBlockEnd<string | number> | NonNullable<import("csstype").Property.BorderBlockEnd<string | number>>[];
384
- borderBlockStart?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBlockStart<string | number> | NonNullable<import("csstype").Property.BorderBlockStart<string | number>>[];
385
- borderBottom?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBottom<string | number> | NonNullable<import("csstype").Property.BorderBottom<string | number>>[];
386
- borderColor?: string[] | import("csstype").Property.BorderColor | readonly import("csstype").Property.BorderColor[];
387
- borderImage?: import("csstype").Property.BorderImage | NonNullable<import("csstype").Property.BorderImage>[] | readonly ("repeat" | "none" | (string & {}) | import("csstype").Globals | "stretch" | "round" | "space")[];
388
- borderInline?: readonly (string | (string & {}))[] | import("csstype").Property.BorderInline<string | number> | NonNullable<import("csstype").Property.BorderInline<string | number>>[];
389
- borderInlineEnd?: readonly (string | (string & {}))[] | import("csstype").Property.BorderInlineEnd<string | number> | NonNullable<import("csstype").Property.BorderInlineEnd<string | number>>[];
390
- borderInlineStart?: readonly (string | (string & {}))[] | import("csstype").Property.BorderInlineStart<string | number> | NonNullable<import("csstype").Property.BorderInlineStart<string | number>>[];
391
- borderLeft?: readonly (string | (string & {}))[] | import("csstype").Property.BorderLeft<string | number> | NonNullable<import("csstype").Property.BorderLeft<string | number>>[];
392
- borderRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderRadius<string | number> | NonNullable<import("csstype").Property.BorderRadius<string | number>>[];
393
- borderRight?: readonly (string | (string & {}))[] | import("csstype").Property.BorderRight<string | number> | NonNullable<import("csstype").Property.BorderRight<string | number>>[];
394
- borderStyle?: string[] | import("csstype").Property.BorderStyle | readonly import("csstype").Property.BorderStyle[];
395
- borderTop?: readonly (string | (string & {}))[] | import("csstype").Property.BorderTop<string | number> | NonNullable<import("csstype").Property.BorderTop<string | number>>[];
396
- borderWidth?: readonly (string | (string & {}))[] | import("csstype").Property.BorderWidth<string | number> | NonNullable<import("csstype").Property.BorderWidth<string | number>>[];
397
- columnRule?: readonly (string | (string & {}))[] | import("csstype").Property.ColumnRule<string | number> | NonNullable<import("csstype").Property.ColumnRule<string | number>>[];
398
- columns?: readonly (string | (string & {}))[] | import("csstype").Property.Columns<string | number> | NonNullable<import("csstype").Property.Columns<string | number>>[];
399
- flex?: readonly (string | (string & {}))[] | import("csstype").Property.Flex<string | number> | NonNullable<import("csstype").Property.Flex<string | number>>[];
400
- flexFlow?: string[] | import("csstype").Property.FlexFlow | readonly import("csstype").Property.FlexFlow[];
401
- font?: string[] | import("csstype").Property.Font | readonly import("csstype").Property.Font[];
402
- gap?: readonly (string | (string & {}))[] | import("csstype").Property.Gap<string | number> | NonNullable<import("csstype").Property.Gap<string | number>>[];
403
- grid?: string[] | import("csstype").Property.Grid | readonly import("csstype").Property.Grid[];
404
- gridArea?: readonly ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.GridArea | NonNullable<import("csstype").Property.GridArea>[];
405
- gridColumn?: readonly ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.GridColumn | NonNullable<import("csstype").Property.GridColumn>[];
406
- gridRow?: readonly ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.GridRow | NonNullable<import("csstype").Property.GridRow>[];
407
- gridTemplate?: string[] | import("csstype").Property.GridTemplate | readonly import("csstype").Property.GridTemplate[];
408
- lineClamp?: readonly ("none" | (string & {}) | import("csstype").Globals)[] | import("csstype").Property.LineClamp | NonNullable<import("csstype").Property.LineClamp>[];
409
- listStyle?: string[] | import("csstype").Property.ListStyle | readonly import("csstype").Property.ListStyle[];
410
- margin?: readonly (string | (string & {}))[] | import("csstype").Property.Margin<string | number> | NonNullable<import("csstype").Property.Margin<string | number>>[];
411
- mask?: readonly (string | (string & {}))[] | import("csstype").Property.Mask<string | number> | NonNullable<import("csstype").Property.Mask<string | number>>[];
412
- maskBorder?: import("csstype").Property.MaskBorder | NonNullable<import("csstype").Property.MaskBorder>[] | readonly ("repeat" | "none" | (string & {}) | import("csstype").Globals | "stretch" | "round" | "space" | "alpha" | "luminance")[];
413
- motion?: readonly (string | (string & {}))[] | import("csstype").Property.Offset<string | number> | NonNullable<import("csstype").Property.Offset<string | number>>[];
414
- offset?: readonly (string | (string & {}))[] | import("csstype").Property.Offset<string | number> | NonNullable<import("csstype").Property.Offset<string | number>>[];
415
- outline?: readonly (string | (string & {}))[] | import("csstype").Property.Outline<string | number> | NonNullable<import("csstype").Property.Outline<string | number>>[];
416
- overflow?: string[] | import("csstype").Property.Overflow | readonly import("csstype").Property.Overflow[];
417
- overscrollBehavior?: string[] | import("csstype").Property.OverscrollBehavior | readonly import("csstype").Property.OverscrollBehavior[];
418
- padding?: readonly (string | (string & {}))[] | import("csstype").Property.Padding<string | number> | NonNullable<import("csstype").Property.Padding<string | number>>[];
419
- placeItems?: string[] | import("csstype").Property.PlaceItems | readonly import("csstype").Property.PlaceItems[];
420
- placeSelf?: string[] | import("csstype").Property.PlaceSelf | readonly import("csstype").Property.PlaceSelf[];
421
- textDecoration?: readonly (string | (string & {}))[] | import("csstype").Property.TextDecoration<string | number> | NonNullable<import("csstype").Property.TextDecoration<string | number>>[];
422
- textEmphasis?: string[] | import("csstype").Property.TextEmphasis | readonly import("csstype").Property.TextEmphasis[];
423
- transition?: string[] | import("csstype").Property.Transition<string & {}> | readonly import("csstype").Property.Transition<string & {}>[];
424
- MozAnimationDelay?: string[] | import("csstype").Property.AnimationDelay<string & {}> | readonly import("csstype").Property.AnimationDelay<string & {}>[];
425
- MozAnimationDirection?: string[] | import("csstype").Property.AnimationDirection | readonly import("csstype").Property.AnimationDirection[];
426
- MozAnimationDuration?: string[] | import("csstype").Property.AnimationDuration<string & {}> | readonly import("csstype").Property.AnimationDuration<string & {}>[];
427
- MozAnimationFillMode?: string[] | import("csstype").Property.AnimationFillMode | readonly import("csstype").Property.AnimationFillMode[];
428
- MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | NonNullable<import("csstype").Property.AnimationIterationCount>[] | readonly ((string & {}) | import("csstype").Globals | "infinite")[];
429
- MozAnimationName?: string[] | import("csstype").Property.AnimationName | readonly import("csstype").Property.AnimationName[];
430
- MozAnimationPlayState?: string[] | import("csstype").Property.AnimationPlayState | readonly import("csstype").Property.AnimationPlayState[];
431
- MozAnimationTimingFunction?: string[] | import("csstype").Property.AnimationTimingFunction | readonly import("csstype").Property.AnimationTimingFunction[];
432
- MozAppearance?: import("csstype").Property.MozAppearance | NonNullable<import("csstype").Property.MozAppearance>[] | readonly import("csstype").Property.MozAppearance[];
433
- MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | NonNullable<import("csstype").Property.BackfaceVisibility>[] | readonly import("csstype").Property.BackfaceVisibility[];
434
- MozBorderBottomColors?: string[] | import("csstype").Property.MozBorderBottomColors | readonly import("csstype").Property.MozBorderBottomColors[];
435
- MozBorderEndColor?: string[] | import("csstype").Property.BorderInlineEndColor | readonly import("csstype").Property.BorderInlineEndColor[];
436
- MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | NonNullable<import("csstype").Property.BorderInlineEndStyle>[] | readonly import("csstype").Property.BorderInlineEndStyle[];
437
- MozBorderEndWidth?: readonly string[] | import("csstype").Property.BorderInlineEndWidth<string | number> | NonNullable<import("csstype").Property.BorderInlineEndWidth<string | number>>[];
438
- MozBorderLeftColors?: string[] | import("csstype").Property.MozBorderLeftColors | readonly import("csstype").Property.MozBorderLeftColors[];
439
- MozBorderRightColors?: string[] | import("csstype").Property.MozBorderRightColors | readonly import("csstype").Property.MozBorderRightColors[];
440
- MozBorderStartColor?: string[] | import("csstype").Property.BorderInlineStartColor | readonly import("csstype").Property.BorderInlineStartColor[];
441
- MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | NonNullable<import("csstype").Property.BorderInlineStartStyle>[] | readonly import("csstype").Property.BorderInlineStartStyle[];
442
- MozBorderTopColors?: string[] | import("csstype").Property.MozBorderTopColors | readonly import("csstype").Property.MozBorderTopColors[];
443
- MozBoxSizing?: import("csstype").Property.BoxSizing | NonNullable<import("csstype").Property.BoxSizing>[] | readonly import("csstype").Property.BoxSizing[];
444
- MozColumnCount?: readonly ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.ColumnCount | NonNullable<import("csstype").Property.ColumnCount>[];
445
- MozColumnFill?: import("csstype").Property.ColumnFill | NonNullable<import("csstype").Property.ColumnFill>[] | readonly import("csstype").Property.ColumnFill[];
446
- MozColumnRuleColor?: string[] | import("csstype").Property.ColumnRuleColor | readonly import("csstype").Property.ColumnRuleColor[];
447
- MozColumnRuleStyle?: string[] | import("csstype").Property.ColumnRuleStyle | readonly import("csstype").Property.ColumnRuleStyle[];
448
- MozColumnRuleWidth?: readonly (string | (string & {}))[] | import("csstype").Property.ColumnRuleWidth<string | number> | NonNullable<import("csstype").Property.ColumnRuleWidth<string | number>>[];
449
- MozColumnWidth?: readonly string[] | import("csstype").Property.ColumnWidth<string | number> | NonNullable<import("csstype").Property.ColumnWidth<string | number>>[];
450
- MozContextProperties?: string[] | import("csstype").Property.MozContextProperties | readonly import("csstype").Property.MozContextProperties[];
451
- MozFontFeatureSettings?: string[] | import("csstype").Property.FontFeatureSettings | readonly import("csstype").Property.FontFeatureSettings[];
452
- MozFontLanguageOverride?: string[] | import("csstype").Property.FontLanguageOverride | readonly import("csstype").Property.FontLanguageOverride[];
453
- MozHyphens?: import("csstype").Property.Hyphens | NonNullable<import("csstype").Property.Hyphens>[] | readonly import("csstype").Property.Hyphens[];
454
- MozImageRegion?: string[] | import("csstype").Property.MozImageRegion | readonly import("csstype").Property.MozImageRegion[];
455
- MozMarginEnd?: readonly (string | (string & {}))[] | import("csstype").Property.MarginInlineEnd<string | number> | NonNullable<import("csstype").Property.MarginInlineEnd<string | number>>[];
456
- MozMarginStart?: readonly (string | (string & {}))[] | import("csstype").Property.MarginInlineStart<string | number> | NonNullable<import("csstype").Property.MarginInlineStart<string | number>>[];
457
- MozOrient?: import("csstype").Property.MozOrient | NonNullable<import("csstype").Property.MozOrient>[] | readonly import("csstype").Property.MozOrient[];
458
- MozOsxFontSmoothing?: readonly string[] | import("csstype").Property.FontSmooth<string | number> | NonNullable<import("csstype").Property.FontSmooth<string | number>>[];
459
- MozPaddingEnd?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingInlineEnd<string | number> | NonNullable<import("csstype").Property.PaddingInlineEnd<string | number>>[];
460
- MozPaddingStart?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingInlineStart<string | number> | NonNullable<import("csstype").Property.PaddingInlineStart<string | number>>[];
461
- MozPerspective?: readonly string[] | import("csstype").Property.Perspective<string | number> | NonNullable<import("csstype").Property.Perspective<string | number>>[];
462
- MozPerspectiveOrigin?: readonly (string | (string & {}))[] | import("csstype").Property.PerspectiveOrigin<string | number> | NonNullable<import("csstype").Property.PerspectiveOrigin<string | number>>[];
463
- MozStackSizing?: import("csstype").Property.MozStackSizing | NonNullable<import("csstype").Property.MozStackSizing>[] | readonly import("csstype").Property.MozStackSizing[];
464
- MozTabSize?: readonly (string | (string & {}))[] | import("csstype").Property.TabSize<string | number> | NonNullable<import("csstype").Property.TabSize<string | number>>[];
465
- MozTextBlink?: import("csstype").Property.MozTextBlink | NonNullable<import("csstype").Property.MozTextBlink>[] | readonly import("csstype").Property.MozTextBlink[];
466
- MozTextSizeAdjust?: string[] | import("csstype").Property.TextSizeAdjust | readonly import("csstype").Property.TextSizeAdjust[];
467
- MozTransformOrigin?: readonly (string | (string & {}))[] | import("csstype").Property.TransformOrigin<string | number> | NonNullable<import("csstype").Property.TransformOrigin<string | number>>[];
468
- MozTransformStyle?: import("csstype").Property.TransformStyle | NonNullable<import("csstype").Property.TransformStyle>[] | readonly import("csstype").Property.TransformStyle[];
469
- MozTransitionDelay?: string[] | import("csstype").Property.TransitionDelay<string & {}> | readonly import("csstype").Property.TransitionDelay<string & {}>[];
470
- MozTransitionDuration?: string[] | import("csstype").Property.TransitionDuration<string & {}> | readonly import("csstype").Property.TransitionDuration<string & {}>[];
471
- MozTransitionProperty?: string[] | import("csstype").Property.TransitionProperty | readonly import("csstype").Property.TransitionProperty[];
472
- MozTransitionTimingFunction?: string[] | import("csstype").Property.TransitionTimingFunction | readonly import("csstype").Property.TransitionTimingFunction[];
473
- MozUserFocus?: import("csstype").Property.MozUserFocus | NonNullable<import("csstype").Property.MozUserFocus>[] | readonly import("csstype").Property.MozUserFocus[];
474
- MozUserModify?: import("csstype").Property.MozUserModify | NonNullable<import("csstype").Property.MozUserModify>[] | readonly import("csstype").Property.MozUserModify[];
475
- MozUserSelect?: import("csstype").Property.UserSelect | NonNullable<import("csstype").Property.UserSelect>[] | readonly import("csstype").Property.UserSelect[];
476
- MozWindowDragging?: import("csstype").Property.MozWindowDragging | NonNullable<import("csstype").Property.MozWindowDragging>[] | readonly import("csstype").Property.MozWindowDragging[];
477
- MozWindowShadow?: import("csstype").Property.MozWindowShadow | NonNullable<import("csstype").Property.MozWindowShadow>[] | readonly import("csstype").Property.MozWindowShadow[];
478
- msAccelerator?: import("csstype").Property.MsAccelerator | NonNullable<import("csstype").Property.MsAccelerator>[] | readonly import("csstype").Property.MsAccelerator[];
479
- msBlockProgression?: import("csstype").Property.MsBlockProgression | NonNullable<import("csstype").Property.MsBlockProgression>[] | readonly import("csstype").Property.MsBlockProgression[];
480
- msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | NonNullable<import("csstype").Property.MsContentZoomChaining>[] | readonly import("csstype").Property.MsContentZoomChaining[];
481
- msContentZoomLimitMax?: string[] | import("csstype").Property.MsContentZoomLimitMax | readonly import("csstype").Property.MsContentZoomLimitMax[];
482
- msContentZoomLimitMin?: string[] | import("csstype").Property.MsContentZoomLimitMin | readonly import("csstype").Property.MsContentZoomLimitMin[];
483
- msContentZoomSnapPoints?: string[] | import("csstype").Property.MsContentZoomSnapPoints | readonly import("csstype").Property.MsContentZoomSnapPoints[];
484
- msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | NonNullable<import("csstype").Property.MsContentZoomSnapType>[] | readonly import("csstype").Property.MsContentZoomSnapType[];
485
- msContentZooming?: import("csstype").Property.MsContentZooming | NonNullable<import("csstype").Property.MsContentZooming>[] | readonly import("csstype").Property.MsContentZooming[];
486
- msFilter?: string[] | import("csstype").Property.MsFilter | readonly import("csstype").Property.MsFilter[];
487
- msFlexDirection?: import("csstype").Property.FlexDirection | NonNullable<import("csstype").Property.FlexDirection>[] | readonly import("csstype").Property.FlexDirection[];
488
- msFlexPositive?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.FlexGrow | NonNullable<import("csstype").Property.FlexGrow>[];
489
- msFlowFrom?: string[] | import("csstype").Property.MsFlowFrom | readonly import("csstype").Property.MsFlowFrom[];
490
- msFlowInto?: string[] | import("csstype").Property.MsFlowInto | readonly import("csstype").Property.MsFlowInto[];
491
- msGridColumns?: readonly (string | (string & {}))[] | import("csstype").Property.MsGridColumns<string | number> | NonNullable<import("csstype").Property.MsGridColumns<string | number>>[];
492
- msGridRows?: readonly (string | (string & {}))[] | import("csstype").Property.MsGridRows<string | number> | NonNullable<import("csstype").Property.MsGridRows<string | number>>[];
493
- msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | NonNullable<import("csstype").Property.MsHighContrastAdjust>[] | readonly import("csstype").Property.MsHighContrastAdjust[];
494
- msHyphenateLimitChars?: readonly ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.MsHyphenateLimitChars | NonNullable<import("csstype").Property.MsHyphenateLimitChars>[];
495
- msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | NonNullable<import("csstype").Property.MsHyphenateLimitLines>[] | readonly ((string & {}) | import("csstype").Globals | "no-limit")[];
496
- msHyphenateLimitZone?: readonly (string | (string & {}))[] | import("csstype").Property.MsHyphenateLimitZone<string | number> | NonNullable<import("csstype").Property.MsHyphenateLimitZone<string | number>>[];
497
- msHyphens?: import("csstype").Property.Hyphens | NonNullable<import("csstype").Property.Hyphens>[] | readonly import("csstype").Property.Hyphens[];
498
- msImeAlign?: import("csstype").Property.MsImeAlign | NonNullable<import("csstype").Property.MsImeAlign>[] | readonly import("csstype").Property.MsImeAlign[];
499
- msLineBreak?: import("csstype").Property.LineBreak | NonNullable<import("csstype").Property.LineBreak>[] | readonly import("csstype").Property.LineBreak[];
500
- msOrder?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.Order | NonNullable<import("csstype").Property.Order>[];
501
- msOverflowStyle?: import("csstype").Property.MsOverflowStyle | NonNullable<import("csstype").Property.MsOverflowStyle>[] | readonly import("csstype").Property.MsOverflowStyle[];
502
- msOverflowX?: import("csstype").Property.OverflowX | NonNullable<import("csstype").Property.OverflowX>[] | readonly import("csstype").Property.OverflowX[];
503
- msOverflowY?: import("csstype").Property.OverflowY | NonNullable<import("csstype").Property.OverflowY>[] | readonly import("csstype").Property.OverflowY[];
504
- msScrollChaining?: import("csstype").Property.MsScrollChaining | NonNullable<import("csstype").Property.MsScrollChaining>[] | readonly import("csstype").Property.MsScrollChaining[];
505
- msScrollLimitXMax?: readonly string[] | import("csstype").Property.MsScrollLimitXMax<string | number> | NonNullable<import("csstype").Property.MsScrollLimitXMax<string | number>>[];
506
- msScrollLimitXMin?: readonly string[] | import("csstype").Property.MsScrollLimitXMin<string | number> | NonNullable<import("csstype").Property.MsScrollLimitXMin<string | number>>[];
507
- msScrollLimitYMax?: readonly string[] | import("csstype").Property.MsScrollLimitYMax<string | number> | NonNullable<import("csstype").Property.MsScrollLimitYMax<string | number>>[];
508
- msScrollLimitYMin?: readonly string[] | import("csstype").Property.MsScrollLimitYMin<string | number> | NonNullable<import("csstype").Property.MsScrollLimitYMin<string | number>>[];
509
- msScrollRails?: import("csstype").Property.MsScrollRails | NonNullable<import("csstype").Property.MsScrollRails>[] | readonly import("csstype").Property.MsScrollRails[];
510
- msScrollSnapPointsX?: string[] | import("csstype").Property.MsScrollSnapPointsX | readonly import("csstype").Property.MsScrollSnapPointsX[];
511
- msScrollSnapPointsY?: string[] | import("csstype").Property.MsScrollSnapPointsY | readonly import("csstype").Property.MsScrollSnapPointsY[];
512
- msScrollSnapType?: import("csstype").Property.MsScrollSnapType | NonNullable<import("csstype").Property.MsScrollSnapType>[] | readonly import("csstype").Property.MsScrollSnapType[];
513
- msScrollTranslation?: import("csstype").Property.MsScrollTranslation | NonNullable<import("csstype").Property.MsScrollTranslation>[] | readonly import("csstype").Property.MsScrollTranslation[];
514
- msScrollbar3dlightColor?: string[] | import("csstype").Property.MsScrollbar3dlightColor | readonly import("csstype").Property.MsScrollbar3dlightColor[];
515
- msScrollbarArrowColor?: string[] | import("csstype").Property.MsScrollbarArrowColor | readonly import("csstype").Property.MsScrollbarArrowColor[];
516
- msScrollbarBaseColor?: string[] | import("csstype").Property.MsScrollbarBaseColor | readonly import("csstype").Property.MsScrollbarBaseColor[];
517
- msScrollbarDarkshadowColor?: string[] | import("csstype").Property.MsScrollbarDarkshadowColor | readonly import("csstype").Property.MsScrollbarDarkshadowColor[];
518
- msScrollbarFaceColor?: string[] | import("csstype").Property.MsScrollbarFaceColor | readonly import("csstype").Property.MsScrollbarFaceColor[];
519
- msScrollbarHighlightColor?: string[] | import("csstype").Property.MsScrollbarHighlightColor | readonly import("csstype").Property.MsScrollbarHighlightColor[];
520
- msScrollbarShadowColor?: string[] | import("csstype").Property.MsScrollbarShadowColor | readonly import("csstype").Property.MsScrollbarShadowColor[];
521
- msScrollbarTrackColor?: string[] | import("csstype").Property.MsScrollbarTrackColor | readonly import("csstype").Property.MsScrollbarTrackColor[];
522
- msTextAutospace?: import("csstype").Property.MsTextAutospace | NonNullable<import("csstype").Property.MsTextAutospace>[] | readonly import("csstype").Property.MsTextAutospace[];
523
- msTextCombineHorizontal?: string[] | import("csstype").Property.TextCombineUpright | readonly import("csstype").Property.TextCombineUpright[];
524
- msTextOverflow?: string[] | import("csstype").Property.TextOverflow | readonly import("csstype").Property.TextOverflow[];
525
- msTouchAction?: string[] | import("csstype").Property.TouchAction | readonly import("csstype").Property.TouchAction[];
526
- msTouchSelect?: import("csstype").Property.MsTouchSelect | NonNullable<import("csstype").Property.MsTouchSelect>[] | readonly import("csstype").Property.MsTouchSelect[];
527
- msTransform?: string[] | import("csstype").Property.Transform | readonly import("csstype").Property.Transform[];
528
- msTransformOrigin?: readonly (string | (string & {}))[] | import("csstype").Property.TransformOrigin<string | number> | NonNullable<import("csstype").Property.TransformOrigin<string | number>>[];
529
- msTransitionDelay?: string[] | import("csstype").Property.TransitionDelay<string & {}> | readonly import("csstype").Property.TransitionDelay<string & {}>[];
530
- msTransitionDuration?: string[] | import("csstype").Property.TransitionDuration<string & {}> | readonly import("csstype").Property.TransitionDuration<string & {}>[];
531
- msTransitionProperty?: string[] | import("csstype").Property.TransitionProperty | readonly import("csstype").Property.TransitionProperty[];
532
- msTransitionTimingFunction?: string[] | import("csstype").Property.TransitionTimingFunction | readonly import("csstype").Property.TransitionTimingFunction[];
533
- msUserSelect?: import("csstype").Property.MsUserSelect | NonNullable<import("csstype").Property.MsUserSelect>[] | readonly import("csstype").Property.MsUserSelect[];
534
- msWordBreak?: import("csstype").Property.WordBreak | NonNullable<import("csstype").Property.WordBreak>[] | readonly import("csstype").Property.WordBreak[];
535
- msWrapFlow?: import("csstype").Property.MsWrapFlow | NonNullable<import("csstype").Property.MsWrapFlow>[] | readonly import("csstype").Property.MsWrapFlow[];
536
- msWrapMargin?: readonly string[] | import("csstype").Property.MsWrapMargin<string | number> | NonNullable<import("csstype").Property.MsWrapMargin<string | number>>[];
537
- msWrapThrough?: import("csstype").Property.MsWrapThrough | NonNullable<import("csstype").Property.MsWrapThrough>[] | readonly import("csstype").Property.MsWrapThrough[];
538
- msWritingMode?: import("csstype").Property.WritingMode | NonNullable<import("csstype").Property.WritingMode>[] | readonly import("csstype").Property.WritingMode[];
539
- WebkitAlignContent?: string[] | import("csstype").Property.AlignContent | readonly import("csstype").Property.AlignContent[];
540
- WebkitAlignItems?: string[] | import("csstype").Property.AlignItems | readonly import("csstype").Property.AlignItems[];
541
- WebkitAlignSelf?: string[] | import("csstype").Property.AlignSelf | readonly import("csstype").Property.AlignSelf[];
542
- WebkitAnimationDelay?: string[] | import("csstype").Property.AnimationDelay<string & {}> | readonly import("csstype").Property.AnimationDelay<string & {}>[];
543
- WebkitAnimationDirection?: string[] | import("csstype").Property.AnimationDirection | readonly import("csstype").Property.AnimationDirection[];
544
- WebkitAnimationDuration?: string[] | import("csstype").Property.AnimationDuration<string & {}> | readonly import("csstype").Property.AnimationDuration<string & {}>[];
545
- WebkitAnimationFillMode?: string[] | import("csstype").Property.AnimationFillMode | readonly import("csstype").Property.AnimationFillMode[];
546
- WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | NonNullable<import("csstype").Property.AnimationIterationCount>[] | readonly ((string & {}) | import("csstype").Globals | "infinite")[];
547
- WebkitAnimationName?: string[] | import("csstype").Property.AnimationName | readonly import("csstype").Property.AnimationName[];
548
- WebkitAnimationPlayState?: string[] | import("csstype").Property.AnimationPlayState | readonly import("csstype").Property.AnimationPlayState[];
549
- WebkitAnimationTimingFunction?: string[] | import("csstype").Property.AnimationTimingFunction | readonly import("csstype").Property.AnimationTimingFunction[];
550
- WebkitAppearance?: import("csstype").Property.WebkitAppearance | NonNullable<import("csstype").Property.WebkitAppearance>[] | readonly import("csstype").Property.WebkitAppearance[];
551
- WebkitBackdropFilter?: string[] | import("csstype").Property.BackdropFilter | readonly import("csstype").Property.BackdropFilter[];
552
- WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | NonNullable<import("csstype").Property.BackfaceVisibility>[] | readonly import("csstype").Property.BackfaceVisibility[];
553
- WebkitBackgroundClip?: string[] | import("csstype").Property.BackgroundClip | readonly import("csstype").Property.BackgroundClip[];
554
- WebkitBackgroundOrigin?: string[] | import("csstype").Property.BackgroundOrigin | readonly import("csstype").Property.BackgroundOrigin[];
555
- WebkitBackgroundSize?: readonly (string | (string & {}))[] | import("csstype").Property.BackgroundSize<string | number> | NonNullable<import("csstype").Property.BackgroundSize<string | number>>[];
556
- WebkitBorderBeforeColor?: string[] | import("csstype").Property.WebkitBorderBeforeColor | readonly import("csstype").Property.WebkitBorderBeforeColor[];
557
- WebkitBorderBeforeStyle?: string[] | import("csstype").Property.WebkitBorderBeforeStyle | readonly import("csstype").Property.WebkitBorderBeforeStyle[];
558
- WebkitBorderBeforeWidth?: readonly (string | (string & {}))[] | import("csstype").Property.WebkitBorderBeforeWidth<string | number> | NonNullable<import("csstype").Property.WebkitBorderBeforeWidth<string | number>>[];
559
- WebkitBorderBottomLeftRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBottomLeftRadius<string | number> | NonNullable<import("csstype").Property.BorderBottomLeftRadius<string | number>>[];
560
- WebkitBorderBottomRightRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBottomRightRadius<string | number> | NonNullable<import("csstype").Property.BorderBottomRightRadius<string | number>>[];
561
- WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | NonNullable<import("csstype").Property.BorderImageSlice>[] | readonly ((string & {}) | import("csstype").Globals)[];
562
- WebkitBorderTopLeftRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderTopLeftRadius<string | number> | NonNullable<import("csstype").Property.BorderTopLeftRadius<string | number>>[];
563
- WebkitBorderTopRightRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderTopRightRadius<string | number> | NonNullable<import("csstype").Property.BorderTopRightRadius<string | number>>[];
564
- WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | NonNullable<import("csstype").Property.BoxDecorationBreak>[] | readonly import("csstype").Property.BoxDecorationBreak[];
565
- WebkitBoxReflect?: readonly (string | (string & {}))[] | import("csstype").Property.WebkitBoxReflect<string | number> | NonNullable<import("csstype").Property.WebkitBoxReflect<string | number>>[];
566
- WebkitBoxShadow?: string[] | import("csstype").Property.BoxShadow | readonly import("csstype").Property.BoxShadow[];
567
- WebkitBoxSizing?: import("csstype").Property.BoxSizing | NonNullable<import("csstype").Property.BoxSizing>[] | readonly import("csstype").Property.BoxSizing[];
568
- WebkitClipPath?: string[] | import("csstype").Property.ClipPath | readonly import("csstype").Property.ClipPath[];
569
- WebkitColumnCount?: readonly ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.ColumnCount | NonNullable<import("csstype").Property.ColumnCount>[];
570
- WebkitColumnFill?: import("csstype").Property.ColumnFill | NonNullable<import("csstype").Property.ColumnFill>[] | readonly import("csstype").Property.ColumnFill[];
571
- WebkitColumnRuleColor?: string[] | import("csstype").Property.ColumnRuleColor | readonly import("csstype").Property.ColumnRuleColor[];
572
- WebkitColumnRuleStyle?: string[] | import("csstype").Property.ColumnRuleStyle | readonly import("csstype").Property.ColumnRuleStyle[];
573
- WebkitColumnRuleWidth?: readonly (string | (string & {}))[] | import("csstype").Property.ColumnRuleWidth<string | number> | NonNullable<import("csstype").Property.ColumnRuleWidth<string | number>>[];
574
- WebkitColumnSpan?: import("csstype").Property.ColumnSpan | NonNullable<import("csstype").Property.ColumnSpan>[] | readonly import("csstype").Property.ColumnSpan[];
575
- WebkitColumnWidth?: readonly string[] | import("csstype").Property.ColumnWidth<string | number> | NonNullable<import("csstype").Property.ColumnWidth<string | number>>[];
576
- WebkitFilter?: string[] | import("csstype").Property.Filter | readonly import("csstype").Property.Filter[];
577
- WebkitFlexBasis?: readonly (string | (string & {}))[] | import("csstype").Property.FlexBasis<string | number> | NonNullable<import("csstype").Property.FlexBasis<string | number>>[];
578
- WebkitFlexDirection?: import("csstype").Property.FlexDirection | NonNullable<import("csstype").Property.FlexDirection>[] | readonly import("csstype").Property.FlexDirection[];
579
- WebkitFlexGrow?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.FlexGrow | NonNullable<import("csstype").Property.FlexGrow>[];
580
- WebkitFlexShrink?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.FlexShrink | NonNullable<import("csstype").Property.FlexShrink>[];
581
- WebkitFlexWrap?: import("csstype").Property.FlexWrap | NonNullable<import("csstype").Property.FlexWrap>[] | readonly import("csstype").Property.FlexWrap[];
582
- WebkitFontFeatureSettings?: string[] | import("csstype").Property.FontFeatureSettings | readonly import("csstype").Property.FontFeatureSettings[];
583
- WebkitFontKerning?: import("csstype").Property.FontKerning | NonNullable<import("csstype").Property.FontKerning>[] | readonly import("csstype").Property.FontKerning[];
584
- WebkitFontSmoothing?: readonly string[] | import("csstype").Property.FontSmooth<string | number> | NonNullable<import("csstype").Property.FontSmooth<string | number>>[];
585
- WebkitFontVariantLigatures?: string[] | import("csstype").Property.FontVariantLigatures | readonly import("csstype").Property.FontVariantLigatures[];
586
- WebkitHyphenateCharacter?: string[] | import("csstype").Property.HyphenateCharacter | readonly import("csstype").Property.HyphenateCharacter[];
587
- WebkitHyphens?: import("csstype").Property.Hyphens | NonNullable<import("csstype").Property.Hyphens>[] | readonly import("csstype").Property.Hyphens[];
588
- WebkitInitialLetter?: import("csstype").Property.InitialLetter | NonNullable<import("csstype").Property.InitialLetter>[] | readonly ((string & {}) | import("csstype").Globals | "normal")[];
589
- WebkitJustifyContent?: string[] | import("csstype").Property.JustifyContent | readonly import("csstype").Property.JustifyContent[];
590
- WebkitLineBreak?: import("csstype").Property.LineBreak | NonNullable<import("csstype").Property.LineBreak>[] | readonly import("csstype").Property.LineBreak[];
591
- WebkitLineClamp?: readonly ("none" | (string & {}) | import("csstype").Globals)[] | import("csstype").Property.WebkitLineClamp | NonNullable<import("csstype").Property.WebkitLineClamp>[];
592
- WebkitMarginEnd?: readonly (string | (string & {}))[] | import("csstype").Property.MarginInlineEnd<string | number> | NonNullable<import("csstype").Property.MarginInlineEnd<string | number>>[];
593
- WebkitMarginStart?: readonly (string | (string & {}))[] | import("csstype").Property.MarginInlineStart<string | number> | NonNullable<import("csstype").Property.MarginInlineStart<string | number>>[];
594
- WebkitMaskAttachment?: string[] | import("csstype").Property.WebkitMaskAttachment | readonly import("csstype").Property.WebkitMaskAttachment[];
595
- WebkitMaskBoxImageOutset?: readonly (string | (string & {}))[] | import("csstype").Property.MaskBorderOutset<string | number> | NonNullable<import("csstype").Property.MaskBorderOutset<string | number>>[];
596
- WebkitMaskBoxImageRepeat?: string[] | import("csstype").Property.MaskBorderRepeat | readonly import("csstype").Property.MaskBorderRepeat[];
597
- WebkitMaskBoxImageSlice?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.MaskBorderSlice | NonNullable<import("csstype").Property.MaskBorderSlice>[];
598
- WebkitMaskBoxImageSource?: string[] | import("csstype").Property.MaskBorderSource | readonly import("csstype").Property.MaskBorderSource[];
599
- WebkitMaskBoxImageWidth?: readonly (string | (string & {}))[] | import("csstype").Property.MaskBorderWidth<string | number> | NonNullable<import("csstype").Property.MaskBorderWidth<string | number>>[];
600
- WebkitMaskClip?: string[] | import("csstype").Property.WebkitMaskClip | readonly import("csstype").Property.WebkitMaskClip[];
601
- WebkitMaskComposite?: string[] | import("csstype").Property.WebkitMaskComposite | readonly import("csstype").Property.WebkitMaskComposite[];
602
- WebkitMaskImage?: string[] | import("csstype").Property.WebkitMaskImage | readonly import("csstype").Property.WebkitMaskImage[];
603
- WebkitMaskOrigin?: string[] | import("csstype").Property.WebkitMaskOrigin | readonly import("csstype").Property.WebkitMaskOrigin[];
604
- WebkitMaskPosition?: readonly (string | (string & {}))[] | import("csstype").Property.WebkitMaskPosition<string | number> | NonNullable<import("csstype").Property.WebkitMaskPosition<string | number>>[];
605
- WebkitMaskPositionX?: readonly (string | (string & {}))[] | import("csstype").Property.WebkitMaskPositionX<string | number> | NonNullable<import("csstype").Property.WebkitMaskPositionX<string | number>>[];
606
- WebkitMaskPositionY?: readonly (string | (string & {}))[] | import("csstype").Property.WebkitMaskPositionY<string | number> | NonNullable<import("csstype").Property.WebkitMaskPositionY<string | number>>[];
607
- WebkitMaskRepeat?: string[] | import("csstype").Property.WebkitMaskRepeat | readonly import("csstype").Property.WebkitMaskRepeat[];
608
- WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | NonNullable<import("csstype").Property.WebkitMaskRepeatX>[] | readonly import("csstype").Property.WebkitMaskRepeatX[];
609
- WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | NonNullable<import("csstype").Property.WebkitMaskRepeatY>[] | readonly import("csstype").Property.WebkitMaskRepeatY[];
610
- WebkitMaskSize?: readonly (string | (string & {}))[] | import("csstype").Property.WebkitMaskSize<string | number> | NonNullable<import("csstype").Property.WebkitMaskSize<string | number>>[];
611
- WebkitMaxInlineSize?: readonly (string | (string & {}))[] | import("csstype").Property.MaxInlineSize<string | number> | NonNullable<import("csstype").Property.MaxInlineSize<string | number>>[];
612
- WebkitOrder?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.Order | NonNullable<import("csstype").Property.Order>[];
613
- WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | NonNullable<import("csstype").Property.WebkitOverflowScrolling>[] | readonly import("csstype").Property.WebkitOverflowScrolling[];
614
- WebkitPaddingEnd?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingInlineEnd<string | number> | NonNullable<import("csstype").Property.PaddingInlineEnd<string | number>>[];
615
- WebkitPaddingStart?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingInlineStart<string | number> | NonNullable<import("csstype").Property.PaddingInlineStart<string | number>>[];
616
- WebkitPerspective?: readonly string[] | import("csstype").Property.Perspective<string | number> | NonNullable<import("csstype").Property.Perspective<string | number>>[];
617
- WebkitPerspectiveOrigin?: readonly (string | (string & {}))[] | import("csstype").Property.PerspectiveOrigin<string | number> | NonNullable<import("csstype").Property.PerspectiveOrigin<string | number>>[];
618
- WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | NonNullable<import("csstype").Property.PrintColorAdjust>[] | readonly import("csstype").Property.PrintColorAdjust[];
619
- WebkitRubyPosition?: string[] | import("csstype").Property.RubyPosition | readonly import("csstype").Property.RubyPosition[];
620
- WebkitScrollSnapType?: string[] | import("csstype").Property.ScrollSnapType | readonly import("csstype").Property.ScrollSnapType[];
621
- WebkitShapeMargin?: readonly (string | (string & {}))[] | import("csstype").Property.ShapeMargin<string | number> | NonNullable<import("csstype").Property.ShapeMargin<string | number>>[];
622
- WebkitTapHighlightColor?: string[] | import("csstype").Property.WebkitTapHighlightColor | readonly import("csstype").Property.WebkitTapHighlightColor[];
623
- WebkitTextCombine?: string[] | import("csstype").Property.TextCombineUpright | readonly import("csstype").Property.TextCombineUpright[];
624
- WebkitTextDecorationColor?: string[] | import("csstype").Property.TextDecorationColor | readonly import("csstype").Property.TextDecorationColor[];
625
- WebkitTextDecorationLine?: string[] | import("csstype").Property.TextDecorationLine | readonly import("csstype").Property.TextDecorationLine[];
626
- WebkitTextDecorationSkip?: string[] | import("csstype").Property.TextDecorationSkip | readonly import("csstype").Property.TextDecorationSkip[];
627
- WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | NonNullable<import("csstype").Property.TextDecorationStyle>[] | readonly import("csstype").Property.TextDecorationStyle[];
628
- WebkitTextEmphasisColor?: string[] | import("csstype").Property.TextEmphasisColor | readonly import("csstype").Property.TextEmphasisColor[];
629
- WebkitTextEmphasisPosition?: string[] | import("csstype").Property.TextEmphasisPosition | readonly import("csstype").Property.TextEmphasisPosition[];
630
- WebkitTextEmphasisStyle?: string[] | import("csstype").Property.TextEmphasisStyle | readonly import("csstype").Property.TextEmphasisStyle[];
631
- WebkitTextFillColor?: string[] | import("csstype").Property.WebkitTextFillColor | readonly import("csstype").Property.WebkitTextFillColor[];
632
- WebkitTextOrientation?: import("csstype").Property.TextOrientation | NonNullable<import("csstype").Property.TextOrientation>[] | readonly import("csstype").Property.TextOrientation[];
633
- WebkitTextSizeAdjust?: string[] | import("csstype").Property.TextSizeAdjust | readonly import("csstype").Property.TextSizeAdjust[];
634
- WebkitTextStrokeColor?: string[] | import("csstype").Property.WebkitTextStrokeColor | readonly import("csstype").Property.WebkitTextStrokeColor[];
635
- WebkitTextStrokeWidth?: readonly string[] | import("csstype").Property.WebkitTextStrokeWidth<string | number> | NonNullable<import("csstype").Property.WebkitTextStrokeWidth<string | number>>[];
636
- WebkitTextUnderlinePosition?: string[] | import("csstype").Property.TextUnderlinePosition | readonly import("csstype").Property.TextUnderlinePosition[];
637
- WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | NonNullable<import("csstype").Property.WebkitTouchCallout>[] | readonly import("csstype").Property.WebkitTouchCallout[];
638
- WebkitTransform?: string[] | import("csstype").Property.Transform | readonly import("csstype").Property.Transform[];
639
- WebkitTransformOrigin?: readonly (string | (string & {}))[] | import("csstype").Property.TransformOrigin<string | number> | NonNullable<import("csstype").Property.TransformOrigin<string | number>>[];
640
- WebkitTransformStyle?: import("csstype").Property.TransformStyle | NonNullable<import("csstype").Property.TransformStyle>[] | readonly import("csstype").Property.TransformStyle[];
641
- WebkitTransitionDelay?: string[] | import("csstype").Property.TransitionDelay<string & {}> | readonly import("csstype").Property.TransitionDelay<string & {}>[];
642
- WebkitTransitionDuration?: string[] | import("csstype").Property.TransitionDuration<string & {}> | readonly import("csstype").Property.TransitionDuration<string & {}>[];
643
- WebkitTransitionProperty?: string[] | import("csstype").Property.TransitionProperty | readonly import("csstype").Property.TransitionProperty[];
644
- WebkitTransitionTimingFunction?: string[] | import("csstype").Property.TransitionTimingFunction | readonly import("csstype").Property.TransitionTimingFunction[];
645
- WebkitUserModify?: import("csstype").Property.WebkitUserModify | NonNullable<import("csstype").Property.WebkitUserModify>[] | readonly import("csstype").Property.WebkitUserModify[];
646
- WebkitUserSelect?: import("csstype").Property.UserSelect | NonNullable<import("csstype").Property.UserSelect>[] | readonly import("csstype").Property.UserSelect[];
647
- WebkitWritingMode?: import("csstype").Property.WritingMode | NonNullable<import("csstype").Property.WritingMode>[] | readonly import("csstype").Property.WritingMode[];
648
- MozAnimation?: import("csstype").Property.Animation<string & {}> | NonNullable<import("csstype").Property.Animation<string & {}>>[] | readonly (import("csstype").Globals | import("csstype").DataType.SingleAnimationDirection | import("csstype").DataType.SingleAnimationFillMode | "infinite" | "paused" | "running" | import("csstype").DataType.EasingFunction)[];
649
- MozBorderImage?: import("csstype").Property.BorderImage | NonNullable<import("csstype").Property.BorderImage>[] | readonly ("repeat" | "none" | (string & {}) | import("csstype").Globals | "stretch" | "round" | "space")[];
650
- MozColumnRule?: readonly (string | (string & {}))[] | import("csstype").Property.ColumnRule<string | number> | NonNullable<import("csstype").Property.ColumnRule<string | number>>[];
651
- MozColumns?: readonly (string | (string & {}))[] | import("csstype").Property.Columns<string | number> | NonNullable<import("csstype").Property.Columns<string | number>>[];
652
- MozTransition?: string[] | import("csstype").Property.Transition<string & {}> | readonly import("csstype").Property.Transition<string & {}>[];
653
- msContentZoomLimit?: string[] | import("csstype").Property.MsContentZoomLimit | readonly import("csstype").Property.MsContentZoomLimit[];
654
- msContentZoomSnap?: string[] | import("csstype").Property.MsContentZoomSnap | readonly import("csstype").Property.MsContentZoomSnap[];
655
- msFlex?: readonly (string | (string & {}))[] | import("csstype").Property.Flex<string | number> | NonNullable<import("csstype").Property.Flex<string | number>>[];
656
- msScrollLimit?: string[] | import("csstype").Property.MsScrollLimit | readonly import("csstype").Property.MsScrollLimit[];
657
- msScrollSnapX?: string[] | import("csstype").Property.MsScrollSnapX | readonly import("csstype").Property.MsScrollSnapX[];
658
- msScrollSnapY?: string[] | import("csstype").Property.MsScrollSnapY | readonly import("csstype").Property.MsScrollSnapY[];
659
- msTransition?: string[] | import("csstype").Property.Transition<string & {}> | readonly import("csstype").Property.Transition<string & {}>[];
660
- WebkitAnimation?: import("csstype").Property.Animation<string & {}> | NonNullable<import("csstype").Property.Animation<string & {}>>[] | readonly (import("csstype").Globals | import("csstype").DataType.SingleAnimationDirection | import("csstype").DataType.SingleAnimationFillMode | "infinite" | "paused" | "running" | import("csstype").DataType.EasingFunction)[];
661
- WebkitBorderBefore?: readonly (string | (string & {}))[] | import("csstype").Property.WebkitBorderBefore<string | number> | NonNullable<import("csstype").Property.WebkitBorderBefore<string | number>>[];
662
- WebkitBorderImage?: import("csstype").Property.BorderImage | NonNullable<import("csstype").Property.BorderImage>[] | readonly ("repeat" | "none" | (string & {}) | import("csstype").Globals | "stretch" | "round" | "space")[];
663
- WebkitBorderRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderRadius<string | number> | NonNullable<import("csstype").Property.BorderRadius<string | number>>[];
664
- WebkitColumnRule?: readonly (string | (string & {}))[] | import("csstype").Property.ColumnRule<string | number> | NonNullable<import("csstype").Property.ColumnRule<string | number>>[];
665
- WebkitColumns?: readonly (string | (string & {}))[] | import("csstype").Property.Columns<string | number> | NonNullable<import("csstype").Property.Columns<string | number>>[];
666
- WebkitFlex?: readonly (string | (string & {}))[] | import("csstype").Property.Flex<string | number> | NonNullable<import("csstype").Property.Flex<string | number>>[];
667
- WebkitFlexFlow?: string[] | import("csstype").Property.FlexFlow | readonly import("csstype").Property.FlexFlow[];
668
- WebkitMask?: readonly (string | (string & {}))[] | import("csstype").Property.WebkitMask<string | number> | NonNullable<import("csstype").Property.WebkitMask<string | number>>[];
669
- WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | NonNullable<import("csstype").Property.MaskBorder>[] | readonly ("repeat" | "none" | (string & {}) | import("csstype").Globals | "stretch" | "round" | "space" | "alpha" | "luminance")[];
670
- WebkitTextEmphasis?: string[] | import("csstype").Property.TextEmphasis | readonly import("csstype").Property.TextEmphasis[];
671
- WebkitTextStroke?: readonly (string | (string & {}))[] | import("csstype").Property.WebkitTextStroke<string | number> | NonNullable<import("csstype").Property.WebkitTextStroke<string | number>>[];
672
- WebkitTransition?: string[] | import("csstype").Property.Transition<string & {}> | readonly import("csstype").Property.Transition<string & {}>[];
673
- azimuth?: string[] | import("csstype").Property.Azimuth | readonly import("csstype").Property.Azimuth[];
674
- boxAlign?: import("csstype").Property.BoxAlign | NonNullable<import("csstype").Property.BoxAlign>[] | readonly import("csstype").Property.BoxAlign[];
675
- boxDirection?: import("csstype").Property.BoxDirection | NonNullable<import("csstype").Property.BoxDirection>[] | readonly import("csstype").Property.BoxDirection[];
676
- boxFlex?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.BoxFlex | NonNullable<import("csstype").Property.BoxFlex>[];
677
- boxFlexGroup?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.BoxFlexGroup | NonNullable<import("csstype").Property.BoxFlexGroup>[];
678
- boxLines?: import("csstype").Property.BoxLines | NonNullable<import("csstype").Property.BoxLines>[] | readonly import("csstype").Property.BoxLines[];
679
- boxOrdinalGroup?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.BoxOrdinalGroup | NonNullable<import("csstype").Property.BoxOrdinalGroup>[];
680
- boxOrient?: import("csstype").Property.BoxOrient | NonNullable<import("csstype").Property.BoxOrient>[] | readonly import("csstype").Property.BoxOrient[];
681
- boxPack?: import("csstype").Property.BoxPack | NonNullable<import("csstype").Property.BoxPack>[] | readonly import("csstype").Property.BoxPack[];
682
- clip?: string[] | import("csstype").Property.Clip | readonly import("csstype").Property.Clip[];
683
- gridColumnGap?: readonly (string | (string & {}))[] | import("csstype").Property.GridColumnGap<string | number> | NonNullable<import("csstype").Property.GridColumnGap<string | number>>[];
684
- gridGap?: readonly (string | (string & {}))[] | import("csstype").Property.GridGap<string | number> | NonNullable<import("csstype").Property.GridGap<string | number>>[];
685
- gridRowGap?: readonly (string | (string & {}))[] | import("csstype").Property.GridRowGap<string | number> | NonNullable<import("csstype").Property.GridRowGap<string | number>>[];
686
- imeMode?: import("csstype").Property.ImeMode | NonNullable<import("csstype").Property.ImeMode>[] | readonly import("csstype").Property.ImeMode[];
687
- offsetBlock?: readonly (string | (string & {}))[] | import("csstype").Property.InsetBlock<string | number> | NonNullable<import("csstype").Property.InsetBlock<string | number>>[];
688
- offsetBlockEnd?: readonly (string | (string & {}))[] | import("csstype").Property.InsetBlockEnd<string | number> | NonNullable<import("csstype").Property.InsetBlockEnd<string | number>>[];
689
- offsetBlockStart?: readonly (string | (string & {}))[] | import("csstype").Property.InsetBlockStart<string | number> | NonNullable<import("csstype").Property.InsetBlockStart<string | number>>[];
690
- offsetInline?: readonly (string | (string & {}))[] | import("csstype").Property.InsetInline<string | number> | NonNullable<import("csstype").Property.InsetInline<string | number>>[];
691
- offsetInlineEnd?: readonly (string | (string & {}))[] | import("csstype").Property.InsetInlineEnd<string | number> | NonNullable<import("csstype").Property.InsetInlineEnd<string | number>>[];
692
- offsetInlineStart?: readonly (string | (string & {}))[] | import("csstype").Property.InsetInlineStart<string | number> | NonNullable<import("csstype").Property.InsetInlineStart<string | number>>[];
693
- scrollSnapCoordinate?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollSnapCoordinate<string | number> | NonNullable<import("csstype").Property.ScrollSnapCoordinate<string | number>>[];
694
- scrollSnapDestination?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollSnapDestination<string | number> | NonNullable<import("csstype").Property.ScrollSnapDestination<string | number>>[];
695
- scrollSnapPointsX?: string[] | import("csstype").Property.ScrollSnapPointsX | readonly import("csstype").Property.ScrollSnapPointsX[];
696
- scrollSnapPointsY?: string[] | import("csstype").Property.ScrollSnapPointsY | readonly import("csstype").Property.ScrollSnapPointsY[];
697
- scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | NonNullable<import("csstype").Property.ScrollSnapTypeX>[] | readonly import("csstype").Property.ScrollSnapTypeX[];
698
- scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | NonNullable<import("csstype").Property.ScrollSnapTypeY>[] | readonly import("csstype").Property.ScrollSnapTypeY[];
699
- KhtmlBoxAlign?: import("csstype").Property.BoxAlign | NonNullable<import("csstype").Property.BoxAlign>[] | readonly import("csstype").Property.BoxAlign[];
700
- KhtmlBoxDirection?: import("csstype").Property.BoxDirection | NonNullable<import("csstype").Property.BoxDirection>[] | readonly import("csstype").Property.BoxDirection[];
701
- KhtmlBoxFlex?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.BoxFlex | NonNullable<import("csstype").Property.BoxFlex>[];
702
- KhtmlBoxFlexGroup?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.BoxFlexGroup | NonNullable<import("csstype").Property.BoxFlexGroup>[];
703
- KhtmlBoxLines?: import("csstype").Property.BoxLines | NonNullable<import("csstype").Property.BoxLines>[] | readonly import("csstype").Property.BoxLines[];
704
- KhtmlBoxOrdinalGroup?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.BoxOrdinalGroup | NonNullable<import("csstype").Property.BoxOrdinalGroup>[];
705
- KhtmlBoxOrient?: import("csstype").Property.BoxOrient | NonNullable<import("csstype").Property.BoxOrient>[] | readonly import("csstype").Property.BoxOrient[];
706
- KhtmlBoxPack?: import("csstype").Property.BoxPack | NonNullable<import("csstype").Property.BoxPack>[] | readonly import("csstype").Property.BoxPack[];
707
- KhtmlLineBreak?: import("csstype").Property.LineBreak | NonNullable<import("csstype").Property.LineBreak>[] | readonly import("csstype").Property.LineBreak[];
708
- KhtmlOpacity?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.Opacity | NonNullable<import("csstype").Property.Opacity>[];
709
- KhtmlUserSelect?: import("csstype").Property.UserSelect | NonNullable<import("csstype").Property.UserSelect>[] | readonly import("csstype").Property.UserSelect[];
710
- MozBackgroundClip?: string[] | import("csstype").Property.BackgroundClip | readonly import("csstype").Property.BackgroundClip[];
711
- MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | NonNullable<import("csstype").Property.BoxDecorationBreak>[] | readonly import("csstype").Property.BoxDecorationBreak[];
712
- MozBackgroundOrigin?: string[] | import("csstype").Property.BackgroundOrigin | readonly import("csstype").Property.BackgroundOrigin[];
713
- MozBackgroundSize?: readonly (string | (string & {}))[] | import("csstype").Property.BackgroundSize<string | number> | NonNullable<import("csstype").Property.BackgroundSize<string | number>>[];
714
- MozBinding?: string[] | import("csstype").Property.MozBinding | readonly import("csstype").Property.MozBinding[];
715
- MozBorderRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderRadius<string | number> | NonNullable<import("csstype").Property.BorderRadius<string | number>>[];
716
- MozBorderRadiusBottomleft?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBottomLeftRadius<string | number> | NonNullable<import("csstype").Property.BorderBottomLeftRadius<string | number>>[];
717
- MozBorderRadiusBottomright?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBottomRightRadius<string | number> | NonNullable<import("csstype").Property.BorderBottomRightRadius<string | number>>[];
718
- MozBorderRadiusTopleft?: readonly (string | (string & {}))[] | import("csstype").Property.BorderTopLeftRadius<string | number> | NonNullable<import("csstype").Property.BorderTopLeftRadius<string | number>>[];
719
- MozBorderRadiusTopright?: readonly (string | (string & {}))[] | import("csstype").Property.BorderTopRightRadius<string | number> | NonNullable<import("csstype").Property.BorderTopRightRadius<string | number>>[];
720
- MozBoxAlign?: import("csstype").Property.BoxAlign | NonNullable<import("csstype").Property.BoxAlign>[] | readonly import("csstype").Property.BoxAlign[];
721
- MozBoxDirection?: import("csstype").Property.BoxDirection | NonNullable<import("csstype").Property.BoxDirection>[] | readonly import("csstype").Property.BoxDirection[];
722
- MozBoxFlex?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.BoxFlex | NonNullable<import("csstype").Property.BoxFlex>[];
723
- MozBoxOrdinalGroup?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.BoxOrdinalGroup | NonNullable<import("csstype").Property.BoxOrdinalGroup>[];
724
- MozBoxOrient?: import("csstype").Property.BoxOrient | NonNullable<import("csstype").Property.BoxOrient>[] | readonly import("csstype").Property.BoxOrient[];
725
- MozBoxPack?: import("csstype").Property.BoxPack | NonNullable<import("csstype").Property.BoxPack>[] | readonly import("csstype").Property.BoxPack[];
726
- MozBoxShadow?: string[] | import("csstype").Property.BoxShadow | readonly import("csstype").Property.BoxShadow[];
727
- MozFloatEdge?: import("csstype").Property.MozFloatEdge | NonNullable<import("csstype").Property.MozFloatEdge>[] | readonly import("csstype").Property.MozFloatEdge[];
728
- MozForceBrokenImageIcon?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.MozForceBrokenImageIcon | NonNullable<import("csstype").Property.MozForceBrokenImageIcon>[];
729
- MozOpacity?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.Opacity | NonNullable<import("csstype").Property.Opacity>[];
730
- MozOutline?: readonly (string | (string & {}))[] | import("csstype").Property.Outline<string | number> | NonNullable<import("csstype").Property.Outline<string | number>>[];
731
- MozOutlineColor?: string[] | import("csstype").Property.OutlineColor | readonly import("csstype").Property.OutlineColor[];
732
- MozOutlineRadius?: readonly (string | (string & {}))[] | import("csstype").Property.MozOutlineRadius<string | number> | NonNullable<import("csstype").Property.MozOutlineRadius<string | number>>[];
733
- MozOutlineRadiusBottomleft?: readonly (string | (string & {}))[] | import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | NonNullable<import("csstype").Property.MozOutlineRadiusBottomleft<string | number>>[];
734
- MozOutlineRadiusBottomright?: readonly (string | (string & {}))[] | import("csstype").Property.MozOutlineRadiusBottomright<string | number> | NonNullable<import("csstype").Property.MozOutlineRadiusBottomright<string | number>>[];
735
- MozOutlineRadiusTopleft?: readonly (string | (string & {}))[] | import("csstype").Property.MozOutlineRadiusTopleft<string | number> | NonNullable<import("csstype").Property.MozOutlineRadiusTopleft<string | number>>[];
736
- MozOutlineRadiusTopright?: readonly (string | (string & {}))[] | import("csstype").Property.MozOutlineRadiusTopright<string | number> | NonNullable<import("csstype").Property.MozOutlineRadiusTopright<string | number>>[];
737
- MozOutlineStyle?: string[] | import("csstype").Property.OutlineStyle | readonly import("csstype").Property.OutlineStyle[];
738
- MozOutlineWidth?: readonly string[] | import("csstype").Property.OutlineWidth<string | number> | NonNullable<import("csstype").Property.OutlineWidth<string | number>>[];
739
- MozTextAlignLast?: import("csstype").Property.TextAlignLast | NonNullable<import("csstype").Property.TextAlignLast>[] | readonly import("csstype").Property.TextAlignLast[];
740
- MozTextDecorationColor?: string[] | import("csstype").Property.TextDecorationColor | readonly import("csstype").Property.TextDecorationColor[];
741
- MozTextDecorationLine?: string[] | import("csstype").Property.TextDecorationLine | readonly import("csstype").Property.TextDecorationLine[];
742
- MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | NonNullable<import("csstype").Property.TextDecorationStyle>[] | readonly import("csstype").Property.TextDecorationStyle[];
743
- MozUserInput?: import("csstype").Property.MozUserInput | NonNullable<import("csstype").Property.MozUserInput>[] | readonly import("csstype").Property.MozUserInput[];
744
- msImeMode?: import("csstype").Property.ImeMode | NonNullable<import("csstype").Property.ImeMode>[] | readonly import("csstype").Property.ImeMode[];
745
- OAnimation?: import("csstype").Property.Animation<string & {}> | NonNullable<import("csstype").Property.Animation<string & {}>>[] | readonly (import("csstype").Globals | import("csstype").DataType.SingleAnimationDirection | import("csstype").DataType.SingleAnimationFillMode | "infinite" | "paused" | "running" | import("csstype").DataType.EasingFunction)[];
746
- OAnimationDelay?: string[] | import("csstype").Property.AnimationDelay<string & {}> | readonly import("csstype").Property.AnimationDelay<string & {}>[];
747
- OAnimationDirection?: string[] | import("csstype").Property.AnimationDirection | readonly import("csstype").Property.AnimationDirection[];
748
- OAnimationDuration?: string[] | import("csstype").Property.AnimationDuration<string & {}> | readonly import("csstype").Property.AnimationDuration<string & {}>[];
749
- OAnimationFillMode?: string[] | import("csstype").Property.AnimationFillMode | readonly import("csstype").Property.AnimationFillMode[];
750
- OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | NonNullable<import("csstype").Property.AnimationIterationCount>[] | readonly ((string & {}) | import("csstype").Globals | "infinite")[];
751
- OAnimationName?: string[] | import("csstype").Property.AnimationName | readonly import("csstype").Property.AnimationName[];
752
- OAnimationPlayState?: string[] | import("csstype").Property.AnimationPlayState | readonly import("csstype").Property.AnimationPlayState[];
753
- OAnimationTimingFunction?: string[] | import("csstype").Property.AnimationTimingFunction | readonly import("csstype").Property.AnimationTimingFunction[];
754
- OBackgroundSize?: readonly (string | (string & {}))[] | import("csstype").Property.BackgroundSize<string | number> | NonNullable<import("csstype").Property.BackgroundSize<string | number>>[];
755
- OBorderImage?: import("csstype").Property.BorderImage | NonNullable<import("csstype").Property.BorderImage>[] | readonly ("repeat" | "none" | (string & {}) | import("csstype").Globals | "stretch" | "round" | "space")[];
756
- OObjectFit?: import("csstype").Property.ObjectFit | NonNullable<import("csstype").Property.ObjectFit>[] | readonly import("csstype").Property.ObjectFit[];
757
- OObjectPosition?: readonly (string | (string & {}))[] | import("csstype").Property.ObjectPosition<string | number> | NonNullable<import("csstype").Property.ObjectPosition<string | number>>[];
758
- OTabSize?: readonly (string | (string & {}))[] | import("csstype").Property.TabSize<string | number> | NonNullable<import("csstype").Property.TabSize<string | number>>[];
759
- OTextOverflow?: string[] | import("csstype").Property.TextOverflow | readonly import("csstype").Property.TextOverflow[];
760
- OTransform?: string[] | import("csstype").Property.Transform | readonly import("csstype").Property.Transform[];
761
- OTransformOrigin?: readonly (string | (string & {}))[] | import("csstype").Property.TransformOrigin<string | number> | NonNullable<import("csstype").Property.TransformOrigin<string | number>>[];
762
- OTransition?: string[] | import("csstype").Property.Transition<string & {}> | readonly import("csstype").Property.Transition<string & {}>[];
763
- OTransitionDelay?: string[] | import("csstype").Property.TransitionDelay<string & {}> | readonly import("csstype").Property.TransitionDelay<string & {}>[];
764
- OTransitionDuration?: string[] | import("csstype").Property.TransitionDuration<string & {}> | readonly import("csstype").Property.TransitionDuration<string & {}>[];
765
- OTransitionProperty?: string[] | import("csstype").Property.TransitionProperty | readonly import("csstype").Property.TransitionProperty[];
766
- OTransitionTimingFunction?: string[] | import("csstype").Property.TransitionTimingFunction | readonly import("csstype").Property.TransitionTimingFunction[];
767
- WebkitBoxAlign?: import("csstype").Property.BoxAlign | NonNullable<import("csstype").Property.BoxAlign>[] | readonly import("csstype").Property.BoxAlign[];
768
- WebkitBoxDirection?: import("csstype").Property.BoxDirection | NonNullable<import("csstype").Property.BoxDirection>[] | readonly import("csstype").Property.BoxDirection[];
769
- WebkitBoxFlex?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.BoxFlex | NonNullable<import("csstype").Property.BoxFlex>[];
770
- WebkitBoxFlexGroup?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.BoxFlexGroup | NonNullable<import("csstype").Property.BoxFlexGroup>[];
771
- WebkitBoxLines?: import("csstype").Property.BoxLines | NonNullable<import("csstype").Property.BoxLines>[] | readonly import("csstype").Property.BoxLines[];
772
- WebkitBoxOrdinalGroup?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.BoxOrdinalGroup | NonNullable<import("csstype").Property.BoxOrdinalGroup>[];
773
- WebkitBoxOrient?: import("csstype").Property.BoxOrient | NonNullable<import("csstype").Property.BoxOrient>[] | readonly import("csstype").Property.BoxOrient[];
774
- WebkitBoxPack?: import("csstype").Property.BoxPack | NonNullable<import("csstype").Property.BoxPack>[] | readonly import("csstype").Property.BoxPack[];
775
- WebkitScrollSnapPointsX?: string[] | import("csstype").Property.ScrollSnapPointsX | readonly import("csstype").Property.ScrollSnapPointsX[];
776
- WebkitScrollSnapPointsY?: string[] | import("csstype").Property.ScrollSnapPointsY | readonly import("csstype").Property.ScrollSnapPointsY[];
777
- alignmentBaseline?: import("csstype").Property.AlignmentBaseline | NonNullable<import("csstype").Property.AlignmentBaseline>[] | readonly import("csstype").Property.AlignmentBaseline[];
778
- baselineShift?: readonly (string | (string & {}))[] | import("csstype").Property.BaselineShift<string | number> | NonNullable<import("csstype").Property.BaselineShift<string | number>>[];
779
- clipRule?: import("csstype").Property.ClipRule | NonNullable<import("csstype").Property.ClipRule>[] | readonly import("csstype").Property.ClipRule[];
780
- colorInterpolation?: import("csstype").Property.ColorInterpolation | NonNullable<import("csstype").Property.ColorInterpolation>[] | readonly import("csstype").Property.ColorInterpolation[];
781
- colorRendering?: import("csstype").Property.ColorRendering | NonNullable<import("csstype").Property.ColorRendering>[] | readonly import("csstype").Property.ColorRendering[];
782
- dominantBaseline?: import("csstype").Property.DominantBaseline | NonNullable<import("csstype").Property.DominantBaseline>[] | readonly import("csstype").Property.DominantBaseline[];
783
- fill?: string[] | import("csstype").Property.Fill | readonly import("csstype").Property.Fill[];
784
- fillOpacity?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.FillOpacity | NonNullable<import("csstype").Property.FillOpacity>[];
785
- fillRule?: import("csstype").Property.FillRule | NonNullable<import("csstype").Property.FillRule>[] | readonly import("csstype").Property.FillRule[];
786
- floodColor?: string[] | import("csstype").Property.FloodColor | readonly import("csstype").Property.FloodColor[];
787
- floodOpacity?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.FloodOpacity | NonNullable<import("csstype").Property.FloodOpacity>[];
788
- glyphOrientationVertical?: readonly ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.GlyphOrientationVertical | NonNullable<import("csstype").Property.GlyphOrientationVertical>[];
789
- lightingColor?: string[] | import("csstype").Property.LightingColor | readonly import("csstype").Property.LightingColor[];
790
- marker?: string[] | import("csstype").Property.Marker | readonly import("csstype").Property.Marker[];
791
- markerEnd?: string[] | import("csstype").Property.MarkerEnd | readonly import("csstype").Property.MarkerEnd[];
792
- markerMid?: string[] | import("csstype").Property.MarkerMid | readonly import("csstype").Property.MarkerMid[];
793
- markerStart?: string[] | import("csstype").Property.MarkerStart | readonly import("csstype").Property.MarkerStart[];
794
- shapeRendering?: import("csstype").Property.ShapeRendering | NonNullable<import("csstype").Property.ShapeRendering>[] | readonly import("csstype").Property.ShapeRendering[];
795
- stopColor?: string[] | import("csstype").Property.StopColor | readonly import("csstype").Property.StopColor[];
796
- stopOpacity?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.StopOpacity | NonNullable<import("csstype").Property.StopOpacity>[];
797
- stroke?: string[] | import("csstype").Property.Stroke | readonly import("csstype").Property.Stroke[];
798
- strokeDasharray?: readonly (string | (string & {}))[] | import("csstype").Property.StrokeDasharray<string | number> | NonNullable<import("csstype").Property.StrokeDasharray<string | number>>[];
799
- strokeDashoffset?: readonly (string | (string & {}))[] | import("csstype").Property.StrokeDashoffset<string | number> | NonNullable<import("csstype").Property.StrokeDashoffset<string | number>>[];
800
- strokeLinecap?: import("csstype").Property.StrokeLinecap | NonNullable<import("csstype").Property.StrokeLinecap>[] | readonly import("csstype").Property.StrokeLinecap[];
801
- strokeLinejoin?: import("csstype").Property.StrokeLinejoin | NonNullable<import("csstype").Property.StrokeLinejoin>[] | readonly import("csstype").Property.StrokeLinejoin[];
802
- strokeMiterlimit?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.StrokeMiterlimit | NonNullable<import("csstype").Property.StrokeMiterlimit>[];
803
- strokeOpacity?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.StrokeOpacity | NonNullable<import("csstype").Property.StrokeOpacity>[];
804
- strokeWidth?: readonly (string | (string & {}))[] | import("csstype").Property.StrokeWidth<string | number> | NonNullable<import("csstype").Property.StrokeWidth<string | number>>[];
805
- textAnchor?: import("csstype").Property.TextAnchor | NonNullable<import("csstype").Property.TextAnchor>[] | readonly import("csstype").Property.TextAnchor[];
806
- vectorEffect?: import("csstype").Property.VectorEffect | NonNullable<import("csstype").Property.VectorEffect>[] | readonly import("csstype").Property.VectorEffect[];
807
- ":-moz-any()"?: CSSObject;
808
- ":-moz-dir"?: CSSObject;
809
- ":-webkit-any()"?: CSSObject;
810
- "::cue"?: CSSObject;
811
- "::cue-region"?: CSSObject;
812
- "::part"?: CSSObject;
813
- "::slotted"?: CSSObject;
814
- ":dir"?: CSSObject;
815
- ":has"?: CSSObject;
816
- ":host"?: CSSObject;
817
- ":host-context"?: CSSObject;
818
- ":is"?: CSSObject;
819
- ":lang"?: CSSObject;
820
- ":matches()"?: CSSObject;
821
- ":not"?: CSSObject;
822
- ":nth-child"?: CSSObject;
823
- ":nth-last-child"?: CSSObject;
824
- ":nth-last-of-type"?: CSSObject;
825
- ":nth-of-type"?: CSSObject;
826
- ":where"?: CSSObject;
827
- ":-khtml-any-link"?: CSSObject;
828
- ":-moz-any-link"?: CSSObject;
829
- ":-moz-focusring"?: CSSObject;
830
- ":-moz-full-screen"?: CSSObject;
831
- ":-moz-placeholder"?: CSSObject;
832
- ":-moz-read-only"?: CSSObject;
833
- ":-moz-read-write"?: CSSObject;
834
- ":-moz-ui-invalid"?: CSSObject;
835
- ":-moz-ui-valid"?: CSSObject;
836
- ":-ms-fullscreen"?: CSSObject;
837
- ":-ms-input-placeholder"?: CSSObject;
838
- ":-webkit-any-link"?: CSSObject;
839
- ":-webkit-full-screen"?: CSSObject;
840
- "::-moz-placeholder"?: CSSObject;
841
- "::-moz-progress-bar"?: CSSObject;
842
- "::-moz-range-progress"?: CSSObject;
843
- "::-moz-range-thumb"?: CSSObject;
844
- "::-moz-range-track"?: CSSObject;
845
- "::-moz-selection"?: CSSObject;
846
- "::-ms-backdrop"?: CSSObject;
847
- "::-ms-browse"?: CSSObject;
848
- "::-ms-check"?: CSSObject;
849
- "::-ms-clear"?: CSSObject;
850
- "::-ms-expand"?: CSSObject;
851
- "::-ms-fill"?: CSSObject;
852
- "::-ms-fill-lower"?: CSSObject;
853
- "::-ms-fill-upper"?: CSSObject;
854
- "::-ms-input-placeholder"?: CSSObject;
855
- "::-ms-reveal"?: CSSObject;
856
- "::-ms-thumb"?: CSSObject;
857
- "::-ms-ticks-after"?: CSSObject;
858
- "::-ms-ticks-before"?: CSSObject;
859
- "::-ms-tooltip"?: CSSObject;
860
- "::-ms-track"?: CSSObject;
861
- "::-ms-value"?: CSSObject;
862
- "::-webkit-backdrop"?: CSSObject;
863
- "::-webkit-input-placeholder"?: CSSObject;
864
- "::-webkit-progress-bar"?: CSSObject;
865
- "::-webkit-progress-inner-value"?: CSSObject;
866
- "::-webkit-progress-value"?: CSSObject;
867
- "::-webkit-slider-runnable-track"?: CSSObject;
868
- "::-webkit-slider-thumb"?: CSSObject;
869
- "::after"?: CSSObject;
870
- "::backdrop"?: CSSObject;
871
- "::before"?: CSSObject;
872
- "::first-letter"?: CSSObject;
873
- "::first-line"?: CSSObject;
874
- "::grammar-error"?: CSSObject;
875
- "::marker"?: CSSObject;
876
- "::placeholder"?: CSSObject;
877
- "::selection"?: CSSObject;
878
- "::spelling-error"?: CSSObject;
879
- "::target-text"?: CSSObject;
880
- ":active"?: CSSObject;
881
- ":after"?: CSSObject;
882
- ":any-link"?: CSSObject;
883
- ":before"?: CSSObject;
884
- ":blank"?: CSSObject;
885
- ":checked"?: CSSObject;
886
- ":current"?: CSSObject;
887
- ":default"?: CSSObject;
888
- ":defined"?: CSSObject;
889
- ":disabled"?: CSSObject;
890
- ":empty"?: CSSObject;
891
- ":enabled"?: CSSObject;
892
- ":first"?: CSSObject;
893
- ":first-child"?: CSSObject;
894
- ":first-letter"?: CSSObject;
895
- ":first-line"?: CSSObject;
896
- ":first-of-type"?: CSSObject;
897
- ":focus"?: CSSObject;
898
- ":focus-visible"?: CSSObject;
899
- ":focus-within"?: CSSObject;
900
- ":fullscreen"?: CSSObject;
901
- ":future"?: CSSObject;
902
- ":hover"?: CSSObject;
903
- ":in-range"?: CSSObject;
904
- ":indeterminate"?: CSSObject;
905
- ":invalid"?: CSSObject;
906
- ":last-child"?: CSSObject;
907
- ":last-of-type"?: CSSObject;
908
- ":left"?: CSSObject;
909
- ":link"?: CSSObject;
910
- ":local-link"?: CSSObject;
911
- ":nth-col"?: CSSObject;
912
- ":nth-last-col"?: CSSObject;
913
- ":only-child"?: CSSObject;
914
- ":only-of-type"?: CSSObject;
915
- ":optional"?: CSSObject;
916
- ":out-of-range"?: CSSObject;
917
- ":past"?: CSSObject;
918
- ":paused"?: CSSObject;
919
- ":picture-in-picture"?: CSSObject;
920
- ":placeholder-shown"?: CSSObject;
921
- ":playing"?: CSSObject;
922
- ":read-only"?: CSSObject;
923
- ":read-write"?: CSSObject;
924
- ":required"?: CSSObject;
925
- ":right"?: CSSObject;
926
- ":root"?: CSSObject;
927
- ":scope"?: CSSObject;
928
- ":target"?: CSSObject;
929
- ":target-within"?: CSSObject;
930
- ":user-invalid"?: CSSObject;
931
- ":user-valid"?: CSSObject;
932
- ":valid"?: CSSObject;
933
- ":visited"?: CSSObject;
934
- } | {
935
- accentColor?: string[] | import("csstype").Property.AccentColor | readonly import("csstype").Property.AccentColor[];
936
- alignContent?: string[] | import("csstype").Property.AlignContent | readonly import("csstype").Property.AlignContent[];
937
- alignItems?: string[] | import("csstype").Property.AlignItems | readonly import("csstype").Property.AlignItems[];
938
- alignSelf?: string[] | import("csstype").Property.AlignSelf | readonly import("csstype").Property.AlignSelf[];
939
- alignTracks?: string[] | import("csstype").Property.AlignTracks | readonly import("csstype").Property.AlignTracks[];
940
- animationComposition?: string[] | import("csstype").Property.AnimationComposition | readonly import("csstype").Property.AnimationComposition[];
941
- animationDelay?: string[] | import("csstype").Property.AnimationDelay<string & {}> | readonly import("csstype").Property.AnimationDelay<string & {}>[];
942
- animationDirection?: string[] | import("csstype").Property.AnimationDirection | readonly import("csstype").Property.AnimationDirection[];
943
- animationDuration?: string[] | import("csstype").Property.AnimationDuration<string & {}> | readonly import("csstype").Property.AnimationDuration<string & {}>[];
944
- animationFillMode?: string[] | import("csstype").Property.AnimationFillMode | readonly import("csstype").Property.AnimationFillMode[];
945
- animationIterationCount?: import("csstype").Property.AnimationIterationCount | NonNullable<import("csstype").Property.AnimationIterationCount>[] | readonly ((string & {}) | import("csstype").Globals | "infinite")[];
946
- animationName?: string[] | import("csstype").Property.AnimationName | readonly import("csstype").Property.AnimationName[];
947
- animationPlayState?: string[] | import("csstype").Property.AnimationPlayState | readonly import("csstype").Property.AnimationPlayState[];
948
- animationTimeline?: string[] | import("csstype").Property.AnimationTimeline | readonly import("csstype").Property.AnimationTimeline[];
949
- animationTimingFunction?: string[] | import("csstype").Property.AnimationTimingFunction | readonly import("csstype").Property.AnimationTimingFunction[];
950
- appearance?: import("csstype").Property.Appearance | NonNullable<import("csstype").Property.Appearance>[] | readonly import("csstype").Property.Appearance[];
951
- aspectRatio?: import("csstype").Property.AspectRatio | NonNullable<import("csstype").Property.AspectRatio>[] | readonly ((string & {}) | import("csstype").Globals | "auto")[];
952
- backdropFilter?: string[] | import("csstype").Property.BackdropFilter | readonly import("csstype").Property.BackdropFilter[];
953
- backfaceVisibility?: import("csstype").Property.BackfaceVisibility | NonNullable<import("csstype").Property.BackfaceVisibility>[] | readonly import("csstype").Property.BackfaceVisibility[];
954
- backgroundAttachment?: string[] | import("csstype").Property.BackgroundAttachment | readonly import("csstype").Property.BackgroundAttachment[];
955
- backgroundBlendMode?: string[] | import("csstype").Property.BackgroundBlendMode | readonly import("csstype").Property.BackgroundBlendMode[];
956
- backgroundClip?: string[] | import("csstype").Property.BackgroundClip | readonly import("csstype").Property.BackgroundClip[];
957
- backgroundColor?: string[] | import("csstype").Property.BackgroundColor | readonly import("csstype").Property.BackgroundColor[];
958
- backgroundImage?: string[] | import("csstype").Property.BackgroundImage | readonly import("csstype").Property.BackgroundImage[];
959
- backgroundOrigin?: string[] | import("csstype").Property.BackgroundOrigin | readonly import("csstype").Property.BackgroundOrigin[];
960
- backgroundPositionX?: readonly (string | (string & {}))[] | import("csstype").Property.BackgroundPositionX<string | number> | NonNullable<import("csstype").Property.BackgroundPositionX<string | number>>[];
961
- backgroundPositionY?: readonly (string | (string & {}))[] | import("csstype").Property.BackgroundPositionY<string | number> | NonNullable<import("csstype").Property.BackgroundPositionY<string | number>>[];
962
- backgroundRepeat?: string[] | import("csstype").Property.BackgroundRepeat | readonly import("csstype").Property.BackgroundRepeat[];
963
- backgroundSize?: readonly (string | (string & {}))[] | import("csstype").Property.BackgroundSize<string | number> | NonNullable<import("csstype").Property.BackgroundSize<string | number>>[];
964
- blockOverflow?: string[] | import("csstype").Property.BlockOverflow | readonly import("csstype").Property.BlockOverflow[];
965
- blockSize?: readonly (string | (string & {}))[] | import("csstype").Property.BlockSize<string | number> | NonNullable<import("csstype").Property.BlockSize<string | number>>[];
966
- borderBlockColor?: string[] | import("csstype").Property.BorderBlockColor | readonly import("csstype").Property.BorderBlockColor[];
967
- borderBlockEndColor?: string[] | import("csstype").Property.BorderBlockEndColor | readonly import("csstype").Property.BorderBlockEndColor[];
968
- borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | NonNullable<import("csstype").Property.BorderBlockEndStyle>[] | readonly import("csstype").Property.BorderBlockEndStyle[];
969
- borderBlockEndWidth?: readonly string[] | import("csstype").Property.BorderBlockEndWidth<string | number> | NonNullable<import("csstype").Property.BorderBlockEndWidth<string | number>>[];
970
- borderBlockStartColor?: string[] | import("csstype").Property.BorderBlockStartColor | readonly import("csstype").Property.BorderBlockStartColor[];
971
- borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | NonNullable<import("csstype").Property.BorderBlockStartStyle>[] | readonly import("csstype").Property.BorderBlockStartStyle[];
972
- borderBlockStartWidth?: readonly string[] | import("csstype").Property.BorderBlockStartWidth<string | number> | NonNullable<import("csstype").Property.BorderBlockStartWidth<string | number>>[];
973
- borderBlockStyle?: import("csstype").Property.BorderBlockStyle | NonNullable<import("csstype").Property.BorderBlockStyle>[] | readonly import("csstype").Property.BorderBlockStyle[];
974
- borderBlockWidth?: readonly string[] | import("csstype").Property.BorderBlockWidth<string | number> | NonNullable<import("csstype").Property.BorderBlockWidth<string | number>>[];
975
- borderBottomColor?: string[] | import("csstype").Property.BorderBottomColor | readonly import("csstype").Property.BorderBottomColor[];
976
- borderBottomLeftRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBottomLeftRadius<string | number> | NonNullable<import("csstype").Property.BorderBottomLeftRadius<string | number>>[];
977
- borderBottomRightRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBottomRightRadius<string | number> | NonNullable<import("csstype").Property.BorderBottomRightRadius<string | number>>[];
978
- borderBottomStyle?: import("csstype").Property.BorderBottomStyle | NonNullable<import("csstype").Property.BorderBottomStyle>[] | readonly import("csstype").Property.BorderBottomStyle[];
979
- borderBottomWidth?: readonly string[] | import("csstype").Property.BorderBottomWidth<string | number> | NonNullable<import("csstype").Property.BorderBottomWidth<string | number>>[];
980
- borderCollapse?: import("csstype").Property.BorderCollapse | NonNullable<import("csstype").Property.BorderCollapse>[] | readonly import("csstype").Property.BorderCollapse[];
981
- borderEndEndRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderEndEndRadius<string | number> | NonNullable<import("csstype").Property.BorderEndEndRadius<string | number>>[];
982
- borderEndStartRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderEndStartRadius<string | number> | NonNullable<import("csstype").Property.BorderEndStartRadius<string | number>>[];
983
- borderImageOutset?: readonly (string | (string & {}))[] | import("csstype").Property.BorderImageOutset<string | number> | NonNullable<import("csstype").Property.BorderImageOutset<string | number>>[];
984
- borderImageRepeat?: string[] | import("csstype").Property.BorderImageRepeat | readonly import("csstype").Property.BorderImageRepeat[];
985
- borderImageSlice?: import("csstype").Property.BorderImageSlice | NonNullable<import("csstype").Property.BorderImageSlice>[] | readonly ((string & {}) | import("csstype").Globals)[];
986
- borderImageSource?: string[] | import("csstype").Property.BorderImageSource | readonly import("csstype").Property.BorderImageSource[];
987
- borderImageWidth?: readonly (string | (string & {}))[] | import("csstype").Property.BorderImageWidth<string | number> | NonNullable<import("csstype").Property.BorderImageWidth<string | number>>[];
988
- borderInlineColor?: string[] | import("csstype").Property.BorderInlineColor | readonly import("csstype").Property.BorderInlineColor[];
989
- borderInlineEndColor?: string[] | import("csstype").Property.BorderInlineEndColor | readonly import("csstype").Property.BorderInlineEndColor[];
990
- borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | NonNullable<import("csstype").Property.BorderInlineEndStyle>[] | readonly import("csstype").Property.BorderInlineEndStyle[];
991
- borderInlineEndWidth?: readonly string[] | import("csstype").Property.BorderInlineEndWidth<string | number> | NonNullable<import("csstype").Property.BorderInlineEndWidth<string | number>>[];
992
- borderInlineStartColor?: string[] | import("csstype").Property.BorderInlineStartColor | readonly import("csstype").Property.BorderInlineStartColor[];
993
- borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | NonNullable<import("csstype").Property.BorderInlineStartStyle>[] | readonly import("csstype").Property.BorderInlineStartStyle[];
994
- borderInlineStartWidth?: readonly string[] | import("csstype").Property.BorderInlineStartWidth<string | number> | NonNullable<import("csstype").Property.BorderInlineStartWidth<string | number>>[];
995
- borderInlineStyle?: import("csstype").Property.BorderInlineStyle | NonNullable<import("csstype").Property.BorderInlineStyle>[] | readonly import("csstype").Property.BorderInlineStyle[];
996
- borderInlineWidth?: readonly string[] | import("csstype").Property.BorderInlineWidth<string | number> | NonNullable<import("csstype").Property.BorderInlineWidth<string | number>>[];
997
- borderLeftColor?: string[] | import("csstype").Property.BorderLeftColor | readonly import("csstype").Property.BorderLeftColor[];
998
- borderLeftStyle?: import("csstype").Property.BorderLeftStyle | NonNullable<import("csstype").Property.BorderLeftStyle>[] | readonly import("csstype").Property.BorderLeftStyle[];
999
- borderLeftWidth?: readonly string[] | import("csstype").Property.BorderLeftWidth<string | number> | NonNullable<import("csstype").Property.BorderLeftWidth<string | number>>[];
1000
- borderRightColor?: string[] | import("csstype").Property.BorderRightColor | readonly import("csstype").Property.BorderRightColor[];
1001
- borderRightStyle?: import("csstype").Property.BorderRightStyle | NonNullable<import("csstype").Property.BorderRightStyle>[] | readonly import("csstype").Property.BorderRightStyle[];
1002
- borderRightWidth?: readonly string[] | import("csstype").Property.BorderRightWidth<string | number> | NonNullable<import("csstype").Property.BorderRightWidth<string | number>>[];
1003
- borderSpacing?: readonly (string | (string & {}))[] | import("csstype").Property.BorderSpacing<string | number> | NonNullable<import("csstype").Property.BorderSpacing<string | number>>[];
1004
- borderStartEndRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderStartEndRadius<string | number> | NonNullable<import("csstype").Property.BorderStartEndRadius<string | number>>[];
1005
- borderStartStartRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderStartStartRadius<string | number> | NonNullable<import("csstype").Property.BorderStartStartRadius<string | number>>[];
1006
- borderTopColor?: string[] | import("csstype").Property.BorderTopColor | readonly import("csstype").Property.BorderTopColor[];
1007
- borderTopLeftRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderTopLeftRadius<string | number> | NonNullable<import("csstype").Property.BorderTopLeftRadius<string | number>>[];
1008
- borderTopRightRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderTopRightRadius<string | number> | NonNullable<import("csstype").Property.BorderTopRightRadius<string | number>>[];
1009
- borderTopStyle?: import("csstype").Property.BorderTopStyle | NonNullable<import("csstype").Property.BorderTopStyle>[] | readonly import("csstype").Property.BorderTopStyle[];
1010
- borderTopWidth?: readonly string[] | import("csstype").Property.BorderTopWidth<string | number> | NonNullable<import("csstype").Property.BorderTopWidth<string | number>>[];
1011
- bottom?: readonly (string | (string & {}))[] | import("csstype").Property.Bottom<string | number> | NonNullable<import("csstype").Property.Bottom<string | number>>[];
1012
- boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | NonNullable<import("csstype").Property.BoxDecorationBreak>[] | readonly import("csstype").Property.BoxDecorationBreak[];
1013
- boxShadow?: string[] | import("csstype").Property.BoxShadow | readonly import("csstype").Property.BoxShadow[];
1014
- boxSizing?: import("csstype").Property.BoxSizing | NonNullable<import("csstype").Property.BoxSizing>[] | readonly import("csstype").Property.BoxSizing[];
1015
- breakAfter?: import("csstype").Property.BreakAfter | NonNullable<import("csstype").Property.BreakAfter>[] | readonly import("csstype").Property.BreakAfter[];
1016
- breakBefore?: import("csstype").Property.BreakBefore | NonNullable<import("csstype").Property.BreakBefore>[] | readonly import("csstype").Property.BreakBefore[];
1017
- breakInside?: import("csstype").Property.BreakInside | NonNullable<import("csstype").Property.BreakInside>[] | readonly import("csstype").Property.BreakInside[];
1018
- captionSide?: import("csstype").Property.CaptionSide | NonNullable<import("csstype").Property.CaptionSide>[] | readonly import("csstype").Property.CaptionSide[];
1019
- caretColor?: string[] | import("csstype").Property.CaretColor | readonly import("csstype").Property.CaretColor[];
1020
- clear?: import("csstype").Property.Clear | NonNullable<import("csstype").Property.Clear>[] | readonly import("csstype").Property.Clear[];
1021
- clipPath?: string[] | import("csstype").Property.ClipPath | readonly import("csstype").Property.ClipPath[];
1022
- color?: string[] | import("csstype").Property.Color | readonly import("csstype").Property.Color[];
1023
- colorAdjust?: import("csstype").Property.PrintColorAdjust | NonNullable<import("csstype").Property.PrintColorAdjust>[] | readonly import("csstype").Property.PrintColorAdjust[];
1024
- colorScheme?: string[] | import("csstype").Property.ColorScheme | readonly import("csstype").Property.ColorScheme[];
1025
- columnCount?: readonly ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.ColumnCount | NonNullable<import("csstype").Property.ColumnCount>[];
1026
- columnFill?: import("csstype").Property.ColumnFill | NonNullable<import("csstype").Property.ColumnFill>[] | readonly import("csstype").Property.ColumnFill[];
1027
- columnGap?: readonly (string | (string & {}))[] | import("csstype").Property.ColumnGap<string | number> | NonNullable<import("csstype").Property.ColumnGap<string | number>>[];
1028
- columnRuleColor?: string[] | import("csstype").Property.ColumnRuleColor | readonly import("csstype").Property.ColumnRuleColor[];
1029
- columnRuleStyle?: string[] | import("csstype").Property.ColumnRuleStyle | readonly import("csstype").Property.ColumnRuleStyle[];
1030
- columnRuleWidth?: readonly (string | (string & {}))[] | import("csstype").Property.ColumnRuleWidth<string | number> | NonNullable<import("csstype").Property.ColumnRuleWidth<string | number>>[];
1031
- columnSpan?: import("csstype").Property.ColumnSpan | NonNullable<import("csstype").Property.ColumnSpan>[] | readonly import("csstype").Property.ColumnSpan[];
1032
- columnWidth?: readonly string[] | import("csstype").Property.ColumnWidth<string | number> | NonNullable<import("csstype").Property.ColumnWidth<string | number>>[];
1033
- contain?: string[] | import("csstype").Property.Contain | readonly import("csstype").Property.Contain[];
1034
- content?: string[] | import("csstype").Property.Content | readonly import("csstype").Property.Content[];
1035
- contentVisibility?: import("csstype").Property.ContentVisibility | NonNullable<import("csstype").Property.ContentVisibility>[] | readonly import("csstype").Property.ContentVisibility[];
1036
- counterIncrement?: string[] | import("csstype").Property.CounterIncrement | readonly import("csstype").Property.CounterIncrement[];
1037
- counterReset?: string[] | import("csstype").Property.CounterReset | readonly import("csstype").Property.CounterReset[];
1038
- counterSet?: string[] | import("csstype").Property.CounterSet | readonly import("csstype").Property.CounterSet[];
1039
- cursor?: string[] | import("csstype").Property.Cursor | readonly import("csstype").Property.Cursor[];
1040
- direction?: import("csstype").Property.Direction | NonNullable<import("csstype").Property.Direction>[] | readonly import("csstype").Property.Direction[];
1041
- display?: string[] | import("csstype").Property.Display | readonly import("csstype").Property.Display[];
1042
- emptyCells?: import("csstype").Property.EmptyCells | NonNullable<import("csstype").Property.EmptyCells>[] | readonly import("csstype").Property.EmptyCells[];
1043
- filter?: string[] | import("csstype").Property.Filter | readonly import("csstype").Property.Filter[];
1044
- flexBasis?: readonly (string | (string & {}))[] | import("csstype").Property.FlexBasis<string | number> | NonNullable<import("csstype").Property.FlexBasis<string | number>>[];
1045
- flexDirection?: import("csstype").Property.FlexDirection | NonNullable<import("csstype").Property.FlexDirection>[] | readonly import("csstype").Property.FlexDirection[];
1046
- flexGrow?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.FlexGrow | NonNullable<import("csstype").Property.FlexGrow>[];
1047
- flexShrink?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.FlexShrink | NonNullable<import("csstype").Property.FlexShrink>[];
1048
- flexWrap?: import("csstype").Property.FlexWrap | NonNullable<import("csstype").Property.FlexWrap>[] | readonly import("csstype").Property.FlexWrap[];
1049
- float?: import("csstype").Property.Float | NonNullable<import("csstype").Property.Float>[] | readonly import("csstype").Property.Float[];
1050
- fontFamily?: string[] | import("csstype").Property.FontFamily | readonly import("csstype").Property.FontFamily[];
1051
- fontFeatureSettings?: string[] | import("csstype").Property.FontFeatureSettings | readonly import("csstype").Property.FontFeatureSettings[];
1052
- fontKerning?: import("csstype").Property.FontKerning | NonNullable<import("csstype").Property.FontKerning>[] | readonly import("csstype").Property.FontKerning[];
1053
- fontLanguageOverride?: string[] | import("csstype").Property.FontLanguageOverride | readonly import("csstype").Property.FontLanguageOverride[];
1054
- fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | NonNullable<import("csstype").Property.FontOpticalSizing>[] | readonly import("csstype").Property.FontOpticalSizing[];
1055
- fontSize?: import("csstype").Property.FontSize<string | number> | NonNullable<import("csstype").Property.FontSize<string | number>>[] | readonly (string | (string & {}))[];
1056
- fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | NonNullable<import("csstype").Property.FontSizeAdjust>[] | readonly ("none" | (string & {}) | import("csstype").Globals | "from-font")[];
1057
- fontSmooth?: readonly string[] | import("csstype").Property.FontSmooth<string | number> | NonNullable<import("csstype").Property.FontSmooth<string | number>>[];
1058
- fontStretch?: string[] | import("csstype").Property.FontStretch | readonly import("csstype").Property.FontStretch[];
1059
- fontStyle?: string[] | import("csstype").Property.FontStyle | readonly import("csstype").Property.FontStyle[];
1060
- fontSynthesis?: string[] | import("csstype").Property.FontSynthesis | readonly import("csstype").Property.FontSynthesis[];
1061
- fontVariant?: string[] | import("csstype").Property.FontVariant | readonly import("csstype").Property.FontVariant[];
1062
- fontVariantAlternates?: string[] | import("csstype").Property.FontVariantAlternates | readonly import("csstype").Property.FontVariantAlternates[];
1063
- fontVariantCaps?: import("csstype").Property.FontVariantCaps | NonNullable<import("csstype").Property.FontVariantCaps>[] | readonly import("csstype").Property.FontVariantCaps[];
1064
- fontVariantEastAsian?: string[] | import("csstype").Property.FontVariantEastAsian | readonly import("csstype").Property.FontVariantEastAsian[];
1065
- fontVariantLigatures?: string[] | import("csstype").Property.FontVariantLigatures | readonly import("csstype").Property.FontVariantLigatures[];
1066
- fontVariantNumeric?: string[] | import("csstype").Property.FontVariantNumeric | readonly import("csstype").Property.FontVariantNumeric[];
1067
- fontVariantPosition?: import("csstype").Property.FontVariantPosition | NonNullable<import("csstype").Property.FontVariantPosition>[] | readonly import("csstype").Property.FontVariantPosition[];
1068
- fontVariationSettings?: string[] | import("csstype").Property.FontVariationSettings | readonly import("csstype").Property.FontVariationSettings[];
1069
- fontWeight?: import("csstype").Property.FontWeight | NonNullable<import("csstype").Property.FontWeight>[] | readonly ("bold" | (string & {}) | import("csstype").Globals | "normal" | "bolder" | "lighter")[];
1070
- forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | NonNullable<import("csstype").Property.ForcedColorAdjust>[] | readonly import("csstype").Property.ForcedColorAdjust[];
1071
- gridAutoColumns?: readonly (string | (string & {}))[] | import("csstype").Property.GridAutoColumns<string | number> | NonNullable<import("csstype").Property.GridAutoColumns<string | number>>[];
1072
- gridAutoFlow?: string[] | import("csstype").Property.GridAutoFlow | readonly import("csstype").Property.GridAutoFlow[];
1073
- gridAutoRows?: readonly (string | (string & {}))[] | import("csstype").Property.GridAutoRows<string | number> | NonNullable<import("csstype").Property.GridAutoRows<string | number>>[];
1074
- gridColumnEnd?: readonly ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.GridColumnEnd | NonNullable<import("csstype").Property.GridColumnEnd>[];
1075
- gridColumnStart?: readonly ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.GridColumnStart | NonNullable<import("csstype").Property.GridColumnStart>[];
1076
- gridRowEnd?: readonly ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.GridRowEnd | NonNullable<import("csstype").Property.GridRowEnd>[];
1077
- gridRowStart?: readonly ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.GridRowStart | NonNullable<import("csstype").Property.GridRowStart>[];
1078
- gridTemplateAreas?: string[] | import("csstype").Property.GridTemplateAreas | readonly import("csstype").Property.GridTemplateAreas[];
1079
- gridTemplateColumns?: readonly (string | (string & {}))[] | import("csstype").Property.GridTemplateColumns<string | number> | NonNullable<import("csstype").Property.GridTemplateColumns<string | number>>[];
1080
- gridTemplateRows?: readonly (string | (string & {}))[] | import("csstype").Property.GridTemplateRows<string | number> | NonNullable<import("csstype").Property.GridTemplateRows<string | number>>[];
1081
- hangingPunctuation?: string[] | import("csstype").Property.HangingPunctuation | readonly import("csstype").Property.HangingPunctuation[];
1082
- height: string | number | readonly (string | (string & {}))[] | NonNullable<import("csstype").Property.Height<string | number>>[];
1083
- hyphenateCharacter?: string[] | import("csstype").Property.HyphenateCharacter | readonly import("csstype").Property.HyphenateCharacter[];
1084
- hyphens?: import("csstype").Property.Hyphens | NonNullable<import("csstype").Property.Hyphens>[] | readonly import("csstype").Property.Hyphens[];
1085
- imageOrientation?: string[] | import("csstype").Property.ImageOrientation | readonly import("csstype").Property.ImageOrientation[];
1086
- imageRendering?: import("csstype").Property.ImageRendering | NonNullable<import("csstype").Property.ImageRendering>[] | readonly import("csstype").Property.ImageRendering[];
1087
- imageResolution?: string[] | import("csstype").Property.ImageResolution | readonly import("csstype").Property.ImageResolution[];
1088
- initialLetter?: import("csstype").Property.InitialLetter | NonNullable<import("csstype").Property.InitialLetter>[] | readonly ((string & {}) | import("csstype").Globals | "normal")[];
1089
- inlineSize?: readonly (string | (string & {}))[] | import("csstype").Property.InlineSize<string | number> | NonNullable<import("csstype").Property.InlineSize<string | number>>[];
1090
- inputSecurity?: import("csstype").Property.InputSecurity | NonNullable<import("csstype").Property.InputSecurity>[] | readonly import("csstype").Property.InputSecurity[];
1091
- inset?: readonly (string | (string & {}))[] | import("csstype").Property.Inset<string | number> | NonNullable<import("csstype").Property.Inset<string | number>>[];
1092
- insetBlock?: readonly (string | (string & {}))[] | import("csstype").Property.InsetBlock<string | number> | NonNullable<import("csstype").Property.InsetBlock<string | number>>[];
1093
- insetBlockEnd?: readonly (string | (string & {}))[] | import("csstype").Property.InsetBlockEnd<string | number> | NonNullable<import("csstype").Property.InsetBlockEnd<string | number>>[];
1094
- insetBlockStart?: readonly (string | (string & {}))[] | import("csstype").Property.InsetBlockStart<string | number> | NonNullable<import("csstype").Property.InsetBlockStart<string | number>>[];
1095
- insetInline?: readonly (string | (string & {}))[] | import("csstype").Property.InsetInline<string | number> | NonNullable<import("csstype").Property.InsetInline<string | number>>[];
1096
- insetInlineEnd?: readonly (string | (string & {}))[] | import("csstype").Property.InsetInlineEnd<string | number> | NonNullable<import("csstype").Property.InsetInlineEnd<string | number>>[];
1097
- insetInlineStart?: readonly (string | (string & {}))[] | import("csstype").Property.InsetInlineStart<string | number> | NonNullable<import("csstype").Property.InsetInlineStart<string | number>>[];
1098
- isolation?: import("csstype").Property.Isolation | NonNullable<import("csstype").Property.Isolation>[] | readonly import("csstype").Property.Isolation[];
1099
- justifyContent?: string[] | import("csstype").Property.JustifyContent | readonly import("csstype").Property.JustifyContent[];
1100
- justifyItems?: string[] | import("csstype").Property.JustifyItems | readonly import("csstype").Property.JustifyItems[];
1101
- justifySelf?: string[] | import("csstype").Property.JustifySelf | readonly import("csstype").Property.JustifySelf[];
1102
- justifyTracks?: string[] | import("csstype").Property.JustifyTracks | readonly import("csstype").Property.JustifyTracks[];
1103
- left?: readonly (string | (string & {}))[] | import("csstype").Property.Left<string | number> | NonNullable<import("csstype").Property.Left<string | number>>[];
1104
- letterSpacing?: readonly string[] | import("csstype").Property.LetterSpacing<string | number> | NonNullable<import("csstype").Property.LetterSpacing<string | number>>[];
1105
- lineBreak?: import("csstype").Property.LineBreak | NonNullable<import("csstype").Property.LineBreak>[] | readonly import("csstype").Property.LineBreak[];
1106
- lineHeight?: readonly (string | (string & {}))[] | import("csstype").Property.LineHeight<string | number> | NonNullable<import("csstype").Property.LineHeight<string | number>>[];
1107
- lineHeightStep?: readonly string[] | import("csstype").Property.LineHeightStep<string | number> | NonNullable<import("csstype").Property.LineHeightStep<string | number>>[];
1108
- listStyleImage?: string[] | import("csstype").Property.ListStyleImage | readonly import("csstype").Property.ListStyleImage[];
1109
- listStylePosition?: import("csstype").Property.ListStylePosition | NonNullable<import("csstype").Property.ListStylePosition>[] | readonly import("csstype").Property.ListStylePosition[];
1110
- listStyleType?: string[] | import("csstype").Property.ListStyleType | readonly import("csstype").Property.ListStyleType[];
1111
- marginBlock?: readonly (string | (string & {}))[] | import("csstype").Property.MarginBlock<string | number> | NonNullable<import("csstype").Property.MarginBlock<string | number>>[];
1112
- marginBlockEnd?: readonly (string | (string & {}))[] | import("csstype").Property.MarginBlockEnd<string | number> | NonNullable<import("csstype").Property.MarginBlockEnd<string | number>>[];
1113
- marginBlockStart?: readonly (string | (string & {}))[] | import("csstype").Property.MarginBlockStart<string | number> | NonNullable<import("csstype").Property.MarginBlockStart<string | number>>[];
1114
- marginBottom?: readonly (string | (string & {}))[] | import("csstype").Property.MarginBottom<string | number> | NonNullable<import("csstype").Property.MarginBottom<string | number>>[];
1115
- marginInline?: readonly (string | (string & {}))[] | import("csstype").Property.MarginInline<string | number> | NonNullable<import("csstype").Property.MarginInline<string | number>>[];
1116
- marginInlineEnd?: readonly (string | (string & {}))[] | import("csstype").Property.MarginInlineEnd<string | number> | NonNullable<import("csstype").Property.MarginInlineEnd<string | number>>[];
1117
- marginInlineStart?: readonly (string | (string & {}))[] | import("csstype").Property.MarginInlineStart<string | number> | NonNullable<import("csstype").Property.MarginInlineStart<string | number>>[];
1118
- marginLeft?: readonly (string | (string & {}))[] | import("csstype").Property.MarginLeft<string | number> | NonNullable<import("csstype").Property.MarginLeft<string | number>>[];
1119
- marginRight?: readonly (string | (string & {}))[] | import("csstype").Property.MarginRight<string | number> | NonNullable<import("csstype").Property.MarginRight<string | number>>[];
1120
- marginTop?: readonly (string | (string & {}))[] | import("csstype").Property.MarginTop<string | number> | NonNullable<import("csstype").Property.MarginTop<string | number>>[];
1121
- maskBorderMode?: import("csstype").Property.MaskBorderMode | NonNullable<import("csstype").Property.MaskBorderMode>[] | readonly import("csstype").Property.MaskBorderMode[];
1122
- maskBorderOutset?: readonly (string | (string & {}))[] | import("csstype").Property.MaskBorderOutset<string | number> | NonNullable<import("csstype").Property.MaskBorderOutset<string | number>>[];
1123
- maskBorderRepeat?: string[] | import("csstype").Property.MaskBorderRepeat | readonly import("csstype").Property.MaskBorderRepeat[];
1124
- maskBorderSlice?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.MaskBorderSlice | NonNullable<import("csstype").Property.MaskBorderSlice>[];
1125
- maskBorderSource?: string[] | import("csstype").Property.MaskBorderSource | readonly import("csstype").Property.MaskBorderSource[];
1126
- maskBorderWidth?: readonly (string | (string & {}))[] | import("csstype").Property.MaskBorderWidth<string | number> | NonNullable<import("csstype").Property.MaskBorderWidth<string | number>>[];
1127
- maskClip?: string[] | import("csstype").Property.MaskClip | readonly import("csstype").Property.MaskClip[];
1128
- maskComposite?: string[] | import("csstype").Property.MaskComposite | readonly import("csstype").Property.MaskComposite[];
1129
- maskImage?: string[] | import("csstype").Property.MaskImage | readonly import("csstype").Property.MaskImage[];
1130
- maskMode?: string[] | import("csstype").Property.MaskMode | readonly import("csstype").Property.MaskMode[];
1131
- maskOrigin?: string[] | import("csstype").Property.MaskOrigin | readonly import("csstype").Property.MaskOrigin[];
1132
- maskPosition?: readonly (string | (string & {}))[] | import("csstype").Property.MaskPosition<string | number> | NonNullable<import("csstype").Property.MaskPosition<string | number>>[];
1133
- maskRepeat?: string[] | import("csstype").Property.MaskRepeat | readonly import("csstype").Property.MaskRepeat[];
1134
- maskSize?: readonly (string | (string & {}))[] | import("csstype").Property.MaskSize<string | number> | NonNullable<import("csstype").Property.MaskSize<string | number>>[];
1135
- maskType?: import("csstype").Property.MaskType | NonNullable<import("csstype").Property.MaskType>[] | readonly import("csstype").Property.MaskType[];
1136
- mathDepth?: import("csstype").Property.MathDepth | NonNullable<import("csstype").Property.MathDepth>[] | readonly ((string & {}) | import("csstype").Globals | "auto-add")[];
1137
- mathShift?: import("csstype").Property.MathShift | NonNullable<import("csstype").Property.MathShift>[] | readonly import("csstype").Property.MathShift[];
1138
- mathStyle?: import("csstype").Property.MathStyle | NonNullable<import("csstype").Property.MathStyle>[] | readonly import("csstype").Property.MathStyle[];
1139
- maxBlockSize?: readonly (string | (string & {}))[] | import("csstype").Property.MaxBlockSize<string | number> | NonNullable<import("csstype").Property.MaxBlockSize<string | number>>[];
1140
- maxHeight?: readonly (string | (string & {}))[] | import("csstype").Property.MaxHeight<string | number> | NonNullable<import("csstype").Property.MaxHeight<string | number>>[];
1141
- maxInlineSize?: readonly (string | (string & {}))[] | import("csstype").Property.MaxInlineSize<string | number> | NonNullable<import("csstype").Property.MaxInlineSize<string | number>>[];
1142
- maxLines?: import("csstype").Property.MaxLines | NonNullable<import("csstype").Property.MaxLines>[] | readonly ("none" | (string & {}) | import("csstype").Globals)[];
1143
- maxWidth?: readonly (string | (string & {}))[] | import("csstype").Property.MaxWidth<string | number> | NonNullable<import("csstype").Property.MaxWidth<string | number>>[];
1144
- minBlockSize?: readonly (string | (string & {}))[] | import("csstype").Property.MinBlockSize<string | number> | NonNullable<import("csstype").Property.MinBlockSize<string | number>>[];
1145
- minHeight: string | number | readonly (string | (string & {}))[] | NonNullable<import("csstype").Property.MinHeight<string | number>>[];
1146
- minInlineSize?: readonly (string | (string & {}))[] | import("csstype").Property.MinInlineSize<string | number> | NonNullable<import("csstype").Property.MinInlineSize<string | number>>[];
1147
- minWidth?: readonly (string | (string & {}))[] | import("csstype").Property.MinWidth<string | number> | NonNullable<import("csstype").Property.MinWidth<string | number>>[];
1148
- mixBlendMode?: import("csstype").Property.MixBlendMode | NonNullable<import("csstype").Property.MixBlendMode>[] | readonly import("csstype").Property.MixBlendMode[];
1149
- motionDistance?: readonly (string | (string & {}))[] | import("csstype").Property.OffsetDistance<string | number> | NonNullable<import("csstype").Property.OffsetDistance<string | number>>[];
1150
- motionPath?: string[] | import("csstype").Property.OffsetPath | readonly import("csstype").Property.OffsetPath[];
1151
- motionRotation?: string[] | import("csstype").Property.OffsetRotate | readonly import("csstype").Property.OffsetRotate[];
1152
- objectFit?: import("csstype").Property.ObjectFit | NonNullable<import("csstype").Property.ObjectFit>[] | readonly import("csstype").Property.ObjectFit[];
1153
- objectPosition?: readonly (string | (string & {}))[] | import("csstype").Property.ObjectPosition<string | number> | NonNullable<import("csstype").Property.ObjectPosition<string | number>>[];
1154
- offsetAnchor?: readonly (string | (string & {}))[] | import("csstype").Property.OffsetAnchor<string | number> | NonNullable<import("csstype").Property.OffsetAnchor<string | number>>[];
1155
- offsetDistance?: readonly (string | (string & {}))[] | import("csstype").Property.OffsetDistance<string | number> | NonNullable<import("csstype").Property.OffsetDistance<string | number>>[];
1156
- offsetPath?: string[] | import("csstype").Property.OffsetPath | readonly import("csstype").Property.OffsetPath[];
1157
- offsetRotate?: string[] | import("csstype").Property.OffsetRotate | readonly import("csstype").Property.OffsetRotate[];
1158
- offsetRotation?: string[] | import("csstype").Property.OffsetRotate | readonly import("csstype").Property.OffsetRotate[];
1159
- opacity?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.Opacity | NonNullable<import("csstype").Property.Opacity>[];
1160
- order?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.Order | NonNullable<import("csstype").Property.Order>[];
1161
- orphans?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.Orphans | NonNullable<import("csstype").Property.Orphans>[];
1162
- outlineColor?: string[] | import("csstype").Property.OutlineColor | readonly import("csstype").Property.OutlineColor[];
1163
- outlineOffset?: readonly string[] | import("csstype").Property.OutlineOffset<string | number> | NonNullable<import("csstype").Property.OutlineOffset<string | number>>[];
1164
- outlineStyle?: string[] | import("csstype").Property.OutlineStyle | readonly import("csstype").Property.OutlineStyle[];
1165
- outlineWidth?: readonly string[] | import("csstype").Property.OutlineWidth<string | number> | NonNullable<import("csstype").Property.OutlineWidth<string | number>>[];
1166
- overflowAnchor?: import("csstype").Property.OverflowAnchor | NonNullable<import("csstype").Property.OverflowAnchor>[] | readonly import("csstype").Property.OverflowAnchor[];
1167
- overflowBlock?: import("csstype").Property.OverflowBlock | NonNullable<import("csstype").Property.OverflowBlock>[] | readonly import("csstype").Property.OverflowBlock[];
1168
- overflowClipBox?: import("csstype").Property.OverflowClipBox | NonNullable<import("csstype").Property.OverflowClipBox>[] | readonly import("csstype").Property.OverflowClipBox[];
1169
- overflowClipMargin?: readonly (string | (string & {}))[] | import("csstype").Property.OverflowClipMargin<string | number> | NonNullable<import("csstype").Property.OverflowClipMargin<string | number>>[];
1170
- overflowInline?: import("csstype").Property.OverflowInline | NonNullable<import("csstype").Property.OverflowInline>[] | readonly import("csstype").Property.OverflowInline[];
1171
- overflowWrap?: import("csstype").Property.OverflowWrap | NonNullable<import("csstype").Property.OverflowWrap>[] | readonly import("csstype").Property.OverflowWrap[];
1172
- overflowX?: import("csstype").Property.OverflowX | NonNullable<import("csstype").Property.OverflowX>[] | readonly import("csstype").Property.OverflowX[];
1173
- overflowY?: import("csstype").Property.OverflowY | NonNullable<import("csstype").Property.OverflowY>[] | readonly import("csstype").Property.OverflowY[];
1174
- overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | NonNullable<import("csstype").Property.OverscrollBehaviorBlock>[] | readonly import("csstype").Property.OverscrollBehaviorBlock[];
1175
- overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | NonNullable<import("csstype").Property.OverscrollBehaviorInline>[] | readonly import("csstype").Property.OverscrollBehaviorInline[];
1176
- overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | NonNullable<import("csstype").Property.OverscrollBehaviorX>[] | readonly import("csstype").Property.OverscrollBehaviorX[];
1177
- overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | NonNullable<import("csstype").Property.OverscrollBehaviorY>[] | readonly import("csstype").Property.OverscrollBehaviorY[];
1178
- paddingBlock?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingBlock<string | number> | NonNullable<import("csstype").Property.PaddingBlock<string | number>>[];
1179
- paddingBlockEnd?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingBlockEnd<string | number> | NonNullable<import("csstype").Property.PaddingBlockEnd<string | number>>[];
1180
- paddingBlockStart?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingBlockStart<string | number> | NonNullable<import("csstype").Property.PaddingBlockStart<string | number>>[];
1181
- paddingBottom?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingBottom<string | number> | NonNullable<import("csstype").Property.PaddingBottom<string | number>>[];
1182
- paddingInline?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingInline<string | number> | NonNullable<import("csstype").Property.PaddingInline<string | number>>[];
1183
- paddingInlineEnd?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingInlineEnd<string | number> | NonNullable<import("csstype").Property.PaddingInlineEnd<string | number>>[];
1184
- paddingInlineStart?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingInlineStart<string | number> | NonNullable<import("csstype").Property.PaddingInlineStart<string | number>>[];
1185
- paddingLeft?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingLeft<string | number> | NonNullable<import("csstype").Property.PaddingLeft<string | number>>[];
1186
- paddingRight?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingRight<string | number> | NonNullable<import("csstype").Property.PaddingRight<string | number>>[];
1187
- paddingTop?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingTop<string | number> | NonNullable<import("csstype").Property.PaddingTop<string | number>>[];
1188
- pageBreakAfter?: import("csstype").Property.PageBreakAfter | NonNullable<import("csstype").Property.PageBreakAfter>[] | readonly import("csstype").Property.PageBreakAfter[];
1189
- pageBreakBefore?: import("csstype").Property.PageBreakBefore | NonNullable<import("csstype").Property.PageBreakBefore>[] | readonly import("csstype").Property.PageBreakBefore[];
1190
- pageBreakInside?: import("csstype").Property.PageBreakInside | NonNullable<import("csstype").Property.PageBreakInside>[] | readonly import("csstype").Property.PageBreakInside[];
1191
- paintOrder?: string[] | import("csstype").Property.PaintOrder | readonly import("csstype").Property.PaintOrder[];
1192
- perspective?: readonly string[] | import("csstype").Property.Perspective<string | number> | NonNullable<import("csstype").Property.Perspective<string | number>>[];
1193
- perspectiveOrigin?: readonly (string | (string & {}))[] | import("csstype").Property.PerspectiveOrigin<string | number> | NonNullable<import("csstype").Property.PerspectiveOrigin<string | number>>[];
1194
- placeContent?: string[] | import("csstype").Property.PlaceContent | readonly import("csstype").Property.PlaceContent[];
1195
- pointerEvents?: import("csstype").Property.PointerEvents | NonNullable<import("csstype").Property.PointerEvents>[] | readonly import("csstype").Property.PointerEvents[];
1196
- position: string | readonly import("csstype").Property.Position[];
1197
- printColorAdjust?: import("csstype").Property.PrintColorAdjust | NonNullable<import("csstype").Property.PrintColorAdjust>[] | readonly import("csstype").Property.PrintColorAdjust[];
1198
- quotes?: string[] | import("csstype").Property.Quotes | readonly import("csstype").Property.Quotes[];
1199
- resize?: import("csstype").Property.Resize | NonNullable<import("csstype").Property.Resize>[] | readonly import("csstype").Property.Resize[];
1200
- right?: readonly (string | (string & {}))[] | import("csstype").Property.Right<string | number> | NonNullable<import("csstype").Property.Right<string | number>>[];
1201
- rotate?: string[] | import("csstype").Property.Rotate | readonly import("csstype").Property.Rotate[];
1202
- rowGap?: readonly (string | (string & {}))[] | import("csstype").Property.RowGap<string | number> | NonNullable<import("csstype").Property.RowGap<string | number>>[];
1203
- rubyAlign?: import("csstype").Property.RubyAlign | NonNullable<import("csstype").Property.RubyAlign>[] | readonly import("csstype").Property.RubyAlign[];
1204
- rubyMerge?: import("csstype").Property.RubyMerge | NonNullable<import("csstype").Property.RubyMerge>[] | readonly import("csstype").Property.RubyMerge[];
1205
- rubyPosition?: string[] | import("csstype").Property.RubyPosition | readonly import("csstype").Property.RubyPosition[];
1206
- scale?: readonly ("none" | (string & {}) | import("csstype").Globals)[] | import("csstype").Property.Scale | NonNullable<import("csstype").Property.Scale>[];
1207
- scrollBehavior?: import("csstype").Property.ScrollBehavior | NonNullable<import("csstype").Property.ScrollBehavior>[] | readonly import("csstype").Property.ScrollBehavior[];
1208
- scrollMargin?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollMargin<string | number> | NonNullable<import("csstype").Property.ScrollMargin<string | number>>[];
1209
- scrollMarginBlock?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollMarginBlock<string | number> | NonNullable<import("csstype").Property.ScrollMarginBlock<string | number>>[];
1210
- scrollMarginBlockEnd?: readonly string[] | import("csstype").Property.ScrollMarginBlockEnd<string | number> | NonNullable<import("csstype").Property.ScrollMarginBlockEnd<string | number>>[];
1211
- scrollMarginBlockStart?: readonly string[] | import("csstype").Property.ScrollMarginBlockStart<string | number> | NonNullable<import("csstype").Property.ScrollMarginBlockStart<string | number>>[];
1212
- scrollMarginBottom?: readonly string[] | import("csstype").Property.ScrollMarginBottom<string | number> | NonNullable<import("csstype").Property.ScrollMarginBottom<string | number>>[];
1213
- scrollMarginInline?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollMarginInline<string | number> | NonNullable<import("csstype").Property.ScrollMarginInline<string | number>>[];
1214
- scrollMarginInlineEnd?: readonly string[] | import("csstype").Property.ScrollMarginInlineEnd<string | number> | NonNullable<import("csstype").Property.ScrollMarginInlineEnd<string | number>>[];
1215
- scrollMarginInlineStart?: readonly string[] | import("csstype").Property.ScrollMarginInlineStart<string | number> | NonNullable<import("csstype").Property.ScrollMarginInlineStart<string | number>>[];
1216
- scrollMarginLeft?: readonly string[] | import("csstype").Property.ScrollMarginLeft<string | number> | NonNullable<import("csstype").Property.ScrollMarginLeft<string | number>>[];
1217
- scrollMarginRight?: readonly string[] | import("csstype").Property.ScrollMarginRight<string | number> | NonNullable<import("csstype").Property.ScrollMarginRight<string | number>>[];
1218
- scrollMarginTop?: readonly string[] | import("csstype").Property.ScrollMarginTop<string | number> | NonNullable<import("csstype").Property.ScrollMarginTop<string | number>>[];
1219
- scrollPadding?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPadding<string | number> | NonNullable<import("csstype").Property.ScrollPadding<string | number>>[];
1220
- scrollPaddingBlock?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingBlock<string | number> | NonNullable<import("csstype").Property.ScrollPaddingBlock<string | number>>[];
1221
- scrollPaddingBlockEnd?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingBlockEnd<string | number> | NonNullable<import("csstype").Property.ScrollPaddingBlockEnd<string | number>>[];
1222
- scrollPaddingBlockStart?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingBlockStart<string | number> | NonNullable<import("csstype").Property.ScrollPaddingBlockStart<string | number>>[];
1223
- scrollPaddingBottom?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingBottom<string | number> | NonNullable<import("csstype").Property.ScrollPaddingBottom<string | number>>[];
1224
- scrollPaddingInline?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingInline<string | number> | NonNullable<import("csstype").Property.ScrollPaddingInline<string | number>>[];
1225
- scrollPaddingInlineEnd?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingInlineEnd<string | number> | NonNullable<import("csstype").Property.ScrollPaddingInlineEnd<string | number>>[];
1226
- scrollPaddingInlineStart?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingInlineStart<string | number> | NonNullable<import("csstype").Property.ScrollPaddingInlineStart<string | number>>[];
1227
- scrollPaddingLeft?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingLeft<string | number> | NonNullable<import("csstype").Property.ScrollPaddingLeft<string | number>>[];
1228
- scrollPaddingRight?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingRight<string | number> | NonNullable<import("csstype").Property.ScrollPaddingRight<string | number>>[];
1229
- scrollPaddingTop?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingTop<string | number> | NonNullable<import("csstype").Property.ScrollPaddingTop<string | number>>[];
1230
- scrollSnapAlign?: string[] | import("csstype").Property.ScrollSnapAlign | readonly import("csstype").Property.ScrollSnapAlign[];
1231
- scrollSnapMargin?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollMargin<string | number> | NonNullable<import("csstype").Property.ScrollMargin<string | number>>[];
1232
- scrollSnapMarginBottom?: readonly string[] | import("csstype").Property.ScrollMarginBottom<string | number> | NonNullable<import("csstype").Property.ScrollMarginBottom<string | number>>[];
1233
- scrollSnapMarginLeft?: readonly string[] | import("csstype").Property.ScrollMarginLeft<string | number> | NonNullable<import("csstype").Property.ScrollMarginLeft<string | number>>[];
1234
- scrollSnapMarginRight?: readonly string[] | import("csstype").Property.ScrollMarginRight<string | number> | NonNullable<import("csstype").Property.ScrollMarginRight<string | number>>[];
1235
- scrollSnapMarginTop?: readonly string[] | import("csstype").Property.ScrollMarginTop<string | number> | NonNullable<import("csstype").Property.ScrollMarginTop<string | number>>[];
1236
- scrollSnapStop?: import("csstype").Property.ScrollSnapStop | NonNullable<import("csstype").Property.ScrollSnapStop>[] | readonly import("csstype").Property.ScrollSnapStop[];
1237
- scrollSnapType?: string[] | import("csstype").Property.ScrollSnapType | readonly import("csstype").Property.ScrollSnapType[];
1238
- scrollbarColor?: string[] | import("csstype").Property.ScrollbarColor | readonly import("csstype").Property.ScrollbarColor[];
1239
- scrollbarGutter?: string[] | import("csstype").Property.ScrollbarGutter | readonly import("csstype").Property.ScrollbarGutter[];
1240
- scrollbarWidth?: import("csstype").Property.ScrollbarWidth | NonNullable<import("csstype").Property.ScrollbarWidth>[] | readonly import("csstype").Property.ScrollbarWidth[];
1241
- shapeImageThreshold?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.ShapeImageThreshold | NonNullable<import("csstype").Property.ShapeImageThreshold>[];
1242
- shapeMargin?: readonly (string | (string & {}))[] | import("csstype").Property.ShapeMargin<string | number> | NonNullable<import("csstype").Property.ShapeMargin<string | number>>[];
1243
- shapeOutside?: string[] | import("csstype").Property.ShapeOutside | readonly import("csstype").Property.ShapeOutside[];
1244
- tabSize?: readonly (string | (string & {}))[] | import("csstype").Property.TabSize<string | number> | NonNullable<import("csstype").Property.TabSize<string | number>>[];
1245
- tableLayout?: import("csstype").Property.TableLayout | NonNullable<import("csstype").Property.TableLayout>[] | readonly import("csstype").Property.TableLayout[];
1246
- textAlign?: import("csstype").Property.TextAlign | NonNullable<import("csstype").Property.TextAlign>[] | readonly import("csstype").Property.TextAlign[];
1247
- textAlignLast?: import("csstype").Property.TextAlignLast | NonNullable<import("csstype").Property.TextAlignLast>[] | readonly import("csstype").Property.TextAlignLast[];
1248
- textCombineUpright?: string[] | import("csstype").Property.TextCombineUpright | readonly import("csstype").Property.TextCombineUpright[];
1249
- textDecorationColor?: string[] | import("csstype").Property.TextDecorationColor | readonly import("csstype").Property.TextDecorationColor[];
1250
- textDecorationLine?: string[] | import("csstype").Property.TextDecorationLine | readonly import("csstype").Property.TextDecorationLine[];
1251
- textDecorationSkip?: string[] | import("csstype").Property.TextDecorationSkip | readonly import("csstype").Property.TextDecorationSkip[];
1252
- textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | NonNullable<import("csstype").Property.TextDecorationSkipInk>[] | readonly import("csstype").Property.TextDecorationSkipInk[];
1253
- textDecorationStyle?: import("csstype").Property.TextDecorationStyle | NonNullable<import("csstype").Property.TextDecorationStyle>[] | readonly import("csstype").Property.TextDecorationStyle[];
1254
- textDecorationThickness?: readonly (string | (string & {}))[] | import("csstype").Property.TextDecorationThickness<string | number> | NonNullable<import("csstype").Property.TextDecorationThickness<string | number>>[];
1255
- textEmphasisColor?: string[] | import("csstype").Property.TextEmphasisColor | readonly import("csstype").Property.TextEmphasisColor[];
1256
- textEmphasisPosition?: string[] | import("csstype").Property.TextEmphasisPosition | readonly import("csstype").Property.TextEmphasisPosition[];
1257
- textEmphasisStyle?: string[] | import("csstype").Property.TextEmphasisStyle | readonly import("csstype").Property.TextEmphasisStyle[];
1258
- textIndent?: readonly (string | (string & {}))[] | import("csstype").Property.TextIndent<string | number> | NonNullable<import("csstype").Property.TextIndent<string | number>>[];
1259
- textJustify?: import("csstype").Property.TextJustify | NonNullable<import("csstype").Property.TextJustify>[] | readonly import("csstype").Property.TextJustify[];
1260
- textOrientation?: import("csstype").Property.TextOrientation | NonNullable<import("csstype").Property.TextOrientation>[] | readonly import("csstype").Property.TextOrientation[];
1261
- textOverflow?: string[] | import("csstype").Property.TextOverflow | readonly import("csstype").Property.TextOverflow[];
1262
- textRendering?: import("csstype").Property.TextRendering | NonNullable<import("csstype").Property.TextRendering>[] | readonly import("csstype").Property.TextRendering[];
1263
- textShadow?: string[] | import("csstype").Property.TextShadow | readonly import("csstype").Property.TextShadow[];
1264
- textSizeAdjust?: string[] | import("csstype").Property.TextSizeAdjust | readonly import("csstype").Property.TextSizeAdjust[];
1265
- textTransform?: import("csstype").Property.TextTransform | NonNullable<import("csstype").Property.TextTransform>[] | readonly import("csstype").Property.TextTransform[];
1266
- textUnderlineOffset?: readonly (string | (string & {}))[] | import("csstype").Property.TextUnderlineOffset<string | number> | NonNullable<import("csstype").Property.TextUnderlineOffset<string | number>>[];
1267
- textUnderlinePosition?: string[] | import("csstype").Property.TextUnderlinePosition | readonly import("csstype").Property.TextUnderlinePosition[];
1268
- top?: readonly (string | (string & {}))[] | import("csstype").Property.Top<string | number> | NonNullable<import("csstype").Property.Top<string | number>>[];
1269
- touchAction?: string[] | import("csstype").Property.TouchAction | readonly import("csstype").Property.TouchAction[];
1270
- transform?: string[] | import("csstype").Property.Transform | readonly import("csstype").Property.Transform[];
1271
- transformBox?: import("csstype").Property.TransformBox | NonNullable<import("csstype").Property.TransformBox>[] | readonly import("csstype").Property.TransformBox[];
1272
- transformOrigin?: readonly (string | (string & {}))[] | import("csstype").Property.TransformOrigin<string | number> | NonNullable<import("csstype").Property.TransformOrigin<string | number>>[];
1273
- transformStyle?: import("csstype").Property.TransformStyle | NonNullable<import("csstype").Property.TransformStyle>[] | readonly import("csstype").Property.TransformStyle[];
1274
- transitionDelay?: string[] | import("csstype").Property.TransitionDelay<string & {}> | readonly import("csstype").Property.TransitionDelay<string & {}>[];
1275
- transitionDuration?: string[] | import("csstype").Property.TransitionDuration<string & {}> | readonly import("csstype").Property.TransitionDuration<string & {}>[];
1276
- transitionProperty?: string[] | import("csstype").Property.TransitionProperty | readonly import("csstype").Property.TransitionProperty[];
1277
- transitionTimingFunction?: string[] | import("csstype").Property.TransitionTimingFunction | readonly import("csstype").Property.TransitionTimingFunction[];
1278
- translate?: readonly (string | (string & {}))[] | import("csstype").Property.Translate<string | number> | NonNullable<import("csstype").Property.Translate<string | number>>[];
1279
- unicodeBidi?: import("csstype").Property.UnicodeBidi | NonNullable<import("csstype").Property.UnicodeBidi>[] | readonly import("csstype").Property.UnicodeBidi[];
1280
- userSelect?: import("csstype").Property.UserSelect | NonNullable<import("csstype").Property.UserSelect>[] | readonly import("csstype").Property.UserSelect[];
1281
- verticalAlign?: readonly (string | (string & {}))[] | import("csstype").Property.VerticalAlign<string | number> | NonNullable<import("csstype").Property.VerticalAlign<string | number>>[];
1282
- visibility?: import("csstype").Property.Visibility | NonNullable<import("csstype").Property.Visibility>[] | readonly import("csstype").Property.Visibility[];
1283
- whiteSpace?: import("csstype").Property.WhiteSpace | NonNullable<import("csstype").Property.WhiteSpace>[] | readonly import("csstype").Property.WhiteSpace[];
1284
- widows?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.Widows | NonNullable<import("csstype").Property.Widows>[];
1285
- width?: readonly (string | (string & {}))[] | import("csstype").Property.Width<string | number> | NonNullable<import("csstype").Property.Width<string | number>>[];
1286
- willChange?: string[] | import("csstype").Property.WillChange | readonly import("csstype").Property.WillChange[];
1287
- wordBreak?: import("csstype").Property.WordBreak | NonNullable<import("csstype").Property.WordBreak>[] | readonly import("csstype").Property.WordBreak[];
1288
- wordSpacing?: readonly string[] | import("csstype").Property.WordSpacing<string | number> | NonNullable<import("csstype").Property.WordSpacing<string | number>>[];
1289
- wordWrap?: import("csstype").Property.WordWrap | NonNullable<import("csstype").Property.WordWrap>[] | readonly import("csstype").Property.WordWrap[];
1290
- writingMode?: import("csstype").Property.WritingMode | NonNullable<import("csstype").Property.WritingMode>[] | readonly import("csstype").Property.WritingMode[];
1291
- zIndex?: readonly ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.ZIndex | NonNullable<import("csstype").Property.ZIndex>[];
1292
- zoom?: import("csstype").Property.Zoom | NonNullable<import("csstype").Property.Zoom>[] | readonly ((string & {}) | import("csstype").Globals | "normal" | "reset")[];
1293
- all?: import("csstype").Globals | NonNullable<import("csstype").Globals>[] | readonly import("csstype").Globals[];
1294
- animation?: import("csstype").Property.Animation<string & {}> | NonNullable<import("csstype").Property.Animation<string & {}>>[] | readonly (import("csstype").Globals | import("csstype").DataType.SingleAnimationDirection | import("csstype").DataType.SingleAnimationFillMode | "infinite" | "paused" | "running" | import("csstype").DataType.EasingFunction)[];
1295
- background?: readonly (string | (string & {}))[] | import("csstype").Property.Background<string | number> | NonNullable<import("csstype").Property.Background<string | number>>[];
1296
- backgroundPosition?: readonly (string | (string & {}))[] | import("csstype").Property.BackgroundPosition<string | number> | NonNullable<import("csstype").Property.BackgroundPosition<string | number>>[];
1297
- border?: readonly (string | (string & {}))[] | import("csstype").Property.Border<string | number> | NonNullable<import("csstype").Property.Border<string | number>>[];
1298
- borderBlock?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBlock<string | number> | NonNullable<import("csstype").Property.BorderBlock<string | number>>[];
1299
- borderBlockEnd?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBlockEnd<string | number> | NonNullable<import("csstype").Property.BorderBlockEnd<string | number>>[];
1300
- borderBlockStart?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBlockStart<string | number> | NonNullable<import("csstype").Property.BorderBlockStart<string | number>>[];
1301
- borderBottom?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBottom<string | number> | NonNullable<import("csstype").Property.BorderBottom<string | number>>[];
1302
- borderColor?: string[] | import("csstype").Property.BorderColor | readonly import("csstype").Property.BorderColor[];
1303
- borderImage?: import("csstype").Property.BorderImage | NonNullable<import("csstype").Property.BorderImage>[] | readonly ("repeat" | "none" | (string & {}) | import("csstype").Globals | "stretch" | "round" | "space")[];
1304
- borderInline?: readonly (string | (string & {}))[] | import("csstype").Property.BorderInline<string | number> | NonNullable<import("csstype").Property.BorderInline<string | number>>[];
1305
- borderInlineEnd?: readonly (string | (string & {}))[] | import("csstype").Property.BorderInlineEnd<string | number> | NonNullable<import("csstype").Property.BorderInlineEnd<string | number>>[];
1306
- borderInlineStart?: readonly (string | (string & {}))[] | import("csstype").Property.BorderInlineStart<string | number> | NonNullable<import("csstype").Property.BorderInlineStart<string | number>>[];
1307
- borderLeft?: readonly (string | (string & {}))[] | import("csstype").Property.BorderLeft<string | number> | NonNullable<import("csstype").Property.BorderLeft<string | number>>[];
1308
- borderRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderRadius<string | number> | NonNullable<import("csstype").Property.BorderRadius<string | number>>[];
1309
- borderRight?: readonly (string | (string & {}))[] | import("csstype").Property.BorderRight<string | number> | NonNullable<import("csstype").Property.BorderRight<string | number>>[];
1310
- borderStyle?: string[] | import("csstype").Property.BorderStyle | readonly import("csstype").Property.BorderStyle[];
1311
- borderTop?: readonly (string | (string & {}))[] | import("csstype").Property.BorderTop<string | number> | NonNullable<import("csstype").Property.BorderTop<string | number>>[];
1312
- borderWidth?: readonly (string | (string & {}))[] | import("csstype").Property.BorderWidth<string | number> | NonNullable<import("csstype").Property.BorderWidth<string | number>>[];
1313
- columnRule?: readonly (string | (string & {}))[] | import("csstype").Property.ColumnRule<string | number> | NonNullable<import("csstype").Property.ColumnRule<string | number>>[];
1314
- columns?: readonly (string | (string & {}))[] | import("csstype").Property.Columns<string | number> | NonNullable<import("csstype").Property.Columns<string | number>>[];
1315
- flex?: readonly (string | (string & {}))[] | import("csstype").Property.Flex<string | number> | NonNullable<import("csstype").Property.Flex<string | number>>[];
1316
- flexFlow?: string[] | import("csstype").Property.FlexFlow | readonly import("csstype").Property.FlexFlow[];
1317
- font?: string[] | import("csstype").Property.Font | readonly import("csstype").Property.Font[];
1318
- gap?: readonly (string | (string & {}))[] | import("csstype").Property.Gap<string | number> | NonNullable<import("csstype").Property.Gap<string | number>>[];
1319
- grid?: string[] | import("csstype").Property.Grid | readonly import("csstype").Property.Grid[];
1320
- gridArea?: readonly ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.GridArea | NonNullable<import("csstype").Property.GridArea>[];
1321
- gridColumn?: readonly ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.GridColumn | NonNullable<import("csstype").Property.GridColumn>[];
1322
- gridRow?: readonly ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.GridRow | NonNullable<import("csstype").Property.GridRow>[];
1323
- gridTemplate?: string[] | import("csstype").Property.GridTemplate | readonly import("csstype").Property.GridTemplate[];
1324
- lineClamp?: readonly ("none" | (string & {}) | import("csstype").Globals)[] | import("csstype").Property.LineClamp | NonNullable<import("csstype").Property.LineClamp>[];
1325
- listStyle?: string[] | import("csstype").Property.ListStyle | readonly import("csstype").Property.ListStyle[];
1326
- margin?: readonly (string | (string & {}))[] | import("csstype").Property.Margin<string | number> | NonNullable<import("csstype").Property.Margin<string | number>>[];
1327
- mask?: readonly (string | (string & {}))[] | import("csstype").Property.Mask<string | number> | NonNullable<import("csstype").Property.Mask<string | number>>[];
1328
- maskBorder?: import("csstype").Property.MaskBorder | NonNullable<import("csstype").Property.MaskBorder>[] | readonly ("repeat" | "none" | (string & {}) | import("csstype").Globals | "stretch" | "round" | "space" | "alpha" | "luminance")[];
1329
- motion?: readonly (string | (string & {}))[] | import("csstype").Property.Offset<string | number> | NonNullable<import("csstype").Property.Offset<string | number>>[];
1330
- offset?: readonly (string | (string & {}))[] | import("csstype").Property.Offset<string | number> | NonNullable<import("csstype").Property.Offset<string | number>>[];
1331
- outline?: readonly (string | (string & {}))[] | import("csstype").Property.Outline<string | number> | NonNullable<import("csstype").Property.Outline<string | number>>[];
1332
- overflow?: string[] | import("csstype").Property.Overflow | readonly import("csstype").Property.Overflow[];
1333
- overscrollBehavior?: string[] | import("csstype").Property.OverscrollBehavior | readonly import("csstype").Property.OverscrollBehavior[];
1334
- padding: string | number | readonly (string | (string & {}))[] | NonNullable<import("csstype").Property.Padding<string | number>>[];
1335
- placeItems?: string[] | import("csstype").Property.PlaceItems | readonly import("csstype").Property.PlaceItems[];
1336
- placeSelf?: string[] | import("csstype").Property.PlaceSelf | readonly import("csstype").Property.PlaceSelf[];
1337
- textDecoration?: readonly (string | (string & {}))[] | import("csstype").Property.TextDecoration<string | number> | NonNullable<import("csstype").Property.TextDecoration<string | number>>[];
1338
- textEmphasis?: string[] | import("csstype").Property.TextEmphasis | readonly import("csstype").Property.TextEmphasis[];
1339
- transition?: string[] | import("csstype").Property.Transition<string & {}> | readonly import("csstype").Property.Transition<string & {}>[];
1340
- MozAnimationDelay?: string[] | import("csstype").Property.AnimationDelay<string & {}> | readonly import("csstype").Property.AnimationDelay<string & {}>[];
1341
- MozAnimationDirection?: string[] | import("csstype").Property.AnimationDirection | readonly import("csstype").Property.AnimationDirection[];
1342
- MozAnimationDuration?: string[] | import("csstype").Property.AnimationDuration<string & {}> | readonly import("csstype").Property.AnimationDuration<string & {}>[];
1343
- MozAnimationFillMode?: string[] | import("csstype").Property.AnimationFillMode | readonly import("csstype").Property.AnimationFillMode[];
1344
- MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | NonNullable<import("csstype").Property.AnimationIterationCount>[] | readonly ((string & {}) | import("csstype").Globals | "infinite")[];
1345
- MozAnimationName?: string[] | import("csstype").Property.AnimationName | readonly import("csstype").Property.AnimationName[];
1346
- MozAnimationPlayState?: string[] | import("csstype").Property.AnimationPlayState | readonly import("csstype").Property.AnimationPlayState[];
1347
- MozAnimationTimingFunction?: string[] | import("csstype").Property.AnimationTimingFunction | readonly import("csstype").Property.AnimationTimingFunction[];
1348
- MozAppearance?: import("csstype").Property.MozAppearance | NonNullable<import("csstype").Property.MozAppearance>[] | readonly import("csstype").Property.MozAppearance[];
1349
- MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | NonNullable<import("csstype").Property.BackfaceVisibility>[] | readonly import("csstype").Property.BackfaceVisibility[];
1350
- MozBorderBottomColors?: string[] | import("csstype").Property.MozBorderBottomColors | readonly import("csstype").Property.MozBorderBottomColors[];
1351
- MozBorderEndColor?: string[] | import("csstype").Property.BorderInlineEndColor | readonly import("csstype").Property.BorderInlineEndColor[];
1352
- MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | NonNullable<import("csstype").Property.BorderInlineEndStyle>[] | readonly import("csstype").Property.BorderInlineEndStyle[];
1353
- MozBorderEndWidth?: readonly string[] | import("csstype").Property.BorderInlineEndWidth<string | number> | NonNullable<import("csstype").Property.BorderInlineEndWidth<string | number>>[];
1354
- MozBorderLeftColors?: string[] | import("csstype").Property.MozBorderLeftColors | readonly import("csstype").Property.MozBorderLeftColors[];
1355
- MozBorderRightColors?: string[] | import("csstype").Property.MozBorderRightColors | readonly import("csstype").Property.MozBorderRightColors[];
1356
- MozBorderStartColor?: string[] | import("csstype").Property.BorderInlineStartColor | readonly import("csstype").Property.BorderInlineStartColor[];
1357
- MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | NonNullable<import("csstype").Property.BorderInlineStartStyle>[] | readonly import("csstype").Property.BorderInlineStartStyle[];
1358
- MozBorderTopColors?: string[] | import("csstype").Property.MozBorderTopColors | readonly import("csstype").Property.MozBorderTopColors[];
1359
- MozBoxSizing?: import("csstype").Property.BoxSizing | NonNullable<import("csstype").Property.BoxSizing>[] | readonly import("csstype").Property.BoxSizing[];
1360
- MozColumnCount?: readonly ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.ColumnCount | NonNullable<import("csstype").Property.ColumnCount>[];
1361
- MozColumnFill?: import("csstype").Property.ColumnFill | NonNullable<import("csstype").Property.ColumnFill>[] | readonly import("csstype").Property.ColumnFill[];
1362
- MozColumnRuleColor?: string[] | import("csstype").Property.ColumnRuleColor | readonly import("csstype").Property.ColumnRuleColor[];
1363
- MozColumnRuleStyle?: string[] | import("csstype").Property.ColumnRuleStyle | readonly import("csstype").Property.ColumnRuleStyle[];
1364
- MozColumnRuleWidth?: readonly (string | (string & {}))[] | import("csstype").Property.ColumnRuleWidth<string | number> | NonNullable<import("csstype").Property.ColumnRuleWidth<string | number>>[];
1365
- MozColumnWidth?: readonly string[] | import("csstype").Property.ColumnWidth<string | number> | NonNullable<import("csstype").Property.ColumnWidth<string | number>>[];
1366
- MozContextProperties?: string[] | import("csstype").Property.MozContextProperties | readonly import("csstype").Property.MozContextProperties[];
1367
- MozFontFeatureSettings?: string[] | import("csstype").Property.FontFeatureSettings | readonly import("csstype").Property.FontFeatureSettings[];
1368
- MozFontLanguageOverride?: string[] | import("csstype").Property.FontLanguageOverride | readonly import("csstype").Property.FontLanguageOverride[];
1369
- MozHyphens?: import("csstype").Property.Hyphens | NonNullable<import("csstype").Property.Hyphens>[] | readonly import("csstype").Property.Hyphens[];
1370
- MozImageRegion?: string[] | import("csstype").Property.MozImageRegion | readonly import("csstype").Property.MozImageRegion[];
1371
- MozMarginEnd?: readonly (string | (string & {}))[] | import("csstype").Property.MarginInlineEnd<string | number> | NonNullable<import("csstype").Property.MarginInlineEnd<string | number>>[];
1372
- MozMarginStart?: readonly (string | (string & {}))[] | import("csstype").Property.MarginInlineStart<string | number> | NonNullable<import("csstype").Property.MarginInlineStart<string | number>>[];
1373
- MozOrient?: import("csstype").Property.MozOrient | NonNullable<import("csstype").Property.MozOrient>[] | readonly import("csstype").Property.MozOrient[];
1374
- MozOsxFontSmoothing?: readonly string[] | import("csstype").Property.FontSmooth<string | number> | NonNullable<import("csstype").Property.FontSmooth<string | number>>[];
1375
- MozPaddingEnd?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingInlineEnd<string | number> | NonNullable<import("csstype").Property.PaddingInlineEnd<string | number>>[];
1376
- MozPaddingStart?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingInlineStart<string | number> | NonNullable<import("csstype").Property.PaddingInlineStart<string | number>>[];
1377
- MozPerspective?: readonly string[] | import("csstype").Property.Perspective<string | number> | NonNullable<import("csstype").Property.Perspective<string | number>>[];
1378
- MozPerspectiveOrigin?: readonly (string | (string & {}))[] | import("csstype").Property.PerspectiveOrigin<string | number> | NonNullable<import("csstype").Property.PerspectiveOrigin<string | number>>[];
1379
- MozStackSizing?: import("csstype").Property.MozStackSizing | NonNullable<import("csstype").Property.MozStackSizing>[] | readonly import("csstype").Property.MozStackSizing[];
1380
- MozTabSize?: readonly (string | (string & {}))[] | import("csstype").Property.TabSize<string | number> | NonNullable<import("csstype").Property.TabSize<string | number>>[];
1381
- MozTextBlink?: import("csstype").Property.MozTextBlink | NonNullable<import("csstype").Property.MozTextBlink>[] | readonly import("csstype").Property.MozTextBlink[];
1382
- MozTextSizeAdjust?: string[] | import("csstype").Property.TextSizeAdjust | readonly import("csstype").Property.TextSizeAdjust[];
1383
- MozTransformOrigin?: readonly (string | (string & {}))[] | import("csstype").Property.TransformOrigin<string | number> | NonNullable<import("csstype").Property.TransformOrigin<string | number>>[];
1384
- MozTransformStyle?: import("csstype").Property.TransformStyle | NonNullable<import("csstype").Property.TransformStyle>[] | readonly import("csstype").Property.TransformStyle[];
1385
- MozTransitionDelay?: string[] | import("csstype").Property.TransitionDelay<string & {}> | readonly import("csstype").Property.TransitionDelay<string & {}>[];
1386
- MozTransitionDuration?: string[] | import("csstype").Property.TransitionDuration<string & {}> | readonly import("csstype").Property.TransitionDuration<string & {}>[];
1387
- MozTransitionProperty?: string[] | import("csstype").Property.TransitionProperty | readonly import("csstype").Property.TransitionProperty[];
1388
- MozTransitionTimingFunction?: string[] | import("csstype").Property.TransitionTimingFunction | readonly import("csstype").Property.TransitionTimingFunction[];
1389
- MozUserFocus?: import("csstype").Property.MozUserFocus | NonNullable<import("csstype").Property.MozUserFocus>[] | readonly import("csstype").Property.MozUserFocus[];
1390
- MozUserModify?: import("csstype").Property.MozUserModify | NonNullable<import("csstype").Property.MozUserModify>[] | readonly import("csstype").Property.MozUserModify[];
1391
- MozUserSelect?: import("csstype").Property.UserSelect | NonNullable<import("csstype").Property.UserSelect>[] | readonly import("csstype").Property.UserSelect[];
1392
- MozWindowDragging?: import("csstype").Property.MozWindowDragging | NonNullable<import("csstype").Property.MozWindowDragging>[] | readonly import("csstype").Property.MozWindowDragging[];
1393
- MozWindowShadow?: import("csstype").Property.MozWindowShadow | NonNullable<import("csstype").Property.MozWindowShadow>[] | readonly import("csstype").Property.MozWindowShadow[];
1394
- msAccelerator?: import("csstype").Property.MsAccelerator | NonNullable<import("csstype").Property.MsAccelerator>[] | readonly import("csstype").Property.MsAccelerator[];
1395
- msBlockProgression?: import("csstype").Property.MsBlockProgression | NonNullable<import("csstype").Property.MsBlockProgression>[] | readonly import("csstype").Property.MsBlockProgression[];
1396
- msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | NonNullable<import("csstype").Property.MsContentZoomChaining>[] | readonly import("csstype").Property.MsContentZoomChaining[];
1397
- msContentZoomLimitMax?: string[] | import("csstype").Property.MsContentZoomLimitMax | readonly import("csstype").Property.MsContentZoomLimitMax[];
1398
- msContentZoomLimitMin?: string[] | import("csstype").Property.MsContentZoomLimitMin | readonly import("csstype").Property.MsContentZoomLimitMin[];
1399
- msContentZoomSnapPoints?: string[] | import("csstype").Property.MsContentZoomSnapPoints | readonly import("csstype").Property.MsContentZoomSnapPoints[];
1400
- msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | NonNullable<import("csstype").Property.MsContentZoomSnapType>[] | readonly import("csstype").Property.MsContentZoomSnapType[];
1401
- msContentZooming?: import("csstype").Property.MsContentZooming | NonNullable<import("csstype").Property.MsContentZooming>[] | readonly import("csstype").Property.MsContentZooming[];
1402
- msFilter?: string[] | import("csstype").Property.MsFilter | readonly import("csstype").Property.MsFilter[];
1403
- msFlexDirection?: import("csstype").Property.FlexDirection | NonNullable<import("csstype").Property.FlexDirection>[] | readonly import("csstype").Property.FlexDirection[];
1404
- msFlexPositive?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.FlexGrow | NonNullable<import("csstype").Property.FlexGrow>[];
1405
- msFlowFrom?: string[] | import("csstype").Property.MsFlowFrom | readonly import("csstype").Property.MsFlowFrom[];
1406
- msFlowInto?: string[] | import("csstype").Property.MsFlowInto | readonly import("csstype").Property.MsFlowInto[];
1407
- msGridColumns?: readonly (string | (string & {}))[] | import("csstype").Property.MsGridColumns<string | number> | NonNullable<import("csstype").Property.MsGridColumns<string | number>>[];
1408
- msGridRows?: readonly (string | (string & {}))[] | import("csstype").Property.MsGridRows<string | number> | NonNullable<import("csstype").Property.MsGridRows<string | number>>[];
1409
- msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | NonNullable<import("csstype").Property.MsHighContrastAdjust>[] | readonly import("csstype").Property.MsHighContrastAdjust[];
1410
- msHyphenateLimitChars?: readonly ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.MsHyphenateLimitChars | NonNullable<import("csstype").Property.MsHyphenateLimitChars>[];
1411
- msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | NonNullable<import("csstype").Property.MsHyphenateLimitLines>[] | readonly ((string & {}) | import("csstype").Globals | "no-limit")[];
1412
- msHyphenateLimitZone?: readonly (string | (string & {}))[] | import("csstype").Property.MsHyphenateLimitZone<string | number> | NonNullable<import("csstype").Property.MsHyphenateLimitZone<string | number>>[];
1413
- msHyphens?: import("csstype").Property.Hyphens | NonNullable<import("csstype").Property.Hyphens>[] | readonly import("csstype").Property.Hyphens[];
1414
- msImeAlign?: import("csstype").Property.MsImeAlign | NonNullable<import("csstype").Property.MsImeAlign>[] | readonly import("csstype").Property.MsImeAlign[];
1415
- msLineBreak?: import("csstype").Property.LineBreak | NonNullable<import("csstype").Property.LineBreak>[] | readonly import("csstype").Property.LineBreak[];
1416
- msOrder?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.Order | NonNullable<import("csstype").Property.Order>[];
1417
- msOverflowStyle?: import("csstype").Property.MsOverflowStyle | NonNullable<import("csstype").Property.MsOverflowStyle>[] | readonly import("csstype").Property.MsOverflowStyle[];
1418
- msOverflowX?: import("csstype").Property.OverflowX | NonNullable<import("csstype").Property.OverflowX>[] | readonly import("csstype").Property.OverflowX[];
1419
- msOverflowY?: import("csstype").Property.OverflowY | NonNullable<import("csstype").Property.OverflowY>[] | readonly import("csstype").Property.OverflowY[];
1420
- msScrollChaining?: import("csstype").Property.MsScrollChaining | NonNullable<import("csstype").Property.MsScrollChaining>[] | readonly import("csstype").Property.MsScrollChaining[];
1421
- msScrollLimitXMax?: readonly string[] | import("csstype").Property.MsScrollLimitXMax<string | number> | NonNullable<import("csstype").Property.MsScrollLimitXMax<string | number>>[];
1422
- msScrollLimitXMin?: readonly string[] | import("csstype").Property.MsScrollLimitXMin<string | number> | NonNullable<import("csstype").Property.MsScrollLimitXMin<string | number>>[];
1423
- msScrollLimitYMax?: readonly string[] | import("csstype").Property.MsScrollLimitYMax<string | number> | NonNullable<import("csstype").Property.MsScrollLimitYMax<string | number>>[];
1424
- msScrollLimitYMin?: readonly string[] | import("csstype").Property.MsScrollLimitYMin<string | number> | NonNullable<import("csstype").Property.MsScrollLimitYMin<string | number>>[];
1425
- msScrollRails?: import("csstype").Property.MsScrollRails | NonNullable<import("csstype").Property.MsScrollRails>[] | readonly import("csstype").Property.MsScrollRails[];
1426
- msScrollSnapPointsX?: string[] | import("csstype").Property.MsScrollSnapPointsX | readonly import("csstype").Property.MsScrollSnapPointsX[];
1427
- msScrollSnapPointsY?: string[] | import("csstype").Property.MsScrollSnapPointsY | readonly import("csstype").Property.MsScrollSnapPointsY[];
1428
- msScrollSnapType?: import("csstype").Property.MsScrollSnapType | NonNullable<import("csstype").Property.MsScrollSnapType>[] | readonly import("csstype").Property.MsScrollSnapType[];
1429
- msScrollTranslation?: import("csstype").Property.MsScrollTranslation | NonNullable<import("csstype").Property.MsScrollTranslation>[] | readonly import("csstype").Property.MsScrollTranslation[];
1430
- msScrollbar3dlightColor?: string[] | import("csstype").Property.MsScrollbar3dlightColor | readonly import("csstype").Property.MsScrollbar3dlightColor[];
1431
- msScrollbarArrowColor?: string[] | import("csstype").Property.MsScrollbarArrowColor | readonly import("csstype").Property.MsScrollbarArrowColor[];
1432
- msScrollbarBaseColor?: string[] | import("csstype").Property.MsScrollbarBaseColor | readonly import("csstype").Property.MsScrollbarBaseColor[];
1433
- msScrollbarDarkshadowColor?: string[] | import("csstype").Property.MsScrollbarDarkshadowColor | readonly import("csstype").Property.MsScrollbarDarkshadowColor[];
1434
- msScrollbarFaceColor?: string[] | import("csstype").Property.MsScrollbarFaceColor | readonly import("csstype").Property.MsScrollbarFaceColor[];
1435
- msScrollbarHighlightColor?: string[] | import("csstype").Property.MsScrollbarHighlightColor | readonly import("csstype").Property.MsScrollbarHighlightColor[];
1436
- msScrollbarShadowColor?: string[] | import("csstype").Property.MsScrollbarShadowColor | readonly import("csstype").Property.MsScrollbarShadowColor[];
1437
- msScrollbarTrackColor?: string[] | import("csstype").Property.MsScrollbarTrackColor | readonly import("csstype").Property.MsScrollbarTrackColor[];
1438
- msTextAutospace?: import("csstype").Property.MsTextAutospace | NonNullable<import("csstype").Property.MsTextAutospace>[] | readonly import("csstype").Property.MsTextAutospace[];
1439
- msTextCombineHorizontal?: string[] | import("csstype").Property.TextCombineUpright | readonly import("csstype").Property.TextCombineUpright[];
1440
- msTextOverflow?: string[] | import("csstype").Property.TextOverflow | readonly import("csstype").Property.TextOverflow[];
1441
- msTouchAction?: string[] | import("csstype").Property.TouchAction | readonly import("csstype").Property.TouchAction[];
1442
- msTouchSelect?: import("csstype").Property.MsTouchSelect | NonNullable<import("csstype").Property.MsTouchSelect>[] | readonly import("csstype").Property.MsTouchSelect[];
1443
- msTransform?: string[] | import("csstype").Property.Transform | readonly import("csstype").Property.Transform[];
1444
- msTransformOrigin?: readonly (string | (string & {}))[] | import("csstype").Property.TransformOrigin<string | number> | NonNullable<import("csstype").Property.TransformOrigin<string | number>>[];
1445
- msTransitionDelay?: string[] | import("csstype").Property.TransitionDelay<string & {}> | readonly import("csstype").Property.TransitionDelay<string & {}>[];
1446
- msTransitionDuration?: string[] | import("csstype").Property.TransitionDuration<string & {}> | readonly import("csstype").Property.TransitionDuration<string & {}>[];
1447
- msTransitionProperty?: string[] | import("csstype").Property.TransitionProperty | readonly import("csstype").Property.TransitionProperty[];
1448
- msTransitionTimingFunction?: string[] | import("csstype").Property.TransitionTimingFunction | readonly import("csstype").Property.TransitionTimingFunction[];
1449
- msUserSelect?: import("csstype").Property.MsUserSelect | NonNullable<import("csstype").Property.MsUserSelect>[] | readonly import("csstype").Property.MsUserSelect[];
1450
- msWordBreak?: import("csstype").Property.WordBreak | NonNullable<import("csstype").Property.WordBreak>[] | readonly import("csstype").Property.WordBreak[];
1451
- msWrapFlow?: import("csstype").Property.MsWrapFlow | NonNullable<import("csstype").Property.MsWrapFlow>[] | readonly import("csstype").Property.MsWrapFlow[];
1452
- msWrapMargin?: readonly string[] | import("csstype").Property.MsWrapMargin<string | number> | NonNullable<import("csstype").Property.MsWrapMargin<string | number>>[];
1453
- msWrapThrough?: import("csstype").Property.MsWrapThrough | NonNullable<import("csstype").Property.MsWrapThrough>[] | readonly import("csstype").Property.MsWrapThrough[];
1454
- msWritingMode?: import("csstype").Property.WritingMode | NonNullable<import("csstype").Property.WritingMode>[] | readonly import("csstype").Property.WritingMode[];
1455
- WebkitAlignContent?: string[] | import("csstype").Property.AlignContent | readonly import("csstype").Property.AlignContent[];
1456
- WebkitAlignItems?: string[] | import("csstype").Property.AlignItems | readonly import("csstype").Property.AlignItems[];
1457
- WebkitAlignSelf?: string[] | import("csstype").Property.AlignSelf | readonly import("csstype").Property.AlignSelf[];
1458
- WebkitAnimationDelay?: string[] | import("csstype").Property.AnimationDelay<string & {}> | readonly import("csstype").Property.AnimationDelay<string & {}>[];
1459
- WebkitAnimationDirection?: string[] | import("csstype").Property.AnimationDirection | readonly import("csstype").Property.AnimationDirection[];
1460
- WebkitAnimationDuration?: string[] | import("csstype").Property.AnimationDuration<string & {}> | readonly import("csstype").Property.AnimationDuration<string & {}>[];
1461
- WebkitAnimationFillMode?: string[] | import("csstype").Property.AnimationFillMode | readonly import("csstype").Property.AnimationFillMode[];
1462
- WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | NonNullable<import("csstype").Property.AnimationIterationCount>[] | readonly ((string & {}) | import("csstype").Globals | "infinite")[];
1463
- WebkitAnimationName?: string[] | import("csstype").Property.AnimationName | readonly import("csstype").Property.AnimationName[];
1464
- WebkitAnimationPlayState?: string[] | import("csstype").Property.AnimationPlayState | readonly import("csstype").Property.AnimationPlayState[];
1465
- WebkitAnimationTimingFunction?: string[] | import("csstype").Property.AnimationTimingFunction | readonly import("csstype").Property.AnimationTimingFunction[];
1466
- WebkitAppearance?: import("csstype").Property.WebkitAppearance | NonNullable<import("csstype").Property.WebkitAppearance>[] | readonly import("csstype").Property.WebkitAppearance[];
1467
- WebkitBackdropFilter?: string[] | import("csstype").Property.BackdropFilter | readonly import("csstype").Property.BackdropFilter[];
1468
- WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | NonNullable<import("csstype").Property.BackfaceVisibility>[] | readonly import("csstype").Property.BackfaceVisibility[];
1469
- WebkitBackgroundClip?: string[] | import("csstype").Property.BackgroundClip | readonly import("csstype").Property.BackgroundClip[];
1470
- WebkitBackgroundOrigin?: string[] | import("csstype").Property.BackgroundOrigin | readonly import("csstype").Property.BackgroundOrigin[];
1471
- WebkitBackgroundSize?: readonly (string | (string & {}))[] | import("csstype").Property.BackgroundSize<string | number> | NonNullable<import("csstype").Property.BackgroundSize<string | number>>[];
1472
- WebkitBorderBeforeColor?: string[] | import("csstype").Property.WebkitBorderBeforeColor | readonly import("csstype").Property.WebkitBorderBeforeColor[];
1473
- WebkitBorderBeforeStyle?: string[] | import("csstype").Property.WebkitBorderBeforeStyle | readonly import("csstype").Property.WebkitBorderBeforeStyle[];
1474
- WebkitBorderBeforeWidth?: readonly (string | (string & {}))[] | import("csstype").Property.WebkitBorderBeforeWidth<string | number> | NonNullable<import("csstype").Property.WebkitBorderBeforeWidth<string | number>>[];
1475
- WebkitBorderBottomLeftRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBottomLeftRadius<string | number> | NonNullable<import("csstype").Property.BorderBottomLeftRadius<string | number>>[];
1476
- WebkitBorderBottomRightRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBottomRightRadius<string | number> | NonNullable<import("csstype").Property.BorderBottomRightRadius<string | number>>[];
1477
- WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | NonNullable<import("csstype").Property.BorderImageSlice>[] | readonly ((string & {}) | import("csstype").Globals)[];
1478
- WebkitBorderTopLeftRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderTopLeftRadius<string | number> | NonNullable<import("csstype").Property.BorderTopLeftRadius<string | number>>[];
1479
- WebkitBorderTopRightRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderTopRightRadius<string | number> | NonNullable<import("csstype").Property.BorderTopRightRadius<string | number>>[];
1480
- WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | NonNullable<import("csstype").Property.BoxDecorationBreak>[] | readonly import("csstype").Property.BoxDecorationBreak[];
1481
- WebkitBoxReflect?: readonly (string | (string & {}))[] | import("csstype").Property.WebkitBoxReflect<string | number> | NonNullable<import("csstype").Property.WebkitBoxReflect<string | number>>[];
1482
- WebkitBoxShadow?: string[] | import("csstype").Property.BoxShadow | readonly import("csstype").Property.BoxShadow[];
1483
- WebkitBoxSizing?: import("csstype").Property.BoxSizing | NonNullable<import("csstype").Property.BoxSizing>[] | readonly import("csstype").Property.BoxSizing[];
1484
- WebkitClipPath?: string[] | import("csstype").Property.ClipPath | readonly import("csstype").Property.ClipPath[];
1485
- WebkitColumnCount?: readonly ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.ColumnCount | NonNullable<import("csstype").Property.ColumnCount>[];
1486
- WebkitColumnFill?: import("csstype").Property.ColumnFill | NonNullable<import("csstype").Property.ColumnFill>[] | readonly import("csstype").Property.ColumnFill[];
1487
- WebkitColumnRuleColor?: string[] | import("csstype").Property.ColumnRuleColor | readonly import("csstype").Property.ColumnRuleColor[];
1488
- WebkitColumnRuleStyle?: string[] | import("csstype").Property.ColumnRuleStyle | readonly import("csstype").Property.ColumnRuleStyle[];
1489
- WebkitColumnRuleWidth?: readonly (string | (string & {}))[] | import("csstype").Property.ColumnRuleWidth<string | number> | NonNullable<import("csstype").Property.ColumnRuleWidth<string | number>>[];
1490
- WebkitColumnSpan?: import("csstype").Property.ColumnSpan | NonNullable<import("csstype").Property.ColumnSpan>[] | readonly import("csstype").Property.ColumnSpan[];
1491
- WebkitColumnWidth?: readonly string[] | import("csstype").Property.ColumnWidth<string | number> | NonNullable<import("csstype").Property.ColumnWidth<string | number>>[];
1492
- WebkitFilter?: string[] | import("csstype").Property.Filter | readonly import("csstype").Property.Filter[];
1493
- WebkitFlexBasis?: readonly (string | (string & {}))[] | import("csstype").Property.FlexBasis<string | number> | NonNullable<import("csstype").Property.FlexBasis<string | number>>[];
1494
- WebkitFlexDirection?: import("csstype").Property.FlexDirection | NonNullable<import("csstype").Property.FlexDirection>[] | readonly import("csstype").Property.FlexDirection[];
1495
- WebkitFlexGrow?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.FlexGrow | NonNullable<import("csstype").Property.FlexGrow>[];
1496
- WebkitFlexShrink?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.FlexShrink | NonNullable<import("csstype").Property.FlexShrink>[];
1497
- WebkitFlexWrap?: import("csstype").Property.FlexWrap | NonNullable<import("csstype").Property.FlexWrap>[] | readonly import("csstype").Property.FlexWrap[];
1498
- WebkitFontFeatureSettings?: string[] | import("csstype").Property.FontFeatureSettings | readonly import("csstype").Property.FontFeatureSettings[];
1499
- WebkitFontKerning?: import("csstype").Property.FontKerning | NonNullable<import("csstype").Property.FontKerning>[] | readonly import("csstype").Property.FontKerning[];
1500
- WebkitFontSmoothing?: readonly string[] | import("csstype").Property.FontSmooth<string | number> | NonNullable<import("csstype").Property.FontSmooth<string | number>>[];
1501
- WebkitFontVariantLigatures?: string[] | import("csstype").Property.FontVariantLigatures | readonly import("csstype").Property.FontVariantLigatures[];
1502
- WebkitHyphenateCharacter?: string[] | import("csstype").Property.HyphenateCharacter | readonly import("csstype").Property.HyphenateCharacter[];
1503
- WebkitHyphens?: import("csstype").Property.Hyphens | NonNullable<import("csstype").Property.Hyphens>[] | readonly import("csstype").Property.Hyphens[];
1504
- WebkitInitialLetter?: import("csstype").Property.InitialLetter | NonNullable<import("csstype").Property.InitialLetter>[] | readonly ((string & {}) | import("csstype").Globals | "normal")[];
1505
- WebkitJustifyContent?: string[] | import("csstype").Property.JustifyContent | readonly import("csstype").Property.JustifyContent[];
1506
- WebkitLineBreak?: import("csstype").Property.LineBreak | NonNullable<import("csstype").Property.LineBreak>[] | readonly import("csstype").Property.LineBreak[];
1507
- WebkitLineClamp?: readonly ("none" | (string & {}) | import("csstype").Globals)[] | import("csstype").Property.WebkitLineClamp | NonNullable<import("csstype").Property.WebkitLineClamp>[];
1508
- WebkitMarginEnd?: readonly (string | (string & {}))[] | import("csstype").Property.MarginInlineEnd<string | number> | NonNullable<import("csstype").Property.MarginInlineEnd<string | number>>[];
1509
- WebkitMarginStart?: readonly (string | (string & {}))[] | import("csstype").Property.MarginInlineStart<string | number> | NonNullable<import("csstype").Property.MarginInlineStart<string | number>>[];
1510
- WebkitMaskAttachment?: string[] | import("csstype").Property.WebkitMaskAttachment | readonly import("csstype").Property.WebkitMaskAttachment[];
1511
- WebkitMaskBoxImageOutset?: readonly (string | (string & {}))[] | import("csstype").Property.MaskBorderOutset<string | number> | NonNullable<import("csstype").Property.MaskBorderOutset<string | number>>[];
1512
- WebkitMaskBoxImageRepeat?: string[] | import("csstype").Property.MaskBorderRepeat | readonly import("csstype").Property.MaskBorderRepeat[];
1513
- WebkitMaskBoxImageSlice?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.MaskBorderSlice | NonNullable<import("csstype").Property.MaskBorderSlice>[];
1514
- WebkitMaskBoxImageSource?: string[] | import("csstype").Property.MaskBorderSource | readonly import("csstype").Property.MaskBorderSource[];
1515
- WebkitMaskBoxImageWidth?: readonly (string | (string & {}))[] | import("csstype").Property.MaskBorderWidth<string | number> | NonNullable<import("csstype").Property.MaskBorderWidth<string | number>>[];
1516
- WebkitMaskClip?: string[] | import("csstype").Property.WebkitMaskClip | readonly import("csstype").Property.WebkitMaskClip[];
1517
- WebkitMaskComposite?: string[] | import("csstype").Property.WebkitMaskComposite | readonly import("csstype").Property.WebkitMaskComposite[];
1518
- WebkitMaskImage?: string[] | import("csstype").Property.WebkitMaskImage | readonly import("csstype").Property.WebkitMaskImage[];
1519
- WebkitMaskOrigin?: string[] | import("csstype").Property.WebkitMaskOrigin | readonly import("csstype").Property.WebkitMaskOrigin[];
1520
- WebkitMaskPosition?: readonly (string | (string & {}))[] | import("csstype").Property.WebkitMaskPosition<string | number> | NonNullable<import("csstype").Property.WebkitMaskPosition<string | number>>[];
1521
- WebkitMaskPositionX?: readonly (string | (string & {}))[] | import("csstype").Property.WebkitMaskPositionX<string | number> | NonNullable<import("csstype").Property.WebkitMaskPositionX<string | number>>[];
1522
- WebkitMaskPositionY?: readonly (string | (string & {}))[] | import("csstype").Property.WebkitMaskPositionY<string | number> | NonNullable<import("csstype").Property.WebkitMaskPositionY<string | number>>[];
1523
- WebkitMaskRepeat?: string[] | import("csstype").Property.WebkitMaskRepeat | readonly import("csstype").Property.WebkitMaskRepeat[];
1524
- WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | NonNullable<import("csstype").Property.WebkitMaskRepeatX>[] | readonly import("csstype").Property.WebkitMaskRepeatX[];
1525
- WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | NonNullable<import("csstype").Property.WebkitMaskRepeatY>[] | readonly import("csstype").Property.WebkitMaskRepeatY[];
1526
- WebkitMaskSize?: readonly (string | (string & {}))[] | import("csstype").Property.WebkitMaskSize<string | number> | NonNullable<import("csstype").Property.WebkitMaskSize<string | number>>[];
1527
- WebkitMaxInlineSize?: readonly (string | (string & {}))[] | import("csstype").Property.MaxInlineSize<string | number> | NonNullable<import("csstype").Property.MaxInlineSize<string | number>>[];
1528
- WebkitOrder?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.Order | NonNullable<import("csstype").Property.Order>[];
1529
- WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | NonNullable<import("csstype").Property.WebkitOverflowScrolling>[] | readonly import("csstype").Property.WebkitOverflowScrolling[];
1530
- WebkitPaddingEnd?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingInlineEnd<string | number> | NonNullable<import("csstype").Property.PaddingInlineEnd<string | number>>[];
1531
- WebkitPaddingStart?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingInlineStart<string | number> | NonNullable<import("csstype").Property.PaddingInlineStart<string | number>>[];
1532
- WebkitPerspective?: readonly string[] | import("csstype").Property.Perspective<string | number> | NonNullable<import("csstype").Property.Perspective<string | number>>[];
1533
- WebkitPerspectiveOrigin?: readonly (string | (string & {}))[] | import("csstype").Property.PerspectiveOrigin<string | number> | NonNullable<import("csstype").Property.PerspectiveOrigin<string | number>>[];
1534
- WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | NonNullable<import("csstype").Property.PrintColorAdjust>[] | readonly import("csstype").Property.PrintColorAdjust[];
1535
- WebkitRubyPosition?: string[] | import("csstype").Property.RubyPosition | readonly import("csstype").Property.RubyPosition[];
1536
- WebkitScrollSnapType?: string[] | import("csstype").Property.ScrollSnapType | readonly import("csstype").Property.ScrollSnapType[];
1537
- WebkitShapeMargin?: readonly (string | (string & {}))[] | import("csstype").Property.ShapeMargin<string | number> | NonNullable<import("csstype").Property.ShapeMargin<string | number>>[];
1538
- WebkitTapHighlightColor?: string[] | import("csstype").Property.WebkitTapHighlightColor | readonly import("csstype").Property.WebkitTapHighlightColor[];
1539
- WebkitTextCombine?: string[] | import("csstype").Property.TextCombineUpright | readonly import("csstype").Property.TextCombineUpright[];
1540
- WebkitTextDecorationColor?: string[] | import("csstype").Property.TextDecorationColor | readonly import("csstype").Property.TextDecorationColor[];
1541
- WebkitTextDecorationLine?: string[] | import("csstype").Property.TextDecorationLine | readonly import("csstype").Property.TextDecorationLine[];
1542
- WebkitTextDecorationSkip?: string[] | import("csstype").Property.TextDecorationSkip | readonly import("csstype").Property.TextDecorationSkip[];
1543
- WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | NonNullable<import("csstype").Property.TextDecorationStyle>[] | readonly import("csstype").Property.TextDecorationStyle[];
1544
- WebkitTextEmphasisColor?: string[] | import("csstype").Property.TextEmphasisColor | readonly import("csstype").Property.TextEmphasisColor[];
1545
- WebkitTextEmphasisPosition?: string[] | import("csstype").Property.TextEmphasisPosition | readonly import("csstype").Property.TextEmphasisPosition[];
1546
- WebkitTextEmphasisStyle?: string[] | import("csstype").Property.TextEmphasisStyle | readonly import("csstype").Property.TextEmphasisStyle[];
1547
- WebkitTextFillColor?: string[] | import("csstype").Property.WebkitTextFillColor | readonly import("csstype").Property.WebkitTextFillColor[];
1548
- WebkitTextOrientation?: import("csstype").Property.TextOrientation | NonNullable<import("csstype").Property.TextOrientation>[] | readonly import("csstype").Property.TextOrientation[];
1549
- WebkitTextSizeAdjust?: string[] | import("csstype").Property.TextSizeAdjust | readonly import("csstype").Property.TextSizeAdjust[];
1550
- WebkitTextStrokeColor?: string[] | import("csstype").Property.WebkitTextStrokeColor | readonly import("csstype").Property.WebkitTextStrokeColor[];
1551
- WebkitTextStrokeWidth?: readonly string[] | import("csstype").Property.WebkitTextStrokeWidth<string | number> | NonNullable<import("csstype").Property.WebkitTextStrokeWidth<string | number>>[];
1552
- WebkitTextUnderlinePosition?: string[] | import("csstype").Property.TextUnderlinePosition | readonly import("csstype").Property.TextUnderlinePosition[];
1553
- WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | NonNullable<import("csstype").Property.WebkitTouchCallout>[] | readonly import("csstype").Property.WebkitTouchCallout[];
1554
- WebkitTransform?: string[] | import("csstype").Property.Transform | readonly import("csstype").Property.Transform[];
1555
- WebkitTransformOrigin?: readonly (string | (string & {}))[] | import("csstype").Property.TransformOrigin<string | number> | NonNullable<import("csstype").Property.TransformOrigin<string | number>>[];
1556
- WebkitTransformStyle?: import("csstype").Property.TransformStyle | NonNullable<import("csstype").Property.TransformStyle>[] | readonly import("csstype").Property.TransformStyle[];
1557
- WebkitTransitionDelay?: string[] | import("csstype").Property.TransitionDelay<string & {}> | readonly import("csstype").Property.TransitionDelay<string & {}>[];
1558
- WebkitTransitionDuration?: string[] | import("csstype").Property.TransitionDuration<string & {}> | readonly import("csstype").Property.TransitionDuration<string & {}>[];
1559
- WebkitTransitionProperty?: string[] | import("csstype").Property.TransitionProperty | readonly import("csstype").Property.TransitionProperty[];
1560
- WebkitTransitionTimingFunction?: string[] | import("csstype").Property.TransitionTimingFunction | readonly import("csstype").Property.TransitionTimingFunction[];
1561
- WebkitUserModify?: import("csstype").Property.WebkitUserModify | NonNullable<import("csstype").Property.WebkitUserModify>[] | readonly import("csstype").Property.WebkitUserModify[];
1562
- WebkitUserSelect?: import("csstype").Property.UserSelect | NonNullable<import("csstype").Property.UserSelect>[] | readonly import("csstype").Property.UserSelect[];
1563
- WebkitWritingMode?: import("csstype").Property.WritingMode | NonNullable<import("csstype").Property.WritingMode>[] | readonly import("csstype").Property.WritingMode[];
1564
- MozAnimation?: import("csstype").Property.Animation<string & {}> | NonNullable<import("csstype").Property.Animation<string & {}>>[] | readonly (import("csstype").Globals | import("csstype").DataType.SingleAnimationDirection | import("csstype").DataType.SingleAnimationFillMode | "infinite" | "paused" | "running" | import("csstype").DataType.EasingFunction)[];
1565
- MozBorderImage?: import("csstype").Property.BorderImage | NonNullable<import("csstype").Property.BorderImage>[] | readonly ("repeat" | "none" | (string & {}) | import("csstype").Globals | "stretch" | "round" | "space")[];
1566
- MozColumnRule?: readonly (string | (string & {}))[] | import("csstype").Property.ColumnRule<string | number> | NonNullable<import("csstype").Property.ColumnRule<string | number>>[];
1567
- MozColumns?: readonly (string | (string & {}))[] | import("csstype").Property.Columns<string | number> | NonNullable<import("csstype").Property.Columns<string | number>>[];
1568
- MozTransition?: string[] | import("csstype").Property.Transition<string & {}> | readonly import("csstype").Property.Transition<string & {}>[];
1569
- msContentZoomLimit?: string[] | import("csstype").Property.MsContentZoomLimit | readonly import("csstype").Property.MsContentZoomLimit[];
1570
- msContentZoomSnap?: string[] | import("csstype").Property.MsContentZoomSnap | readonly import("csstype").Property.MsContentZoomSnap[];
1571
- msFlex?: readonly (string | (string & {}))[] | import("csstype").Property.Flex<string | number> | NonNullable<import("csstype").Property.Flex<string | number>>[];
1572
- msScrollLimit?: string[] | import("csstype").Property.MsScrollLimit | readonly import("csstype").Property.MsScrollLimit[];
1573
- msScrollSnapX?: string[] | import("csstype").Property.MsScrollSnapX | readonly import("csstype").Property.MsScrollSnapX[];
1574
- msScrollSnapY?: string[] | import("csstype").Property.MsScrollSnapY | readonly import("csstype").Property.MsScrollSnapY[];
1575
- msTransition?: string[] | import("csstype").Property.Transition<string & {}> | readonly import("csstype").Property.Transition<string & {}>[];
1576
- WebkitAnimation?: import("csstype").Property.Animation<string & {}> | NonNullable<import("csstype").Property.Animation<string & {}>>[] | readonly (import("csstype").Globals | import("csstype").DataType.SingleAnimationDirection | import("csstype").DataType.SingleAnimationFillMode | "infinite" | "paused" | "running" | import("csstype").DataType.EasingFunction)[];
1577
- WebkitBorderBefore?: readonly (string | (string & {}))[] | import("csstype").Property.WebkitBorderBefore<string | number> | NonNullable<import("csstype").Property.WebkitBorderBefore<string | number>>[];
1578
- WebkitBorderImage?: import("csstype").Property.BorderImage | NonNullable<import("csstype").Property.BorderImage>[] | readonly ("repeat" | "none" | (string & {}) | import("csstype").Globals | "stretch" | "round" | "space")[];
1579
- WebkitBorderRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderRadius<string | number> | NonNullable<import("csstype").Property.BorderRadius<string | number>>[];
1580
- WebkitColumnRule?: readonly (string | (string & {}))[] | import("csstype").Property.ColumnRule<string | number> | NonNullable<import("csstype").Property.ColumnRule<string | number>>[];
1581
- WebkitColumns?: readonly (string | (string & {}))[] | import("csstype").Property.Columns<string | number> | NonNullable<import("csstype").Property.Columns<string | number>>[];
1582
- WebkitFlex?: readonly (string | (string & {}))[] | import("csstype").Property.Flex<string | number> | NonNullable<import("csstype").Property.Flex<string | number>>[];
1583
- WebkitFlexFlow?: string[] | import("csstype").Property.FlexFlow | readonly import("csstype").Property.FlexFlow[];
1584
- WebkitMask?: readonly (string | (string & {}))[] | import("csstype").Property.WebkitMask<string | number> | NonNullable<import("csstype").Property.WebkitMask<string | number>>[];
1585
- WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | NonNullable<import("csstype").Property.MaskBorder>[] | readonly ("repeat" | "none" | (string & {}) | import("csstype").Globals | "stretch" | "round" | "space" | "alpha" | "luminance")[];
1586
- WebkitTextEmphasis?: string[] | import("csstype").Property.TextEmphasis | readonly import("csstype").Property.TextEmphasis[];
1587
- WebkitTextStroke?: readonly (string | (string & {}))[] | import("csstype").Property.WebkitTextStroke<string | number> | NonNullable<import("csstype").Property.WebkitTextStroke<string | number>>[];
1588
- WebkitTransition?: string[] | import("csstype").Property.Transition<string & {}> | readonly import("csstype").Property.Transition<string & {}>[];
1589
- azimuth?: string[] | import("csstype").Property.Azimuth | readonly import("csstype").Property.Azimuth[];
1590
- boxAlign?: import("csstype").Property.BoxAlign | NonNullable<import("csstype").Property.BoxAlign>[] | readonly import("csstype").Property.BoxAlign[];
1591
- boxDirection?: import("csstype").Property.BoxDirection | NonNullable<import("csstype").Property.BoxDirection>[] | readonly import("csstype").Property.BoxDirection[];
1592
- boxFlex?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.BoxFlex | NonNullable<import("csstype").Property.BoxFlex>[];
1593
- boxFlexGroup?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.BoxFlexGroup | NonNullable<import("csstype").Property.BoxFlexGroup>[];
1594
- boxLines?: import("csstype").Property.BoxLines | NonNullable<import("csstype").Property.BoxLines>[] | readonly import("csstype").Property.BoxLines[];
1595
- boxOrdinalGroup?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.BoxOrdinalGroup | NonNullable<import("csstype").Property.BoxOrdinalGroup>[];
1596
- boxOrient?: import("csstype").Property.BoxOrient | NonNullable<import("csstype").Property.BoxOrient>[] | readonly import("csstype").Property.BoxOrient[];
1597
- boxPack?: import("csstype").Property.BoxPack | NonNullable<import("csstype").Property.BoxPack>[] | readonly import("csstype").Property.BoxPack[];
1598
- clip?: string[] | import("csstype").Property.Clip | readonly import("csstype").Property.Clip[];
1599
- gridColumnGap?: readonly (string | (string & {}))[] | import("csstype").Property.GridColumnGap<string | number> | NonNullable<import("csstype").Property.GridColumnGap<string | number>>[];
1600
- gridGap?: readonly (string | (string & {}))[] | import("csstype").Property.GridGap<string | number> | NonNullable<import("csstype").Property.GridGap<string | number>>[];
1601
- gridRowGap?: readonly (string | (string & {}))[] | import("csstype").Property.GridRowGap<string | number> | NonNullable<import("csstype").Property.GridRowGap<string | number>>[];
1602
- imeMode?: import("csstype").Property.ImeMode | NonNullable<import("csstype").Property.ImeMode>[] | readonly import("csstype").Property.ImeMode[];
1603
- offsetBlock?: readonly (string | (string & {}))[] | import("csstype").Property.InsetBlock<string | number> | NonNullable<import("csstype").Property.InsetBlock<string | number>>[];
1604
- offsetBlockEnd?: readonly (string | (string & {}))[] | import("csstype").Property.InsetBlockEnd<string | number> | NonNullable<import("csstype").Property.InsetBlockEnd<string | number>>[];
1605
- offsetBlockStart?: readonly (string | (string & {}))[] | import("csstype").Property.InsetBlockStart<string | number> | NonNullable<import("csstype").Property.InsetBlockStart<string | number>>[];
1606
- offsetInline?: readonly (string | (string & {}))[] | import("csstype").Property.InsetInline<string | number> | NonNullable<import("csstype").Property.InsetInline<string | number>>[];
1607
- offsetInlineEnd?: readonly (string | (string & {}))[] | import("csstype").Property.InsetInlineEnd<string | number> | NonNullable<import("csstype").Property.InsetInlineEnd<string | number>>[];
1608
- offsetInlineStart?: readonly (string | (string & {}))[] | import("csstype").Property.InsetInlineStart<string | number> | NonNullable<import("csstype").Property.InsetInlineStart<string | number>>[];
1609
- scrollSnapCoordinate?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollSnapCoordinate<string | number> | NonNullable<import("csstype").Property.ScrollSnapCoordinate<string | number>>[];
1610
- scrollSnapDestination?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollSnapDestination<string | number> | NonNullable<import("csstype").Property.ScrollSnapDestination<string | number>>[];
1611
- scrollSnapPointsX?: string[] | import("csstype").Property.ScrollSnapPointsX | readonly import("csstype").Property.ScrollSnapPointsX[];
1612
- scrollSnapPointsY?: string[] | import("csstype").Property.ScrollSnapPointsY | readonly import("csstype").Property.ScrollSnapPointsY[];
1613
- scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | NonNullable<import("csstype").Property.ScrollSnapTypeX>[] | readonly import("csstype").Property.ScrollSnapTypeX[];
1614
- scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | NonNullable<import("csstype").Property.ScrollSnapTypeY>[] | readonly import("csstype").Property.ScrollSnapTypeY[];
1615
- KhtmlBoxAlign?: import("csstype").Property.BoxAlign | NonNullable<import("csstype").Property.BoxAlign>[] | readonly import("csstype").Property.BoxAlign[];
1616
- KhtmlBoxDirection?: import("csstype").Property.BoxDirection | NonNullable<import("csstype").Property.BoxDirection>[] | readonly import("csstype").Property.BoxDirection[];
1617
- KhtmlBoxFlex?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.BoxFlex | NonNullable<import("csstype").Property.BoxFlex>[];
1618
- KhtmlBoxFlexGroup?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.BoxFlexGroup | NonNullable<import("csstype").Property.BoxFlexGroup>[];
1619
- KhtmlBoxLines?: import("csstype").Property.BoxLines | NonNullable<import("csstype").Property.BoxLines>[] | readonly import("csstype").Property.BoxLines[];
1620
- KhtmlBoxOrdinalGroup?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.BoxOrdinalGroup | NonNullable<import("csstype").Property.BoxOrdinalGroup>[];
1621
- KhtmlBoxOrient?: import("csstype").Property.BoxOrient | NonNullable<import("csstype").Property.BoxOrient>[] | readonly import("csstype").Property.BoxOrient[];
1622
- KhtmlBoxPack?: import("csstype").Property.BoxPack | NonNullable<import("csstype").Property.BoxPack>[] | readonly import("csstype").Property.BoxPack[];
1623
- KhtmlLineBreak?: import("csstype").Property.LineBreak | NonNullable<import("csstype").Property.LineBreak>[] | readonly import("csstype").Property.LineBreak[];
1624
- KhtmlOpacity?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.Opacity | NonNullable<import("csstype").Property.Opacity>[];
1625
- KhtmlUserSelect?: import("csstype").Property.UserSelect | NonNullable<import("csstype").Property.UserSelect>[] | readonly import("csstype").Property.UserSelect[];
1626
- MozBackgroundClip?: string[] | import("csstype").Property.BackgroundClip | readonly import("csstype").Property.BackgroundClip[];
1627
- MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | NonNullable<import("csstype").Property.BoxDecorationBreak>[] | readonly import("csstype").Property.BoxDecorationBreak[];
1628
- MozBackgroundOrigin?: string[] | import("csstype").Property.BackgroundOrigin | readonly import("csstype").Property.BackgroundOrigin[];
1629
- MozBackgroundSize?: readonly (string | (string & {}))[] | import("csstype").Property.BackgroundSize<string | number> | NonNullable<import("csstype").Property.BackgroundSize<string | number>>[];
1630
- MozBinding?: string[] | import("csstype").Property.MozBinding | readonly import("csstype").Property.MozBinding[];
1631
- MozBorderRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderRadius<string | number> | NonNullable<import("csstype").Property.BorderRadius<string | number>>[];
1632
- MozBorderRadiusBottomleft?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBottomLeftRadius<string | number> | NonNullable<import("csstype").Property.BorderBottomLeftRadius<string | number>>[];
1633
- MozBorderRadiusBottomright?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBottomRightRadius<string | number> | NonNullable<import("csstype").Property.BorderBottomRightRadius<string | number>>[];
1634
- MozBorderRadiusTopleft?: readonly (string | (string & {}))[] | import("csstype").Property.BorderTopLeftRadius<string | number> | NonNullable<import("csstype").Property.BorderTopLeftRadius<string | number>>[];
1635
- MozBorderRadiusTopright?: readonly (string | (string & {}))[] | import("csstype").Property.BorderTopRightRadius<string | number> | NonNullable<import("csstype").Property.BorderTopRightRadius<string | number>>[];
1636
- MozBoxAlign?: import("csstype").Property.BoxAlign | NonNullable<import("csstype").Property.BoxAlign>[] | readonly import("csstype").Property.BoxAlign[];
1637
- MozBoxDirection?: import("csstype").Property.BoxDirection | NonNullable<import("csstype").Property.BoxDirection>[] | readonly import("csstype").Property.BoxDirection[];
1638
- MozBoxFlex?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.BoxFlex | NonNullable<import("csstype").Property.BoxFlex>[];
1639
- MozBoxOrdinalGroup?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.BoxOrdinalGroup | NonNullable<import("csstype").Property.BoxOrdinalGroup>[];
1640
- MozBoxOrient?: import("csstype").Property.BoxOrient | NonNullable<import("csstype").Property.BoxOrient>[] | readonly import("csstype").Property.BoxOrient[];
1641
- MozBoxPack?: import("csstype").Property.BoxPack | NonNullable<import("csstype").Property.BoxPack>[] | readonly import("csstype").Property.BoxPack[];
1642
- MozBoxShadow?: string[] | import("csstype").Property.BoxShadow | readonly import("csstype").Property.BoxShadow[];
1643
- MozFloatEdge?: import("csstype").Property.MozFloatEdge | NonNullable<import("csstype").Property.MozFloatEdge>[] | readonly import("csstype").Property.MozFloatEdge[];
1644
- MozForceBrokenImageIcon?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.MozForceBrokenImageIcon | NonNullable<import("csstype").Property.MozForceBrokenImageIcon>[];
1645
- MozOpacity?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.Opacity | NonNullable<import("csstype").Property.Opacity>[];
1646
- MozOutline?: readonly (string | (string & {}))[] | import("csstype").Property.Outline<string | number> | NonNullable<import("csstype").Property.Outline<string | number>>[];
1647
- MozOutlineColor?: string[] | import("csstype").Property.OutlineColor | readonly import("csstype").Property.OutlineColor[];
1648
- MozOutlineRadius?: readonly (string | (string & {}))[] | import("csstype").Property.MozOutlineRadius<string | number> | NonNullable<import("csstype").Property.MozOutlineRadius<string | number>>[];
1649
- MozOutlineRadiusBottomleft?: readonly (string | (string & {}))[] | import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | NonNullable<import("csstype").Property.MozOutlineRadiusBottomleft<string | number>>[];
1650
- MozOutlineRadiusBottomright?: readonly (string | (string & {}))[] | import("csstype").Property.MozOutlineRadiusBottomright<string | number> | NonNullable<import("csstype").Property.MozOutlineRadiusBottomright<string | number>>[];
1651
- MozOutlineRadiusTopleft?: readonly (string | (string & {}))[] | import("csstype").Property.MozOutlineRadiusTopleft<string | number> | NonNullable<import("csstype").Property.MozOutlineRadiusTopleft<string | number>>[];
1652
- MozOutlineRadiusTopright?: readonly (string | (string & {}))[] | import("csstype").Property.MozOutlineRadiusTopright<string | number> | NonNullable<import("csstype").Property.MozOutlineRadiusTopright<string | number>>[];
1653
- MozOutlineStyle?: string[] | import("csstype").Property.OutlineStyle | readonly import("csstype").Property.OutlineStyle[];
1654
- MozOutlineWidth?: readonly string[] | import("csstype").Property.OutlineWidth<string | number> | NonNullable<import("csstype").Property.OutlineWidth<string | number>>[];
1655
- MozTextAlignLast?: import("csstype").Property.TextAlignLast | NonNullable<import("csstype").Property.TextAlignLast>[] | readonly import("csstype").Property.TextAlignLast[];
1656
- MozTextDecorationColor?: string[] | import("csstype").Property.TextDecorationColor | readonly import("csstype").Property.TextDecorationColor[];
1657
- MozTextDecorationLine?: string[] | import("csstype").Property.TextDecorationLine | readonly import("csstype").Property.TextDecorationLine[];
1658
- MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | NonNullable<import("csstype").Property.TextDecorationStyle>[] | readonly import("csstype").Property.TextDecorationStyle[];
1659
- MozUserInput?: import("csstype").Property.MozUserInput | NonNullable<import("csstype").Property.MozUserInput>[] | readonly import("csstype").Property.MozUserInput[];
1660
- msImeMode?: import("csstype").Property.ImeMode | NonNullable<import("csstype").Property.ImeMode>[] | readonly import("csstype").Property.ImeMode[];
1661
- OAnimation?: import("csstype").Property.Animation<string & {}> | NonNullable<import("csstype").Property.Animation<string & {}>>[] | readonly (import("csstype").Globals | import("csstype").DataType.SingleAnimationDirection | import("csstype").DataType.SingleAnimationFillMode | "infinite" | "paused" | "running" | import("csstype").DataType.EasingFunction)[];
1662
- OAnimationDelay?: string[] | import("csstype").Property.AnimationDelay<string & {}> | readonly import("csstype").Property.AnimationDelay<string & {}>[];
1663
- OAnimationDirection?: string[] | import("csstype").Property.AnimationDirection | readonly import("csstype").Property.AnimationDirection[];
1664
- OAnimationDuration?: string[] | import("csstype").Property.AnimationDuration<string & {}> | readonly import("csstype").Property.AnimationDuration<string & {}>[];
1665
- OAnimationFillMode?: string[] | import("csstype").Property.AnimationFillMode | readonly import("csstype").Property.AnimationFillMode[];
1666
- OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | NonNullable<import("csstype").Property.AnimationIterationCount>[] | readonly ((string & {}) | import("csstype").Globals | "infinite")[];
1667
- OAnimationName?: string[] | import("csstype").Property.AnimationName | readonly import("csstype").Property.AnimationName[];
1668
- OAnimationPlayState?: string[] | import("csstype").Property.AnimationPlayState | readonly import("csstype").Property.AnimationPlayState[];
1669
- OAnimationTimingFunction?: string[] | import("csstype").Property.AnimationTimingFunction | readonly import("csstype").Property.AnimationTimingFunction[];
1670
- OBackgroundSize?: readonly (string | (string & {}))[] | import("csstype").Property.BackgroundSize<string | number> | NonNullable<import("csstype").Property.BackgroundSize<string | number>>[];
1671
- OBorderImage?: import("csstype").Property.BorderImage | NonNullable<import("csstype").Property.BorderImage>[] | readonly ("repeat" | "none" | (string & {}) | import("csstype").Globals | "stretch" | "round" | "space")[];
1672
- OObjectFit?: import("csstype").Property.ObjectFit | NonNullable<import("csstype").Property.ObjectFit>[] | readonly import("csstype").Property.ObjectFit[];
1673
- OObjectPosition?: readonly (string | (string & {}))[] | import("csstype").Property.ObjectPosition<string | number> | NonNullable<import("csstype").Property.ObjectPosition<string | number>>[];
1674
- OTabSize?: readonly (string | (string & {}))[] | import("csstype").Property.TabSize<string | number> | NonNullable<import("csstype").Property.TabSize<string | number>>[];
1675
- OTextOverflow?: string[] | import("csstype").Property.TextOverflow | readonly import("csstype").Property.TextOverflow[];
1676
- OTransform?: string[] | import("csstype").Property.Transform | readonly import("csstype").Property.Transform[];
1677
- OTransformOrigin?: readonly (string | (string & {}))[] | import("csstype").Property.TransformOrigin<string | number> | NonNullable<import("csstype").Property.TransformOrigin<string | number>>[];
1678
- OTransition?: string[] | import("csstype").Property.Transition<string & {}> | readonly import("csstype").Property.Transition<string & {}>[];
1679
- OTransitionDelay?: string[] | import("csstype").Property.TransitionDelay<string & {}> | readonly import("csstype").Property.TransitionDelay<string & {}>[];
1680
- OTransitionDuration?: string[] | import("csstype").Property.TransitionDuration<string & {}> | readonly import("csstype").Property.TransitionDuration<string & {}>[];
1681
- OTransitionProperty?: string[] | import("csstype").Property.TransitionProperty | readonly import("csstype").Property.TransitionProperty[];
1682
- OTransitionTimingFunction?: string[] | import("csstype").Property.TransitionTimingFunction | readonly import("csstype").Property.TransitionTimingFunction[];
1683
- WebkitBoxAlign?: import("csstype").Property.BoxAlign | NonNullable<import("csstype").Property.BoxAlign>[] | readonly import("csstype").Property.BoxAlign[];
1684
- WebkitBoxDirection?: import("csstype").Property.BoxDirection | NonNullable<import("csstype").Property.BoxDirection>[] | readonly import("csstype").Property.BoxDirection[];
1685
- WebkitBoxFlex?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.BoxFlex | NonNullable<import("csstype").Property.BoxFlex>[];
1686
- WebkitBoxFlexGroup?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.BoxFlexGroup | NonNullable<import("csstype").Property.BoxFlexGroup>[];
1687
- WebkitBoxLines?: import("csstype").Property.BoxLines | NonNullable<import("csstype").Property.BoxLines>[] | readonly import("csstype").Property.BoxLines[];
1688
- WebkitBoxOrdinalGroup?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.BoxOrdinalGroup | NonNullable<import("csstype").Property.BoxOrdinalGroup>[];
1689
- WebkitBoxOrient?: import("csstype").Property.BoxOrient | NonNullable<import("csstype").Property.BoxOrient>[] | readonly import("csstype").Property.BoxOrient[];
1690
- WebkitBoxPack?: import("csstype").Property.BoxPack | NonNullable<import("csstype").Property.BoxPack>[] | readonly import("csstype").Property.BoxPack[];
1691
- WebkitScrollSnapPointsX?: string[] | import("csstype").Property.ScrollSnapPointsX | readonly import("csstype").Property.ScrollSnapPointsX[];
1692
- WebkitScrollSnapPointsY?: string[] | import("csstype").Property.ScrollSnapPointsY | readonly import("csstype").Property.ScrollSnapPointsY[];
1693
- alignmentBaseline?: import("csstype").Property.AlignmentBaseline | NonNullable<import("csstype").Property.AlignmentBaseline>[] | readonly import("csstype").Property.AlignmentBaseline[];
1694
- baselineShift?: readonly (string | (string & {}))[] | import("csstype").Property.BaselineShift<string | number> | NonNullable<import("csstype").Property.BaselineShift<string | number>>[];
1695
- clipRule?: import("csstype").Property.ClipRule | NonNullable<import("csstype").Property.ClipRule>[] | readonly import("csstype").Property.ClipRule[];
1696
- colorInterpolation?: import("csstype").Property.ColorInterpolation | NonNullable<import("csstype").Property.ColorInterpolation>[] | readonly import("csstype").Property.ColorInterpolation[];
1697
- colorRendering?: import("csstype").Property.ColorRendering | NonNullable<import("csstype").Property.ColorRendering>[] | readonly import("csstype").Property.ColorRendering[];
1698
- dominantBaseline?: import("csstype").Property.DominantBaseline | NonNullable<import("csstype").Property.DominantBaseline>[] | readonly import("csstype").Property.DominantBaseline[];
1699
- fill?: string[] | import("csstype").Property.Fill | readonly import("csstype").Property.Fill[];
1700
- fillOpacity?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.FillOpacity | NonNullable<import("csstype").Property.FillOpacity>[];
1701
- fillRule?: import("csstype").Property.FillRule | NonNullable<import("csstype").Property.FillRule>[] | readonly import("csstype").Property.FillRule[];
1702
- floodColor?: string[] | import("csstype").Property.FloodColor | readonly import("csstype").Property.FloodColor[];
1703
- floodOpacity?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.FloodOpacity | NonNullable<import("csstype").Property.FloodOpacity>[];
1704
- glyphOrientationVertical?: readonly ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.GlyphOrientationVertical | NonNullable<import("csstype").Property.GlyphOrientationVertical>[];
1705
- lightingColor?: string[] | import("csstype").Property.LightingColor | readonly import("csstype").Property.LightingColor[];
1706
- marker?: string[] | import("csstype").Property.Marker | readonly import("csstype").Property.Marker[];
1707
- markerEnd?: string[] | import("csstype").Property.MarkerEnd | readonly import("csstype").Property.MarkerEnd[];
1708
- markerMid?: string[] | import("csstype").Property.MarkerMid | readonly import("csstype").Property.MarkerMid[];
1709
- markerStart?: string[] | import("csstype").Property.MarkerStart | readonly import("csstype").Property.MarkerStart[];
1710
- shapeRendering?: import("csstype").Property.ShapeRendering | NonNullable<import("csstype").Property.ShapeRendering>[] | readonly import("csstype").Property.ShapeRendering[];
1711
- stopColor?: string[] | import("csstype").Property.StopColor | readonly import("csstype").Property.StopColor[];
1712
- stopOpacity?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.StopOpacity | NonNullable<import("csstype").Property.StopOpacity>[];
1713
- stroke?: string[] | import("csstype").Property.Stroke | readonly import("csstype").Property.Stroke[];
1714
- strokeDasharray?: readonly (string | (string & {}))[] | import("csstype").Property.StrokeDasharray<string | number> | NonNullable<import("csstype").Property.StrokeDasharray<string | number>>[];
1715
- strokeDashoffset?: readonly (string | (string & {}))[] | import("csstype").Property.StrokeDashoffset<string | number> | NonNullable<import("csstype").Property.StrokeDashoffset<string | number>>[];
1716
- strokeLinecap?: import("csstype").Property.StrokeLinecap | NonNullable<import("csstype").Property.StrokeLinecap>[] | readonly import("csstype").Property.StrokeLinecap[];
1717
- strokeLinejoin?: import("csstype").Property.StrokeLinejoin | NonNullable<import("csstype").Property.StrokeLinejoin>[] | readonly import("csstype").Property.StrokeLinejoin[];
1718
- strokeMiterlimit?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.StrokeMiterlimit | NonNullable<import("csstype").Property.StrokeMiterlimit>[];
1719
- strokeOpacity?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.StrokeOpacity | NonNullable<import("csstype").Property.StrokeOpacity>[];
1720
- strokeWidth?: readonly (string | (string & {}))[] | import("csstype").Property.StrokeWidth<string | number> | NonNullable<import("csstype").Property.StrokeWidth<string | number>>[];
1721
- textAnchor?: import("csstype").Property.TextAnchor | NonNullable<import("csstype").Property.TextAnchor>[] | readonly import("csstype").Property.TextAnchor[];
1722
- vectorEffect?: import("csstype").Property.VectorEffect | NonNullable<import("csstype").Property.VectorEffect>[] | readonly import("csstype").Property.VectorEffect[];
1723
- ":-moz-any()"?: CSSObject;
1724
- ":-moz-dir"?: CSSObject;
1725
- ":-webkit-any()"?: CSSObject;
1726
- "::cue"?: CSSObject;
1727
- "::cue-region"?: CSSObject;
1728
- "::part"?: CSSObject;
1729
- "::slotted"?: CSSObject;
1730
- ":dir"?: CSSObject;
1731
- ":has"?: CSSObject;
1732
- ":host"?: CSSObject;
1733
- ":host-context"?: CSSObject;
1734
- ":is"?: CSSObject;
1735
- ":lang"?: CSSObject;
1736
- ":matches()"?: CSSObject;
1737
- ":not"?: CSSObject;
1738
- ":nth-child"?: CSSObject;
1739
- ":nth-last-child"?: CSSObject;
1740
- ":nth-last-of-type"?: CSSObject;
1741
- ":nth-of-type"?: CSSObject;
1742
- ":where"?: CSSObject;
1743
- ":-khtml-any-link"?: CSSObject;
1744
- ":-moz-any-link"?: CSSObject;
1745
- ":-moz-focusring"?: CSSObject;
1746
- ":-moz-full-screen"?: CSSObject;
1747
- ":-moz-placeholder"?: CSSObject;
1748
- ":-moz-read-only"?: CSSObject;
1749
- ":-moz-read-write"?: CSSObject;
1750
- ":-moz-ui-invalid"?: CSSObject;
1751
- ":-moz-ui-valid"?: CSSObject;
1752
- ":-ms-fullscreen"?: CSSObject;
1753
- ":-ms-input-placeholder"?: CSSObject;
1754
- ":-webkit-any-link"?: CSSObject;
1755
- ":-webkit-full-screen"?: CSSObject;
1756
- "::-moz-placeholder"?: CSSObject;
1757
- "::-moz-progress-bar"?: CSSObject;
1758
- "::-moz-range-progress"?: CSSObject;
1759
- "::-moz-range-thumb"?: CSSObject;
1760
- "::-moz-range-track"?: CSSObject;
1761
- "::-moz-selection"?: CSSObject;
1762
- "::-ms-backdrop"?: CSSObject;
1763
- "::-ms-browse"?: CSSObject;
1764
- "::-ms-check"?: CSSObject;
1765
- "::-ms-clear"?: CSSObject;
1766
- "::-ms-expand"?: CSSObject;
1767
- "::-ms-fill"?: CSSObject;
1768
- "::-ms-fill-lower"?: CSSObject;
1769
- "::-ms-fill-upper"?: CSSObject;
1770
- "::-ms-input-placeholder"?: CSSObject;
1771
- "::-ms-reveal"?: CSSObject;
1772
- "::-ms-thumb"?: CSSObject;
1773
- "::-ms-ticks-after"?: CSSObject;
1774
- "::-ms-ticks-before"?: CSSObject;
1775
- "::-ms-tooltip"?: CSSObject;
1776
- "::-ms-track"?: CSSObject;
1777
- "::-ms-value"?: CSSObject;
1778
- "::-webkit-backdrop"?: CSSObject;
1779
- "::-webkit-input-placeholder"?: CSSObject;
1780
- "::-webkit-progress-bar"?: CSSObject;
1781
- "::-webkit-progress-inner-value"?: CSSObject;
1782
- "::-webkit-progress-value"?: CSSObject;
1783
- "::-webkit-slider-runnable-track"?: CSSObject;
1784
- "::-webkit-slider-thumb"?: CSSObject;
1785
- "::after"?: CSSObject;
1786
- "::backdrop"?: CSSObject;
1787
- "::before"?: CSSObject;
1788
- "::first-letter"?: CSSObject;
1789
- "::first-line"?: CSSObject;
1790
- "::grammar-error"?: CSSObject;
1791
- "::marker"?: CSSObject;
1792
- "::placeholder"?: CSSObject;
1793
- "::selection"?: CSSObject;
1794
- "::spelling-error"?: CSSObject;
1795
- "::target-text"?: CSSObject;
1796
- ":active"?: CSSObject;
1797
- ":after"?: CSSObject;
1798
- ":any-link"?: CSSObject;
1799
- ":before"?: CSSObject;
1800
- ":blank"?: CSSObject;
1801
- ":checked"?: CSSObject;
1802
- ":current"?: CSSObject;
1803
- ":default"?: CSSObject;
1804
- ":defined"?: CSSObject;
1805
- ":disabled"?: CSSObject;
1806
- ":empty"?: CSSObject;
1807
- ":enabled"?: CSSObject;
1808
- ":first"?: CSSObject;
1809
- ":first-child"?: CSSObject;
1810
- ":first-letter"?: CSSObject;
1811
- ":first-line"?: CSSObject;
1812
- ":first-of-type"?: CSSObject;
1813
- ":focus"?: CSSObject;
1814
- ":focus-visible"?: CSSObject;
1815
- ":focus-within"?: CSSObject;
1816
- ":fullscreen"?: CSSObject;
1817
- ":future"?: CSSObject;
1818
- ":hover"?: CSSObject;
1819
- ":in-range"?: CSSObject;
1820
- ":indeterminate"?: CSSObject;
1821
- ":invalid"?: CSSObject;
1822
- ":last-child"?: CSSObject;
1823
- ":last-of-type"?: CSSObject;
1824
- ":left"?: CSSObject;
1825
- ":link"?: CSSObject;
1826
- ":local-link"?: CSSObject;
1827
- ":nth-col"?: CSSObject;
1828
- ":nth-last-col"?: CSSObject;
1829
- ":only-child"?: CSSObject;
1830
- ":only-of-type"?: CSSObject;
1831
- ":optional"?: CSSObject;
1832
- ":out-of-range"?: CSSObject;
1833
- ":past"?: CSSObject;
1834
- ":paused"?: CSSObject;
1835
- ":picture-in-picture"?: CSSObject;
1836
- ":placeholder-shown"?: CSSObject;
1837
- ":playing"?: CSSObject;
1838
- ":read-only"?: CSSObject;
1839
- ":read-write"?: CSSObject;
1840
- ":required"?: CSSObject;
1841
- ":right"?: CSSObject;
1842
- ":root"?: CSSObject;
1843
- ":scope"?: CSSObject;
1844
- ":target"?: CSSObject;
1845
- ":target-within"?: CSSObject;
1846
- ":user-invalid"?: CSSObject;
1847
- ":user-valid"?: CSSObject;
1848
- ":valid"?: CSSObject;
1849
- ":visited"?: CSSObject;
1850
- '&:-moz-focusring': {
1851
- color: string;
1852
- textShadow: string;
1853
- };
1854
- };
1855
- };
1856
- control: (_provided: any, { isDisabled, selectProps, options }: {
1857
- isDisabled: any;
1858
- selectProps: any;
1859
- options: any;
1860
- }) => {
1861
- accentColor?: string[] | import("csstype").Property.AccentColor | readonly import("csstype").Property.AccentColor[];
1862
- alignContent?: string[] | import("csstype").Property.AlignContent | readonly import("csstype").Property.AlignContent[];
1863
- alignItems: string | readonly import("csstype").Property.AlignItems[];
1864
- alignSelf?: string[] | import("csstype").Property.AlignSelf | readonly import("csstype").Property.AlignSelf[];
1865
- alignTracks?: string[] | import("csstype").Property.AlignTracks | readonly import("csstype").Property.AlignTracks[];
1866
- animationComposition?: string[] | import("csstype").Property.AnimationComposition | readonly import("csstype").Property.AnimationComposition[];
1867
- animationDelay?: string[] | import("csstype").Property.AnimationDelay<string & {}> | readonly import("csstype").Property.AnimationDelay<string & {}>[];
1868
- animationDirection?: string[] | import("csstype").Property.AnimationDirection | readonly import("csstype").Property.AnimationDirection[];
1869
- animationDuration?: string[] | import("csstype").Property.AnimationDuration<string & {}> | readonly import("csstype").Property.AnimationDuration<string & {}>[];
1870
- animationFillMode?: string[] | import("csstype").Property.AnimationFillMode | readonly import("csstype").Property.AnimationFillMode[];
1871
- animationIterationCount?: import("csstype").Property.AnimationIterationCount | NonNullable<import("csstype").Property.AnimationIterationCount>[] | readonly ((string & {}) | import("csstype").Globals | "infinite")[];
1872
- animationName?: string[] | import("csstype").Property.AnimationName | readonly import("csstype").Property.AnimationName[];
1873
- animationPlayState?: string[] | import("csstype").Property.AnimationPlayState | readonly import("csstype").Property.AnimationPlayState[];
1874
- animationTimeline?: string[] | import("csstype").Property.AnimationTimeline | readonly import("csstype").Property.AnimationTimeline[];
1875
- animationTimingFunction?: string[] | import("csstype").Property.AnimationTimingFunction | readonly import("csstype").Property.AnimationTimingFunction[];
1876
- appearance: string | readonly import("csstype").Property.Appearance[];
1877
- aspectRatio?: import("csstype").Property.AspectRatio | NonNullable<import("csstype").Property.AspectRatio>[] | readonly ((string & {}) | import("csstype").Globals | "auto")[];
1878
- backdropFilter?: string[] | import("csstype").Property.BackdropFilter | readonly import("csstype").Property.BackdropFilter[];
1879
- backfaceVisibility?: import("csstype").Property.BackfaceVisibility | NonNullable<import("csstype").Property.BackfaceVisibility>[] | readonly import("csstype").Property.BackfaceVisibility[];
1880
- backgroundAttachment?: string[] | import("csstype").Property.BackgroundAttachment | readonly import("csstype").Property.BackgroundAttachment[];
1881
- backgroundBlendMode?: string[] | import("csstype").Property.BackgroundBlendMode | readonly import("csstype").Property.BackgroundBlendMode[];
1882
- backgroundClip?: string[] | import("csstype").Property.BackgroundClip | readonly import("csstype").Property.BackgroundClip[];
1883
- backgroundColor: string | readonly import("csstype").Property.BackgroundColor[];
1884
- backgroundImage?: string[] | import("csstype").Property.BackgroundImage | readonly import("csstype").Property.BackgroundImage[];
1885
- backgroundOrigin?: string[] | import("csstype").Property.BackgroundOrigin | readonly import("csstype").Property.BackgroundOrigin[];
1886
- backgroundPositionX?: readonly (string | (string & {}))[] | import("csstype").Property.BackgroundPositionX<string | number> | NonNullable<import("csstype").Property.BackgroundPositionX<string | number>>[];
1887
- backgroundPositionY?: readonly (string | (string & {}))[] | import("csstype").Property.BackgroundPositionY<string | number> | NonNullable<import("csstype").Property.BackgroundPositionY<string | number>>[];
1888
- backgroundRepeat?: string[] | import("csstype").Property.BackgroundRepeat | readonly import("csstype").Property.BackgroundRepeat[];
1889
- backgroundSize?: readonly (string | (string & {}))[] | import("csstype").Property.BackgroundSize<string | number> | NonNullable<import("csstype").Property.BackgroundSize<string | number>>[];
1890
- blockOverflow?: string[] | import("csstype").Property.BlockOverflow | readonly import("csstype").Property.BlockOverflow[];
1891
- blockSize?: readonly (string | (string & {}))[] | import("csstype").Property.BlockSize<string | number> | NonNullable<import("csstype").Property.BlockSize<string | number>>[];
1892
- borderBlockColor?: string[] | import("csstype").Property.BorderBlockColor | readonly import("csstype").Property.BorderBlockColor[];
1893
- borderBlockEndColor?: string[] | import("csstype").Property.BorderBlockEndColor | readonly import("csstype").Property.BorderBlockEndColor[];
1894
- borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | NonNullable<import("csstype").Property.BorderBlockEndStyle>[] | readonly import("csstype").Property.BorderBlockEndStyle[];
1895
- borderBlockEndWidth?: readonly string[] | import("csstype").Property.BorderBlockEndWidth<string | number> | NonNullable<import("csstype").Property.BorderBlockEndWidth<string | number>>[];
1896
- borderBlockStartColor?: string[] | import("csstype").Property.BorderBlockStartColor | readonly import("csstype").Property.BorderBlockStartColor[];
1897
- borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | NonNullable<import("csstype").Property.BorderBlockStartStyle>[] | readonly import("csstype").Property.BorderBlockStartStyle[];
1898
- borderBlockStartWidth?: readonly string[] | import("csstype").Property.BorderBlockStartWidth<string | number> | NonNullable<import("csstype").Property.BorderBlockStartWidth<string | number>>[];
1899
- borderBlockStyle?: import("csstype").Property.BorderBlockStyle | NonNullable<import("csstype").Property.BorderBlockStyle>[] | readonly import("csstype").Property.BorderBlockStyle[];
1900
- borderBlockWidth?: readonly string[] | import("csstype").Property.BorderBlockWidth<string | number> | NonNullable<import("csstype").Property.BorderBlockWidth<string | number>>[];
1901
- borderBottomColor?: string[] | import("csstype").Property.BorderBottomColor | readonly import("csstype").Property.BorderBottomColor[];
1902
- borderBottomLeftRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBottomLeftRadius<string | number> | NonNullable<import("csstype").Property.BorderBottomLeftRadius<string | number>>[];
1903
- borderBottomRightRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBottomRightRadius<string | number> | NonNullable<import("csstype").Property.BorderBottomRightRadius<string | number>>[];
1904
- borderBottomStyle?: import("csstype").Property.BorderBottomStyle | NonNullable<import("csstype").Property.BorderBottomStyle>[] | readonly import("csstype").Property.BorderBottomStyle[];
1905
- borderBottomWidth?: readonly string[] | import("csstype").Property.BorderBottomWidth<string | number> | NonNullable<import("csstype").Property.BorderBottomWidth<string | number>>[];
1906
- borderCollapse?: import("csstype").Property.BorderCollapse | NonNullable<import("csstype").Property.BorderCollapse>[] | readonly import("csstype").Property.BorderCollapse[];
1907
- borderEndEndRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderEndEndRadius<string | number> | NonNullable<import("csstype").Property.BorderEndEndRadius<string | number>>[];
1908
- borderEndStartRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderEndStartRadius<string | number> | NonNullable<import("csstype").Property.BorderEndStartRadius<string | number>>[];
1909
- borderImageOutset?: readonly (string | (string & {}))[] | import("csstype").Property.BorderImageOutset<string | number> | NonNullable<import("csstype").Property.BorderImageOutset<string | number>>[];
1910
- borderImageRepeat?: string[] | import("csstype").Property.BorderImageRepeat | readonly import("csstype").Property.BorderImageRepeat[];
1911
- borderImageSlice?: import("csstype").Property.BorderImageSlice | NonNullable<import("csstype").Property.BorderImageSlice>[] | readonly ((string & {}) | import("csstype").Globals)[];
1912
- borderImageSource?: string[] | import("csstype").Property.BorderImageSource | readonly import("csstype").Property.BorderImageSource[];
1913
- borderImageWidth?: readonly (string | (string & {}))[] | import("csstype").Property.BorderImageWidth<string | number> | NonNullable<import("csstype").Property.BorderImageWidth<string | number>>[];
1914
- borderInlineColor?: string[] | import("csstype").Property.BorderInlineColor | readonly import("csstype").Property.BorderInlineColor[];
1915
- borderInlineEndColor?: string[] | import("csstype").Property.BorderInlineEndColor | readonly import("csstype").Property.BorderInlineEndColor[];
1916
- borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | NonNullable<import("csstype").Property.BorderInlineEndStyle>[] | readonly import("csstype").Property.BorderInlineEndStyle[];
1917
- borderInlineEndWidth?: readonly string[] | import("csstype").Property.BorderInlineEndWidth<string | number> | NonNullable<import("csstype").Property.BorderInlineEndWidth<string | number>>[];
1918
- borderInlineStartColor?: string[] | import("csstype").Property.BorderInlineStartColor | readonly import("csstype").Property.BorderInlineStartColor[];
1919
- borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | NonNullable<import("csstype").Property.BorderInlineStartStyle>[] | readonly import("csstype").Property.BorderInlineStartStyle[];
1920
- borderInlineStartWidth?: readonly string[] | import("csstype").Property.BorderInlineStartWidth<string | number> | NonNullable<import("csstype").Property.BorderInlineStartWidth<string | number>>[];
1921
- borderInlineStyle?: import("csstype").Property.BorderInlineStyle | NonNullable<import("csstype").Property.BorderInlineStyle>[] | readonly import("csstype").Property.BorderInlineStyle[];
1922
- borderInlineWidth?: readonly string[] | import("csstype").Property.BorderInlineWidth<string | number> | NonNullable<import("csstype").Property.BorderInlineWidth<string | number>>[];
1923
- borderLeftColor?: string[] | import("csstype").Property.BorderLeftColor | readonly import("csstype").Property.BorderLeftColor[];
1924
- borderLeftStyle?: import("csstype").Property.BorderLeftStyle | NonNullable<import("csstype").Property.BorderLeftStyle>[] | readonly import("csstype").Property.BorderLeftStyle[];
1925
- borderLeftWidth?: readonly string[] | import("csstype").Property.BorderLeftWidth<string | number> | NonNullable<import("csstype").Property.BorderLeftWidth<string | number>>[];
1926
- borderRightColor?: string[] | import("csstype").Property.BorderRightColor | readonly import("csstype").Property.BorderRightColor[];
1927
- borderRightStyle?: import("csstype").Property.BorderRightStyle | NonNullable<import("csstype").Property.BorderRightStyle>[] | readonly import("csstype").Property.BorderRightStyle[];
1928
- borderRightWidth?: readonly string[] | import("csstype").Property.BorderRightWidth<string | number> | NonNullable<import("csstype").Property.BorderRightWidth<string | number>>[];
1929
- borderSpacing?: readonly (string | (string & {}))[] | import("csstype").Property.BorderSpacing<string | number> | NonNullable<import("csstype").Property.BorderSpacing<string | number>>[];
1930
- borderStartEndRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderStartEndRadius<string | number> | NonNullable<import("csstype").Property.BorderStartEndRadius<string | number>>[];
1931
- borderStartStartRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderStartStartRadius<string | number> | NonNullable<import("csstype").Property.BorderStartStartRadius<string | number>>[];
1932
- borderTopColor?: string[] | import("csstype").Property.BorderTopColor | readonly import("csstype").Property.BorderTopColor[];
1933
- borderTopLeftRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderTopLeftRadius<string | number> | NonNullable<import("csstype").Property.BorderTopLeftRadius<string | number>>[];
1934
- borderTopRightRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderTopRightRadius<string | number> | NonNullable<import("csstype").Property.BorderTopRightRadius<string | number>>[];
1935
- borderTopStyle?: import("csstype").Property.BorderTopStyle | NonNullable<import("csstype").Property.BorderTopStyle>[] | readonly import("csstype").Property.BorderTopStyle[];
1936
- borderTopWidth?: readonly string[] | import("csstype").Property.BorderTopWidth<string | number> | NonNullable<import("csstype").Property.BorderTopWidth<string | number>>[];
1937
- bottom?: readonly (string | (string & {}))[] | import("csstype").Property.Bottom<string | number> | NonNullable<import("csstype").Property.Bottom<string | number>>[];
1938
- boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | NonNullable<import("csstype").Property.BoxDecorationBreak>[] | readonly import("csstype").Property.BoxDecorationBreak[];
1939
- boxShadow: string | readonly import("csstype").Property.BoxShadow[];
1940
- boxSizing?: import("csstype").Property.BoxSizing | NonNullable<import("csstype").Property.BoxSizing>[] | readonly import("csstype").Property.BoxSizing[];
1941
- breakAfter?: import("csstype").Property.BreakAfter | NonNullable<import("csstype").Property.BreakAfter>[] | readonly import("csstype").Property.BreakAfter[];
1942
- breakBefore?: import("csstype").Property.BreakBefore | NonNullable<import("csstype").Property.BreakBefore>[] | readonly import("csstype").Property.BreakBefore[];
1943
- breakInside?: import("csstype").Property.BreakInside | NonNullable<import("csstype").Property.BreakInside>[] | readonly import("csstype").Property.BreakInside[];
1944
- captionSide?: import("csstype").Property.CaptionSide | NonNullable<import("csstype").Property.CaptionSide>[] | readonly import("csstype").Property.CaptionSide[];
1945
- caretColor?: string[] | import("csstype").Property.CaretColor | readonly import("csstype").Property.CaretColor[];
1946
- clear?: import("csstype").Property.Clear | NonNullable<import("csstype").Property.Clear>[] | readonly import("csstype").Property.Clear[];
1947
- clipPath?: string[] | import("csstype").Property.ClipPath | readonly import("csstype").Property.ClipPath[];
1948
- color: string | readonly import("csstype").Property.Color[];
1949
- colorAdjust?: import("csstype").Property.PrintColorAdjust | NonNullable<import("csstype").Property.PrintColorAdjust>[] | readonly import("csstype").Property.PrintColorAdjust[];
1950
- colorScheme?: string[] | import("csstype").Property.ColorScheme | readonly import("csstype").Property.ColorScheme[];
1951
- columnCount?: readonly ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.ColumnCount | NonNullable<import("csstype").Property.ColumnCount>[];
1952
- columnFill?: import("csstype").Property.ColumnFill | NonNullable<import("csstype").Property.ColumnFill>[] | readonly import("csstype").Property.ColumnFill[];
1953
- columnGap?: readonly (string | (string & {}))[] | import("csstype").Property.ColumnGap<string | number> | NonNullable<import("csstype").Property.ColumnGap<string | number>>[];
1954
- columnRuleColor?: string[] | import("csstype").Property.ColumnRuleColor | readonly import("csstype").Property.ColumnRuleColor[];
1955
- columnRuleStyle?: string[] | import("csstype").Property.ColumnRuleStyle | readonly import("csstype").Property.ColumnRuleStyle[];
1956
- columnRuleWidth?: readonly (string | (string & {}))[] | import("csstype").Property.ColumnRuleWidth<string | number> | NonNullable<import("csstype").Property.ColumnRuleWidth<string | number>>[];
1957
- columnSpan?: import("csstype").Property.ColumnSpan | NonNullable<import("csstype").Property.ColumnSpan>[] | readonly import("csstype").Property.ColumnSpan[];
1958
- columnWidth?: readonly string[] | import("csstype").Property.ColumnWidth<string | number> | NonNullable<import("csstype").Property.ColumnWidth<string | number>>[];
1959
- contain?: string[] | import("csstype").Property.Contain | readonly import("csstype").Property.Contain[];
1960
- content?: string[] | import("csstype").Property.Content | readonly import("csstype").Property.Content[];
1961
- contentVisibility?: import("csstype").Property.ContentVisibility | NonNullable<import("csstype").Property.ContentVisibility>[] | readonly import("csstype").Property.ContentVisibility[];
1962
- counterIncrement?: string[] | import("csstype").Property.CounterIncrement | readonly import("csstype").Property.CounterIncrement[];
1963
- counterReset?: string[] | import("csstype").Property.CounterReset | readonly import("csstype").Property.CounterReset[];
1964
- counterSet?: string[] | import("csstype").Property.CounterSet | readonly import("csstype").Property.CounterSet[];
1965
- cursor: string | readonly import("csstype").Property.Cursor[];
1966
- direction?: import("csstype").Property.Direction | NonNullable<import("csstype").Property.Direction>[] | readonly import("csstype").Property.Direction[];
1967
- display: string | readonly import("csstype").Property.Display[];
1968
- emptyCells?: import("csstype").Property.EmptyCells | NonNullable<import("csstype").Property.EmptyCells>[] | readonly import("csstype").Property.EmptyCells[];
1969
- filter?: string[] | import("csstype").Property.Filter | readonly import("csstype").Property.Filter[];
1970
- flexBasis?: readonly (string | (string & {}))[] | import("csstype").Property.FlexBasis<string | number> | NonNullable<import("csstype").Property.FlexBasis<string | number>>[];
1971
- flexDirection?: import("csstype").Property.FlexDirection | NonNullable<import("csstype").Property.FlexDirection>[] | readonly import("csstype").Property.FlexDirection[];
1972
- flexGrow?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.FlexGrow | NonNullable<import("csstype").Property.FlexGrow>[];
1973
- flexShrink?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.FlexShrink | NonNullable<import("csstype").Property.FlexShrink>[];
1974
- flexWrap?: import("csstype").Property.FlexWrap | NonNullable<import("csstype").Property.FlexWrap>[] | readonly import("csstype").Property.FlexWrap[];
1975
- float?: import("csstype").Property.Float | NonNullable<import("csstype").Property.Float>[] | readonly import("csstype").Property.Float[];
1976
- fontFamily?: string[] | import("csstype").Property.FontFamily | readonly import("csstype").Property.FontFamily[];
1977
- fontFeatureSettings?: string[] | import("csstype").Property.FontFeatureSettings | readonly import("csstype").Property.FontFeatureSettings[];
1978
- fontKerning?: import("csstype").Property.FontKerning | NonNullable<import("csstype").Property.FontKerning>[] | readonly import("csstype").Property.FontKerning[];
1979
- fontLanguageOverride?: string[] | import("csstype").Property.FontLanguageOverride | readonly import("csstype").Property.FontLanguageOverride[];
1980
- fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | NonNullable<import("csstype").Property.FontOpticalSizing>[] | readonly import("csstype").Property.FontOpticalSizing[];
1981
- fontSize?: import("csstype").Property.FontSize<string | number> | NonNullable<import("csstype").Property.FontSize<string | number>>[] | readonly (string | (string & {}))[];
1982
- fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | NonNullable<import("csstype").Property.FontSizeAdjust>[] | readonly ("none" | (string & {}) | import("csstype").Globals | "from-font")[];
1983
- fontSmooth?: readonly string[] | import("csstype").Property.FontSmooth<string | number> | NonNullable<import("csstype").Property.FontSmooth<string | number>>[];
1984
- fontStretch?: string[] | import("csstype").Property.FontStretch | readonly import("csstype").Property.FontStretch[];
1985
- fontStyle?: string[] | import("csstype").Property.FontStyle | readonly import("csstype").Property.FontStyle[];
1986
- fontSynthesis?: string[] | import("csstype").Property.FontSynthesis | readonly import("csstype").Property.FontSynthesis[];
1987
- fontVariant?: string[] | import("csstype").Property.FontVariant | readonly import("csstype").Property.FontVariant[];
1988
- fontVariantAlternates?: string[] | import("csstype").Property.FontVariantAlternates | readonly import("csstype").Property.FontVariantAlternates[];
1989
- fontVariantCaps?: import("csstype").Property.FontVariantCaps | NonNullable<import("csstype").Property.FontVariantCaps>[] | readonly import("csstype").Property.FontVariantCaps[];
1990
- fontVariantEastAsian?: string[] | import("csstype").Property.FontVariantEastAsian | readonly import("csstype").Property.FontVariantEastAsian[];
1991
- fontVariantLigatures?: string[] | import("csstype").Property.FontVariantLigatures | readonly import("csstype").Property.FontVariantLigatures[];
1992
- fontVariantNumeric?: string[] | import("csstype").Property.FontVariantNumeric | readonly import("csstype").Property.FontVariantNumeric[];
1993
- fontVariantPosition?: import("csstype").Property.FontVariantPosition | NonNullable<import("csstype").Property.FontVariantPosition>[] | readonly import("csstype").Property.FontVariantPosition[];
1994
- fontVariationSettings?: string[] | import("csstype").Property.FontVariationSettings | readonly import("csstype").Property.FontVariationSettings[];
1995
- fontWeight?: import("csstype").Property.FontWeight | NonNullable<import("csstype").Property.FontWeight>[] | readonly ("bold" | (string & {}) | import("csstype").Globals | "normal" | "bolder" | "lighter")[];
1996
- forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | NonNullable<import("csstype").Property.ForcedColorAdjust>[] | readonly import("csstype").Property.ForcedColorAdjust[];
1997
- gridAutoColumns?: readonly (string | (string & {}))[] | import("csstype").Property.GridAutoColumns<string | number> | NonNullable<import("csstype").Property.GridAutoColumns<string | number>>[];
1998
- gridAutoFlow?: string[] | import("csstype").Property.GridAutoFlow | readonly import("csstype").Property.GridAutoFlow[];
1999
- gridAutoRows?: readonly (string | (string & {}))[] | import("csstype").Property.GridAutoRows<string | number> | NonNullable<import("csstype").Property.GridAutoRows<string | number>>[];
2000
- gridColumnEnd?: readonly ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.GridColumnEnd | NonNullable<import("csstype").Property.GridColumnEnd>[];
2001
- gridColumnStart?: readonly ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.GridColumnStart | NonNullable<import("csstype").Property.GridColumnStart>[];
2002
- gridRowEnd?: readonly ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.GridRowEnd | NonNullable<import("csstype").Property.GridRowEnd>[];
2003
- gridRowStart?: readonly ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.GridRowStart | NonNullable<import("csstype").Property.GridRowStart>[];
2004
- gridTemplateAreas?: string[] | import("csstype").Property.GridTemplateAreas | readonly import("csstype").Property.GridTemplateAreas[];
2005
- gridTemplateColumns?: readonly (string | (string & {}))[] | import("csstype").Property.GridTemplateColumns<string | number> | NonNullable<import("csstype").Property.GridTemplateColumns<string | number>>[];
2006
- gridTemplateRows?: readonly (string | (string & {}))[] | import("csstype").Property.GridTemplateRows<string | number> | NonNullable<import("csstype").Property.GridTemplateRows<string | number>>[];
2007
- hangingPunctuation?: string[] | import("csstype").Property.HangingPunctuation | readonly import("csstype").Property.HangingPunctuation[];
2008
- height: string | number | readonly (string | (string & {}))[] | NonNullable<import("csstype").Property.Height<string | number>>[];
2009
- hyphenateCharacter?: string[] | import("csstype").Property.HyphenateCharacter | readonly import("csstype").Property.HyphenateCharacter[];
2010
- hyphens?: import("csstype").Property.Hyphens | NonNullable<import("csstype").Property.Hyphens>[] | readonly import("csstype").Property.Hyphens[];
2011
- imageOrientation?: string[] | import("csstype").Property.ImageOrientation | readonly import("csstype").Property.ImageOrientation[];
2012
- imageRendering?: import("csstype").Property.ImageRendering | NonNullable<import("csstype").Property.ImageRendering>[] | readonly import("csstype").Property.ImageRendering[];
2013
- imageResolution?: string[] | import("csstype").Property.ImageResolution | readonly import("csstype").Property.ImageResolution[];
2014
- initialLetter?: import("csstype").Property.InitialLetter | NonNullable<import("csstype").Property.InitialLetter>[] | readonly ((string & {}) | import("csstype").Globals | "normal")[];
2015
- inlineSize?: readonly (string | (string & {}))[] | import("csstype").Property.InlineSize<string | number> | NonNullable<import("csstype").Property.InlineSize<string | number>>[];
2016
- inputSecurity?: import("csstype").Property.InputSecurity | NonNullable<import("csstype").Property.InputSecurity>[] | readonly import("csstype").Property.InputSecurity[];
2017
- inset?: readonly (string | (string & {}))[] | import("csstype").Property.Inset<string | number> | NonNullable<import("csstype").Property.Inset<string | number>>[];
2018
- insetBlock?: readonly (string | (string & {}))[] | import("csstype").Property.InsetBlock<string | number> | NonNullable<import("csstype").Property.InsetBlock<string | number>>[];
2019
- insetBlockEnd?: readonly (string | (string & {}))[] | import("csstype").Property.InsetBlockEnd<string | number> | NonNullable<import("csstype").Property.InsetBlockEnd<string | number>>[];
2020
- insetBlockStart?: readonly (string | (string & {}))[] | import("csstype").Property.InsetBlockStart<string | number> | NonNullable<import("csstype").Property.InsetBlockStart<string | number>>[];
2021
- insetInline?: readonly (string | (string & {}))[] | import("csstype").Property.InsetInline<string | number> | NonNullable<import("csstype").Property.InsetInline<string | number>>[];
2022
- insetInlineEnd?: readonly (string | (string & {}))[] | import("csstype").Property.InsetInlineEnd<string | number> | NonNullable<import("csstype").Property.InsetInlineEnd<string | number>>[];
2023
- insetInlineStart?: readonly (string | (string & {}))[] | import("csstype").Property.InsetInlineStart<string | number> | NonNullable<import("csstype").Property.InsetInlineStart<string | number>>[];
2024
- isolation?: import("csstype").Property.Isolation | NonNullable<import("csstype").Property.Isolation>[] | readonly import("csstype").Property.Isolation[];
2025
- justifyContent?: string[] | import("csstype").Property.JustifyContent | readonly import("csstype").Property.JustifyContent[];
2026
- justifyItems?: string[] | import("csstype").Property.JustifyItems | readonly import("csstype").Property.JustifyItems[];
2027
- justifySelf?: string[] | import("csstype").Property.JustifySelf | readonly import("csstype").Property.JustifySelf[];
2028
- justifyTracks?: string[] | import("csstype").Property.JustifyTracks | readonly import("csstype").Property.JustifyTracks[];
2029
- left?: readonly (string | (string & {}))[] | import("csstype").Property.Left<string | number> | NonNullable<import("csstype").Property.Left<string | number>>[];
2030
- letterSpacing?: readonly string[] | import("csstype").Property.LetterSpacing<string | number> | NonNullable<import("csstype").Property.LetterSpacing<string | number>>[];
2031
- lineBreak?: import("csstype").Property.LineBreak | NonNullable<import("csstype").Property.LineBreak>[] | readonly import("csstype").Property.LineBreak[];
2032
- lineHeight?: readonly (string | (string & {}))[] | import("csstype").Property.LineHeight<string | number> | NonNullable<import("csstype").Property.LineHeight<string | number>>[];
2033
- lineHeightStep?: readonly string[] | import("csstype").Property.LineHeightStep<string | number> | NonNullable<import("csstype").Property.LineHeightStep<string | number>>[];
2034
- listStyleImage?: string[] | import("csstype").Property.ListStyleImage | readonly import("csstype").Property.ListStyleImage[];
2035
- listStylePosition?: import("csstype").Property.ListStylePosition | NonNullable<import("csstype").Property.ListStylePosition>[] | readonly import("csstype").Property.ListStylePosition[];
2036
- listStyleType?: string[] | import("csstype").Property.ListStyleType | readonly import("csstype").Property.ListStyleType[];
2037
- marginBlock?: readonly (string | (string & {}))[] | import("csstype").Property.MarginBlock<string | number> | NonNullable<import("csstype").Property.MarginBlock<string | number>>[];
2038
- marginBlockEnd?: readonly (string | (string & {}))[] | import("csstype").Property.MarginBlockEnd<string | number> | NonNullable<import("csstype").Property.MarginBlockEnd<string | number>>[];
2039
- marginBlockStart?: readonly (string | (string & {}))[] | import("csstype").Property.MarginBlockStart<string | number> | NonNullable<import("csstype").Property.MarginBlockStart<string | number>>[];
2040
- marginBottom?: readonly (string | (string & {}))[] | import("csstype").Property.MarginBottom<string | number> | NonNullable<import("csstype").Property.MarginBottom<string | number>>[];
2041
- marginInline?: readonly (string | (string & {}))[] | import("csstype").Property.MarginInline<string | number> | NonNullable<import("csstype").Property.MarginInline<string | number>>[];
2042
- marginInlineEnd?: readonly (string | (string & {}))[] | import("csstype").Property.MarginInlineEnd<string | number> | NonNullable<import("csstype").Property.MarginInlineEnd<string | number>>[];
2043
- marginInlineStart?: readonly (string | (string & {}))[] | import("csstype").Property.MarginInlineStart<string | number> | NonNullable<import("csstype").Property.MarginInlineStart<string | number>>[];
2044
- marginLeft?: readonly (string | (string & {}))[] | import("csstype").Property.MarginLeft<string | number> | NonNullable<import("csstype").Property.MarginLeft<string | number>>[];
2045
- marginRight?: readonly (string | (string & {}))[] | import("csstype").Property.MarginRight<string | number> | NonNullable<import("csstype").Property.MarginRight<string | number>>[];
2046
- marginTop?: readonly (string | (string & {}))[] | import("csstype").Property.MarginTop<string | number> | NonNullable<import("csstype").Property.MarginTop<string | number>>[];
2047
- maskBorderMode?: import("csstype").Property.MaskBorderMode | NonNullable<import("csstype").Property.MaskBorderMode>[] | readonly import("csstype").Property.MaskBorderMode[];
2048
- maskBorderOutset?: readonly (string | (string & {}))[] | import("csstype").Property.MaskBorderOutset<string | number> | NonNullable<import("csstype").Property.MaskBorderOutset<string | number>>[];
2049
- maskBorderRepeat?: string[] | import("csstype").Property.MaskBorderRepeat | readonly import("csstype").Property.MaskBorderRepeat[];
2050
- maskBorderSlice?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.MaskBorderSlice | NonNullable<import("csstype").Property.MaskBorderSlice>[];
2051
- maskBorderSource?: string[] | import("csstype").Property.MaskBorderSource | readonly import("csstype").Property.MaskBorderSource[];
2052
- maskBorderWidth?: readonly (string | (string & {}))[] | import("csstype").Property.MaskBorderWidth<string | number> | NonNullable<import("csstype").Property.MaskBorderWidth<string | number>>[];
2053
- maskClip?: string[] | import("csstype").Property.MaskClip | readonly import("csstype").Property.MaskClip[];
2054
- maskComposite?: string[] | import("csstype").Property.MaskComposite | readonly import("csstype").Property.MaskComposite[];
2055
- maskImage?: string[] | import("csstype").Property.MaskImage | readonly import("csstype").Property.MaskImage[];
2056
- maskMode?: string[] | import("csstype").Property.MaskMode | readonly import("csstype").Property.MaskMode[];
2057
- maskOrigin?: string[] | import("csstype").Property.MaskOrigin | readonly import("csstype").Property.MaskOrigin[];
2058
- maskPosition?: readonly (string | (string & {}))[] | import("csstype").Property.MaskPosition<string | number> | NonNullable<import("csstype").Property.MaskPosition<string | number>>[];
2059
- maskRepeat?: string[] | import("csstype").Property.MaskRepeat | readonly import("csstype").Property.MaskRepeat[];
2060
- maskSize?: readonly (string | (string & {}))[] | import("csstype").Property.MaskSize<string | number> | NonNullable<import("csstype").Property.MaskSize<string | number>>[];
2061
- maskType?: import("csstype").Property.MaskType | NonNullable<import("csstype").Property.MaskType>[] | readonly import("csstype").Property.MaskType[];
2062
- mathDepth?: import("csstype").Property.MathDepth | NonNullable<import("csstype").Property.MathDepth>[] | readonly ((string & {}) | import("csstype").Globals | "auto-add")[];
2063
- mathShift?: import("csstype").Property.MathShift | NonNullable<import("csstype").Property.MathShift>[] | readonly import("csstype").Property.MathShift[];
2064
- mathStyle?: import("csstype").Property.MathStyle | NonNullable<import("csstype").Property.MathStyle>[] | readonly import("csstype").Property.MathStyle[];
2065
- maxBlockSize?: readonly (string | (string & {}))[] | import("csstype").Property.MaxBlockSize<string | number> | NonNullable<import("csstype").Property.MaxBlockSize<string | number>>[];
2066
- maxHeight?: readonly (string | (string & {}))[] | import("csstype").Property.MaxHeight<string | number> | NonNullable<import("csstype").Property.MaxHeight<string | number>>[];
2067
- maxInlineSize?: readonly (string | (string & {}))[] | import("csstype").Property.MaxInlineSize<string | number> | NonNullable<import("csstype").Property.MaxInlineSize<string | number>>[];
2068
- maxLines?: import("csstype").Property.MaxLines | NonNullable<import("csstype").Property.MaxLines>[] | readonly ("none" | (string & {}) | import("csstype").Globals)[];
2069
- maxWidth?: readonly (string | (string & {}))[] | import("csstype").Property.MaxWidth<string | number> | NonNullable<import("csstype").Property.MaxWidth<string | number>>[];
2070
- minBlockSize?: readonly (string | (string & {}))[] | import("csstype").Property.MinBlockSize<string | number> | NonNullable<import("csstype").Property.MinBlockSize<string | number>>[];
2071
- minHeight: string | number | readonly (string | (string & {}))[] | NonNullable<import("csstype").Property.MinHeight<string | number>>[];
2072
- minInlineSize?: readonly (string | (string & {}))[] | import("csstype").Property.MinInlineSize<string | number> | NonNullable<import("csstype").Property.MinInlineSize<string | number>>[];
2073
- minWidth?: readonly (string | (string & {}))[] | import("csstype").Property.MinWidth<string | number> | NonNullable<import("csstype").Property.MinWidth<string | number>>[];
2074
- mixBlendMode?: import("csstype").Property.MixBlendMode | NonNullable<import("csstype").Property.MixBlendMode>[] | readonly import("csstype").Property.MixBlendMode[];
2075
- motionDistance?: readonly (string | (string & {}))[] | import("csstype").Property.OffsetDistance<string | number> | NonNullable<import("csstype").Property.OffsetDistance<string | number>>[];
2076
- motionPath?: string[] | import("csstype").Property.OffsetPath | readonly import("csstype").Property.OffsetPath[];
2077
- motionRotation?: string[] | import("csstype").Property.OffsetRotate | readonly import("csstype").Property.OffsetRotate[];
2078
- objectFit?: import("csstype").Property.ObjectFit | NonNullable<import("csstype").Property.ObjectFit>[] | readonly import("csstype").Property.ObjectFit[];
2079
- objectPosition?: readonly (string | (string & {}))[] | import("csstype").Property.ObjectPosition<string | number> | NonNullable<import("csstype").Property.ObjectPosition<string | number>>[];
2080
- offsetAnchor?: readonly (string | (string & {}))[] | import("csstype").Property.OffsetAnchor<string | number> | NonNullable<import("csstype").Property.OffsetAnchor<string | number>>[];
2081
- offsetDistance?: readonly (string | (string & {}))[] | import("csstype").Property.OffsetDistance<string | number> | NonNullable<import("csstype").Property.OffsetDistance<string | number>>[];
2082
- offsetPath?: string[] | import("csstype").Property.OffsetPath | readonly import("csstype").Property.OffsetPath[];
2083
- offsetRotate?: string[] | import("csstype").Property.OffsetRotate | readonly import("csstype").Property.OffsetRotate[];
2084
- offsetRotation?: string[] | import("csstype").Property.OffsetRotate | readonly import("csstype").Property.OffsetRotate[];
2085
- opacity?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.Opacity | NonNullable<import("csstype").Property.Opacity>[];
2086
- order?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.Order | NonNullable<import("csstype").Property.Order>[];
2087
- orphans?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.Orphans | NonNullable<import("csstype").Property.Orphans>[];
2088
- outlineColor?: string[] | import("csstype").Property.OutlineColor | readonly import("csstype").Property.OutlineColor[];
2089
- outlineOffset?: readonly string[] | import("csstype").Property.OutlineOffset<string | number> | NonNullable<import("csstype").Property.OutlineOffset<string | number>>[];
2090
- outlineStyle?: string[] | import("csstype").Property.OutlineStyle | readonly import("csstype").Property.OutlineStyle[];
2091
- outlineWidth?: readonly string[] | import("csstype").Property.OutlineWidth<string | number> | NonNullable<import("csstype").Property.OutlineWidth<string | number>>[];
2092
- overflowAnchor?: import("csstype").Property.OverflowAnchor | NonNullable<import("csstype").Property.OverflowAnchor>[] | readonly import("csstype").Property.OverflowAnchor[];
2093
- overflowBlock?: import("csstype").Property.OverflowBlock | NonNullable<import("csstype").Property.OverflowBlock>[] | readonly import("csstype").Property.OverflowBlock[];
2094
- overflowClipBox?: import("csstype").Property.OverflowClipBox | NonNullable<import("csstype").Property.OverflowClipBox>[] | readonly import("csstype").Property.OverflowClipBox[];
2095
- overflowClipMargin?: readonly (string | (string & {}))[] | import("csstype").Property.OverflowClipMargin<string | number> | NonNullable<import("csstype").Property.OverflowClipMargin<string | number>>[];
2096
- overflowInline?: import("csstype").Property.OverflowInline | NonNullable<import("csstype").Property.OverflowInline>[] | readonly import("csstype").Property.OverflowInline[];
2097
- overflowWrap?: import("csstype").Property.OverflowWrap | NonNullable<import("csstype").Property.OverflowWrap>[] | readonly import("csstype").Property.OverflowWrap[];
2098
- overflowX?: import("csstype").Property.OverflowX | NonNullable<import("csstype").Property.OverflowX>[] | readonly import("csstype").Property.OverflowX[];
2099
- overflowY?: import("csstype").Property.OverflowY | NonNullable<import("csstype").Property.OverflowY>[] | readonly import("csstype").Property.OverflowY[];
2100
- overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | NonNullable<import("csstype").Property.OverscrollBehaviorBlock>[] | readonly import("csstype").Property.OverscrollBehaviorBlock[];
2101
- overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | NonNullable<import("csstype").Property.OverscrollBehaviorInline>[] | readonly import("csstype").Property.OverscrollBehaviorInline[];
2102
- overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | NonNullable<import("csstype").Property.OverscrollBehaviorX>[] | readonly import("csstype").Property.OverscrollBehaviorX[];
2103
- overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | NonNullable<import("csstype").Property.OverscrollBehaviorY>[] | readonly import("csstype").Property.OverscrollBehaviorY[];
2104
- paddingBlock?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingBlock<string | number> | NonNullable<import("csstype").Property.PaddingBlock<string | number>>[];
2105
- paddingBlockEnd?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingBlockEnd<string | number> | NonNullable<import("csstype").Property.PaddingBlockEnd<string | number>>[];
2106
- paddingBlockStart?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingBlockStart<string | number> | NonNullable<import("csstype").Property.PaddingBlockStart<string | number>>[];
2107
- paddingBottom?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingBottom<string | number> | NonNullable<import("csstype").Property.PaddingBottom<string | number>>[];
2108
- paddingInline?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingInline<string | number> | NonNullable<import("csstype").Property.PaddingInline<string | number>>[];
2109
- paddingInlineEnd?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingInlineEnd<string | number> | NonNullable<import("csstype").Property.PaddingInlineEnd<string | number>>[];
2110
- paddingInlineStart?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingInlineStart<string | number> | NonNullable<import("csstype").Property.PaddingInlineStart<string | number>>[];
2111
- paddingLeft?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingLeft<string | number> | NonNullable<import("csstype").Property.PaddingLeft<string | number>>[];
2112
- paddingRight?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingRight<string | number> | NonNullable<import("csstype").Property.PaddingRight<string | number>>[];
2113
- paddingTop?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingTop<string | number> | NonNullable<import("csstype").Property.PaddingTop<string | number>>[];
2114
- pageBreakAfter?: import("csstype").Property.PageBreakAfter | NonNullable<import("csstype").Property.PageBreakAfter>[] | readonly import("csstype").Property.PageBreakAfter[];
2115
- pageBreakBefore?: import("csstype").Property.PageBreakBefore | NonNullable<import("csstype").Property.PageBreakBefore>[] | readonly import("csstype").Property.PageBreakBefore[];
2116
- pageBreakInside?: import("csstype").Property.PageBreakInside | NonNullable<import("csstype").Property.PageBreakInside>[] | readonly import("csstype").Property.PageBreakInside[];
2117
- paintOrder?: string[] | import("csstype").Property.PaintOrder | readonly import("csstype").Property.PaintOrder[];
2118
- perspective?: readonly string[] | import("csstype").Property.Perspective<string | number> | NonNullable<import("csstype").Property.Perspective<string | number>>[];
2119
- perspectiveOrigin?: readonly (string | (string & {}))[] | import("csstype").Property.PerspectiveOrigin<string | number> | NonNullable<import("csstype").Property.PerspectiveOrigin<string | number>>[];
2120
- placeContent?: string[] | import("csstype").Property.PlaceContent | readonly import("csstype").Property.PlaceContent[];
2121
- pointerEvents?: import("csstype").Property.PointerEvents | NonNullable<import("csstype").Property.PointerEvents>[] | readonly import("csstype").Property.PointerEvents[];
2122
- position: string | readonly import("csstype").Property.Position[];
2123
- printColorAdjust?: import("csstype").Property.PrintColorAdjust | NonNullable<import("csstype").Property.PrintColorAdjust>[] | readonly import("csstype").Property.PrintColorAdjust[];
2124
- quotes?: string[] | import("csstype").Property.Quotes | readonly import("csstype").Property.Quotes[];
2125
- resize?: import("csstype").Property.Resize | NonNullable<import("csstype").Property.Resize>[] | readonly import("csstype").Property.Resize[];
2126
- right?: readonly (string | (string & {}))[] | import("csstype").Property.Right<string | number> | NonNullable<import("csstype").Property.Right<string | number>>[];
2127
- rotate?: string[] | import("csstype").Property.Rotate | readonly import("csstype").Property.Rotate[];
2128
- rowGap?: readonly (string | (string & {}))[] | import("csstype").Property.RowGap<string | number> | NonNullable<import("csstype").Property.RowGap<string | number>>[];
2129
- rubyAlign?: import("csstype").Property.RubyAlign | NonNullable<import("csstype").Property.RubyAlign>[] | readonly import("csstype").Property.RubyAlign[];
2130
- rubyMerge?: import("csstype").Property.RubyMerge | NonNullable<import("csstype").Property.RubyMerge>[] | readonly import("csstype").Property.RubyMerge[];
2131
- rubyPosition?: string[] | import("csstype").Property.RubyPosition | readonly import("csstype").Property.RubyPosition[];
2132
- scale?: readonly ("none" | (string & {}) | import("csstype").Globals)[] | import("csstype").Property.Scale | NonNullable<import("csstype").Property.Scale>[];
2133
- scrollBehavior?: import("csstype").Property.ScrollBehavior | NonNullable<import("csstype").Property.ScrollBehavior>[] | readonly import("csstype").Property.ScrollBehavior[];
2134
- scrollMargin?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollMargin<string | number> | NonNullable<import("csstype").Property.ScrollMargin<string | number>>[];
2135
- scrollMarginBlock?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollMarginBlock<string | number> | NonNullable<import("csstype").Property.ScrollMarginBlock<string | number>>[];
2136
- scrollMarginBlockEnd?: readonly string[] | import("csstype").Property.ScrollMarginBlockEnd<string | number> | NonNullable<import("csstype").Property.ScrollMarginBlockEnd<string | number>>[];
2137
- scrollMarginBlockStart?: readonly string[] | import("csstype").Property.ScrollMarginBlockStart<string | number> | NonNullable<import("csstype").Property.ScrollMarginBlockStart<string | number>>[];
2138
- scrollMarginBottom?: readonly string[] | import("csstype").Property.ScrollMarginBottom<string | number> | NonNullable<import("csstype").Property.ScrollMarginBottom<string | number>>[];
2139
- scrollMarginInline?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollMarginInline<string | number> | NonNullable<import("csstype").Property.ScrollMarginInline<string | number>>[];
2140
- scrollMarginInlineEnd?: readonly string[] | import("csstype").Property.ScrollMarginInlineEnd<string | number> | NonNullable<import("csstype").Property.ScrollMarginInlineEnd<string | number>>[];
2141
- scrollMarginInlineStart?: readonly string[] | import("csstype").Property.ScrollMarginInlineStart<string | number> | NonNullable<import("csstype").Property.ScrollMarginInlineStart<string | number>>[];
2142
- scrollMarginLeft?: readonly string[] | import("csstype").Property.ScrollMarginLeft<string | number> | NonNullable<import("csstype").Property.ScrollMarginLeft<string | number>>[];
2143
- scrollMarginRight?: readonly string[] | import("csstype").Property.ScrollMarginRight<string | number> | NonNullable<import("csstype").Property.ScrollMarginRight<string | number>>[];
2144
- scrollMarginTop?: readonly string[] | import("csstype").Property.ScrollMarginTop<string | number> | NonNullable<import("csstype").Property.ScrollMarginTop<string | number>>[];
2145
- scrollPadding?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPadding<string | number> | NonNullable<import("csstype").Property.ScrollPadding<string | number>>[];
2146
- scrollPaddingBlock?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingBlock<string | number> | NonNullable<import("csstype").Property.ScrollPaddingBlock<string | number>>[];
2147
- scrollPaddingBlockEnd?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingBlockEnd<string | number> | NonNullable<import("csstype").Property.ScrollPaddingBlockEnd<string | number>>[];
2148
- scrollPaddingBlockStart?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingBlockStart<string | number> | NonNullable<import("csstype").Property.ScrollPaddingBlockStart<string | number>>[];
2149
- scrollPaddingBottom?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingBottom<string | number> | NonNullable<import("csstype").Property.ScrollPaddingBottom<string | number>>[];
2150
- scrollPaddingInline?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingInline<string | number> | NonNullable<import("csstype").Property.ScrollPaddingInline<string | number>>[];
2151
- scrollPaddingInlineEnd?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingInlineEnd<string | number> | NonNullable<import("csstype").Property.ScrollPaddingInlineEnd<string | number>>[];
2152
- scrollPaddingInlineStart?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingInlineStart<string | number> | NonNullable<import("csstype").Property.ScrollPaddingInlineStart<string | number>>[];
2153
- scrollPaddingLeft?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingLeft<string | number> | NonNullable<import("csstype").Property.ScrollPaddingLeft<string | number>>[];
2154
- scrollPaddingRight?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingRight<string | number> | NonNullable<import("csstype").Property.ScrollPaddingRight<string | number>>[];
2155
- scrollPaddingTop?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollPaddingTop<string | number> | NonNullable<import("csstype").Property.ScrollPaddingTop<string | number>>[];
2156
- scrollSnapAlign?: string[] | import("csstype").Property.ScrollSnapAlign | readonly import("csstype").Property.ScrollSnapAlign[];
2157
- scrollSnapMargin?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollMargin<string | number> | NonNullable<import("csstype").Property.ScrollMargin<string | number>>[];
2158
- scrollSnapMarginBottom?: readonly string[] | import("csstype").Property.ScrollMarginBottom<string | number> | NonNullable<import("csstype").Property.ScrollMarginBottom<string | number>>[];
2159
- scrollSnapMarginLeft?: readonly string[] | import("csstype").Property.ScrollMarginLeft<string | number> | NonNullable<import("csstype").Property.ScrollMarginLeft<string | number>>[];
2160
- scrollSnapMarginRight?: readonly string[] | import("csstype").Property.ScrollMarginRight<string | number> | NonNullable<import("csstype").Property.ScrollMarginRight<string | number>>[];
2161
- scrollSnapMarginTop?: readonly string[] | import("csstype").Property.ScrollMarginTop<string | number> | NonNullable<import("csstype").Property.ScrollMarginTop<string | number>>[];
2162
- scrollSnapStop?: import("csstype").Property.ScrollSnapStop | NonNullable<import("csstype").Property.ScrollSnapStop>[] | readonly import("csstype").Property.ScrollSnapStop[];
2163
- scrollSnapType?: string[] | import("csstype").Property.ScrollSnapType | readonly import("csstype").Property.ScrollSnapType[];
2164
- scrollbarColor?: string[] | import("csstype").Property.ScrollbarColor | readonly import("csstype").Property.ScrollbarColor[];
2165
- scrollbarGutter?: string[] | import("csstype").Property.ScrollbarGutter | readonly import("csstype").Property.ScrollbarGutter[];
2166
- scrollbarWidth?: import("csstype").Property.ScrollbarWidth | NonNullable<import("csstype").Property.ScrollbarWidth>[] | readonly import("csstype").Property.ScrollbarWidth[];
2167
- shapeImageThreshold?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.ShapeImageThreshold | NonNullable<import("csstype").Property.ShapeImageThreshold>[];
2168
- shapeMargin?: readonly (string | (string & {}))[] | import("csstype").Property.ShapeMargin<string | number> | NonNullable<import("csstype").Property.ShapeMargin<string | number>>[];
2169
- shapeOutside?: string[] | import("csstype").Property.ShapeOutside | readonly import("csstype").Property.ShapeOutside[];
2170
- tabSize?: readonly (string | (string & {}))[] | import("csstype").Property.TabSize<string | number> | NonNullable<import("csstype").Property.TabSize<string | number>>[];
2171
- tableLayout?: import("csstype").Property.TableLayout | NonNullable<import("csstype").Property.TableLayout>[] | readonly import("csstype").Property.TableLayout[];
2172
- textAlign?: import("csstype").Property.TextAlign | NonNullable<import("csstype").Property.TextAlign>[] | readonly import("csstype").Property.TextAlign[];
2173
- textAlignLast?: import("csstype").Property.TextAlignLast | NonNullable<import("csstype").Property.TextAlignLast>[] | readonly import("csstype").Property.TextAlignLast[];
2174
- textCombineUpright?: string[] | import("csstype").Property.TextCombineUpright | readonly import("csstype").Property.TextCombineUpright[];
2175
- textDecorationColor?: string[] | import("csstype").Property.TextDecorationColor | readonly import("csstype").Property.TextDecorationColor[];
2176
- textDecorationLine?: string[] | import("csstype").Property.TextDecorationLine | readonly import("csstype").Property.TextDecorationLine[];
2177
- textDecorationSkip?: string[] | import("csstype").Property.TextDecorationSkip | readonly import("csstype").Property.TextDecorationSkip[];
2178
- textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | NonNullable<import("csstype").Property.TextDecorationSkipInk>[] | readonly import("csstype").Property.TextDecorationSkipInk[];
2179
- textDecorationStyle?: import("csstype").Property.TextDecorationStyle | NonNullable<import("csstype").Property.TextDecorationStyle>[] | readonly import("csstype").Property.TextDecorationStyle[];
2180
- textDecorationThickness?: readonly (string | (string & {}))[] | import("csstype").Property.TextDecorationThickness<string | number> | NonNullable<import("csstype").Property.TextDecorationThickness<string | number>>[];
2181
- textEmphasisColor?: string[] | import("csstype").Property.TextEmphasisColor | readonly import("csstype").Property.TextEmphasisColor[];
2182
- textEmphasisPosition?: string[] | import("csstype").Property.TextEmphasisPosition | readonly import("csstype").Property.TextEmphasisPosition[];
2183
- textEmphasisStyle?: string[] | import("csstype").Property.TextEmphasisStyle | readonly import("csstype").Property.TextEmphasisStyle[];
2184
- textIndent?: readonly (string | (string & {}))[] | import("csstype").Property.TextIndent<string | number> | NonNullable<import("csstype").Property.TextIndent<string | number>>[];
2185
- textJustify?: import("csstype").Property.TextJustify | NonNullable<import("csstype").Property.TextJustify>[] | readonly import("csstype").Property.TextJustify[];
2186
- textOrientation?: import("csstype").Property.TextOrientation | NonNullable<import("csstype").Property.TextOrientation>[] | readonly import("csstype").Property.TextOrientation[];
2187
- textOverflow?: string[] | import("csstype").Property.TextOverflow | readonly import("csstype").Property.TextOverflow[];
2188
- textRendering?: import("csstype").Property.TextRendering | NonNullable<import("csstype").Property.TextRendering>[] | readonly import("csstype").Property.TextRendering[];
2189
- textShadow?: string[] | import("csstype").Property.TextShadow | readonly import("csstype").Property.TextShadow[];
2190
- textSizeAdjust?: string[] | import("csstype").Property.TextSizeAdjust | readonly import("csstype").Property.TextSizeAdjust[];
2191
- textTransform?: import("csstype").Property.TextTransform | NonNullable<import("csstype").Property.TextTransform>[] | readonly import("csstype").Property.TextTransform[];
2192
- textUnderlineOffset?: readonly (string | (string & {}))[] | import("csstype").Property.TextUnderlineOffset<string | number> | NonNullable<import("csstype").Property.TextUnderlineOffset<string | number>>[];
2193
- textUnderlinePosition?: string[] | import("csstype").Property.TextUnderlinePosition | readonly import("csstype").Property.TextUnderlinePosition[];
2194
- top?: readonly (string | (string & {}))[] | import("csstype").Property.Top<string | number> | NonNullable<import("csstype").Property.Top<string | number>>[];
2195
- touchAction?: string[] | import("csstype").Property.TouchAction | readonly import("csstype").Property.TouchAction[];
2196
- transform?: string[] | import("csstype").Property.Transform | readonly import("csstype").Property.Transform[];
2197
- transformBox?: import("csstype").Property.TransformBox | NonNullable<import("csstype").Property.TransformBox>[] | readonly import("csstype").Property.TransformBox[];
2198
- transformOrigin?: readonly (string | (string & {}))[] | import("csstype").Property.TransformOrigin<string | number> | NonNullable<import("csstype").Property.TransformOrigin<string | number>>[];
2199
- transformStyle?: import("csstype").Property.TransformStyle | NonNullable<import("csstype").Property.TransformStyle>[] | readonly import("csstype").Property.TransformStyle[];
2200
- transitionDelay?: string[] | import("csstype").Property.TransitionDelay<string & {}> | readonly import("csstype").Property.TransitionDelay<string & {}>[];
2201
- transitionDuration?: string[] | import("csstype").Property.TransitionDuration<string & {}> | readonly import("csstype").Property.TransitionDuration<string & {}>[];
2202
- transitionProperty?: string[] | import("csstype").Property.TransitionProperty | readonly import("csstype").Property.TransitionProperty[];
2203
- transitionTimingFunction?: string[] | import("csstype").Property.TransitionTimingFunction | readonly import("csstype").Property.TransitionTimingFunction[];
2204
- translate?: readonly (string | (string & {}))[] | import("csstype").Property.Translate<string | number> | NonNullable<import("csstype").Property.Translate<string | number>>[];
2205
- unicodeBidi?: import("csstype").Property.UnicodeBidi | NonNullable<import("csstype").Property.UnicodeBidi>[] | readonly import("csstype").Property.UnicodeBidi[];
2206
- userSelect?: import("csstype").Property.UserSelect | NonNullable<import("csstype").Property.UserSelect>[] | readonly import("csstype").Property.UserSelect[];
2207
- verticalAlign?: readonly (string | (string & {}))[] | import("csstype").Property.VerticalAlign<string | number> | NonNullable<import("csstype").Property.VerticalAlign<string | number>>[];
2208
- visibility?: import("csstype").Property.Visibility | NonNullable<import("csstype").Property.Visibility>[] | readonly import("csstype").Property.Visibility[];
2209
- whiteSpace?: import("csstype").Property.WhiteSpace | NonNullable<import("csstype").Property.WhiteSpace>[] | readonly import("csstype").Property.WhiteSpace[];
2210
- widows?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.Widows | NonNullable<import("csstype").Property.Widows>[];
2211
- width?: readonly (string | (string & {}))[] | import("csstype").Property.Width<string | number> | NonNullable<import("csstype").Property.Width<string | number>>[];
2212
- willChange?: string[] | import("csstype").Property.WillChange | readonly import("csstype").Property.WillChange[];
2213
- wordBreak?: import("csstype").Property.WordBreak | NonNullable<import("csstype").Property.WordBreak>[] | readonly import("csstype").Property.WordBreak[];
2214
- wordSpacing?: readonly string[] | import("csstype").Property.WordSpacing<string | number> | NonNullable<import("csstype").Property.WordSpacing<string | number>>[];
2215
- wordWrap?: import("csstype").Property.WordWrap | NonNullable<import("csstype").Property.WordWrap>[] | readonly import("csstype").Property.WordWrap[];
2216
- writingMode?: import("csstype").Property.WritingMode | NonNullable<import("csstype").Property.WritingMode>[] | readonly import("csstype").Property.WritingMode[];
2217
- zIndex: number | (string & {}) | "-moz-initial" | "inherit" | "initial" | "revert" | "revert-layer" | "unset" | "auto" | readonly ((string & {}) | import("csstype").Globals | "auto")[] | NonNullable<import("csstype").Property.ZIndex>[];
2218
- zoom?: import("csstype").Property.Zoom | NonNullable<import("csstype").Property.Zoom>[] | readonly ((string & {}) | import("csstype").Globals | "normal" | "reset")[];
2219
- all?: import("csstype").Globals | NonNullable<import("csstype").Globals>[] | readonly import("csstype").Globals[];
2220
- animation?: import("csstype").Property.Animation<string & {}> | NonNullable<import("csstype").Property.Animation<string & {}>>[] | readonly (import("csstype").Globals | import("csstype").DataType.SingleAnimationDirection | import("csstype").DataType.SingleAnimationFillMode | "infinite" | "paused" | "running" | import("csstype").DataType.EasingFunction)[];
2221
- background?: readonly (string | (string & {}))[] | import("csstype").Property.Background<string | number> | NonNullable<import("csstype").Property.Background<string | number>>[];
2222
- backgroundPosition?: readonly (string | (string & {}))[] | import("csstype").Property.BackgroundPosition<string | number> | NonNullable<import("csstype").Property.BackgroundPosition<string | number>>[];
2223
- border?: readonly (string | (string & {}))[] | import("csstype").Property.Border<string | number> | NonNullable<import("csstype").Property.Border<string | number>>[];
2224
- borderBlock?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBlock<string | number> | NonNullable<import("csstype").Property.BorderBlock<string | number>>[];
2225
- borderBlockEnd?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBlockEnd<string | number> | NonNullable<import("csstype").Property.BorderBlockEnd<string | number>>[];
2226
- borderBlockStart?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBlockStart<string | number> | NonNullable<import("csstype").Property.BorderBlockStart<string | number>>[];
2227
- borderBottom?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBottom<string | number> | NonNullable<import("csstype").Property.BorderBottom<string | number>>[];
2228
- borderColor?: string[] | import("csstype").Property.BorderColor | readonly import("csstype").Property.BorderColor[];
2229
- borderImage?: import("csstype").Property.BorderImage | NonNullable<import("csstype").Property.BorderImage>[] | readonly ("repeat" | "none" | (string & {}) | import("csstype").Globals | "stretch" | "round" | "space")[];
2230
- borderInline?: readonly (string | (string & {}))[] | import("csstype").Property.BorderInline<string | number> | NonNullable<import("csstype").Property.BorderInline<string | number>>[];
2231
- borderInlineEnd?: readonly (string | (string & {}))[] | import("csstype").Property.BorderInlineEnd<string | number> | NonNullable<import("csstype").Property.BorderInlineEnd<string | number>>[];
2232
- borderInlineStart?: readonly (string | (string & {}))[] | import("csstype").Property.BorderInlineStart<string | number> | NonNullable<import("csstype").Property.BorderInlineStart<string | number>>[];
2233
- borderLeft?: readonly (string | (string & {}))[] | import("csstype").Property.BorderLeft<string | number> | NonNullable<import("csstype").Property.BorderLeft<string | number>>[];
2234
- borderRadius: string | number | readonly (string | (string & {}))[] | NonNullable<import("csstype").Property.BorderRadius<string | number>>[];
2235
- borderRight?: readonly (string | (string & {}))[] | import("csstype").Property.BorderRight<string | number> | NonNullable<import("csstype").Property.BorderRight<string | number>>[];
2236
- borderStyle?: string[] | import("csstype").Property.BorderStyle | readonly import("csstype").Property.BorderStyle[];
2237
- borderTop?: readonly (string | (string & {}))[] | import("csstype").Property.BorderTop<string | number> | NonNullable<import("csstype").Property.BorderTop<string | number>>[];
2238
- borderWidth?: readonly (string | (string & {}))[] | import("csstype").Property.BorderWidth<string | number> | NonNullable<import("csstype").Property.BorderWidth<string | number>>[];
2239
- columnRule?: readonly (string | (string & {}))[] | import("csstype").Property.ColumnRule<string | number> | NonNullable<import("csstype").Property.ColumnRule<string | number>>[];
2240
- columns?: readonly (string | (string & {}))[] | import("csstype").Property.Columns<string | number> | NonNullable<import("csstype").Property.Columns<string | number>>[];
2241
- flex?: readonly (string | (string & {}))[] | import("csstype").Property.Flex<string | number> | NonNullable<import("csstype").Property.Flex<string | number>>[];
2242
- flexFlow?: string[] | import("csstype").Property.FlexFlow | readonly import("csstype").Property.FlexFlow[];
2243
- font?: string[] | import("csstype").Property.Font | readonly import("csstype").Property.Font[];
2244
- gap?: readonly (string | (string & {}))[] | import("csstype").Property.Gap<string | number> | NonNullable<import("csstype").Property.Gap<string | number>>[];
2245
- grid?: string[] | import("csstype").Property.Grid | readonly import("csstype").Property.Grid[];
2246
- gridArea?: readonly ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.GridArea | NonNullable<import("csstype").Property.GridArea>[];
2247
- gridColumn?: readonly ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.GridColumn | NonNullable<import("csstype").Property.GridColumn>[];
2248
- gridRow?: readonly ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.GridRow | NonNullable<import("csstype").Property.GridRow>[];
2249
- gridTemplate?: string[] | import("csstype").Property.GridTemplate | readonly import("csstype").Property.GridTemplate[];
2250
- lineClamp?: readonly ("none" | (string & {}) | import("csstype").Globals)[] | import("csstype").Property.LineClamp | NonNullable<import("csstype").Property.LineClamp>[];
2251
- listStyle?: string[] | import("csstype").Property.ListStyle | readonly import("csstype").Property.ListStyle[];
2252
- margin?: readonly (string | (string & {}))[] | import("csstype").Property.Margin<string | number> | NonNullable<import("csstype").Property.Margin<string | number>>[];
2253
- mask?: readonly (string | (string & {}))[] | import("csstype").Property.Mask<string | number> | NonNullable<import("csstype").Property.Mask<string | number>>[];
2254
- maskBorder?: import("csstype").Property.MaskBorder | NonNullable<import("csstype").Property.MaskBorder>[] | readonly ("repeat" | "none" | (string & {}) | import("csstype").Globals | "stretch" | "round" | "space" | "alpha" | "luminance")[];
2255
- motion?: readonly (string | (string & {}))[] | import("csstype").Property.Offset<string | number> | NonNullable<import("csstype").Property.Offset<string | number>>[];
2256
- offset?: readonly (string | (string & {}))[] | import("csstype").Property.Offset<string | number> | NonNullable<import("csstype").Property.Offset<string | number>>[];
2257
- outline?: readonly (string | (string & {}))[] | import("csstype").Property.Outline<string | number> | NonNullable<import("csstype").Property.Outline<string | number>>[];
2258
- overflow?: string[] | import("csstype").Property.Overflow | readonly import("csstype").Property.Overflow[];
2259
- overscrollBehavior?: string[] | import("csstype").Property.OverscrollBehavior | readonly import("csstype").Property.OverscrollBehavior[];
2260
- padding: string | number | readonly (string | (string & {}))[] | NonNullable<import("csstype").Property.Padding<string | number>>[];
2261
- placeItems?: string[] | import("csstype").Property.PlaceItems | readonly import("csstype").Property.PlaceItems[];
2262
- placeSelf?: string[] | import("csstype").Property.PlaceSelf | readonly import("csstype").Property.PlaceSelf[];
2263
- textDecoration?: readonly (string | (string & {}))[] | import("csstype").Property.TextDecoration<string | number> | NonNullable<import("csstype").Property.TextDecoration<string | number>>[];
2264
- textEmphasis?: string[] | import("csstype").Property.TextEmphasis | readonly import("csstype").Property.TextEmphasis[];
2265
- transition?: string[] | import("csstype").Property.Transition<string & {}> | readonly import("csstype").Property.Transition<string & {}>[];
2266
- MozAnimationDelay?: string[] | import("csstype").Property.AnimationDelay<string & {}> | readonly import("csstype").Property.AnimationDelay<string & {}>[];
2267
- MozAnimationDirection?: string[] | import("csstype").Property.AnimationDirection | readonly import("csstype").Property.AnimationDirection[];
2268
- MozAnimationDuration?: string[] | import("csstype").Property.AnimationDuration<string & {}> | readonly import("csstype").Property.AnimationDuration<string & {}>[];
2269
- MozAnimationFillMode?: string[] | import("csstype").Property.AnimationFillMode | readonly import("csstype").Property.AnimationFillMode[];
2270
- MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | NonNullable<import("csstype").Property.AnimationIterationCount>[] | readonly ((string & {}) | import("csstype").Globals | "infinite")[];
2271
- MozAnimationName?: string[] | import("csstype").Property.AnimationName | readonly import("csstype").Property.AnimationName[];
2272
- MozAnimationPlayState?: string[] | import("csstype").Property.AnimationPlayState | readonly import("csstype").Property.AnimationPlayState[];
2273
- MozAnimationTimingFunction?: string[] | import("csstype").Property.AnimationTimingFunction | readonly import("csstype").Property.AnimationTimingFunction[];
2274
- MozAppearance?: import("csstype").Property.MozAppearance | NonNullable<import("csstype").Property.MozAppearance>[] | readonly import("csstype").Property.MozAppearance[];
2275
- MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | NonNullable<import("csstype").Property.BackfaceVisibility>[] | readonly import("csstype").Property.BackfaceVisibility[];
2276
- MozBorderBottomColors?: string[] | import("csstype").Property.MozBorderBottomColors | readonly import("csstype").Property.MozBorderBottomColors[];
2277
- MozBorderEndColor?: string[] | import("csstype").Property.BorderInlineEndColor | readonly import("csstype").Property.BorderInlineEndColor[];
2278
- MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | NonNullable<import("csstype").Property.BorderInlineEndStyle>[] | readonly import("csstype").Property.BorderInlineEndStyle[];
2279
- MozBorderEndWidth?: readonly string[] | import("csstype").Property.BorderInlineEndWidth<string | number> | NonNullable<import("csstype").Property.BorderInlineEndWidth<string | number>>[];
2280
- MozBorderLeftColors?: string[] | import("csstype").Property.MozBorderLeftColors | readonly import("csstype").Property.MozBorderLeftColors[];
2281
- MozBorderRightColors?: string[] | import("csstype").Property.MozBorderRightColors | readonly import("csstype").Property.MozBorderRightColors[];
2282
- MozBorderStartColor?: string[] | import("csstype").Property.BorderInlineStartColor | readonly import("csstype").Property.BorderInlineStartColor[];
2283
- MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | NonNullable<import("csstype").Property.BorderInlineStartStyle>[] | readonly import("csstype").Property.BorderInlineStartStyle[];
2284
- MozBorderTopColors?: string[] | import("csstype").Property.MozBorderTopColors | readonly import("csstype").Property.MozBorderTopColors[];
2285
- MozBoxSizing?: import("csstype").Property.BoxSizing | NonNullable<import("csstype").Property.BoxSizing>[] | readonly import("csstype").Property.BoxSizing[];
2286
- MozColumnCount?: readonly ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.ColumnCount | NonNullable<import("csstype").Property.ColumnCount>[];
2287
- MozColumnFill?: import("csstype").Property.ColumnFill | NonNullable<import("csstype").Property.ColumnFill>[] | readonly import("csstype").Property.ColumnFill[];
2288
- MozColumnRuleColor?: string[] | import("csstype").Property.ColumnRuleColor | readonly import("csstype").Property.ColumnRuleColor[];
2289
- MozColumnRuleStyle?: string[] | import("csstype").Property.ColumnRuleStyle | readonly import("csstype").Property.ColumnRuleStyle[];
2290
- MozColumnRuleWidth?: readonly (string | (string & {}))[] | import("csstype").Property.ColumnRuleWidth<string | number> | NonNullable<import("csstype").Property.ColumnRuleWidth<string | number>>[];
2291
- MozColumnWidth?: readonly string[] | import("csstype").Property.ColumnWidth<string | number> | NonNullable<import("csstype").Property.ColumnWidth<string | number>>[];
2292
- MozContextProperties?: string[] | import("csstype").Property.MozContextProperties | readonly import("csstype").Property.MozContextProperties[];
2293
- MozFontFeatureSettings?: string[] | import("csstype").Property.FontFeatureSettings | readonly import("csstype").Property.FontFeatureSettings[];
2294
- MozFontLanguageOverride?: string[] | import("csstype").Property.FontLanguageOverride | readonly import("csstype").Property.FontLanguageOverride[];
2295
- MozHyphens?: import("csstype").Property.Hyphens | NonNullable<import("csstype").Property.Hyphens>[] | readonly import("csstype").Property.Hyphens[];
2296
- MozImageRegion?: string[] | import("csstype").Property.MozImageRegion | readonly import("csstype").Property.MozImageRegion[];
2297
- MozMarginEnd?: readonly (string | (string & {}))[] | import("csstype").Property.MarginInlineEnd<string | number> | NonNullable<import("csstype").Property.MarginInlineEnd<string | number>>[];
2298
- MozMarginStart?: readonly (string | (string & {}))[] | import("csstype").Property.MarginInlineStart<string | number> | NonNullable<import("csstype").Property.MarginInlineStart<string | number>>[];
2299
- MozOrient?: import("csstype").Property.MozOrient | NonNullable<import("csstype").Property.MozOrient>[] | readonly import("csstype").Property.MozOrient[];
2300
- MozOsxFontSmoothing?: readonly string[] | import("csstype").Property.FontSmooth<string | number> | NonNullable<import("csstype").Property.FontSmooth<string | number>>[];
2301
- MozPaddingEnd?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingInlineEnd<string | number> | NonNullable<import("csstype").Property.PaddingInlineEnd<string | number>>[];
2302
- MozPaddingStart?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingInlineStart<string | number> | NonNullable<import("csstype").Property.PaddingInlineStart<string | number>>[];
2303
- MozPerspective?: readonly string[] | import("csstype").Property.Perspective<string | number> | NonNullable<import("csstype").Property.Perspective<string | number>>[];
2304
- MozPerspectiveOrigin?: readonly (string | (string & {}))[] | import("csstype").Property.PerspectiveOrigin<string | number> | NonNullable<import("csstype").Property.PerspectiveOrigin<string | number>>[];
2305
- MozStackSizing?: import("csstype").Property.MozStackSizing | NonNullable<import("csstype").Property.MozStackSizing>[] | readonly import("csstype").Property.MozStackSizing[];
2306
- MozTabSize?: readonly (string | (string & {}))[] | import("csstype").Property.TabSize<string | number> | NonNullable<import("csstype").Property.TabSize<string | number>>[];
2307
- MozTextBlink?: import("csstype").Property.MozTextBlink | NonNullable<import("csstype").Property.MozTextBlink>[] | readonly import("csstype").Property.MozTextBlink[];
2308
- MozTextSizeAdjust?: string[] | import("csstype").Property.TextSizeAdjust | readonly import("csstype").Property.TextSizeAdjust[];
2309
- MozTransformOrigin?: readonly (string | (string & {}))[] | import("csstype").Property.TransformOrigin<string | number> | NonNullable<import("csstype").Property.TransformOrigin<string | number>>[];
2310
- MozTransformStyle?: import("csstype").Property.TransformStyle | NonNullable<import("csstype").Property.TransformStyle>[] | readonly import("csstype").Property.TransformStyle[];
2311
- MozTransitionDelay?: string[] | import("csstype").Property.TransitionDelay<string & {}> | readonly import("csstype").Property.TransitionDelay<string & {}>[];
2312
- MozTransitionDuration?: string[] | import("csstype").Property.TransitionDuration<string & {}> | readonly import("csstype").Property.TransitionDuration<string & {}>[];
2313
- MozTransitionProperty?: string[] | import("csstype").Property.TransitionProperty | readonly import("csstype").Property.TransitionProperty[];
2314
- MozTransitionTimingFunction?: string[] | import("csstype").Property.TransitionTimingFunction | readonly import("csstype").Property.TransitionTimingFunction[];
2315
- MozUserFocus?: import("csstype").Property.MozUserFocus | NonNullable<import("csstype").Property.MozUserFocus>[] | readonly import("csstype").Property.MozUserFocus[];
2316
- MozUserModify?: import("csstype").Property.MozUserModify | NonNullable<import("csstype").Property.MozUserModify>[] | readonly import("csstype").Property.MozUserModify[];
2317
- MozUserSelect?: import("csstype").Property.UserSelect | NonNullable<import("csstype").Property.UserSelect>[] | readonly import("csstype").Property.UserSelect[];
2318
- MozWindowDragging?: import("csstype").Property.MozWindowDragging | NonNullable<import("csstype").Property.MozWindowDragging>[] | readonly import("csstype").Property.MozWindowDragging[];
2319
- MozWindowShadow?: import("csstype").Property.MozWindowShadow | NonNullable<import("csstype").Property.MozWindowShadow>[] | readonly import("csstype").Property.MozWindowShadow[];
2320
- msAccelerator?: import("csstype").Property.MsAccelerator | NonNullable<import("csstype").Property.MsAccelerator>[] | readonly import("csstype").Property.MsAccelerator[];
2321
- msBlockProgression?: import("csstype").Property.MsBlockProgression | NonNullable<import("csstype").Property.MsBlockProgression>[] | readonly import("csstype").Property.MsBlockProgression[];
2322
- msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | NonNullable<import("csstype").Property.MsContentZoomChaining>[] | readonly import("csstype").Property.MsContentZoomChaining[];
2323
- msContentZoomLimitMax?: string[] | import("csstype").Property.MsContentZoomLimitMax | readonly import("csstype").Property.MsContentZoomLimitMax[];
2324
- msContentZoomLimitMin?: string[] | import("csstype").Property.MsContentZoomLimitMin | readonly import("csstype").Property.MsContentZoomLimitMin[];
2325
- msContentZoomSnapPoints?: string[] | import("csstype").Property.MsContentZoomSnapPoints | readonly import("csstype").Property.MsContentZoomSnapPoints[];
2326
- msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | NonNullable<import("csstype").Property.MsContentZoomSnapType>[] | readonly import("csstype").Property.MsContentZoomSnapType[];
2327
- msContentZooming?: import("csstype").Property.MsContentZooming | NonNullable<import("csstype").Property.MsContentZooming>[] | readonly import("csstype").Property.MsContentZooming[];
2328
- msFilter?: string[] | import("csstype").Property.MsFilter | readonly import("csstype").Property.MsFilter[];
2329
- msFlexDirection?: import("csstype").Property.FlexDirection | NonNullable<import("csstype").Property.FlexDirection>[] | readonly import("csstype").Property.FlexDirection[];
2330
- msFlexPositive?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.FlexGrow | NonNullable<import("csstype").Property.FlexGrow>[];
2331
- msFlowFrom?: string[] | import("csstype").Property.MsFlowFrom | readonly import("csstype").Property.MsFlowFrom[];
2332
- msFlowInto?: string[] | import("csstype").Property.MsFlowInto | readonly import("csstype").Property.MsFlowInto[];
2333
- msGridColumns?: readonly (string | (string & {}))[] | import("csstype").Property.MsGridColumns<string | number> | NonNullable<import("csstype").Property.MsGridColumns<string | number>>[];
2334
- msGridRows?: readonly (string | (string & {}))[] | import("csstype").Property.MsGridRows<string | number> | NonNullable<import("csstype").Property.MsGridRows<string | number>>[];
2335
- msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | NonNullable<import("csstype").Property.MsHighContrastAdjust>[] | readonly import("csstype").Property.MsHighContrastAdjust[];
2336
- msHyphenateLimitChars?: readonly ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.MsHyphenateLimitChars | NonNullable<import("csstype").Property.MsHyphenateLimitChars>[];
2337
- msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | NonNullable<import("csstype").Property.MsHyphenateLimitLines>[] | readonly ((string & {}) | import("csstype").Globals | "no-limit")[];
2338
- msHyphenateLimitZone?: readonly (string | (string & {}))[] | import("csstype").Property.MsHyphenateLimitZone<string | number> | NonNullable<import("csstype").Property.MsHyphenateLimitZone<string | number>>[];
2339
- msHyphens?: import("csstype").Property.Hyphens | NonNullable<import("csstype").Property.Hyphens>[] | readonly import("csstype").Property.Hyphens[];
2340
- msImeAlign?: import("csstype").Property.MsImeAlign | NonNullable<import("csstype").Property.MsImeAlign>[] | readonly import("csstype").Property.MsImeAlign[];
2341
- msLineBreak?: import("csstype").Property.LineBreak | NonNullable<import("csstype").Property.LineBreak>[] | readonly import("csstype").Property.LineBreak[];
2342
- msOrder?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.Order | NonNullable<import("csstype").Property.Order>[];
2343
- msOverflowStyle?: import("csstype").Property.MsOverflowStyle | NonNullable<import("csstype").Property.MsOverflowStyle>[] | readonly import("csstype").Property.MsOverflowStyle[];
2344
- msOverflowX?: import("csstype").Property.OverflowX | NonNullable<import("csstype").Property.OverflowX>[] | readonly import("csstype").Property.OverflowX[];
2345
- msOverflowY?: import("csstype").Property.OverflowY | NonNullable<import("csstype").Property.OverflowY>[] | readonly import("csstype").Property.OverflowY[];
2346
- msScrollChaining?: import("csstype").Property.MsScrollChaining | NonNullable<import("csstype").Property.MsScrollChaining>[] | readonly import("csstype").Property.MsScrollChaining[];
2347
- msScrollLimitXMax?: readonly string[] | import("csstype").Property.MsScrollLimitXMax<string | number> | NonNullable<import("csstype").Property.MsScrollLimitXMax<string | number>>[];
2348
- msScrollLimitXMin?: readonly string[] | import("csstype").Property.MsScrollLimitXMin<string | number> | NonNullable<import("csstype").Property.MsScrollLimitXMin<string | number>>[];
2349
- msScrollLimitYMax?: readonly string[] | import("csstype").Property.MsScrollLimitYMax<string | number> | NonNullable<import("csstype").Property.MsScrollLimitYMax<string | number>>[];
2350
- msScrollLimitYMin?: readonly string[] | import("csstype").Property.MsScrollLimitYMin<string | number> | NonNullable<import("csstype").Property.MsScrollLimitYMin<string | number>>[];
2351
- msScrollRails?: import("csstype").Property.MsScrollRails | NonNullable<import("csstype").Property.MsScrollRails>[] | readonly import("csstype").Property.MsScrollRails[];
2352
- msScrollSnapPointsX?: string[] | import("csstype").Property.MsScrollSnapPointsX | readonly import("csstype").Property.MsScrollSnapPointsX[];
2353
- msScrollSnapPointsY?: string[] | import("csstype").Property.MsScrollSnapPointsY | readonly import("csstype").Property.MsScrollSnapPointsY[];
2354
- msScrollSnapType?: import("csstype").Property.MsScrollSnapType | NonNullable<import("csstype").Property.MsScrollSnapType>[] | readonly import("csstype").Property.MsScrollSnapType[];
2355
- msScrollTranslation?: import("csstype").Property.MsScrollTranslation | NonNullable<import("csstype").Property.MsScrollTranslation>[] | readonly import("csstype").Property.MsScrollTranslation[];
2356
- msScrollbar3dlightColor?: string[] | import("csstype").Property.MsScrollbar3dlightColor | readonly import("csstype").Property.MsScrollbar3dlightColor[];
2357
- msScrollbarArrowColor?: string[] | import("csstype").Property.MsScrollbarArrowColor | readonly import("csstype").Property.MsScrollbarArrowColor[];
2358
- msScrollbarBaseColor?: string[] | import("csstype").Property.MsScrollbarBaseColor | readonly import("csstype").Property.MsScrollbarBaseColor[];
2359
- msScrollbarDarkshadowColor?: string[] | import("csstype").Property.MsScrollbarDarkshadowColor | readonly import("csstype").Property.MsScrollbarDarkshadowColor[];
2360
- msScrollbarFaceColor?: string[] | import("csstype").Property.MsScrollbarFaceColor | readonly import("csstype").Property.MsScrollbarFaceColor[];
2361
- msScrollbarHighlightColor?: string[] | import("csstype").Property.MsScrollbarHighlightColor | readonly import("csstype").Property.MsScrollbarHighlightColor[];
2362
- msScrollbarShadowColor?: string[] | import("csstype").Property.MsScrollbarShadowColor | readonly import("csstype").Property.MsScrollbarShadowColor[];
2363
- msScrollbarTrackColor?: string[] | import("csstype").Property.MsScrollbarTrackColor | readonly import("csstype").Property.MsScrollbarTrackColor[];
2364
- msTextAutospace?: import("csstype").Property.MsTextAutospace | NonNullable<import("csstype").Property.MsTextAutospace>[] | readonly import("csstype").Property.MsTextAutospace[];
2365
- msTextCombineHorizontal?: string[] | import("csstype").Property.TextCombineUpright | readonly import("csstype").Property.TextCombineUpright[];
2366
- msTextOverflow?: string[] | import("csstype").Property.TextOverflow | readonly import("csstype").Property.TextOverflow[];
2367
- msTouchAction?: string[] | import("csstype").Property.TouchAction | readonly import("csstype").Property.TouchAction[];
2368
- msTouchSelect?: import("csstype").Property.MsTouchSelect | NonNullable<import("csstype").Property.MsTouchSelect>[] | readonly import("csstype").Property.MsTouchSelect[];
2369
- msTransform?: string[] | import("csstype").Property.Transform | readonly import("csstype").Property.Transform[];
2370
- msTransformOrigin?: readonly (string | (string & {}))[] | import("csstype").Property.TransformOrigin<string | number> | NonNullable<import("csstype").Property.TransformOrigin<string | number>>[];
2371
- msTransitionDelay?: string[] | import("csstype").Property.TransitionDelay<string & {}> | readonly import("csstype").Property.TransitionDelay<string & {}>[];
2372
- msTransitionDuration?: string[] | import("csstype").Property.TransitionDuration<string & {}> | readonly import("csstype").Property.TransitionDuration<string & {}>[];
2373
- msTransitionProperty?: string[] | import("csstype").Property.TransitionProperty | readonly import("csstype").Property.TransitionProperty[];
2374
- msTransitionTimingFunction?: string[] | import("csstype").Property.TransitionTimingFunction | readonly import("csstype").Property.TransitionTimingFunction[];
2375
- msUserSelect?: import("csstype").Property.MsUserSelect | NonNullable<import("csstype").Property.MsUserSelect>[] | readonly import("csstype").Property.MsUserSelect[];
2376
- msWordBreak?: import("csstype").Property.WordBreak | NonNullable<import("csstype").Property.WordBreak>[] | readonly import("csstype").Property.WordBreak[];
2377
- msWrapFlow?: import("csstype").Property.MsWrapFlow | NonNullable<import("csstype").Property.MsWrapFlow>[] | readonly import("csstype").Property.MsWrapFlow[];
2378
- msWrapMargin?: readonly string[] | import("csstype").Property.MsWrapMargin<string | number> | NonNullable<import("csstype").Property.MsWrapMargin<string | number>>[];
2379
- msWrapThrough?: import("csstype").Property.MsWrapThrough | NonNullable<import("csstype").Property.MsWrapThrough>[] | readonly import("csstype").Property.MsWrapThrough[];
2380
- msWritingMode?: import("csstype").Property.WritingMode | NonNullable<import("csstype").Property.WritingMode>[] | readonly import("csstype").Property.WritingMode[];
2381
- WebkitAlignContent?: string[] | import("csstype").Property.AlignContent | readonly import("csstype").Property.AlignContent[];
2382
- WebkitAlignItems?: string[] | import("csstype").Property.AlignItems | readonly import("csstype").Property.AlignItems[];
2383
- WebkitAlignSelf?: string[] | import("csstype").Property.AlignSelf | readonly import("csstype").Property.AlignSelf[];
2384
- WebkitAnimationDelay?: string[] | import("csstype").Property.AnimationDelay<string & {}> | readonly import("csstype").Property.AnimationDelay<string & {}>[];
2385
- WebkitAnimationDirection?: string[] | import("csstype").Property.AnimationDirection | readonly import("csstype").Property.AnimationDirection[];
2386
- WebkitAnimationDuration?: string[] | import("csstype").Property.AnimationDuration<string & {}> | readonly import("csstype").Property.AnimationDuration<string & {}>[];
2387
- WebkitAnimationFillMode?: string[] | import("csstype").Property.AnimationFillMode | readonly import("csstype").Property.AnimationFillMode[];
2388
- WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | NonNullable<import("csstype").Property.AnimationIterationCount>[] | readonly ((string & {}) | import("csstype").Globals | "infinite")[];
2389
- WebkitAnimationName?: string[] | import("csstype").Property.AnimationName | readonly import("csstype").Property.AnimationName[];
2390
- WebkitAnimationPlayState?: string[] | import("csstype").Property.AnimationPlayState | readonly import("csstype").Property.AnimationPlayState[];
2391
- WebkitAnimationTimingFunction?: string[] | import("csstype").Property.AnimationTimingFunction | readonly import("csstype").Property.AnimationTimingFunction[];
2392
- WebkitAppearance?: import("csstype").Property.WebkitAppearance | NonNullable<import("csstype").Property.WebkitAppearance>[] | readonly import("csstype").Property.WebkitAppearance[];
2393
- WebkitBackdropFilter?: string[] | import("csstype").Property.BackdropFilter | readonly import("csstype").Property.BackdropFilter[];
2394
- WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | NonNullable<import("csstype").Property.BackfaceVisibility>[] | readonly import("csstype").Property.BackfaceVisibility[];
2395
- WebkitBackgroundClip?: string[] | import("csstype").Property.BackgroundClip | readonly import("csstype").Property.BackgroundClip[];
2396
- WebkitBackgroundOrigin?: string[] | import("csstype").Property.BackgroundOrigin | readonly import("csstype").Property.BackgroundOrigin[];
2397
- WebkitBackgroundSize?: readonly (string | (string & {}))[] | import("csstype").Property.BackgroundSize<string | number> | NonNullable<import("csstype").Property.BackgroundSize<string | number>>[];
2398
- WebkitBorderBeforeColor?: string[] | import("csstype").Property.WebkitBorderBeforeColor | readonly import("csstype").Property.WebkitBorderBeforeColor[];
2399
- WebkitBorderBeforeStyle?: string[] | import("csstype").Property.WebkitBorderBeforeStyle | readonly import("csstype").Property.WebkitBorderBeforeStyle[];
2400
- WebkitBorderBeforeWidth?: readonly (string | (string & {}))[] | import("csstype").Property.WebkitBorderBeforeWidth<string | number> | NonNullable<import("csstype").Property.WebkitBorderBeforeWidth<string | number>>[];
2401
- WebkitBorderBottomLeftRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBottomLeftRadius<string | number> | NonNullable<import("csstype").Property.BorderBottomLeftRadius<string | number>>[];
2402
- WebkitBorderBottomRightRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBottomRightRadius<string | number> | NonNullable<import("csstype").Property.BorderBottomRightRadius<string | number>>[];
2403
- WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | NonNullable<import("csstype").Property.BorderImageSlice>[] | readonly ((string & {}) | import("csstype").Globals)[];
2404
- WebkitBorderTopLeftRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderTopLeftRadius<string | number> | NonNullable<import("csstype").Property.BorderTopLeftRadius<string | number>>[];
2405
- WebkitBorderTopRightRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderTopRightRadius<string | number> | NonNullable<import("csstype").Property.BorderTopRightRadius<string | number>>[];
2406
- WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | NonNullable<import("csstype").Property.BoxDecorationBreak>[] | readonly import("csstype").Property.BoxDecorationBreak[];
2407
- WebkitBoxReflect?: readonly (string | (string & {}))[] | import("csstype").Property.WebkitBoxReflect<string | number> | NonNullable<import("csstype").Property.WebkitBoxReflect<string | number>>[];
2408
- WebkitBoxShadow?: string[] | import("csstype").Property.BoxShadow | readonly import("csstype").Property.BoxShadow[];
2409
- WebkitBoxSizing?: import("csstype").Property.BoxSizing | NonNullable<import("csstype").Property.BoxSizing>[] | readonly import("csstype").Property.BoxSizing[];
2410
- WebkitClipPath?: string[] | import("csstype").Property.ClipPath | readonly import("csstype").Property.ClipPath[];
2411
- WebkitColumnCount?: readonly ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.ColumnCount | NonNullable<import("csstype").Property.ColumnCount>[];
2412
- WebkitColumnFill?: import("csstype").Property.ColumnFill | NonNullable<import("csstype").Property.ColumnFill>[] | readonly import("csstype").Property.ColumnFill[];
2413
- WebkitColumnRuleColor?: string[] | import("csstype").Property.ColumnRuleColor | readonly import("csstype").Property.ColumnRuleColor[];
2414
- WebkitColumnRuleStyle?: string[] | import("csstype").Property.ColumnRuleStyle | readonly import("csstype").Property.ColumnRuleStyle[];
2415
- WebkitColumnRuleWidth?: readonly (string | (string & {}))[] | import("csstype").Property.ColumnRuleWidth<string | number> | NonNullable<import("csstype").Property.ColumnRuleWidth<string | number>>[];
2416
- WebkitColumnSpan?: import("csstype").Property.ColumnSpan | NonNullable<import("csstype").Property.ColumnSpan>[] | readonly import("csstype").Property.ColumnSpan[];
2417
- WebkitColumnWidth?: readonly string[] | import("csstype").Property.ColumnWidth<string | number> | NonNullable<import("csstype").Property.ColumnWidth<string | number>>[];
2418
- WebkitFilter?: string[] | import("csstype").Property.Filter | readonly import("csstype").Property.Filter[];
2419
- WebkitFlexBasis?: readonly (string | (string & {}))[] | import("csstype").Property.FlexBasis<string | number> | NonNullable<import("csstype").Property.FlexBasis<string | number>>[];
2420
- WebkitFlexDirection?: import("csstype").Property.FlexDirection | NonNullable<import("csstype").Property.FlexDirection>[] | readonly import("csstype").Property.FlexDirection[];
2421
- WebkitFlexGrow?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.FlexGrow | NonNullable<import("csstype").Property.FlexGrow>[];
2422
- WebkitFlexShrink?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.FlexShrink | NonNullable<import("csstype").Property.FlexShrink>[];
2423
- WebkitFlexWrap?: import("csstype").Property.FlexWrap | NonNullable<import("csstype").Property.FlexWrap>[] | readonly import("csstype").Property.FlexWrap[];
2424
- WebkitFontFeatureSettings?: string[] | import("csstype").Property.FontFeatureSettings | readonly import("csstype").Property.FontFeatureSettings[];
2425
- WebkitFontKerning?: import("csstype").Property.FontKerning | NonNullable<import("csstype").Property.FontKerning>[] | readonly import("csstype").Property.FontKerning[];
2426
- WebkitFontSmoothing?: readonly string[] | import("csstype").Property.FontSmooth<string | number> | NonNullable<import("csstype").Property.FontSmooth<string | number>>[];
2427
- WebkitFontVariantLigatures?: string[] | import("csstype").Property.FontVariantLigatures | readonly import("csstype").Property.FontVariantLigatures[];
2428
- WebkitHyphenateCharacter?: string[] | import("csstype").Property.HyphenateCharacter | readonly import("csstype").Property.HyphenateCharacter[];
2429
- WebkitHyphens?: import("csstype").Property.Hyphens | NonNullable<import("csstype").Property.Hyphens>[] | readonly import("csstype").Property.Hyphens[];
2430
- WebkitInitialLetter?: import("csstype").Property.InitialLetter | NonNullable<import("csstype").Property.InitialLetter>[] | readonly ((string & {}) | import("csstype").Globals | "normal")[];
2431
- WebkitJustifyContent?: string[] | import("csstype").Property.JustifyContent | readonly import("csstype").Property.JustifyContent[];
2432
- WebkitLineBreak?: import("csstype").Property.LineBreak | NonNullable<import("csstype").Property.LineBreak>[] | readonly import("csstype").Property.LineBreak[];
2433
- WebkitLineClamp?: readonly ("none" | (string & {}) | import("csstype").Globals)[] | import("csstype").Property.WebkitLineClamp | NonNullable<import("csstype").Property.WebkitLineClamp>[];
2434
- WebkitMarginEnd?: readonly (string | (string & {}))[] | import("csstype").Property.MarginInlineEnd<string | number> | NonNullable<import("csstype").Property.MarginInlineEnd<string | number>>[];
2435
- WebkitMarginStart?: readonly (string | (string & {}))[] | import("csstype").Property.MarginInlineStart<string | number> | NonNullable<import("csstype").Property.MarginInlineStart<string | number>>[];
2436
- WebkitMaskAttachment?: string[] | import("csstype").Property.WebkitMaskAttachment | readonly import("csstype").Property.WebkitMaskAttachment[];
2437
- WebkitMaskBoxImageOutset?: readonly (string | (string & {}))[] | import("csstype").Property.MaskBorderOutset<string | number> | NonNullable<import("csstype").Property.MaskBorderOutset<string | number>>[];
2438
- WebkitMaskBoxImageRepeat?: string[] | import("csstype").Property.MaskBorderRepeat | readonly import("csstype").Property.MaskBorderRepeat[];
2439
- WebkitMaskBoxImageSlice?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.MaskBorderSlice | NonNullable<import("csstype").Property.MaskBorderSlice>[];
2440
- WebkitMaskBoxImageSource?: string[] | import("csstype").Property.MaskBorderSource | readonly import("csstype").Property.MaskBorderSource[];
2441
- WebkitMaskBoxImageWidth?: readonly (string | (string & {}))[] | import("csstype").Property.MaskBorderWidth<string | number> | NonNullable<import("csstype").Property.MaskBorderWidth<string | number>>[];
2442
- WebkitMaskClip?: string[] | import("csstype").Property.WebkitMaskClip | readonly import("csstype").Property.WebkitMaskClip[];
2443
- WebkitMaskComposite?: string[] | import("csstype").Property.WebkitMaskComposite | readonly import("csstype").Property.WebkitMaskComposite[];
2444
- WebkitMaskImage?: string[] | import("csstype").Property.WebkitMaskImage | readonly import("csstype").Property.WebkitMaskImage[];
2445
- WebkitMaskOrigin?: string[] | import("csstype").Property.WebkitMaskOrigin | readonly import("csstype").Property.WebkitMaskOrigin[];
2446
- WebkitMaskPosition?: readonly (string | (string & {}))[] | import("csstype").Property.WebkitMaskPosition<string | number> | NonNullable<import("csstype").Property.WebkitMaskPosition<string | number>>[];
2447
- WebkitMaskPositionX?: readonly (string | (string & {}))[] | import("csstype").Property.WebkitMaskPositionX<string | number> | NonNullable<import("csstype").Property.WebkitMaskPositionX<string | number>>[];
2448
- WebkitMaskPositionY?: readonly (string | (string & {}))[] | import("csstype").Property.WebkitMaskPositionY<string | number> | NonNullable<import("csstype").Property.WebkitMaskPositionY<string | number>>[];
2449
- WebkitMaskRepeat?: string[] | import("csstype").Property.WebkitMaskRepeat | readonly import("csstype").Property.WebkitMaskRepeat[];
2450
- WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | NonNullable<import("csstype").Property.WebkitMaskRepeatX>[] | readonly import("csstype").Property.WebkitMaskRepeatX[];
2451
- WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | NonNullable<import("csstype").Property.WebkitMaskRepeatY>[] | readonly import("csstype").Property.WebkitMaskRepeatY[];
2452
- WebkitMaskSize?: readonly (string | (string & {}))[] | import("csstype").Property.WebkitMaskSize<string | number> | NonNullable<import("csstype").Property.WebkitMaskSize<string | number>>[];
2453
- WebkitMaxInlineSize?: readonly (string | (string & {}))[] | import("csstype").Property.MaxInlineSize<string | number> | NonNullable<import("csstype").Property.MaxInlineSize<string | number>>[];
2454
- WebkitOrder?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.Order | NonNullable<import("csstype").Property.Order>[];
2455
- WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | NonNullable<import("csstype").Property.WebkitOverflowScrolling>[] | readonly import("csstype").Property.WebkitOverflowScrolling[];
2456
- WebkitPaddingEnd?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingInlineEnd<string | number> | NonNullable<import("csstype").Property.PaddingInlineEnd<string | number>>[];
2457
- WebkitPaddingStart?: readonly (string | (string & {}))[] | import("csstype").Property.PaddingInlineStart<string | number> | NonNullable<import("csstype").Property.PaddingInlineStart<string | number>>[];
2458
- WebkitPerspective?: readonly string[] | import("csstype").Property.Perspective<string | number> | NonNullable<import("csstype").Property.Perspective<string | number>>[];
2459
- WebkitPerspectiveOrigin?: readonly (string | (string & {}))[] | import("csstype").Property.PerspectiveOrigin<string | number> | NonNullable<import("csstype").Property.PerspectiveOrigin<string | number>>[];
2460
- WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | NonNullable<import("csstype").Property.PrintColorAdjust>[] | readonly import("csstype").Property.PrintColorAdjust[];
2461
- WebkitRubyPosition?: string[] | import("csstype").Property.RubyPosition | readonly import("csstype").Property.RubyPosition[];
2462
- WebkitScrollSnapType?: string[] | import("csstype").Property.ScrollSnapType | readonly import("csstype").Property.ScrollSnapType[];
2463
- WebkitShapeMargin?: readonly (string | (string & {}))[] | import("csstype").Property.ShapeMargin<string | number> | NonNullable<import("csstype").Property.ShapeMargin<string | number>>[];
2464
- WebkitTapHighlightColor?: string[] | import("csstype").Property.WebkitTapHighlightColor | readonly import("csstype").Property.WebkitTapHighlightColor[];
2465
- WebkitTextCombine?: string[] | import("csstype").Property.TextCombineUpright | readonly import("csstype").Property.TextCombineUpright[];
2466
- WebkitTextDecorationColor?: string[] | import("csstype").Property.TextDecorationColor | readonly import("csstype").Property.TextDecorationColor[];
2467
- WebkitTextDecorationLine?: string[] | import("csstype").Property.TextDecorationLine | readonly import("csstype").Property.TextDecorationLine[];
2468
- WebkitTextDecorationSkip?: string[] | import("csstype").Property.TextDecorationSkip | readonly import("csstype").Property.TextDecorationSkip[];
2469
- WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | NonNullable<import("csstype").Property.TextDecorationStyle>[] | readonly import("csstype").Property.TextDecorationStyle[];
2470
- WebkitTextEmphasisColor?: string[] | import("csstype").Property.TextEmphasisColor | readonly import("csstype").Property.TextEmphasisColor[];
2471
- WebkitTextEmphasisPosition?: string[] | import("csstype").Property.TextEmphasisPosition | readonly import("csstype").Property.TextEmphasisPosition[];
2472
- WebkitTextEmphasisStyle?: string[] | import("csstype").Property.TextEmphasisStyle | readonly import("csstype").Property.TextEmphasisStyle[];
2473
- WebkitTextFillColor?: string[] | import("csstype").Property.WebkitTextFillColor | readonly import("csstype").Property.WebkitTextFillColor[];
2474
- WebkitTextOrientation?: import("csstype").Property.TextOrientation | NonNullable<import("csstype").Property.TextOrientation>[] | readonly import("csstype").Property.TextOrientation[];
2475
- WebkitTextSizeAdjust?: string[] | import("csstype").Property.TextSizeAdjust | readonly import("csstype").Property.TextSizeAdjust[];
2476
- WebkitTextStrokeColor?: string[] | import("csstype").Property.WebkitTextStrokeColor | readonly import("csstype").Property.WebkitTextStrokeColor[];
2477
- WebkitTextStrokeWidth?: readonly string[] | import("csstype").Property.WebkitTextStrokeWidth<string | number> | NonNullable<import("csstype").Property.WebkitTextStrokeWidth<string | number>>[];
2478
- WebkitTextUnderlinePosition?: string[] | import("csstype").Property.TextUnderlinePosition | readonly import("csstype").Property.TextUnderlinePosition[];
2479
- WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | NonNullable<import("csstype").Property.WebkitTouchCallout>[] | readonly import("csstype").Property.WebkitTouchCallout[];
2480
- WebkitTransform?: string[] | import("csstype").Property.Transform | readonly import("csstype").Property.Transform[];
2481
- WebkitTransformOrigin?: readonly (string | (string & {}))[] | import("csstype").Property.TransformOrigin<string | number> | NonNullable<import("csstype").Property.TransformOrigin<string | number>>[];
2482
- WebkitTransformStyle?: import("csstype").Property.TransformStyle | NonNullable<import("csstype").Property.TransformStyle>[] | readonly import("csstype").Property.TransformStyle[];
2483
- WebkitTransitionDelay?: string[] | import("csstype").Property.TransitionDelay<string & {}> | readonly import("csstype").Property.TransitionDelay<string & {}>[];
2484
- WebkitTransitionDuration?: string[] | import("csstype").Property.TransitionDuration<string & {}> | readonly import("csstype").Property.TransitionDuration<string & {}>[];
2485
- WebkitTransitionProperty?: string[] | import("csstype").Property.TransitionProperty | readonly import("csstype").Property.TransitionProperty[];
2486
- WebkitTransitionTimingFunction?: string[] | import("csstype").Property.TransitionTimingFunction | readonly import("csstype").Property.TransitionTimingFunction[];
2487
- WebkitUserModify?: import("csstype").Property.WebkitUserModify | NonNullable<import("csstype").Property.WebkitUserModify>[] | readonly import("csstype").Property.WebkitUserModify[];
2488
- WebkitUserSelect?: import("csstype").Property.UserSelect | NonNullable<import("csstype").Property.UserSelect>[] | readonly import("csstype").Property.UserSelect[];
2489
- WebkitWritingMode?: import("csstype").Property.WritingMode | NonNullable<import("csstype").Property.WritingMode>[] | readonly import("csstype").Property.WritingMode[];
2490
- MozAnimation?: import("csstype").Property.Animation<string & {}> | NonNullable<import("csstype").Property.Animation<string & {}>>[] | readonly (import("csstype").Globals | import("csstype").DataType.SingleAnimationDirection | import("csstype").DataType.SingleAnimationFillMode | "infinite" | "paused" | "running" | import("csstype").DataType.EasingFunction)[];
2491
- MozBorderImage?: import("csstype").Property.BorderImage | NonNullable<import("csstype").Property.BorderImage>[] | readonly ("repeat" | "none" | (string & {}) | import("csstype").Globals | "stretch" | "round" | "space")[];
2492
- MozColumnRule?: readonly (string | (string & {}))[] | import("csstype").Property.ColumnRule<string | number> | NonNullable<import("csstype").Property.ColumnRule<string | number>>[];
2493
- MozColumns?: readonly (string | (string & {}))[] | import("csstype").Property.Columns<string | number> | NonNullable<import("csstype").Property.Columns<string | number>>[];
2494
- MozTransition?: string[] | import("csstype").Property.Transition<string & {}> | readonly import("csstype").Property.Transition<string & {}>[];
2495
- msContentZoomLimit?: string[] | import("csstype").Property.MsContentZoomLimit | readonly import("csstype").Property.MsContentZoomLimit[];
2496
- msContentZoomSnap?: string[] | import("csstype").Property.MsContentZoomSnap | readonly import("csstype").Property.MsContentZoomSnap[];
2497
- msFlex?: readonly (string | (string & {}))[] | import("csstype").Property.Flex<string | number> | NonNullable<import("csstype").Property.Flex<string | number>>[];
2498
- msScrollLimit?: string[] | import("csstype").Property.MsScrollLimit | readonly import("csstype").Property.MsScrollLimit[];
2499
- msScrollSnapX?: string[] | import("csstype").Property.MsScrollSnapX | readonly import("csstype").Property.MsScrollSnapX[];
2500
- msScrollSnapY?: string[] | import("csstype").Property.MsScrollSnapY | readonly import("csstype").Property.MsScrollSnapY[];
2501
- msTransition?: string[] | import("csstype").Property.Transition<string & {}> | readonly import("csstype").Property.Transition<string & {}>[];
2502
- WebkitAnimation?: import("csstype").Property.Animation<string & {}> | NonNullable<import("csstype").Property.Animation<string & {}>>[] | readonly (import("csstype").Globals | import("csstype").DataType.SingleAnimationDirection | import("csstype").DataType.SingleAnimationFillMode | "infinite" | "paused" | "running" | import("csstype").DataType.EasingFunction)[];
2503
- WebkitBorderBefore?: readonly (string | (string & {}))[] | import("csstype").Property.WebkitBorderBefore<string | number> | NonNullable<import("csstype").Property.WebkitBorderBefore<string | number>>[];
2504
- WebkitBorderImage?: import("csstype").Property.BorderImage | NonNullable<import("csstype").Property.BorderImage>[] | readonly ("repeat" | "none" | (string & {}) | import("csstype").Globals | "stretch" | "round" | "space")[];
2505
- WebkitBorderRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderRadius<string | number> | NonNullable<import("csstype").Property.BorderRadius<string | number>>[];
2506
- WebkitColumnRule?: readonly (string | (string & {}))[] | import("csstype").Property.ColumnRule<string | number> | NonNullable<import("csstype").Property.ColumnRule<string | number>>[];
2507
- WebkitColumns?: readonly (string | (string & {}))[] | import("csstype").Property.Columns<string | number> | NonNullable<import("csstype").Property.Columns<string | number>>[];
2508
- WebkitFlex?: readonly (string | (string & {}))[] | import("csstype").Property.Flex<string | number> | NonNullable<import("csstype").Property.Flex<string | number>>[];
2509
- WebkitFlexFlow?: string[] | import("csstype").Property.FlexFlow | readonly import("csstype").Property.FlexFlow[];
2510
- WebkitMask?: readonly (string | (string & {}))[] | import("csstype").Property.WebkitMask<string | number> | NonNullable<import("csstype").Property.WebkitMask<string | number>>[];
2511
- WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | NonNullable<import("csstype").Property.MaskBorder>[] | readonly ("repeat" | "none" | (string & {}) | import("csstype").Globals | "stretch" | "round" | "space" | "alpha" | "luminance")[];
2512
- WebkitTextEmphasis?: string[] | import("csstype").Property.TextEmphasis | readonly import("csstype").Property.TextEmphasis[];
2513
- WebkitTextStroke?: readonly (string | (string & {}))[] | import("csstype").Property.WebkitTextStroke<string | number> | NonNullable<import("csstype").Property.WebkitTextStroke<string | number>>[];
2514
- WebkitTransition?: string[] | import("csstype").Property.Transition<string & {}> | readonly import("csstype").Property.Transition<string & {}>[];
2515
- azimuth?: string[] | import("csstype").Property.Azimuth | readonly import("csstype").Property.Azimuth[];
2516
- boxAlign?: import("csstype").Property.BoxAlign | NonNullable<import("csstype").Property.BoxAlign>[] | readonly import("csstype").Property.BoxAlign[];
2517
- boxDirection?: import("csstype").Property.BoxDirection | NonNullable<import("csstype").Property.BoxDirection>[] | readonly import("csstype").Property.BoxDirection[];
2518
- boxFlex?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.BoxFlex | NonNullable<import("csstype").Property.BoxFlex>[];
2519
- boxFlexGroup?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.BoxFlexGroup | NonNullable<import("csstype").Property.BoxFlexGroup>[];
2520
- boxLines?: import("csstype").Property.BoxLines | NonNullable<import("csstype").Property.BoxLines>[] | readonly import("csstype").Property.BoxLines[];
2521
- boxOrdinalGroup?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.BoxOrdinalGroup | NonNullable<import("csstype").Property.BoxOrdinalGroup>[];
2522
- boxOrient?: import("csstype").Property.BoxOrient | NonNullable<import("csstype").Property.BoxOrient>[] | readonly import("csstype").Property.BoxOrient[];
2523
- boxPack?: import("csstype").Property.BoxPack | NonNullable<import("csstype").Property.BoxPack>[] | readonly import("csstype").Property.BoxPack[];
2524
- clip?: string[] | import("csstype").Property.Clip | readonly import("csstype").Property.Clip[];
2525
- gridColumnGap?: readonly (string | (string & {}))[] | import("csstype").Property.GridColumnGap<string | number> | NonNullable<import("csstype").Property.GridColumnGap<string | number>>[];
2526
- gridGap?: readonly (string | (string & {}))[] | import("csstype").Property.GridGap<string | number> | NonNullable<import("csstype").Property.GridGap<string | number>>[];
2527
- gridRowGap?: readonly (string | (string & {}))[] | import("csstype").Property.GridRowGap<string | number> | NonNullable<import("csstype").Property.GridRowGap<string | number>>[];
2528
- imeMode?: import("csstype").Property.ImeMode | NonNullable<import("csstype").Property.ImeMode>[] | readonly import("csstype").Property.ImeMode[];
2529
- offsetBlock?: readonly (string | (string & {}))[] | import("csstype").Property.InsetBlock<string | number> | NonNullable<import("csstype").Property.InsetBlock<string | number>>[];
2530
- offsetBlockEnd?: readonly (string | (string & {}))[] | import("csstype").Property.InsetBlockEnd<string | number> | NonNullable<import("csstype").Property.InsetBlockEnd<string | number>>[];
2531
- offsetBlockStart?: readonly (string | (string & {}))[] | import("csstype").Property.InsetBlockStart<string | number> | NonNullable<import("csstype").Property.InsetBlockStart<string | number>>[];
2532
- offsetInline?: readonly (string | (string & {}))[] | import("csstype").Property.InsetInline<string | number> | NonNullable<import("csstype").Property.InsetInline<string | number>>[];
2533
- offsetInlineEnd?: readonly (string | (string & {}))[] | import("csstype").Property.InsetInlineEnd<string | number> | NonNullable<import("csstype").Property.InsetInlineEnd<string | number>>[];
2534
- offsetInlineStart?: readonly (string | (string & {}))[] | import("csstype").Property.InsetInlineStart<string | number> | NonNullable<import("csstype").Property.InsetInlineStart<string | number>>[];
2535
- scrollSnapCoordinate?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollSnapCoordinate<string | number> | NonNullable<import("csstype").Property.ScrollSnapCoordinate<string | number>>[];
2536
- scrollSnapDestination?: readonly (string | (string & {}))[] | import("csstype").Property.ScrollSnapDestination<string | number> | NonNullable<import("csstype").Property.ScrollSnapDestination<string | number>>[];
2537
- scrollSnapPointsX?: string[] | import("csstype").Property.ScrollSnapPointsX | readonly import("csstype").Property.ScrollSnapPointsX[];
2538
- scrollSnapPointsY?: string[] | import("csstype").Property.ScrollSnapPointsY | readonly import("csstype").Property.ScrollSnapPointsY[];
2539
- scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | NonNullable<import("csstype").Property.ScrollSnapTypeX>[] | readonly import("csstype").Property.ScrollSnapTypeX[];
2540
- scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | NonNullable<import("csstype").Property.ScrollSnapTypeY>[] | readonly import("csstype").Property.ScrollSnapTypeY[];
2541
- KhtmlBoxAlign?: import("csstype").Property.BoxAlign | NonNullable<import("csstype").Property.BoxAlign>[] | readonly import("csstype").Property.BoxAlign[];
2542
- KhtmlBoxDirection?: import("csstype").Property.BoxDirection | NonNullable<import("csstype").Property.BoxDirection>[] | readonly import("csstype").Property.BoxDirection[];
2543
- KhtmlBoxFlex?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.BoxFlex | NonNullable<import("csstype").Property.BoxFlex>[];
2544
- KhtmlBoxFlexGroup?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.BoxFlexGroup | NonNullable<import("csstype").Property.BoxFlexGroup>[];
2545
- KhtmlBoxLines?: import("csstype").Property.BoxLines | NonNullable<import("csstype").Property.BoxLines>[] | readonly import("csstype").Property.BoxLines[];
2546
- KhtmlBoxOrdinalGroup?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.BoxOrdinalGroup | NonNullable<import("csstype").Property.BoxOrdinalGroup>[];
2547
- KhtmlBoxOrient?: import("csstype").Property.BoxOrient | NonNullable<import("csstype").Property.BoxOrient>[] | readonly import("csstype").Property.BoxOrient[];
2548
- KhtmlBoxPack?: import("csstype").Property.BoxPack | NonNullable<import("csstype").Property.BoxPack>[] | readonly import("csstype").Property.BoxPack[];
2549
- KhtmlLineBreak?: import("csstype").Property.LineBreak | NonNullable<import("csstype").Property.LineBreak>[] | readonly import("csstype").Property.LineBreak[];
2550
- KhtmlOpacity?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.Opacity | NonNullable<import("csstype").Property.Opacity>[];
2551
- KhtmlUserSelect?: import("csstype").Property.UserSelect | NonNullable<import("csstype").Property.UserSelect>[] | readonly import("csstype").Property.UserSelect[];
2552
- MozBackgroundClip?: string[] | import("csstype").Property.BackgroundClip | readonly import("csstype").Property.BackgroundClip[];
2553
- MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | NonNullable<import("csstype").Property.BoxDecorationBreak>[] | readonly import("csstype").Property.BoxDecorationBreak[];
2554
- MozBackgroundOrigin?: string[] | import("csstype").Property.BackgroundOrigin | readonly import("csstype").Property.BackgroundOrigin[];
2555
- MozBackgroundSize?: readonly (string | (string & {}))[] | import("csstype").Property.BackgroundSize<string | number> | NonNullable<import("csstype").Property.BackgroundSize<string | number>>[];
2556
- MozBinding?: string[] | import("csstype").Property.MozBinding | readonly import("csstype").Property.MozBinding[];
2557
- MozBorderRadius?: readonly (string | (string & {}))[] | import("csstype").Property.BorderRadius<string | number> | NonNullable<import("csstype").Property.BorderRadius<string | number>>[];
2558
- MozBorderRadiusBottomleft?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBottomLeftRadius<string | number> | NonNullable<import("csstype").Property.BorderBottomLeftRadius<string | number>>[];
2559
- MozBorderRadiusBottomright?: readonly (string | (string & {}))[] | import("csstype").Property.BorderBottomRightRadius<string | number> | NonNullable<import("csstype").Property.BorderBottomRightRadius<string | number>>[];
2560
- MozBorderRadiusTopleft?: readonly (string | (string & {}))[] | import("csstype").Property.BorderTopLeftRadius<string | number> | NonNullable<import("csstype").Property.BorderTopLeftRadius<string | number>>[];
2561
- MozBorderRadiusTopright?: readonly (string | (string & {}))[] | import("csstype").Property.BorderTopRightRadius<string | number> | NonNullable<import("csstype").Property.BorderTopRightRadius<string | number>>[];
2562
- MozBoxAlign?: import("csstype").Property.BoxAlign | NonNullable<import("csstype").Property.BoxAlign>[] | readonly import("csstype").Property.BoxAlign[];
2563
- MozBoxDirection?: import("csstype").Property.BoxDirection | NonNullable<import("csstype").Property.BoxDirection>[] | readonly import("csstype").Property.BoxDirection[];
2564
- MozBoxFlex?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.BoxFlex | NonNullable<import("csstype").Property.BoxFlex>[];
2565
- MozBoxOrdinalGroup?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.BoxOrdinalGroup | NonNullable<import("csstype").Property.BoxOrdinalGroup>[];
2566
- MozBoxOrient?: import("csstype").Property.BoxOrient | NonNullable<import("csstype").Property.BoxOrient>[] | readonly import("csstype").Property.BoxOrient[];
2567
- MozBoxPack?: import("csstype").Property.BoxPack | NonNullable<import("csstype").Property.BoxPack>[] | readonly import("csstype").Property.BoxPack[];
2568
- MozBoxShadow?: string[] | import("csstype").Property.BoxShadow | readonly import("csstype").Property.BoxShadow[];
2569
- MozFloatEdge?: import("csstype").Property.MozFloatEdge | NonNullable<import("csstype").Property.MozFloatEdge>[] | readonly import("csstype").Property.MozFloatEdge[];
2570
- MozForceBrokenImageIcon?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.MozForceBrokenImageIcon | NonNullable<import("csstype").Property.MozForceBrokenImageIcon>[];
2571
- MozOpacity?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.Opacity | NonNullable<import("csstype").Property.Opacity>[];
2572
- MozOutline?: readonly (string | (string & {}))[] | import("csstype").Property.Outline<string | number> | NonNullable<import("csstype").Property.Outline<string | number>>[];
2573
- MozOutlineColor?: string[] | import("csstype").Property.OutlineColor | readonly import("csstype").Property.OutlineColor[];
2574
- MozOutlineRadius?: readonly (string | (string & {}))[] | import("csstype").Property.MozOutlineRadius<string | number> | NonNullable<import("csstype").Property.MozOutlineRadius<string | number>>[];
2575
- MozOutlineRadiusBottomleft?: readonly (string | (string & {}))[] | import("csstype").Property.MozOutlineRadiusBottomleft<string | number> | NonNullable<import("csstype").Property.MozOutlineRadiusBottomleft<string | number>>[];
2576
- MozOutlineRadiusBottomright?: readonly (string | (string & {}))[] | import("csstype").Property.MozOutlineRadiusBottomright<string | number> | NonNullable<import("csstype").Property.MozOutlineRadiusBottomright<string | number>>[];
2577
- MozOutlineRadiusTopleft?: readonly (string | (string & {}))[] | import("csstype").Property.MozOutlineRadiusTopleft<string | number> | NonNullable<import("csstype").Property.MozOutlineRadiusTopleft<string | number>>[];
2578
- MozOutlineRadiusTopright?: readonly (string | (string & {}))[] | import("csstype").Property.MozOutlineRadiusTopright<string | number> | NonNullable<import("csstype").Property.MozOutlineRadiusTopright<string | number>>[];
2579
- MozOutlineStyle?: string[] | import("csstype").Property.OutlineStyle | readonly import("csstype").Property.OutlineStyle[];
2580
- MozOutlineWidth?: readonly string[] | import("csstype").Property.OutlineWidth<string | number> | NonNullable<import("csstype").Property.OutlineWidth<string | number>>[];
2581
- MozTextAlignLast?: import("csstype").Property.TextAlignLast | NonNullable<import("csstype").Property.TextAlignLast>[] | readonly import("csstype").Property.TextAlignLast[];
2582
- MozTextDecorationColor?: string[] | import("csstype").Property.TextDecorationColor | readonly import("csstype").Property.TextDecorationColor[];
2583
- MozTextDecorationLine?: string[] | import("csstype").Property.TextDecorationLine | readonly import("csstype").Property.TextDecorationLine[];
2584
- MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | NonNullable<import("csstype").Property.TextDecorationStyle>[] | readonly import("csstype").Property.TextDecorationStyle[];
2585
- MozUserInput?: import("csstype").Property.MozUserInput | NonNullable<import("csstype").Property.MozUserInput>[] | readonly import("csstype").Property.MozUserInput[];
2586
- msImeMode?: import("csstype").Property.ImeMode | NonNullable<import("csstype").Property.ImeMode>[] | readonly import("csstype").Property.ImeMode[];
2587
- OAnimation?: import("csstype").Property.Animation<string & {}> | NonNullable<import("csstype").Property.Animation<string & {}>>[] | readonly (import("csstype").Globals | import("csstype").DataType.SingleAnimationDirection | import("csstype").DataType.SingleAnimationFillMode | "infinite" | "paused" | "running" | import("csstype").DataType.EasingFunction)[];
2588
- OAnimationDelay?: string[] | import("csstype").Property.AnimationDelay<string & {}> | readonly import("csstype").Property.AnimationDelay<string & {}>[];
2589
- OAnimationDirection?: string[] | import("csstype").Property.AnimationDirection | readonly import("csstype").Property.AnimationDirection[];
2590
- OAnimationDuration?: string[] | import("csstype").Property.AnimationDuration<string & {}> | readonly import("csstype").Property.AnimationDuration<string & {}>[];
2591
- OAnimationFillMode?: string[] | import("csstype").Property.AnimationFillMode | readonly import("csstype").Property.AnimationFillMode[];
2592
- OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | NonNullable<import("csstype").Property.AnimationIterationCount>[] | readonly ((string & {}) | import("csstype").Globals | "infinite")[];
2593
- OAnimationName?: string[] | import("csstype").Property.AnimationName | readonly import("csstype").Property.AnimationName[];
2594
- OAnimationPlayState?: string[] | import("csstype").Property.AnimationPlayState | readonly import("csstype").Property.AnimationPlayState[];
2595
- OAnimationTimingFunction?: string[] | import("csstype").Property.AnimationTimingFunction | readonly import("csstype").Property.AnimationTimingFunction[];
2596
- OBackgroundSize?: readonly (string | (string & {}))[] | import("csstype").Property.BackgroundSize<string | number> | NonNullable<import("csstype").Property.BackgroundSize<string | number>>[];
2597
- OBorderImage?: import("csstype").Property.BorderImage | NonNullable<import("csstype").Property.BorderImage>[] | readonly ("repeat" | "none" | (string & {}) | import("csstype").Globals | "stretch" | "round" | "space")[];
2598
- OObjectFit?: import("csstype").Property.ObjectFit | NonNullable<import("csstype").Property.ObjectFit>[] | readonly import("csstype").Property.ObjectFit[];
2599
- OObjectPosition?: readonly (string | (string & {}))[] | import("csstype").Property.ObjectPosition<string | number> | NonNullable<import("csstype").Property.ObjectPosition<string | number>>[];
2600
- OTabSize?: readonly (string | (string & {}))[] | import("csstype").Property.TabSize<string | number> | NonNullable<import("csstype").Property.TabSize<string | number>>[];
2601
- OTextOverflow?: string[] | import("csstype").Property.TextOverflow | readonly import("csstype").Property.TextOverflow[];
2602
- OTransform?: string[] | import("csstype").Property.Transform | readonly import("csstype").Property.Transform[];
2603
- OTransformOrigin?: readonly (string | (string & {}))[] | import("csstype").Property.TransformOrigin<string | number> | NonNullable<import("csstype").Property.TransformOrigin<string | number>>[];
2604
- OTransition?: string[] | import("csstype").Property.Transition<string & {}> | readonly import("csstype").Property.Transition<string & {}>[];
2605
- OTransitionDelay?: string[] | import("csstype").Property.TransitionDelay<string & {}> | readonly import("csstype").Property.TransitionDelay<string & {}>[];
2606
- OTransitionDuration?: string[] | import("csstype").Property.TransitionDuration<string & {}> | readonly import("csstype").Property.TransitionDuration<string & {}>[];
2607
- OTransitionProperty?: string[] | import("csstype").Property.TransitionProperty | readonly import("csstype").Property.TransitionProperty[];
2608
- OTransitionTimingFunction?: string[] | import("csstype").Property.TransitionTimingFunction | readonly import("csstype").Property.TransitionTimingFunction[];
2609
- WebkitBoxAlign?: import("csstype").Property.BoxAlign | NonNullable<import("csstype").Property.BoxAlign>[] | readonly import("csstype").Property.BoxAlign[];
2610
- WebkitBoxDirection?: import("csstype").Property.BoxDirection | NonNullable<import("csstype").Property.BoxDirection>[] | readonly import("csstype").Property.BoxDirection[];
2611
- WebkitBoxFlex?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.BoxFlex | NonNullable<import("csstype").Property.BoxFlex>[];
2612
- WebkitBoxFlexGroup?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.BoxFlexGroup | NonNullable<import("csstype").Property.BoxFlexGroup>[];
2613
- WebkitBoxLines?: import("csstype").Property.BoxLines | NonNullable<import("csstype").Property.BoxLines>[] | readonly import("csstype").Property.BoxLines[];
2614
- WebkitBoxOrdinalGroup?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.BoxOrdinalGroup | NonNullable<import("csstype").Property.BoxOrdinalGroup>[];
2615
- WebkitBoxOrient?: import("csstype").Property.BoxOrient | NonNullable<import("csstype").Property.BoxOrient>[] | readonly import("csstype").Property.BoxOrient[];
2616
- WebkitBoxPack?: import("csstype").Property.BoxPack | NonNullable<import("csstype").Property.BoxPack>[] | readonly import("csstype").Property.BoxPack[];
2617
- WebkitScrollSnapPointsX?: string[] | import("csstype").Property.ScrollSnapPointsX | readonly import("csstype").Property.ScrollSnapPointsX[];
2618
- WebkitScrollSnapPointsY?: string[] | import("csstype").Property.ScrollSnapPointsY | readonly import("csstype").Property.ScrollSnapPointsY[];
2619
- alignmentBaseline?: import("csstype").Property.AlignmentBaseline | NonNullable<import("csstype").Property.AlignmentBaseline>[] | readonly import("csstype").Property.AlignmentBaseline[];
2620
- baselineShift?: readonly (string | (string & {}))[] | import("csstype").Property.BaselineShift<string | number> | NonNullable<import("csstype").Property.BaselineShift<string | number>>[];
2621
- clipRule?: import("csstype").Property.ClipRule | NonNullable<import("csstype").Property.ClipRule>[] | readonly import("csstype").Property.ClipRule[];
2622
- colorInterpolation?: import("csstype").Property.ColorInterpolation | NonNullable<import("csstype").Property.ColorInterpolation>[] | readonly import("csstype").Property.ColorInterpolation[];
2623
- colorRendering?: import("csstype").Property.ColorRendering | NonNullable<import("csstype").Property.ColorRendering>[] | readonly import("csstype").Property.ColorRendering[];
2624
- dominantBaseline?: import("csstype").Property.DominantBaseline | NonNullable<import("csstype").Property.DominantBaseline>[] | readonly import("csstype").Property.DominantBaseline[];
2625
- fill?: string[] | import("csstype").Property.Fill | readonly import("csstype").Property.Fill[];
2626
- fillOpacity?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.FillOpacity | NonNullable<import("csstype").Property.FillOpacity>[];
2627
- fillRule?: import("csstype").Property.FillRule | NonNullable<import("csstype").Property.FillRule>[] | readonly import("csstype").Property.FillRule[];
2628
- floodColor?: string[] | import("csstype").Property.FloodColor | readonly import("csstype").Property.FloodColor[];
2629
- floodOpacity?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.FloodOpacity | NonNullable<import("csstype").Property.FloodOpacity>[];
2630
- glyphOrientationVertical?: readonly ((string & {}) | import("csstype").Globals | "auto")[] | import("csstype").Property.GlyphOrientationVertical | NonNullable<import("csstype").Property.GlyphOrientationVertical>[];
2631
- lightingColor?: string[] | import("csstype").Property.LightingColor | readonly import("csstype").Property.LightingColor[];
2632
- marker?: string[] | import("csstype").Property.Marker | readonly import("csstype").Property.Marker[];
2633
- markerEnd?: string[] | import("csstype").Property.MarkerEnd | readonly import("csstype").Property.MarkerEnd[];
2634
- markerMid?: string[] | import("csstype").Property.MarkerMid | readonly import("csstype").Property.MarkerMid[];
2635
- markerStart?: string[] | import("csstype").Property.MarkerStart | readonly import("csstype").Property.MarkerStart[];
2636
- shapeRendering?: import("csstype").Property.ShapeRendering | NonNullable<import("csstype").Property.ShapeRendering>[] | readonly import("csstype").Property.ShapeRendering[];
2637
- stopColor?: string[] | import("csstype").Property.StopColor | readonly import("csstype").Property.StopColor[];
2638
- stopOpacity?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.StopOpacity | NonNullable<import("csstype").Property.StopOpacity>[];
2639
- stroke?: string[] | import("csstype").Property.Stroke | readonly import("csstype").Property.Stroke[];
2640
- strokeDasharray?: readonly (string | (string & {}))[] | import("csstype").Property.StrokeDasharray<string | number> | NonNullable<import("csstype").Property.StrokeDasharray<string | number>>[];
2641
- strokeDashoffset?: readonly (string | (string & {}))[] | import("csstype").Property.StrokeDashoffset<string | number> | NonNullable<import("csstype").Property.StrokeDashoffset<string | number>>[];
2642
- strokeLinecap?: import("csstype").Property.StrokeLinecap | NonNullable<import("csstype").Property.StrokeLinecap>[] | readonly import("csstype").Property.StrokeLinecap[];
2643
- strokeLinejoin?: import("csstype").Property.StrokeLinejoin | NonNullable<import("csstype").Property.StrokeLinejoin>[] | readonly import("csstype").Property.StrokeLinejoin[];
2644
- strokeMiterlimit?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.StrokeMiterlimit | NonNullable<import("csstype").Property.StrokeMiterlimit>[];
2645
- strokeOpacity?: readonly ((string & {}) | import("csstype").Globals)[] | import("csstype").Property.StrokeOpacity | NonNullable<import("csstype").Property.StrokeOpacity>[];
2646
- strokeWidth?: readonly (string | (string & {}))[] | import("csstype").Property.StrokeWidth<string | number> | NonNullable<import("csstype").Property.StrokeWidth<string | number>>[];
2647
- textAnchor?: import("csstype").Property.TextAnchor | NonNullable<import("csstype").Property.TextAnchor>[] | readonly import("csstype").Property.TextAnchor[];
2648
- vectorEffect?: import("csstype").Property.VectorEffect | NonNullable<import("csstype").Property.VectorEffect>[] | readonly import("csstype").Property.VectorEffect[];
2649
- ":-moz-any()"?: CSSObject;
2650
- ":-moz-dir"?: CSSObject;
2651
- ":-webkit-any()"?: CSSObject;
2652
- "::cue"?: CSSObject;
2653
- "::cue-region"?: CSSObject;
2654
- "::part"?: CSSObject;
2655
- "::slotted"?: CSSObject;
2656
- ":dir"?: CSSObject;
2657
- ":has"?: CSSObject;
2658
- ":host"?: CSSObject;
2659
- ":host-context"?: CSSObject;
2660
- ":is"?: CSSObject;
2661
- ":lang"?: CSSObject;
2662
- ":matches()"?: CSSObject;
2663
- ":not"?: CSSObject;
2664
- ":nth-child"?: CSSObject;
2665
- ":nth-last-child"?: CSSObject;
2666
- ":nth-last-of-type"?: CSSObject;
2667
- ":nth-of-type"?: CSSObject;
2668
- ":where"?: CSSObject;
2669
- ":-khtml-any-link"?: CSSObject;
2670
- ":-moz-any-link"?: CSSObject;
2671
- ":-moz-focusring"?: CSSObject;
2672
- ":-moz-full-screen"?: CSSObject;
2673
- ":-moz-placeholder"?: CSSObject;
2674
- ":-moz-read-only"?: CSSObject;
2675
- ":-moz-read-write"?: CSSObject;
2676
- ":-moz-ui-invalid"?: CSSObject;
2677
- ":-moz-ui-valid"?: CSSObject;
2678
- ":-ms-fullscreen"?: CSSObject;
2679
- ":-ms-input-placeholder"?: CSSObject;
2680
- ":-webkit-any-link"?: CSSObject;
2681
- ":-webkit-full-screen"?: CSSObject;
2682
- "::-moz-placeholder"?: CSSObject;
2683
- "::-moz-progress-bar"?: CSSObject;
2684
- "::-moz-range-progress"?: CSSObject;
2685
- "::-moz-range-thumb"?: CSSObject;
2686
- "::-moz-range-track"?: CSSObject;
2687
- "::-moz-selection"?: CSSObject;
2688
- "::-ms-backdrop"?: CSSObject;
2689
- "::-ms-browse"?: CSSObject;
2690
- "::-ms-check"?: CSSObject;
2691
- "::-ms-clear"?: CSSObject;
2692
- "::-ms-expand"?: CSSObject;
2693
- "::-ms-fill"?: CSSObject;
2694
- "::-ms-fill-lower"?: CSSObject;
2695
- "::-ms-fill-upper"?: CSSObject;
2696
- "::-ms-input-placeholder"?: CSSObject;
2697
- "::-ms-reveal"?: CSSObject;
2698
- "::-ms-thumb"?: CSSObject;
2699
- "::-ms-ticks-after"?: CSSObject;
2700
- "::-ms-ticks-before"?: CSSObject;
2701
- "::-ms-tooltip"?: CSSObject;
2702
- "::-ms-track"?: CSSObject;
2703
- "::-ms-value"?: CSSObject;
2704
- "::-webkit-backdrop"?: CSSObject;
2705
- "::-webkit-input-placeholder"?: CSSObject;
2706
- "::-webkit-progress-bar"?: CSSObject;
2707
- "::-webkit-progress-inner-value"?: CSSObject;
2708
- "::-webkit-progress-value"?: CSSObject;
2709
- "::-webkit-slider-runnable-track"?: CSSObject;
2710
- "::-webkit-slider-thumb"?: CSSObject;
2711
- "::after"?: CSSObject;
2712
- "::backdrop"?: CSSObject;
2713
- "::before"?: CSSObject;
2714
- "::first-letter"?: CSSObject;
2715
- "::first-line"?: CSSObject;
2716
- "::grammar-error"?: CSSObject;
2717
- "::marker"?: CSSObject;
2718
- "::placeholder"?: CSSObject;
2719
- "::selection"?: CSSObject;
2720
- "::spelling-error"?: CSSObject;
2721
- "::target-text"?: CSSObject;
2722
- ":active"?: CSSObject;
2723
- ":after"?: CSSObject;
2724
- ":any-link"?: CSSObject;
2725
- ":before"?: CSSObject;
2726
- ":blank"?: CSSObject;
2727
- ":checked"?: CSSObject;
2728
- ":current"?: CSSObject;
2729
- ":default"?: CSSObject;
2730
- ":defined"?: CSSObject;
2731
- ":disabled"?: CSSObject;
2732
- ":empty"?: CSSObject;
2733
- ":enabled"?: CSSObject;
2734
- ":first"?: CSSObject;
2735
- ":first-child"?: CSSObject;
2736
- ":first-letter"?: CSSObject;
2737
- ":first-line"?: CSSObject;
2738
- ":first-of-type"?: CSSObject;
2739
- ":focus"?: CSSObject;
2740
- ":focus-visible"?: CSSObject;
2741
- ":focus-within"?: CSSObject;
2742
- ":fullscreen"?: CSSObject;
2743
- ":future"?: CSSObject;
2744
- ":hover"?: CSSObject;
2745
- ":in-range"?: CSSObject;
2746
- ":indeterminate"?: CSSObject;
2747
- ":invalid"?: CSSObject;
2748
- ":last-child"?: CSSObject;
2749
- ":last-of-type"?: CSSObject;
2750
- ":left"?: CSSObject;
2751
- ":link"?: CSSObject;
2752
- ":local-link"?: CSSObject;
2753
- ":nth-col"?: CSSObject;
2754
- ":nth-last-col"?: CSSObject;
2755
- ":only-child"?: CSSObject;
2756
- ":only-of-type"?: CSSObject;
2757
- ":optional"?: CSSObject;
2758
- ":out-of-range"?: CSSObject;
2759
- ":past"?: CSSObject;
2760
- ":paused"?: CSSObject;
2761
- ":picture-in-picture"?: CSSObject;
2762
- ":placeholder-shown"?: CSSObject;
2763
- ":playing"?: CSSObject;
2764
- ":read-only"?: CSSObject;
2765
- ":read-write"?: CSSObject;
2766
- ":required"?: CSSObject;
2767
- ":right"?: CSSObject;
2768
- ":root"?: CSSObject;
2769
- ":scope"?: CSSObject;
2770
- ":target"?: CSSObject;
2771
- ":target-within"?: CSSObject;
2772
- ":user-invalid"?: CSSObject;
2773
- ":user-valid"?: CSSObject;
2774
- ":valid"?: CSSObject;
2775
- ":visited"?: CSSObject;
2776
- '&:focus:visible, active': {
2777
- boxShadow: string;
2778
- };
2779
- '&:hover': {
2780
- boxShadow: string;
2781
- };
2782
- };
2783
- dropdownIndicator: (provided: any, selectProps: any) => any;
2784
- group: (provided: any) => any;
2785
- groupHeading: (provided: any) => any;
2786
- menu: (provided: any, { options }: {
2787
- options: any;
2788
- }) => any;
2789
- menuList: (provided: any) => any;
2790
- option: (provided: any, { isMulti, isDisabled, isFocused, isSelected, options, data }: {
2791
- isMulti: any;
2792
- isDisabled: any;
2793
- isFocused: any;
2794
- isSelected: any;
2795
- options: any;
2796
- data: any;
2797
- }) => any;
2798
- valueContainer: (provided: any) => any;
2799
- singleValue: (provided: any, selectProps: any) => any;
2800
- };
2801
- export {};
2802
- //# sourceMappingURL=SelectStyles.d.ts.map