polotno 2.4.3 → 2.4.5

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.
package/polotno-app.d.ts CHANGED
@@ -383,6 +383,7 @@ export declare function createPolotnoApp({ container, key, showCredit, sections
383
383
  moveElementBottom(id: any): void;
384
384
  }, import("mobx-state-tree")._NotCustomized, {}>>;
385
385
  readonly duration: number;
386
+ readonly _hasCroppedImages: any;
386
387
  find(callback: (element: any) => boolean): any;
387
388
  getElementById(id: string): any;
388
389
  } & {
@@ -862,6 +863,7 @@ export declare function createPolotnoApp({ container, key, showCredit, sections
862
863
  moveElementBottom(id: any): void;
863
864
  }, import("mobx-state-tree")._NotCustomized, {}>>;
864
865
  readonly duration: number;
866
+ readonly _hasCroppedImages: any;
865
867
  find(callback: (element: any) => boolean): any;
866
868
  getElementById(id: string): any;
867
869
  } & {