@yoopta/ui 6.0.0-beta.1

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