UNPKG

@wangeditor/basic-modules

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