Allow exporting single notebooks and partial imports; Refactor main app structure; Add TypeScript config

This commit is contained in:
2025-05-30 21:00:27 +02:00
parent 09ff75ef6d
commit 3d78df31d6
16 changed files with 743 additions and 501 deletions

6
globals.d.ts vendored Normal file
View File

@ -0,0 +1,6 @@
declare var
marked, localforage, htm,
h, render, createContext,
useState, useEffect, useCallback, useRef, useContext,
ModalHeader, SchemaForm, SchemaField,
SCHEMA, appMain: any;