@cuemath/leap 2.8.61-rj-22 → 2.8.61-rj-23
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/dist/index.d.ts +2 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
@@ -680,7 +680,7 @@ declare interface ICalloutProps {
|
|
680
680
|
marginBottomX: number;
|
681
681
|
}
|
682
682
|
|
683
|
-
|
683
|
+
declare interface ICarouselRefs {
|
684
684
|
nextBtnRef: React.RefObject<HTMLDivElement>;
|
685
685
|
indicatorRefs: React.RefObject<HTMLDivElement | null>[];
|
686
686
|
currentIndex: number;
|
@@ -1121,7 +1121,7 @@ declare interface IGameLauncherProps {
|
|
1121
1121
|
isTutorialOnboardingDone?: boolean;
|
1122
1122
|
}
|
1123
1123
|
|
1124
|
-
declare interface IGameLauncherRef {
|
1124
|
+
export declare interface IGameLauncherRef {
|
1125
1125
|
startActivityOnboarding: (puzzlesData: IProject<Puzzle>, isLessonAvailable: boolean) => void;
|
1126
1126
|
startTablesOnboarding: (tablesData: ITables, isTutorialOnboardingDone?: boolean) => void;
|
1127
1127
|
gameLauncherRef: React.RefObject<ICarouselRefs>;
|