import { ContentEditableEditorPlugin } from '../../base/plugins/contentEditableEditorPlugin'; export interface ContentEditableHtmlEditorPlugin extends ContentEditableEditorPlugin { addAllowedAttributes?: string[]; isImageInteractive?: (image: HTMLImageElement) => boolean; }