UNPKG

@wangeditor/code-highlight

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