@smplrspace/smplr-loader 2.53.1-beta.7 → 2.53.1-beta.9
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.
|
@@ -3652,6 +3652,10 @@ regenerateIdsForLevel(levelIndex: number): void;
|
|
|
3652
3652
|
} & {
|
|
3653
3653
|
flip(): void;
|
|
3654
3654
|
duplicateLevel(levelIndex: number): void;
|
|
3655
|
+
moveLevel({ from, to }: {
|
|
3656
|
+
from: number;
|
|
3657
|
+
to: number;
|
|
3658
|
+
}): void;
|
|
3655
3659
|
}, _NotCustomized, _NotCustomized>;
|
|
3656
3660
|
|
|
3657
3661
|
declare const SpaceDefaults: IModelType< {
|
|
@@ -4013,7 +4017,7 @@ declare interface Vector3Coord extends Vector2Coord {
|
|
|
4013
4017
|
z: number;
|
|
4014
4018
|
}
|
|
4015
4019
|
|
|
4016
|
-
export declare const version = "2.53.1-beta.
|
|
4020
|
+
export declare const version = "2.53.1-beta.9";
|
|
4017
4021
|
|
|
4018
4022
|
declare interface ViewerRendererHandle {
|
|
4019
4023
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|