UNPKG

@wangeditor/basic-modules

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