UNPKG

@wangeditor-next/code-highlight

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