From 636b0323075225c584b62719ed51e75521bb7ffb Mon Sep 17 00:00:00 2001 From: aura Date: Tue, 17 Feb 2026 22:39:42 +0100 Subject: push source --- moneyjsx/types/custom.d.ts | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 moneyjsx/types/custom.d.ts (limited to 'moneyjsx/types') 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; + } +} + -- cgit v1.2.3