drop-img.d.ts 168 Bytes
Newer Older
1 2 3 4 5 6
/**
 * @description 拖拽上传图片
 * @author wangfupeng
 */
import Editor from '../../../editor/index';
export default function bindDropImg(editor: Editor): void;