@rive-app/webgl-single 2.34.3 → 2.35.0

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.
@@ -395,10 +395,11 @@ export declare class File {
395
395
  * @returns BindableArtboard
396
396
  */
397
397
  internalBindableArtboardFromArtboard(artboard: Artboard): BindableArtboard;
398
+
398
399
  /**
399
- * Returns a new Artboard instance for the Artboard at the given index in the Rive file
400
- * @param index - Index of the Artboard in the file to create an Artboard instance for
400
+ * If the file has an audio asset, returns true
401
401
  */
402
+ get hasAudio(): boolean;
402
403
  }
403
404
 
404
405
  /**