@rive-app/webgl-single 2.15.0 → 2.15.2

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.
@@ -348,6 +348,7 @@ export declare class Artboard {
348
348
  * Get the bounds of this Artboard instance
349
349
  */
350
350
  get bounds(): AABB;
351
+ get hasAudio(): boolean;
351
352
  get frameOrigin(): boolean;
352
353
  set frameOrigin(val: boolean);
353
354
  /**