feat(web): use input types as cells
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
}: {
|
||||
data: Promise<EvaluateWordsResult>;
|
||||
progress: EvaluateWordsProgress | null;
|
||||
insert_guess: (word: string[]) => void | null;
|
||||
insert_guess: ((word: string[]) => void) | null;
|
||||
} = $props();
|
||||
|
||||
function renderMath(txt: string | null) {
|
||||
|
||||
Reference in New Issue
Block a user