@wangeditor/code-highlight
Version:
wangEditor code-highlight module
9 lines (8 loc) • 309 B
TypeScript
/**
* @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;