@evercam/ui 0.0.63-preview-create-image-comparator-comp-e2247e3c3 → 0.0.63-preview-create-image-comparator-comp-974ad3272

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.
@@ -8,6 +8,8 @@ declare const _default: import("vue/types/vue").ExtendedVue<Vue<Record<string, a
8
8
  touchIdentifier: number | null;
9
9
  startTouchX: number;
10
10
  containerRect: DOMRect;
11
+ container: HTMLElement;
12
+ afterImage: HTMLImageElement;
11
13
  }, {
12
14
  handleResize(): void;
13
15
  handleWatermarkResize(): void;
package/dist/index.d.ts CHANGED
@@ -619,6 +619,8 @@ export declare const components: {
619
619
  touchIdentifier: number | null;
620
620
  startTouchX: number;
621
621
  containerRect: DOMRect;
622
+ container: HTMLElement;
623
+ afterImage: HTMLImageElement;
622
624
  }, {
623
625
  handleResize(): void;
624
626
  handleWatermarkResize(): void;