summaryrefslogtreecommitdiff
path: root/public/types
diff options
context:
space:
mode:
authoraura <nw@moneybot.cc>2026-02-19 19:57:10 +0100
committeraura <nw@moneybot.cc>2026-02-19 19:57:10 +0100
commitbedf43af45d97a10a6f62b4f1bb21cd66fda1d71 (patch)
tree6501bb95977a574c188bef6a228ff7500b243f3a /public/types
parentb5fca421c8f5f0f8f26d1392ef48635196887fa3 (diff)
empty moneyjsx site
Diffstat (limited to 'public/types')
-rw-r--r--public/types/custom.d.ts8
1 files changed, 8 insertions, 0 deletions
diff --git a/public/types/custom.d.ts b/public/types/custom.d.ts
new file mode 100644
index 0000000..b7f740e
--- /dev/null
+++ b/public/types/custom.d.ts
@@ -0,0 +1,8 @@
+declare namespace JSX {
+ type Element = any;
+ type ElementClass = any;
+ interface IntrinsicElements {
+ [elemName: string]: any;
+ }
+}
+