/** * @description slate 插件 - dom 相关 * @author wangfupeng */ import { Editor } from 'slate'; import { IDomEditor } from '../..'; /** * `withDOM` adds DOM specific behaviors to the editor. */ export declare const withDOM: (editor: T) => T & IDomEditor;