From 96b7971e94d31f9f73c1b78c87f467009b249d5d Mon Sep 17 00:00:00 2001 From: Luis Alvarez Date: Tue, 13 Oct 2020 04:02:05 -0500 Subject: [PATCH] include missing declaration --- global.d.ts | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 global.d.ts diff --git a/global.d.ts b/global.d.ts new file mode 100644 index 000000000..498a1f9fe --- /dev/null +++ b/global.d.ts @@ -0,0 +1,2 @@ +// Declarations for modules without types +declare module 'next-themes'