UNPKG

@wangeditor-next/editor

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