mirror of
https://gitlab.com/octospacc/WhichNot.git
synced 2025-06-27 09:02:56 +02:00
Allow exporting single notebooks and partial imports; Refactor main app structure; Add TypeScript config
This commit is contained in:
6
globals.d.ts
vendored
Normal file
6
globals.d.ts
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
declare var
|
||||
marked, localforage, htm,
|
||||
h, render, createContext,
|
||||
useState, useEffect, useCallback, useRef, useContext,
|
||||
ModalHeader, SchemaForm, SchemaField,
|
||||
SCHEMA, appMain: any;
|
Reference in New Issue
Block a user