/** * @description 粘贴图片 * @author wangfupeng */ import Editor from '../../../editor/index'; /** * 粘贴图片 * @param editor 编辑器对象 * @param pasteEvents 粘贴事件列表 */ declare function bindPasteImg(editor: Editor): void; export default bindPasteImg;