summaryrefslogtreecommitdiff
path: root/web/types
diff options
context:
space:
mode:
authornavewindre <boneyaard@gmail.com>2025-11-11 08:11:24 +0100
committernavewindre <boneyaard@gmail.com>2025-11-11 08:11:24 +0100
commitf5e29189f70c5c8532916504a1a22f8c586f6e73 (patch)
tree9bf42144e608260527766e128268b380231ed95b /web/types
parent6442494822d12c23cdd609031c4039d3309b64f6 (diff)
new web
Diffstat (limited to 'web/types')
-rw-r--r--web/types/custom.d.ts8
1 files changed, 8 insertions, 0 deletions
diff --git a/web/types/custom.d.ts b/web/types/custom.d.ts
new file mode 100644
index 0000000..b7f740e
--- /dev/null
+++ b/web/types/custom.d.ts
@@ -0,0 +1,8 @@
+declare namespace JSX {
+ type Element = any;
+ type ElementClass = any;
+ interface IntrinsicElements {
+ [elemName: string]: any;
+ }
+}
+