@ue-too/board 0.15.0 → 0.16.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.
|
@@ -301,4 +301,4 @@ export declare class CameraMuxWithAnimationAndLock implements CameraMux {
|
|
|
301
301
|
* @see {@link CameraMuxWithAnimationAndLock} for the implementation
|
|
302
302
|
* @see {@link createCameraMuxWithAnimationAndLockWithCameraRig} for custom rig version
|
|
303
303
|
*/
|
|
304
|
-
export declare function createCameraMuxWithAnimationAndLock():
|
|
304
|
+
export declare function createCameraMuxWithAnimationAndLock(): CameraMuxWithAnimationAndLock;
|