import type { Editor } from '@tiptap/core'; export interface ExtendedEditor extends Editor { __isProcessing?: boolean; __preventUpdate?: boolean; } //# sourceMappingURL=editor.d.ts.map