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