UNPKG

wangeditor

Version:

wangEditor - 轻量级 web 富文本编辑器,配置方便,使用简单,开源免费

10 lines (8 loc) 178 B
/** * @description typescript 声明文件 * @author wangfupeng */ declare class SimpleHtmlParser { parse(html: string, opt: any): void } export default SimpleHtmlParser