This commit is contained in:
dwelle
2023-09-04 00:31:27 +02:00
parent fb4e5948fa
commit 07897a2174
36 changed files with 434 additions and 310 deletions
+2 -2
View File
@@ -88,7 +88,7 @@ export type BinaryFiles = Record<ExcalidrawElement["id"], BinaryFileData>;
export type LastActiveTool =
| {
type:
| typeof SHAPES[number]["value"]
| (typeof SHAPES)[number]["value"]
| "eraser"
| "hand"
| "frame"
@@ -196,7 +196,7 @@ export type AppState = {
} & (
| {
type:
| typeof SHAPES[number]["value"]
| (typeof SHAPES)[number]["value"]
| "eraser"
| "hand"
| "frame"