UNPKG

wangeditor

Version:

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

11 lines (10 loc) 232 B
/** * @description 粘贴,配置文件 * @author wangfupeng */ declare const _default: { pasteFilterStyle: boolean; pasteIgnoreImg: boolean; pasteTextHandle: (content: string) => string; }; export default _default;