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