This commit is contained in:
Maciej Caderek
2022-03-24 03:25:52 +01:00
parent 83fe7b301e
commit e71b8198f9
5 changed files with 21 additions and 3 deletions

View File

@@ -89,6 +89,7 @@ export type BoardConfig = {
showChecks: boolean;
showCoords: boolean;
showShadows: boolean;
sounds: boolean;
flipped: boolean;
};
@@ -171,6 +172,7 @@ export type Handlers = {
load: (data: string) => Promise<boolean>;
downloadImage: () => Promise<void>;
downloadAnimation: () => Promise<void>;
toggleSound(): void;
};
export type Header = {