@lumx/core 4.3.2-alpha.8 → 4.4.0

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