UNPKG

@wangeditor-next/code-highlight

Version:
9 lines (8 loc) 307 B
/** * @description parse style html * @author wangfupeng */ import { IDomEditor } from '@wangeditor-next/core'; import { Descendant } from 'slate'; import { DOMElement } from '../utils/dom'; export declare function parseCodeStyleHtml(elem: DOMElement, node: Descendant, _editor: IDomEditor): Descendant;