UNPKG

@wangeditor-next/editor

Version:
16 lines (15 loc) 333 B
/** * @description pre parse html * @author wangfupeng */ import { DOMElement } from '../utils/dom'; /** * pre-prase video ,兼容 V4 * @param elem elem */ declare function preParse(elem: DOMElement): DOMElement; export declare const preParseHtmlConf: { selector: string; preParseHtml: typeof preParse; }; export {};