@rive-app/webgl-advanced-single 2.33.2 → 2.34.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.
package/package.json
CHANGED
package/rive_advanced.mjs.d.ts
CHANGED
|
@@ -972,6 +972,7 @@ export declare class ViewModelInstanceAssetImage extends ViewModelInstanceValue
|
|
|
972
972
|
}
|
|
973
973
|
export declare class ViewModelInstanceArtboard extends ViewModelInstanceValue {
|
|
974
974
|
value(artboard: BindableArtboard | Artboard): void;
|
|
975
|
+
viewModelInstance(viewModelInstance: ViewModelInstance): void;
|
|
975
976
|
}
|
|
976
977
|
|
|
977
978
|
export declare class ViewModelInstance {
|