/** * @description 自定义事件 插件 * @author wangfupeng */ import { Editor } from 'slate'; import { IDomEditor } from '../interface'; export declare const withEmitter: (editor: T) => T & IDomEditor;