/** * @description slate 插件 - content * @author wangfupeng */ import { Editor } from 'slate'; import { IDomEditor } from '../..'; export declare const withContent: (editor: T) => T & IDomEditor;