@yoopta/editor 4.8.4 → 4.8.5-rc.10

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 (145) hide show
  1. package/README.md +12 -16
  2. package/dist/UI/BlockOptions/BlockOptions.d.ts.map +1 -1
  3. package/dist/UI/BlockOptions/utils.d.ts.map +1 -1
  4. package/dist/YooptaEditor.d.ts +7 -2
  5. package/dist/YooptaEditor.d.ts.map +1 -1
  6. package/dist/components/Block/Block.d.ts +2 -1
  7. package/dist/components/Block/Block.d.ts.map +1 -1
  8. package/dist/components/Block/FloatingBlockActions.d.ts +14 -0
  9. package/dist/components/Block/FloatingBlockActions.d.ts.map +1 -0
  10. package/dist/components/Block/hooks.d.ts +838 -0
  11. package/dist/components/Block/hooks.d.ts.map +1 -1
  12. package/dist/components/Editor/Editor.d.ts.map +1 -1
  13. package/dist/components/Editor/RenderBlocks.d.ts.map +1 -1
  14. package/dist/components/Editor/dnd.d.ts.map +1 -1
  15. package/dist/components/Editor/selection.d.ts +8 -0
  16. package/dist/components/Editor/selection.d.ts.map +1 -1
  17. package/dist/components/Editor/utils.d.ts +7 -2
  18. package/dist/components/Editor/utils.d.ts.map +1 -1
  19. package/dist/components/SelectionBox/hooks.d.ts.map +1 -1
  20. package/dist/contexts/YooptaContext/ToolsContext.d.ts.map +1 -1
  21. package/dist/contexts/YooptaContext/YooptaContext.d.ts +4 -4
  22. package/dist/contexts/YooptaContext/YooptaContext.d.ts.map +1 -1
  23. package/dist/editor/blocks/buildBlockData.d.ts +12 -0
  24. package/dist/editor/blocks/buildBlockData.d.ts.map +1 -0
  25. package/dist/editor/blocks/decreaseBlockDepth.d.ts +3 -2
  26. package/dist/editor/blocks/decreaseBlockDepth.d.ts.map +1 -1
  27. package/dist/editor/blocks/deleteBlock.d.ts +15 -5
  28. package/dist/editor/blocks/deleteBlock.d.ts.map +1 -1
  29. package/dist/editor/blocks/duplicateBlock.d.ts +12 -4
  30. package/dist/editor/blocks/duplicateBlock.d.ts.map +1 -1
  31. package/dist/editor/blocks/focusBlock.d.ts +5 -3
  32. package/dist/editor/blocks/focusBlock.d.ts.map +1 -1
  33. package/dist/editor/blocks/getBlock.d.ts +2 -2
  34. package/dist/editor/blocks/getBlockSlate.d.ts +7 -0
  35. package/dist/editor/blocks/getBlockSlate.d.ts.map +1 -0
  36. package/dist/editor/blocks/increaseBlockDepth.d.ts +6 -2
  37. package/dist/editor/blocks/increaseBlockDepth.d.ts.map +1 -1
  38. package/dist/editor/blocks/index.d.ts +7 -8
  39. package/dist/editor/blocks/index.d.ts.map +1 -1
  40. package/dist/editor/blocks/insertBlock.d.ts +7 -2
  41. package/dist/editor/blocks/insertBlock.d.ts.map +1 -1
  42. package/dist/editor/blocks/insertBlock.test.d.ts +2 -0
  43. package/dist/editor/blocks/insertBlock.test.d.ts.map +1 -0
  44. package/dist/editor/blocks/mergeBlock.d.ts +3 -0
  45. package/dist/editor/blocks/mergeBlock.d.ts.map +1 -0
  46. package/dist/editor/blocks/moveBlock.d.ts +2 -2
  47. package/dist/editor/blocks/moveBlock.d.ts.map +1 -1
  48. package/dist/editor/blocks/splitBlock.d.ts +6 -2
  49. package/dist/editor/blocks/splitBlock.d.ts.map +1 -1
  50. package/dist/editor/blocks/toggleBlock.d.ts +7 -3
  51. package/dist/editor/blocks/toggleBlock.d.ts.map +1 -1
  52. package/dist/editor/blocks/updateBlock.d.ts +1 -1
  53. package/dist/editor/blocks/updateBlock.d.ts.map +1 -1
  54. package/dist/editor/core/applyTransforms.d.ts +95 -0
  55. package/dist/editor/core/applyTransforms.d.ts.map +1 -0
  56. package/dist/editor/core/batchOperations.d.ts +3 -0
  57. package/dist/editor/core/batchOperations.d.ts.map +1 -0
  58. package/dist/editor/core/blur.d.ts +3 -2
  59. package/dist/editor/core/blur.d.ts.map +1 -1
  60. package/dist/editor/core/getEditorValue.d.ts.map +1 -1
  61. package/dist/editor/core/history.d.ts +24 -0
  62. package/dist/editor/core/history.d.ts.map +1 -0
  63. package/dist/editor/core/setEditorValue.d.ts +1 -1
  64. package/dist/editor/core/setEditorValue.d.ts.map +1 -1
  65. package/dist/editor/elements/createElement.d.ts.map +1 -1
  66. package/dist/editor/elements/deleteElement.d.ts.map +1 -1
  67. package/dist/editor/elements/index.d.ts +1 -0
  68. package/dist/editor/elements/index.d.ts.map +1 -1
  69. package/dist/editor/elements/insertElementText.d.ts.map +1 -1
  70. package/dist/editor/elements/updateElement.d.ts.map +1 -1
  71. package/dist/editor/index.d.ts.map +1 -1
  72. package/dist/editor/paths/getNextPath.d.ts +3 -0
  73. package/dist/editor/paths/getNextPath.d.ts.map +1 -0
  74. package/dist/editor/paths/getPath.d.ts +3 -0
  75. package/dist/editor/paths/getPath.d.ts.map +1 -0
  76. package/dist/editor/paths/getPreviousPath.d.ts +3 -0
  77. package/dist/editor/paths/getPreviousPath.d.ts.map +1 -0
  78. package/dist/editor/paths/getSelectedPaths.d.ts +3 -0
  79. package/dist/editor/paths/getSelectedPaths.d.ts.map +1 -0
  80. package/dist/editor/paths/index.d.ts +20 -0
  81. package/dist/editor/paths/index.d.ts.map +1 -0
  82. package/dist/editor/paths/isBlockSelected.d.ts +3 -0
  83. package/dist/editor/paths/isBlockSelected.d.ts.map +1 -0
  84. package/dist/editor/paths/isPathEmpty.d.ts +3 -0
  85. package/dist/editor/paths/isPathEmpty.d.ts.map +1 -0
  86. package/dist/editor/paths/setPath.d.ts +3 -0
  87. package/dist/editor/paths/setPath.d.ts.map +1 -0
  88. package/dist/editor/textFormats/toggle.d.ts.map +1 -1
  89. package/dist/editor/textFormats/update.d.ts.map +1 -1
  90. package/dist/editor/types.d.ts +71 -46
  91. package/dist/editor/types.d.ts.map +1 -1
  92. package/dist/extensions/shortcuts.d.ts +1 -1
  93. package/dist/extensions/shortcuts.d.ts.map +1 -1
  94. package/dist/handlers/onKeyDown.d.ts.map +1 -1
  95. package/dist/index.d.ts +7 -4
  96. package/dist/index.d.ts.map +1 -1
  97. package/dist/index.js +2 -9
  98. package/dist/marks/index.d.ts +0 -1
  99. package/dist/marks/index.d.ts.map +1 -1
  100. package/dist/parsers/deserializeHTML.d.ts.map +1 -1
  101. package/dist/parsers/getHTML.d.ts.map +1 -1
  102. package/dist/parsers/getMarkdown.d.ts.map +1 -1
  103. package/dist/plugins/SlateEditorComponent.d.ts.map +1 -1
  104. package/dist/plugins/createYooptaPlugin.d.ts +0 -1
  105. package/dist/plugins/createYooptaPlugin.d.ts.map +1 -1
  106. package/dist/plugins/extenstions/withInlines.d.ts +1 -1
  107. package/dist/plugins/extenstions/withInlines.d.ts.map +1 -1
  108. package/dist/plugins/hooks.d.ts +1 -1
  109. package/dist/plugins/hooks.d.ts.map +1 -1
  110. package/dist/plugins/types.d.ts +1 -1
  111. package/dist/plugins/types.d.ts.map +1 -1
  112. package/dist/utils/buildSlate.d.ts.map +1 -1
  113. package/dist/utils/deepClone.d.ts.map +1 -1
  114. package/dist/utils/editorBuilders.d.ts.map +1 -1
  115. package/dist/utils/findPluginBlockByPath.d.ts +5 -0
  116. package/dist/utils/findPluginBlockByPath.d.ts.map +1 -0
  117. package/dist/utils/findSlateBySelectionPath.d.ts +4 -2
  118. package/dist/utils/findSlateBySelectionPath.d.ts.map +1 -1
  119. package/dist/utils/getLastNodePoint.d.ts +9 -0
  120. package/dist/utils/getLastNodePoint.d.ts.map +1 -0
  121. package/dist/utils/throttle.d.ts +8 -0
  122. package/dist/utils/throttle.d.ts.map +1 -0
  123. package/dist/utils/types.d.ts +2 -0
  124. package/dist/utils/types.d.ts.map +1 -0
  125. package/dist/utils/validateYooptaValue.d.ts +2 -0
  126. package/dist/utils/validateYooptaValue.d.ts.map +1 -0
  127. package/package.json +3 -4
  128. package/dist/components/Block/BlockActions.d.ts +0 -11
  129. package/dist/components/Block/BlockActions.d.ts.map +0 -1
  130. package/dist/editor/blocks/createBlock.d.ts +0 -6
  131. package/dist/editor/blocks/createBlock.d.ts.map +0 -1
  132. package/dist/editor/blocks/deleteBlocks.d.ts +0 -8
  133. package/dist/editor/blocks/deleteBlocks.d.ts.map +0 -1
  134. package/dist/editor/blocks/getSlate.d.ts +0 -7
  135. package/dist/editor/blocks/getSlate.d.ts.map +0 -1
  136. package/dist/editor/blocks/insertBlocks.d.ts +0 -3
  137. package/dist/editor/blocks/insertBlocks.d.ts.map +0 -1
  138. package/dist/editor/selection/setBlockSelected.d.ts +0 -7
  139. package/dist/editor/selection/setBlockSelected.d.ts.map +0 -1
  140. package/dist/editor/selection/setSelection.d.ts +0 -6
  141. package/dist/editor/selection/setSelection.d.ts.map +0 -1
  142. package/dist/utils/findPluginBlockBySelectionPath.d.ts +0 -3
  143. package/dist/utils/findPluginBlockBySelectionPath.d.ts.map +0 -1
  144. package/dist/utils/findPluginBlockByType.d.ts +0 -7
  145. package/dist/utils/findPluginBlockByType.d.ts.map +0 -1
