@rive-app/webgl-single 2.35.4 → 2.36.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.
@@ -994,6 +994,7 @@ export declare class ViewModelInstance {
994
994
  delete(): void;
995
995
  unref(): void;
996
996
  getProperties(): ViewModelProperty[];
997
+ getViewModelName(): string;
997
998
  }
998
999
 
999
1000
  export declare class ViewModel {