@shotstack/shotstack-studio 2.0.0-beta.25 → 2.0.0-beta.27

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/dist/index.d.ts CHANGED
@@ -1344,6 +1344,10 @@ export declare class Timeline {
1344
1344
  draw(): void;
1345
1345
  /** Clean up and unmount the timeline */
1346
1346
  dispose(): void;
1347
+ /**
1348
+ * Pre-compute AI asset numbers for all clips.
1349
+ */
1350
+ private computeAiAssetNumbers;
1347
1351
  private setupEventListeners;
1348
1352
  private removeEventListeners;
1349
1353
  /** Start continuous render loop (during playback or interaction) */