This commit is contained in:
Maciej Caderek
2022-02-07 18:49:17 +01:00
parent 4fa2ba1fb9
commit f2d6c080d4
20 changed files with 1749 additions and 127 deletions

View File

@@ -173,4 +173,5 @@ export type Handlers = {
toggleExtraInfo(): void;
flip(): void;
togglePlay(): void;
goto(ply: number): void;
};