UNPKG

@wangeditor/basic-modules

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