feat(editor): add transient app state foundation

This commit is contained in:
syntaxbullet
2026-07-03 09:24:08 +02:00
parent 02df52c978
commit 697d12725d
6 changed files with 116 additions and 4 deletions

1
editor/index.ts Normal file
View File

@@ -0,0 +1 @@
export type { AppState, EditorState, SelectionState, ViewportState } from "./state";