UNPKG

@wangeditor-next/code-highlight

Version:
8 lines (7 loc) 238 B
/** * @description slate 插件 - selection 相关 * @author wangfupeng */ import { Editor } from 'slate'; import { IDomEditor } from '../interface'; export declare const withSelection: <T extends Editor>(editor: T) => T & IDomEditor;