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