UNPKG

mdui.editor

Version:

Material Design 样式的富文本编辑器

6 lines (5 loc) 117 B
/** * 替换 html 特殊字符 * @param html */ export declare function replaceHtmlSymbol(html?: string): string;