UNPKG

vue-admin-core

Version:
12 lines (11 loc) 285 B
/** * @description to html * @author wangfupeng */ import { SlateElement } from "@wangeditor/editor"; declare function pToHtml(elem: SlateElement, childrenHtml: string): string; declare const _default: { type: string; elemToHtml: typeof pToHtml; }; export default _default;