From 0eda8c8ac56c2784ca5197e88f0ac184591c9237 Mon Sep 17 00:00:00 2001 From: Hampus Kraft Date: Sat, 9 May 2020 09:33:47 +0200 Subject: [PATCH] fix: add module declaration to types file --- types/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types/index.d.ts b/types/index.d.ts index e69de29b..75444e48 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -0,0 +1 @@ +declare module 'react-virtual/index'