feat: learn

This commit is contained in:
2024-08-21 18:20:04 +02:00
parent 8b2bfee099
commit 26c43b1966
12 changed files with 872 additions and 252 deletions

View File

@@ -13,8 +13,8 @@
children,
}: {
replay: ReplayPlayer | Replay;
cursor: boolean;
keys: boolean;
cursor?: boolean;
keys?: boolean;
children?: Snippet;
} = $props();