@wangeditor/basic-modules
Version:
wangEditor basic modules
9 lines (8 loc) • 308 B
TypeScript
/**
* @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;