UNPKG

@wangeditor-next/editor

Version:
12 lines (11 loc) 258 B
/** * @description to html * @author wangfupeng */ import { Element } from 'slate'; declare function pToHtml(elem: Element, childrenHtml: string): string; export declare const pToHtmlConf: { type: string; elemToHtml: typeof pToHtml; }; export {};