This commit is contained in:
Maciej Caderek
2022-04-10 21:35:52 +02:00
parent 32c362b0d0
commit fc0746923c
25 changed files with 209 additions and 43 deletions

View File

@@ -175,6 +175,7 @@ export type Handlers = {
downloadAnimation: () => Promise<void>;
toggleSound(): void;
toggleSpeech(): void;
openOnLichess: () => Promise<boolean>;
};
export type Header = {