We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9193053 commit 906a7fdCopy full SHA for 906a7fd
util/pageEditTemplate.svelte
@@ -7,8 +7,8 @@
7
export let squarePuzzle: boolean;
8
export let mainBoardComponent: any;
9
export let hintString: string = "";
10
- let boardController: any;
11
+ let boardController: any;
12
let mainDiv: HTMLDivElement;
13
let hidden: boolean = false;
14
0 commit comments