UNPKG

@wangeditor-next/yjs-for-react

Version:

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

7 lines (6 loc) 196 B
/** * @description style to html * @author hsuna */ import { IDomEditor } from '@wangeditor-next/core'; export declare function styleToHtml(node: any, elemHtml: any, editor?: IDomEditor): any;