UNPKG

@wangeditor-next/editor

Version:
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;