mirage2d 1.1.83 → 1.1.85

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -156,7 +156,7 @@ export declare class MirageMap extends baseMap {
156
156
  * @param {Function} callbackBase64 返回base64图
157
157
  * @param {Function} errinfo 返回错误信息
158
158
  */
159
- exportMapSelector(querySelector?: string, callbackBase64?: Function, errinfo?: Function): void;
159
+ exportMapSelector(querySelector?: string, callbackCanvas?: Function, errinfo?: Function): void;
160
160
  exportMap(type: string, errinfo?: Function): void;
161
161
  exportMapPdf(): void;
162
162
  /**