hotfix the tutorial

This commit is contained in:
Olivier Gagnon
2021-08-21 00:51:07 -04:00
parent 474befa091
commit 63b2c77907
3 changed files with 35 additions and 28 deletions

3
src/InteractiveTutorial.d.ts vendored Normal file
View File

@@ -0,0 +1,3 @@
export declare function iTutorialNextStep(): void;
export declare const ITutorial: {isRunning: boolean, currStep: number};
export declare const iTutorialSteps: {[key: string]: number};