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