eddyter 1.3.51 → 1.3.53

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
@@ -55,6 +55,7 @@ export interface ToolbarProps {
55
55
  enableEmbeds?: boolean;
56
56
  enableFormatPainter?: boolean;
57
57
  enableFeatureSuggestion?: boolean;
58
+ enableBugReport?: boolean;
58
59
  fonts?: string[];
59
60
  editor: LexicalEditor;
60
61
  activeEditor: LexicalEditor;
@@ -155,6 +156,7 @@ export interface EditorConfigTypes {
155
156
  enableEmbeds: boolean;
156
157
  enableFormatPainter: boolean;
157
158
  enableFeatureSuggestion?: boolean;
159
+ enableBugReport?: boolean;
158
160
  };
159
161
  enableFloatingMenu: boolean;
160
162
  htmlViewOption: boolean;