This commit is contained in:
Maciej Caderek
2022-02-14 17:46:14 +01:00
parent e0b79a7071
commit 3e20babe24
8 changed files with 90 additions and 17 deletions

View File

@@ -209,6 +209,7 @@ export type Handlers = {
changePiecesStyle: (style: PiecesStyle) => void;
loadPGN: (pgn: string) => Promise<void>;
loadFEN: (fen: string) => Promise<void>;
importPGN: (link: string) => Promise<void>;
downloadImage: () => Promise<void>;
downloadAnimation: () => Promise<void>;
};