UNPKG

@wangeditor-next/editor

Version:
9 lines (8 loc) 305 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 parseStyleHtml(elem: DOMElement, node: Descendant, editor: IDomEditor): Descendant;