UNPKG

@wangeditor-next/yjs-for-react

Version:

React specific components/utils for wangeditor-next-yjs.

12 lines (11 loc) 275 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 {};