UNPKG

@wangeditor-kai/yjs-for-react

Version:

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

7 lines (6 loc) 181 B
/** * @description textStyle to html * @author wangfupeng */ import { Descendant } from 'slate'; export declare function styleToHtml(node: Descendant, elemHtml: string): string;