From bedf43af45d97a10a6f62b4f1bb21cd66fda1d71 Mon Sep 17 00:00:00 2001 From: aura Date: Thu, 19 Feb 2026 19:57:10 +0100 Subject: empty moneyjsx site --- public/types/custom.d.ts | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 public/types/custom.d.ts (limited to 'public/types') 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; + } +} + -- cgit v1.2.3