eddyter 1.3.59 → 1.3.60

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.
package/dist/types.d.ts CHANGED
@@ -56,6 +56,7 @@ export interface ToolbarProps {
56
56
  enableFormatPainter?: boolean;
57
57
  enableFeatureSuggestion?: boolean;
58
58
  enableBugReport?: boolean;
59
+ enablePreview?: boolean;
59
60
  fonts?: string[];
60
61
  editor: LexicalEditor;
61
62
  activeEditor: LexicalEditor;
@@ -158,6 +159,7 @@ export interface EditorConfigTypes {
158
159
  enableFeatureSuggestion?: boolean;
159
160
  enableBugReport?: boolean;
160
161
  enableDragHandle?: boolean;
162
+ enablePreview?: boolean;
161
163
  };
162
164
  enableFloatingMenu: boolean;
163
165
  htmlViewOption: boolean;