UNPKG

@wangeditor-next/code-highlight

Version:
9 lines (8 loc) 245 B
/** * @description elem -> html * @author wangfupeng */ import { Element } from 'slate'; import { IDomEditor } from '../editor/interface'; declare function elemToHtml(elemNode: Element, editor: IDomEditor): string; export default elemToHtml;