UNPKG

@wangeditor-next/editor

Version:
8 lines (7 loc) 254 B
/** * @description textStyle to html * @author wangfupeng */ import { IDomEditor } from '@wangeditor-next/core'; import { Descendant } from 'slate'; export declare function styleToHtml(node: Descendant, elemHtml: string, editor?: IDomEditor): string;