@@ -876,4 +876,842 @@ export declare const useBlockStyles: (block: YooptaBlockData, transform: Transfo
876
876
  borderBottom: string;
877
877
  } | undefined;
878
878
  };
879
+ export declare const useBlockOptionsRefs: () => {
880
+ blockOptionsRefs: {
881
+ reference: import("react").MutableRefObject<import("@floating-ui/react-dom").ReferenceType | null>;
882
+ floating: import("react").MutableRefObject<HTMLElement | null>;
883
+ setReference: (node: import("@floating-ui/react-dom").ReferenceType | null) => void;
884
+ setFloating: (node: HTMLElement | null) => void;
885
+ } & import("@floating-ui/react").ExtendedRefs<import("@floating-ui/react").ReferenceType>;
886
+ blockOptionsFloatingStyle: {
887
+ accentColor?: import("csstype").Property.AccentColor | undefined;
888
+ alignContent?: import("csstype").Property.AlignContent | undefined;
889
+ alignItems?: import("csstype").Property.AlignItems | undefined;
890
+ alignSelf?: import("csstype").Property.AlignSelf | undefined;
891
+ alignTracks?: import("csstype").Property.AlignTracks | undefined;
892
+ animationComposition?: import("csstype").Property.AnimationComposition | undefined;
893
+ animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
894
+ animationDirection?: import("csstype").Property.AnimationDirection | undefined;
895
+ animationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
896
+ animationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
897
+ animationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
898
+ animationName?: import("csstype").Property.AnimationName | undefined;
899
+ animationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
900
+ animationRangeEnd?: string | number | undefined;
901
+ animationRangeStart?: string | number | undefined;
902
+ animationTimeline?: import("csstype").Property.AnimationTimeline | undefined;
903
+ animationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
904
+ appearance?: import("csstype").Property.Appearance | undefined;
905
+ aspectRatio?: import("csstype").Property.AspectRatio | undefined;
906
+ backdropFilter?: import("csstype").Property.BackdropFilter | undefined;
907
+ backfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
908
+ backgroundAttachment?: import("csstype").Property.BackgroundAttachment | undefined;
909
+ backgroundBlendMode?: import("csstype").Property.BackgroundBlendMode | undefined;
910
+ backgroundClip?: import("csstype").Property.BackgroundClip | undefined;
911
+ backgroundColor?: import("csstype").Property.BackgroundColor | undefined;
912
+ backgroundImage?: import("csstype").Property.BackgroundImage | undefined;
913
+ backgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
914
+ backgroundPositionX?: string | number | undefined;
915
+ backgroundPositionY?: string | number | undefined;
916
+ backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
917
+ backgroundSize?: string | number | undefined;
918
+ blockOverflow?: import("csstype").Property.BlockOverflow | undefined;
919
+ blockSize?: string | number | undefined;
920
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
921
+ borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
922
+ borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
923
+ borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
924
+ borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
925
+ borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
926
+ borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
927
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
928
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
929
+ borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined;
930
+ borderBottomLeftRadius?: string | number | undefined;
931
+ borderBottomRightRadius?: string | number | undefined;
932
+ borderBottomStyle?: import("csstype").Property.BorderBottomStyle | undefined;
933
+ borderBottomWidth?: import("csstype").Property.BorderBottomWidth<string | number> | undefined;
934
+ borderCollapse?: import("csstype").Property.BorderCollapse | undefined;
935
+ borderEndEndRadius?: string | number | undefined;
936
+ borderEndStartRadius?: string | number | undefined;
937
+ borderImageOutset?: string | number | undefined;
938
+ borderImageRepeat?: import("csstype").Property.BorderImageRepeat | undefined;
939
+ borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
940
+ borderImageSource?: import("csstype").Property.BorderImageSource | undefined;
941
+ borderImageWidth?: string | number | undefined;
942
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
943
+ borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
944
+ borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
945
+ borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
946
+ borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
947
+ borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
948
+ borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
949
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
950
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
951
+ borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined;
952
+ borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
953
+ borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
954
+ borderRightColor?: import("csstype").Property.BorderRightColor | undefined;
955
+ borderRightStyle?: import("csstype").Property.BorderRightStyle | undefined;
956
+ borderRightWidth?: import("csstype").Property.BorderRightWidth<string | number> | undefined;
957
+ borderSpacing?: string | number | undefined;
958
+ borderStartEndRadius?: string | number | undefined;
959
+ borderStartStartRadius?: string | number | undefined;
960
+ borderTopColor?: import("csstype").Property.BorderTopColor | undefined;
961
+ borderTopLeftRadius?: string | number | undefined;
962
+ borderTopRightRadius?: string | number | undefined;
963
+ borderTopStyle?: import("csstype").Property.BorderTopStyle | undefined;
964
+ borderTopWidth?: import("csstype").Property.BorderTopWidth<string | number> | undefined;
965
+ bottom?: string | number | undefined;
966
+ boxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
967
+ boxShadow?: import("csstype").Property.BoxShadow | undefined;
968
+ boxSizing?: import("csstype").Property.BoxSizing | undefined;
969
+ breakAfter?: import("csstype").Property.BreakAfter | undefined;
970
+ breakBefore?: import("csstype").Property.BreakBefore | undefined;
971
+ breakInside?: import("csstype").Property.BreakInside | undefined;
972
+ captionSide?: import("csstype").Property.CaptionSide | undefined;
973
+ caretColor?: import("csstype").Property.CaretColor | undefined;
974
+ caretShape?: import("csstype").Property.CaretShape | undefined;
975
+ clear?: import("csstype").Property.Clear | undefined;
976
+ clipPath?: import("csstype").Property.ClipPath | undefined;
977
+ color?: import("csstype").Property.Color | undefined;
978
+ colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
979
+ colorScheme?: import("csstype").Property.ColorScheme | undefined;
980
+ columnCount?: import("csstype").Property.ColumnCount | undefined;
981
+ columnFill?: import("csstype").Property.ColumnFill | undefined;
982
+ columnGap?: string | number | undefined;
983
+ columnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
984
+ columnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
985
+ columnRuleWidth?: string | number | undefined;
986
+ columnSpan?: import("csstype").Property.ColumnSpan | undefined;
987
+ columnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
988
+ contain?: import("csstype").Property.Contain | undefined;
989
+ containIntrinsicBlockSize?: string | number | undefined;
990
+ containIntrinsicHeight?: string | number | undefined;
991
+ containIntrinsicInlineSize?: string | number | undefined;
992
+ containIntrinsicWidth?: string | number | undefined;
993
+ containerName?: import("csstype").Property.ContainerName | undefined;
994
+ containerType?: import("csstype").Property.ContainerType | undefined;
995
+ content?: import("csstype").Property.Content | undefined;
996
+ contentVisibility?: import("csstype").Property.ContentVisibility | undefined;
997
+ counterIncrement?: import("csstype").Property.CounterIncrement | undefined;
998
+ counterReset?: import("csstype").Property.CounterReset | undefined;
999
+ counterSet?: import("csstype").Property.CounterSet | undefined;
1000
+ cursor?: import("csstype").Property.Cursor | undefined;
1001
+ direction?: import("csstype").Property.Direction | undefined;
1002
+ display?: import("csstype").Property.Display | undefined;
1003
+ emptyCells?: import("csstype").Property.EmptyCells | undefined;
1004
+ filter?: import("csstype").Property.Filter | undefined;
1005
+ flexBasis?: string | number | undefined;
1006
+ flexDirection?: import("csstype").Property.FlexDirection | undefined;
1007
+ flexGrow?: import("csstype").Property.FlexGrow | undefined;
1008
+ flexShrink?: import("csstype").Property.FlexShrink | undefined;
1009
+ flexWrap?: import("csstype").Property.FlexWrap | undefined;
1010
+ float?: import("csstype").Property.Float | undefined;
1011
+ fontFamily?: import("csstype").Property.FontFamily | undefined;
1012
+ fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
1013
+ fontKerning?: import("csstype").Property.FontKerning | undefined;
1014
+ fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
1015
+ fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | undefined;
1016
+ fontPalette?: import("csstype").Property.FontPalette | undefined;
1017
+ fontSize?: string | number | undefined;
1018
+ fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
1019
+ fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
1020
+ fontStretch?: import("csstype").Property.FontStretch | undefined;
1021
+ fontStyle?: import("csstype").Property.FontStyle | undefined;
1022
+ fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
1023
+ fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
1024
+ fontSynthesisSmallCaps?: import("csstype").Property.FontSynthesisSmallCaps | undefined;
1025
+ fontSynthesisStyle?: import("csstype").Property.FontSynthesisStyle | undefined;
1026
+ fontSynthesisWeight?: import("csstype").Property.FontSynthesisWeight | undefined;
1027
+ fontVariant?: import("csstype").Property.FontVariant | undefined;
1028
+ fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
1029
+ fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
1030
+ fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | undefined;
1031
+ fontVariantEmoji?: import("csstype").Property.FontVariantEmoji | undefined;
1032
+ fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
1033
+ fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | undefined;
1034
+ fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
1035
+ fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
1036
+ fontWeight?: import("csstype").Property.FontWeight | undefined;
1037
+ forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
1038
+ gridAutoColumns?: string | number | undefined;
1039
+ gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
1040
+ gridAutoRows?: string | number | undefined;
1041
+ gridColumnEnd?: import("csstype").Property.GridColumnEnd | undefined;
1042
+ gridColumnStart?: import("csstype").Property.GridColumnStart | undefined;
1043
+ gridRowEnd?: import("csstype").Property.GridRowEnd | undefined;
1044
+ gridRowStart?: import("csstype").Property.GridRowStart | undefined;
1045
+ gridTemplateAreas?: import("csstype").Property.GridTemplateAreas | undefined;
1046
+ gridTemplateColumns?: string | number | undefined;
1047
+ gridTemplateRows?: string | number | undefined;
1048
+ hangingPunctuation?: import("csstype").Property.HangingPunctuation | undefined;
1049
+ height?: string | number | undefined;
1050
+ hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
1051
+ hyphenateLimitChars?: import("csstype").Property.HyphenateLimitChars | undefined;
1052
+ hyphens?: import("csstype").Property.Hyphens | undefined;
1053
+ imageOrientation?: import("csstype").Property.ImageOrientation | undefined;
1054
+ imageRendering?: import("csstype").Property.ImageRendering | undefined;
1055
+ imageResolution?: import("csstype").Property.ImageResolution | undefined;
1056
+ initialLetter?: import("csstype").Property.InitialLetter | undefined;
1057
+ inlineSize?: string | number | undefined;
1058
+ inputSecurity?: import("csstype").Property.InputSecurity | undefined;
1059
+ insetBlockEnd?: string | number | undefined;
1060
+ insetBlockStart?: string | number | undefined;
1061
+ insetInlineEnd?: string | number | undefined;
1062
+ insetInlineStart?: string | number | undefined;
1063
+ isolation?: import("csstype").Property.Isolation | undefined;
1064
+ justifyContent?: import("csstype").Property.JustifyContent | undefined;
1065
+ justifyItems?: import("csstype").Property.JustifyItems | undefined;
1066
+ justifySelf?: import("csstype").Property.JustifySelf | undefined;
1067
+ justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
1068
+ left?: string | number | undefined;
1069
+ letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | undefined;
1070
+ lineBreak?: import("csstype").Property.LineBreak | undefined;
1071
+ lineHeight?: string | number | undefined;
1072
+ lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | undefined;
1073
+ listStyleImage?: import("csstype").Property.ListStyleImage | undefined;
1074
+ listStylePosition?: import("csstype").Property.ListStylePosition | undefined;
1075
+ listStyleType?: import("csstype").Property.ListStyleType | undefined;
1076
+ marginBlockEnd?: string | number | undefined;
1077
+ marginBlockStart?: string | number | undefined;
1078
+ marginBottom?: string | number | undefined;
1079
+ marginInlineEnd?: string | number | undefined;
1080
+ marginInlineStart?: string | number | undefined;
1081
+ marginLeft?: string | number | undefined;
1082
+ marginRight?: string | number | undefined;
1083
+ marginTop?: string | number | undefined;
1084
+ marginTrim?: import("csstype").Property.MarginTrim | undefined;
1085
+ maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
1086
+ maskBorderOutset?: string | number | undefined;
1087
+ maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
1088
+ maskBorderSlice?: import("csstype").Property.MaskBorderSlice | undefined;
1089
+ maskBorderSource?: import("csstype").Property.MaskBorderSource | undefined;
1090
+ maskBorderWidth?: string | number | undefined;
1091
+ maskClip?: import("csstype").Property.MaskClip | undefined;
1092
+ maskComposite?: import("csstype").Property.MaskComposite | undefined;
1093
+ maskImage?: import("csstype").Property.MaskImage | undefined;
1094
+ maskMode?: import("csstype").Property.MaskMode | undefined;
1095
+ maskOrigin?: import("csstype").Property.MaskOrigin | undefined;
1096
+ maskPosition?: string | number | undefined;
1097
+ maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
1098
+ maskSize?: string | number | undefined;
1099
+ maskType?: import("csstype").Property.MaskType | undefined;
1100
+ masonryAutoFlow?: import("csstype").Property.MasonryAutoFlow | undefined;
1101
+ mathDepth?: import("csstype").Property.MathDepth | undefined;
1102
+ mathShift?: import("csstype").Property.MathShift | undefined;
1103
+ mathStyle?: import("csstype").Property.MathStyle | undefined;
1104
+ maxBlockSize?: string | number | undefined;
1105
+ maxHeight?: string | number | undefined;
1106
+ maxInlineSize?: string | number | undefined;
1107
+ maxLines?: import("csstype").Property.MaxLines | undefined;
1108
+ maxWidth?: string | number | undefined;
1109
+ minBlockSize?: string | number | undefined;
1110
+ minHeight?: string | number | undefined;
1111
+ minInlineSize?: string | number | undefined;
1112
+ minWidth?: string | number | undefined;
1113
+ mixBlendMode?: import("csstype").Property.MixBlendMode | undefined;
1114
+ motionDistance?: string | number | undefined;
1115
+ motionPath?: import("csstype").Property.OffsetPath | undefined;
1116
+ motionRotation?: import("csstype").Property.OffsetRotate | undefined;
1117
+ objectFit?: import("csstype").Property.ObjectFit | undefined;
1118
+ objectPosition?: string | number | undefined;
1119
+ offsetAnchor?: string | number | undefined;
1120
+ offsetDistance?: string | number | undefined;
1121
+ offsetPath?: import("csstype").Property.OffsetPath | undefined;
1122
+ offsetPosition?: string | number | undefined;
1123
+ offsetRotate?: import("csstype").Property.OffsetRotate | undefined;
1124
+ offsetRotation?: import("csstype").Property.OffsetRotate | undefined;
1125
+ opacity?: import("csstype").Property.Opacity | undefined;
1126
+ order?: import("csstype").Property.Order | undefined;
1127
+ orphans?: import("csstype").Property.Orphans | undefined;
1128
+ outlineColor?: import("csstype").Property.OutlineColor | undefined;
1129
+ outlineOffset?: import("csstype").Property.OutlineOffset<string | number> | undefined;
1130
+ outlineStyle?: import("csstype").Property.OutlineStyle | undefined;
1131
+ outlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
1132
+ overflowAnchor?: import("csstype").Property.OverflowAnchor | undefined;
1133
+ overflowBlock?: import("csstype").Property.OverflowBlock | undefined;
1134
+ overflowClipBox?: import("csstype").Property.OverflowClipBox | undefined;
1135
+ overflowClipMargin?: string | number | undefined;
1136
+ overflowInline?: import("csstype").Property.OverflowInline | undefined;
1137
+ overflowWrap?: import("csstype").Property.OverflowWrap | undefined;
1138
+ overflowX?: import("csstype").Property.OverflowX | undefined;
1139
+ overflowY?: import("csstype").Property.OverflowY | undefined;
1140
+ overlay?: import("csstype").Property.Overlay | undefined;
1141
+ overscrollBehaviorBlock?: import("csstype").Property.OverscrollBehaviorBlock | undefined;
1142
+ overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
1143
+ overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
1144
+ overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | undefined;
1145
+ paddingBlockEnd?: string | number | undefined;
1146
+ paddingBlockStart?: string | number | undefined;
1147
+ paddingBottom?: string | number | undefined;
1148
+ paddingInlineEnd?: string | number | undefined;
1149
+ paddingInlineStart?: string | number | undefined;
1150
+ paddingLeft?: string | number | undefined;
1151
+ paddingRight?: string | number | undefined;
1152
+ paddingTop?: string | number | undefined;
1153
+ page?: import("csstype").Property.Page | undefined;
1154
+ pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
1155
+ pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
1156
+ pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
1157
+ paintOrder?: import("csstype").Property.PaintOrder | undefined;
1158
+ perspective?: import("csstype").Property.Perspective<string | number> | undefined;
1159
+ perspectiveOrigin?: string | number | undefined;
1160
+ pointerEvents?: import("csstype").Property.PointerEvents | undefined;
1161
+ position?: import("csstype").Property.Position | undefined;
1162
+ printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
1163
+ quotes?: import("csstype").Property.Quotes | undefined;
1164
+ resize?: import("csstype").Property.Resize | undefined;
1165
+ right?: string | number | undefined;
1166
+ rotate?: import("csstype").Property.Rotate | undefined;
1167
+ rowGap?: string | number | undefined;
1168
+ rubyAlign?: import("csstype").Property.RubyAlign | undefined;
1169
+ rubyMerge?: import("csstype").Property.RubyMerge | undefined;
1170
+ rubyPosition?: import("csstype").Property.RubyPosition | undefined;
1171
+ scale?: import("csstype").Property.Scale | undefined;
1172
+ scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
1173
+ scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
1174
+ scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
1175
+ scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
1176
+ scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined;
1177
+ scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined;
1178
+ scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
1179
+ scrollMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
1180
+ scrollMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
1181
+ scrollPaddingBlockEnd?: string | number | undefined;
1182
+ scrollPaddingBlockStart?: string | number | undefined;
1183
+ scrollPaddingBottom?: string | number | undefined;
1184
+ scrollPaddingInlineEnd?: string | number | undefined;
1185
+ scrollPaddingInlineStart?: string | number | undefined;
1186
+ scrollPaddingLeft?: string | number | undefined;
1187
+ scrollPaddingRight?: string | number | undefined;
1188
+ scrollPaddingTop?: string | number | undefined;
1189
+ scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | undefined;
1190
+ scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
1191
+ scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
1192
+ scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
1193
+ scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
1194
+ scrollSnapStop?: import("csstype").Property.ScrollSnapStop | undefined;
1195
+ scrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
1196
+ scrollTimelineAxis?: import("csstype").Property.ScrollTimelineAxis | undefined;
1197
+ scrollTimelineName?: import("csstype").Property.ScrollTimelineName | undefined;
1198
+ scrollbarColor?: import("csstype").Property.ScrollbarColor | undefined;
1199
+ scrollbarGutter?: import("csstype").Property.ScrollbarGutter | undefined;
1200
+ scrollbarWidth?: import("csstype").Property.ScrollbarWidth | undefined;
1201
+ shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
1202
+ shapeMargin?: string | number | undefined;
1203
+ shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
1204
+ tabSize?: string | number | undefined;
1205
+ tableLayout?: import("csstype").Property.TableLayout | undefined;
1206
+ textAlign?: import("csstype").Property.TextAlign | undefined;
1207
+ textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
1208
+ textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined;
1209
+ textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
1210
+ textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
1211
+ textDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
1212
+ textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | undefined;
1213
+ textDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
1214
+ textDecorationThickness?: string | number | undefined;
1215
+ textEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
1216
+ textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
1217
+ textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
1218
+ textIndent?: string | number | undefined;
1219
+ textJustify?: import("csstype").Property.TextJustify | undefined;
1220
+ textOrientation?: import("csstype").Property.TextOrientation | undefined;
1221
+ textOverflow?: import("csstype").Property.TextOverflow | undefined;
1222
+ textRendering?: import("csstype").Property.TextRendering | undefined;
1223
+ textShadow?: import("csstype").Property.TextShadow | undefined;
1224
+ textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
1225
+ textTransform?: import("csstype").Property.TextTransform | undefined;
1226
+ textUnderlineOffset?: string | number | undefined;
1227
+ textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
1228
+ textWrap?: import("csstype").Property.TextWrap | undefined;
1229
+ timelineScope?: import("csstype").Property.TimelineScope | undefined;
1230
+ top?: string | number | undefined;
1231
+ touchAction?: import("csstype").Property.TouchAction | undefined;
1232
+ transform?: import("csstype").Property.Transform | undefined;
1233
+ transformBox?: import("csstype").Property.TransformBox | undefined;
1234
+ transformOrigin?: string | number | undefined;
1235
+ transformStyle?: import("csstype").Property.TransformStyle | undefined;
1236
+ transitionBehavior?: import("csstype").Property.TransitionBehavior | undefined;
1237
+ transitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1238
+ transitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1239
+ transitionProperty?: import("csstype").Property.TransitionProperty | undefined;
1240
+ transitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
1241
+ translate?: string | number | undefined;
1242
+ unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
1243
+ userSelect?: import("csstype").Property.UserSelect | undefined;
1244
+ verticalAlign?: string | number | undefined;
1245
+ viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
1246
+ viewTimelineInset?: string | number | undefined;
1247
+ viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
1248
+ viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
1249
+ visibility?: import("csstype").Property.Visibility | undefined;
1250
+ whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
1251
+ whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
1252
+ whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | undefined;
1253
+ widows?: import("csstype").Property.Widows | undefined;
1254
+ width?: string | number | undefined;
1255
+ willChange?: import("csstype").Property.WillChange | undefined;
1256
+ wordBreak?: import("csstype").Property.WordBreak | undefined;
1257
+ wordSpacing?: import("csstype").Property.WordSpacing<string | number> | undefined;
1258
+ wordWrap?: import("csstype").Property.WordWrap | undefined;
1259
+ writingMode?: import("csstype").Property.WritingMode | undefined;
1260
+ zIndex?: import("csstype").Property.ZIndex | undefined;
1261
+ zoom?: import("csstype").Property.Zoom | undefined;
1262
+ all?: import("csstype").Globals | undefined;
1263
+ animation?: import("csstype").Property.Animation<string & {}> | undefined;
1264
+ animationRange?: string | number | undefined;
1265
+ background?: string | number | undefined;
1266
+ backgroundPosition?: string | number | undefined;
1267
+ border?: string | number | undefined;
1268
+ borderBlock?: string | number | undefined;
1269
+ borderBlockEnd?: string | number | undefined;
1270
+ borderBlockStart?: string | number | undefined;
1271
+ borderBottom?: string | number | undefined;
1272
+ borderColor?: import("csstype").Property.BorderColor | undefined;
1273
+ borderImage?: import("csstype").Property.BorderImage | undefined;
1274
+ borderInline?: string | number | undefined;
1275
+ borderInlineEnd?: string | number | undefined;
1276
+ borderInlineStart?: string | number | undefined;
1277
+ borderLeft?: string | number | undefined;
1278
+ borderRadius?: string | number | undefined;
1279
+ borderRight?: string | number | undefined;
1280
+ borderStyle?: import("csstype").Property.BorderStyle | undefined;
1281
+ borderTop?: string | number | undefined;
1282
+ borderWidth?: string | number | undefined;
1283
+ caret?: import("csstype").Property.Caret | undefined;
1284
+ columnRule?: string | number | undefined;
1285
+ columns?: string | number | undefined;
1286
+ containIntrinsicSize?: string | number | undefined;
1287
+ container?: import("csstype").Property.Container | undefined;
1288
+ flex?: string | number | undefined;
1289
+ flexFlow?: import("csstype").Property.FlexFlow | undefined;
1290
+ font?: import("csstype").Property.Font | undefined;
1291
+ gap?: string | number | undefined;
1292
+ grid?: import("csstype").Property.Grid | undefined;
1293
+ gridArea?: import("csstype").Property.GridArea | undefined;
1294
+ gridColumn?: import("csstype").Property.GridColumn | undefined;
1295
+ gridRow?: import("csstype").Property.GridRow | undefined;
1296
+ gridTemplate?: import("csstype").Property.GridTemplate | undefined;
1297
+ inset?: string | number | undefined;
1298
+ insetBlock?: string | number | undefined;
1299
+ insetInline?: string | number | undefined;
1300
+ lineClamp?: import("csstype").Property.LineClamp | undefined;
1301
+ listStyle?: import("csstype").Property.ListStyle | undefined;
1302
+ margin?: string | number | undefined;
1303
+ marginBlock?: string | number | undefined;
1304
+ marginInline?: string | number | undefined;
1305
+ mask?: string | number | undefined;
1306
+ maskBorder?: import("csstype").Property.MaskBorder | undefined;
1307
+ motion?: string | number | undefined;
1308
+ offset?: string | number | undefined;
1309
+ outline?: string | number | undefined;
1310
+ overflow?: import("csstype").Property.Overflow | undefined;
1311
+ overscrollBehavior?: import("csstype").Property.OverscrollBehavior | undefined;
1312
+ padding?: string | number | undefined;
1313
+ paddingBlock?: string | number | undefined;
1314
+ paddingInline?: string | number | undefined;
1315
+ placeContent?: import("csstype").Property.PlaceContent | undefined;
1316
+ placeItems?: import("csstype").Property.PlaceItems | undefined;
1317
+ placeSelf?: import("csstype").Property.PlaceSelf | undefined;
1318
+ scrollMargin?: string | number | undefined;
1319
+ scrollMarginBlock?: string | number | undefined;
1320
+ scrollMarginInline?: string | number | undefined;
1321
+ scrollPadding?: string | number | undefined;
1322
+ scrollPaddingBlock?: string | number | undefined;
1323
+ scrollPaddingInline?: string | number | undefined;
1324
+ scrollSnapMargin?: string | number | undefined;
1325
+ scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
1326
+ textDecoration?: string | number | undefined;
1327
+ textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
1328
+ transition?: import("csstype").Property.Transition<string & {}> | undefined;
1329
+ viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
1330
+ MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
1331
+ MozAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
1332
+ MozAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
1333
+ MozAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
1334
+ MozAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
1335
+ MozAnimationName?: import("csstype").Property.AnimationName | undefined;
1336
+ MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
1337
+ MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
1338
+ MozAppearance?: import("csstype").Property.MozAppearance | undefined;
1339
+ MozBinding?: import("csstype").Property.MozBinding | undefined;
1340
+ MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
1341
+ MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
1342
+ MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
1343
+ MozBorderEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
1344
+ MozBorderLeftColors?: import("csstype").Property.MozBorderLeftColors | undefined;
1345
+ MozBorderRightColors?: import("csstype").Property.MozBorderRightColors | undefined;
1346
+ MozBorderStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
1347
+ MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
1348
+ MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined;
1349
+ MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
1350
+ MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
1351
+ MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
1352
+ MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
1353
+ MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
1354
+ MozColumnRuleWidth?: string | number | undefined;
1355
+ MozColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
1356
+ MozContextProperties?: import("csstype").Property.MozContextProperties | undefined;
1357
+ MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
1358
+ MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
1359
+ MozHyphens?: import("csstype").Property.Hyphens | undefined;
1360
+ MozImageRegion?: import("csstype").Property.MozImageRegion | undefined;
1361
+ MozMarginEnd?: string | number | undefined;
1362
+ MozMarginStart?: string | number | undefined;
1363
+ MozOrient?: import("csstype").Property.MozOrient | undefined;
1364
+ MozOsxFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
1365
+ MozOutlineRadiusBottomleft?: string | number | undefined;
1366
+ MozOutlineRadiusBottomright?: string | number | undefined;
1367
+ MozOutlineRadiusTopleft?: string | number | undefined;
1368
+ MozOutlineRadiusTopright?: string | number | undefined;
1369
+ MozPaddingEnd?: string | number | undefined;
1370
+ MozPaddingStart?: string | number | undefined;
1371
+ MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
1372
+ MozTabSize?: string | number | undefined;
1373
+ MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
1374
+ MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
1375
+ MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
1376
+ MozUserModify?: import("csstype").Property.MozUserModify | undefined;
1377
+ MozUserSelect?: import("csstype").Property.UserSelect | undefined;
1378
+ MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
1379
+ MozWindowShadow?: import("csstype").Property.MozWindowShadow | undefined;
1380
+ msAccelerator?: import("csstype").Property.MsAccelerator | undefined;
1381
+ msBlockProgression?: import("csstype").Property.MsBlockProgression | undefined;
1382
+ msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | undefined;
1383
+ msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | undefined;
1384
+ msContentZoomLimitMin?: import("csstype").Property.MsContentZoomLimitMin | undefined;
1385
+ msContentZoomSnapPoints?: import("csstype").Property.MsContentZoomSnapPoints | undefined;
1386
+ msContentZoomSnapType?: import("csstype").Property.MsContentZoomSnapType | undefined;
1387
+ msContentZooming?: import("csstype").Property.MsContentZooming | undefined;
1388
+ msFilter?: import("csstype").Property.MsFilter | undefined;
1389
+ msFlexDirection?: import("csstype").Property.FlexDirection | undefined;
1390
+ msFlexPositive?: import("csstype").Property.FlexGrow | undefined;
1391
+ msFlowFrom?: import("csstype").Property.MsFlowFrom | undefined;
1392
+ msFlowInto?: import("csstype").Property.MsFlowInto | undefined;
1393
+ msGridColumns?: string | number | undefined;
1394
+ msGridRows?: string | number | undefined;
1395
+ msHighContrastAdjust?: import("csstype").Property.MsHighContrastAdjust | undefined;
1396
+ msHyphenateLimitChars?: import("csstype").Property.MsHyphenateLimitChars | undefined;
1397
+ msHyphenateLimitLines?: import("csstype").Property.MsHyphenateLimitLines | undefined;
1398
+ msHyphenateLimitZone?: string | number | undefined;
1399
+ msHyphens?: import("csstype").Property.Hyphens | undefined;
1400
+ msImeAlign?: import("csstype").Property.MsImeAlign | undefined;
1401
+ msLineBreak?: import("csstype").Property.LineBreak | undefined;
1402
+ msOrder?: import("csstype").Property.Order | undefined;
1403
+ msOverflowStyle?: import("csstype").Property.MsOverflowStyle | undefined;
1404
+ msOverflowX?: import("csstype").Property.OverflowX | undefined;
1405
+ msOverflowY?: import("csstype").Property.OverflowY | undefined;
1406
+ msScrollChaining?: import("csstype").Property.MsScrollChaining | undefined;
1407
+ msScrollLimitXMax?: import("csstype").Property.MsScrollLimitXMax<string | number> | undefined;
1408
+ msScrollLimitXMin?: import("csstype").Property.MsScrollLimitXMin<string | number> | undefined;
1409
+ msScrollLimitYMax?: import("csstype").Property.MsScrollLimitYMax<string | number> | undefined;
1410
+ msScrollLimitYMin?: import("csstype").Property.MsScrollLimitYMin<string | number> | undefined;
1411
+ msScrollRails?: import("csstype").Property.MsScrollRails | undefined;
1412
+ msScrollSnapPointsX?: import("csstype").Property.MsScrollSnapPointsX | undefined;
1413
+ msScrollSnapPointsY?: import("csstype").Property.MsScrollSnapPointsY | undefined;
1414
+ msScrollSnapType?: import("csstype").Property.MsScrollSnapType | undefined;
1415
+ msScrollTranslation?: import("csstype").Property.MsScrollTranslation | undefined;
1416
+ msScrollbar3dlightColor?: import("csstype").Property.MsScrollbar3dlightColor | undefined;
1417
+ msScrollbarArrowColor?: import("csstype").Property.MsScrollbarArrowColor | undefined;
1418
+ msScrollbarBaseColor?: import("csstype").Property.MsScrollbarBaseColor | undefined;
1419
+ msScrollbarDarkshadowColor?: import("csstype").Property.MsScrollbarDarkshadowColor | undefined;
1420
+ msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | undefined;
1421
+ msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | undefined;
1422
+ msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | undefined;
1423
+ msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
1424
+ msTextAutospace?: import("csstype").Property.MsTextAutospace | undefined;
1425
+ msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | undefined;
1426
+ msTextOverflow?: import("csstype").Property.TextOverflow | undefined;
1427
+ msTouchAction?: import("csstype").Property.TouchAction | undefined;
1428
+ msTouchSelect?: import("csstype").Property.MsTouchSelect | undefined;
1429
+ msTransform?: import("csstype").Property.Transform | undefined;
1430
+ msTransformOrigin?: string | number | undefined;
1431
+ msTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1432
+ msTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1433
+ msTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
1434
+ msTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
1435
+ msUserSelect?: import("csstype").Property.MsUserSelect | undefined;
1436
+ msWordBreak?: import("csstype").Property.WordBreak | undefined;
1437
+ msWrapFlow?: import("csstype").Property.MsWrapFlow | undefined;
1438
+ msWrapMargin?: import("csstype").Property.MsWrapMargin<string | number> | undefined;
1439
+ msWrapThrough?: import("csstype").Property.MsWrapThrough | undefined;
1440
+ msWritingMode?: import("csstype").Property.WritingMode | undefined;
1441
+ WebkitAlignContent?: import("csstype").Property.AlignContent | undefined;
1442
+ WebkitAlignItems?: import("csstype").Property.AlignItems | undefined;
1443
+ WebkitAlignSelf?: import("csstype").Property.AlignSelf | undefined;
1444
+ WebkitAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
1445
+ WebkitAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
1446
+ WebkitAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
1447
+ WebkitAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
1448
+ WebkitAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
1449
+ WebkitAnimationName?: import("csstype").Property.AnimationName | undefined;
1450
+ WebkitAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
1451
+ WebkitAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
1452
+ WebkitAppearance?: import("csstype").Property.WebkitAppearance | undefined;
1453
+ WebkitBackdropFilter?: import("csstype").Property.BackdropFilter | undefined;
1454
+ WebkitBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
1455
+ WebkitBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
1456
+ WebkitBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
1457
+ WebkitBackgroundSize?: string | number | undefined;
1458
+ WebkitBorderBeforeColor?: import("csstype").Property.WebkitBorderBeforeColor | undefined;
1459
+ WebkitBorderBeforeStyle?: import("csstype").Property.WebkitBorderBeforeStyle | undefined;
1460
+ WebkitBorderBeforeWidth?: string | number | undefined;
1461
+ WebkitBorderBottomLeftRadius?: string | number | undefined;
1462
+ WebkitBorderBottomRightRadius?: string | number | undefined;
1463
+ WebkitBorderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
1464
+ WebkitBorderTopLeftRadius?: string | number | undefined;
1465
+ WebkitBorderTopRightRadius?: string | number | undefined;
1466
+ WebkitBoxDecorationBreak?: import("csstype").Property.BoxDecorationBreak | undefined;
1467
+ WebkitBoxReflect?: string | number | undefined;
1468
+ WebkitBoxShadow?: import("csstype").Property.BoxShadow | undefined;
1469
+ WebkitBoxSizing?: import("csstype").Property.BoxSizing | undefined;
1470
+ WebkitClipPath?: import("csstype").Property.ClipPath | undefined;
1471
+ WebkitColumnCount?: import("csstype").Property.ColumnCount | undefined;
1472
+ WebkitColumnFill?: import("csstype").Property.ColumnFill | undefined;
1473
+ WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
1474
+ WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
1475
+ WebkitColumnRuleWidth?: string | number | undefined;
1476
+ WebkitColumnSpan?: import("csstype").Property.ColumnSpan | undefined;
1477
+ WebkitColumnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
1478
+ WebkitFilter?: import("csstype").Property.Filter | undefined;
1479
+ WebkitFlexBasis?: string | number | undefined;
1480
+ WebkitFlexDirection?: import("csstype").Property.FlexDirection | undefined;
1481
+ WebkitFlexGrow?: import("csstype").Property.FlexGrow | undefined;
1482
+ WebkitFlexShrink?: import("csstype").Property.FlexShrink | undefined;
1483
+ WebkitFlexWrap?: import("csstype").Property.FlexWrap | undefined;
1484
+ WebkitFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
1485
+ WebkitFontKerning?: import("csstype").Property.FontKerning | undefined;
1486
+ WebkitFontSmoothing?: import("csstype").Property.FontSmooth<string | number> | undefined;
1487
+ WebkitFontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
1488
+ WebkitHyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
1489
+ WebkitHyphens?: import("csstype").Property.Hyphens | undefined;
1490
+ WebkitInitialLetter?: import("csstype").Property.InitialLetter | undefined;
1491
+ WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
1492
+ WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
1493
+ WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
1494
+ WebkitMarginEnd?: string | number | undefined;
1495
+ WebkitMarginStart?: string | number | undefined;
1496
+ WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
1497
+ WebkitMaskBoxImageOutset?: string | number | undefined;
1498
+ WebkitMaskBoxImageRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
1499
+ WebkitMaskBoxImageSlice?: import("csstype").Property.MaskBorderSlice | undefined;
1500
+ WebkitMaskBoxImageSource?: import("csstype").Property.MaskBorderSource | undefined;
1501
+ WebkitMaskBoxImageWidth?: string | number | undefined;
1502
+ WebkitMaskClip?: import("csstype").Property.WebkitMaskClip | undefined;
1503
+ WebkitMaskComposite?: import("csstype").Property.WebkitMaskComposite | undefined;
1504
+ WebkitMaskImage?: import("csstype").Property.WebkitMaskImage | undefined;
1505
+ WebkitMaskOrigin?: import("csstype").Property.WebkitMaskOrigin | undefined;
1506
+ WebkitMaskPosition?: string | number | undefined;
1507
+ WebkitMaskPositionX?: string | number | undefined;
1508
+ WebkitMaskPositionY?: string | number | undefined;
1509
+ WebkitMaskRepeat?: import("csstype").Property.WebkitMaskRepeat | undefined;
1510
+ WebkitMaskRepeatX?: import("csstype").Property.WebkitMaskRepeatX | undefined;
1511
+ WebkitMaskRepeatY?: import("csstype").Property.WebkitMaskRepeatY | undefined;
1512
+ WebkitMaskSize?: string | number | undefined;
1513
+ WebkitMaxInlineSize?: string | number | undefined;
1514
+ WebkitOrder?: import("csstype").Property.Order | undefined;
1515
+ WebkitOverflowScrolling?: import("csstype").Property.WebkitOverflowScrolling | undefined;
1516
+ WebkitPaddingEnd?: string | number | undefined;
1517
+ WebkitPaddingStart?: string | number | undefined;
1518
+ WebkitPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
1519
+ WebkitPerspectiveOrigin?: string | number | undefined;
1520
+ WebkitPrintColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
1521
+ WebkitRubyPosition?: import("csstype").Property.RubyPosition | undefined;
1522
+ WebkitScrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
1523
+ WebkitShapeMargin?: string | number | undefined;
1524
+ WebkitTapHighlightColor?: import("csstype").Property.WebkitTapHighlightColor | undefined;
1525
+ WebkitTextCombine?: import("csstype").Property.TextCombineUpright | undefined;
1526
+ WebkitTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
1527
+ WebkitTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
1528
+ WebkitTextDecorationSkip?: import("csstype").Property.TextDecorationSkip | undefined;
1529
+ WebkitTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
1530
+ WebkitTextEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
1531
+ WebkitTextEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
1532
+ WebkitTextEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
1533
+ WebkitTextFillColor?: import("csstype").Property.WebkitTextFillColor | undefined;
1534
+ WebkitTextOrientation?: import("csstype").Property.TextOrientation | undefined;
1535
+ WebkitTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
1536
+ WebkitTextStrokeColor?: import("csstype").Property.WebkitTextStrokeColor | undefined;
1537
+ WebkitTextStrokeWidth?: import("csstype").Property.WebkitTextStrokeWidth<string | number> | undefined;
1538
+ WebkitTextUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
1539
+ WebkitTouchCallout?: import("csstype").Property.WebkitTouchCallout | undefined;
1540
+ WebkitTransform?: import("csstype").Property.Transform | undefined;
1541
+ WebkitTransformOrigin?: string | number | undefined;
1542
+ WebkitTransformStyle?: import("csstype").Property.TransformStyle | undefined;
1543
+ WebkitTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1544
+ WebkitTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1545
+ WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
1546
+ WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
1547
+ WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
1548
+ WebkitUserSelect?: import("csstype").Property.UserSelect | undefined;
1549
+ WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
1550
+ MozAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
1551
+ MozBorderImage?: import("csstype").Property.BorderImage | undefined;
1552
+ MozColumnRule?: string | number | undefined;
1553
+ MozColumns?: string | number | undefined;
1554
+ MozOutlineRadius?: string | number | undefined;
1555
+ msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
1556
+ msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
1557
+ msFlex?: string | number | undefined;
1558
+ msScrollLimit?: import("csstype").Property.MsScrollLimit | undefined;
1559
+ msScrollSnapX?: import("csstype").Property.MsScrollSnapX | undefined;
1560
+ msScrollSnapY?: import("csstype").Property.MsScrollSnapY | undefined;
1561
+ msTransition?: import("csstype").Property.Transition<string & {}> | undefined;
1562
+ WebkitAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
1563
+ WebkitBorderBefore?: string | number | undefined;
1564
+ WebkitBorderImage?: import("csstype").Property.BorderImage | undefined;
1565
+ WebkitBorderRadius?: string | number | undefined;
1566
+ WebkitColumnRule?: string | number | undefined;
1567
+ WebkitColumns?: string | number | undefined;
1568
+ WebkitFlex?: string | number | undefined;
1569
+ WebkitFlexFlow?: import("csstype").Property.FlexFlow | undefined;
1570
+ WebkitMask?: string | number | undefined;
1571
+ WebkitMaskBoxImage?: import("csstype").Property.MaskBorder | undefined;
1572
+ WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
1573
+ WebkitTextStroke?: string | number | undefined;
1574
+ WebkitTransition?: import("csstype").Property.Transition<string & {}> | undefined;
1575
+ azimuth?: import("csstype").Property.Azimuth | undefined;
1576
+ boxAlign?: import("csstype").Property.BoxAlign | undefined;
1577
+ boxDirection?: import("csstype").Property.BoxDirection | undefined;
1578
+ boxFlex?: import("csstype").Property.BoxFlex | undefined;
1579
+ boxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
1580
+ boxLines?: import("csstype").Property.BoxLines | undefined;
1581
+ boxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
1582
+ boxOrient?: import("csstype").Property.BoxOrient | undefined;
1583
+ boxPack?: import("csstype").Property.BoxPack | undefined;
1584
+ clip?: import("csstype").Property.Clip | undefined;
1585
+ gridColumnGap?: string | number | undefined;
1586
+ gridGap?: string | number | undefined;
1587
+ gridRowGap?: string | number | undefined;
1588
+ imeMode?: import("csstype").Property.ImeMode | undefined;
1589
+ offsetBlock?: string | number | undefined;
1590
+ offsetBlockEnd?: string | number | undefined;
1591
+ offsetBlockStart?: string | number | undefined;
1592
+ offsetInline?: string | number | undefined;
1593
+ offsetInlineEnd?: string | number | undefined;
1594
+ offsetInlineStart?: string | number | undefined;
1595
+ scrollSnapCoordinate?: string | number | undefined;
1596
+ scrollSnapDestination?: string | number | undefined;
1597
+ scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
1598
+ scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
1599
+ scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | undefined;
1600
+ scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | undefined;
1601
+ KhtmlBoxAlign?: import("csstype").Property.BoxAlign | undefined;
1602
+ KhtmlBoxDirection?: import("csstype").Property.BoxDirection | undefined;
1603
+ KhtmlBoxFlex?: import("csstype").Property.BoxFlex | undefined;
1604
+ KhtmlBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
1605
+ KhtmlBoxLines?: import("csstype").Property.BoxLines | undefined;
1606
+ KhtmlBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
1607
+ KhtmlBoxOrient?: import("csstype").Property.BoxOrient | undefined;
1608
+ KhtmlBoxPack?: import("csstype").Property.BoxPack | undefined;
1609
+ KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
1610
+ KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
1611
+ KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
1612
+ MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
1613
+ MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
1614
+ MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
1615
+ MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
1616
+ MozBackgroundSize?: string | number | undefined;
1617
+ MozBorderRadius?: string | number | undefined;
1618
+ MozBorderRadiusBottomleft?: string | number | undefined;
1619
+ MozBorderRadiusBottomright?: string | number | undefined;
1620
+ MozBorderRadiusTopleft?: string | number | undefined;
1621
+ MozBorderRadiusTopright?: string | number | undefined;
1622
+ MozBoxAlign?: import("csstype").Property.BoxAlign | undefined;
1623
+ MozBoxDirection?: import("csstype").Property.BoxDirection | undefined;
1624
+ MozBoxFlex?: import("csstype").Property.BoxFlex | undefined;
1625
+ MozBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
1626
+ MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
1627
+ MozBoxPack?: import("csstype").Property.BoxPack | undefined;
1628
+ MozBoxShadow?: import("csstype").Property.BoxShadow | undefined;
1629
+ MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
1630
+ MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
1631
+ MozOpacity?: import("csstype").Property.Opacity | undefined;
1632
+ MozOutline?: string | number | undefined;
1633
+ MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
1634
+ MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
1635
+ MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
1636
+ MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
1637
+ MozPerspectiveOrigin?: string | number | undefined;
1638
+ MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
1639
+ MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
1640
+ MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
1641
+ MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
1642
+ MozTransform?: import("csstype").Property.Transform | undefined;
1643
+ MozTransformOrigin?: string | number | undefined;
1644
+ MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
1645
+ MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
1646
+ MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1647
+ MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1648
+ MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
1649
+ MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
1650
+ MozUserInput?: import("csstype").Property.MozUserInput | undefined;
1651
+ msImeMode?: import("csstype").Property.ImeMode | undefined;
1652
+ OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
1653
+ OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
1654
+ OAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
1655
+ OAnimationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
1656
+ OAnimationFillMode?: import("csstype").Property.AnimationFillMode | undefined;
1657
+ OAnimationIterationCount?: import("csstype").Property.AnimationIterationCount | undefined;
1658
+ OAnimationName?: import("csstype").Property.AnimationName | undefined;
1659
+ OAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
1660
+ OAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
1661
+ OBackgroundSize?: string | number | undefined;
1662
+ OBorderImage?: import("csstype").Property.BorderImage | undefined;
1663
+ OObjectFit?: import("csstype").Property.ObjectFit | undefined;
1664
+ OObjectPosition?: string | number | undefined;
1665
+ OTabSize?: string | number | undefined;
1666
+ OTextOverflow?: import("csstype").Property.TextOverflow | undefined;
1667
+ OTransform?: import("csstype").Property.Transform | undefined;
1668
+ OTransformOrigin?: string | number | undefined;
1669
+ OTransition?: import("csstype").Property.Transition<string & {}> | undefined;
1670
+ OTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1671
+ OTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1672
+ OTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
1673
+ OTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
1674
+ WebkitBoxAlign?: import("csstype").Property.BoxAlign | undefined;
1675
+ WebkitBoxDirection?: import("csstype").Property.BoxDirection | undefined;
1676
+ WebkitBoxFlex?: import("csstype").Property.BoxFlex | undefined;
1677
+ WebkitBoxFlexGroup?: import("csstype").Property.BoxFlexGroup | undefined;
1678
+ WebkitBoxLines?: import("csstype").Property.BoxLines | undefined;
1679
+ WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
1680
+ WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
1681
+ WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
1682
+ alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
1683
+ baselineShift?: string | number | undefined;
1684
+ clipRule?: import("csstype").Property.ClipRule | undefined;
1685
+ colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
1686
+ colorRendering?: import("csstype").Property.ColorRendering | undefined;
1687
+ dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
1688
+ fill?: import("csstype").Property.Fill | undefined;
1689
+ fillOpacity?: import("csstype").Property.FillOpacity | undefined;
1690
+ fillRule?: import("csstype").Property.FillRule | undefined;
1691
+ floodColor?: import("csstype").Property.FloodColor | undefined;
1692
+ floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
1693
+ glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined;
1694
+ lightingColor?: import("csstype").Property.LightingColor | undefined;
1695
+ marker?: import("csstype").Property.Marker | undefined;
1696
+ markerEnd?: import("csstype").Property.MarkerEnd | undefined;
1697
+ markerMid?: import("csstype").Property.MarkerMid | undefined;
1698
+ markerStart?: import("csstype").Property.MarkerStart | undefined;
1699
+ shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
1700
+ stopColor?: import("csstype").Property.StopColor | undefined;
1701
+ stopOpacity?: import("csstype").Property.StopOpacity | undefined;
1702
+ stroke?: import("csstype").Property.Stroke | undefined;
1703
+ strokeDasharray?: string | number | undefined;
1704
+ strokeDashoffset?: string | number | undefined;
1705
+ strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
1706
+ strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
1707
+ strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
1708
+ strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
1709
+ strokeWidth?: string | number | undefined;
1710
+ textAnchor?: import("csstype").Property.TextAnchor | undefined;
1711
+ vectorEffect?: import("csstype").Property.VectorEffect | undefined;
1712
+ };
1713
+ isBlockOptionsOpen: boolean;
1714
+ setIsBlockOptionsOpen: import("react").Dispatch<import("react").SetStateAction<boolean>>;
1715
+ isBlockOptionsMounted: boolean;
1716
+ };
879
1717
  //# sourceMappingURL=hooks.d.ts.map