UNPKG

vue-admin-core

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