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