UNPKG

@wangeditor/basic-modules

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