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