UNPKG

@wangeditor-next/editor

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