@smplrspace/smplr-loader 2.42.1-beta.9 → 2.43.1-beta.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.
|
@@ -1720,6 +1720,8 @@ declare class Map_2 {
|
|
|
1720
1720
|
updateLoadingMessage(message: string): void;
|
|
1721
1721
|
showLoader(): void;
|
|
1722
1722
|
hideLoader(): void;
|
|
1723
|
+
hideLevelPicker(): void;
|
|
1724
|
+
showLevelPicker(): void;
|
|
1723
1725
|
}
|
|
1724
1726
|
export { Map_2 as Map }
|
|
1725
1727
|
|
|
@@ -3761,7 +3763,7 @@ declare interface Vector3Coord extends Vector2Coord {
|
|
|
3761
3763
|
z: number;
|
|
3762
3764
|
}
|
|
3763
3765
|
|
|
3764
|
-
export declare const version = "2.
|
|
3766
|
+
export declare const version = "2.43.1-beta.0";
|
|
3765
3767
|
|
|
3766
3768
|
declare interface ViewerRendererHandle {
|
|
3767
3769
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|