From ac3eaeed4dad023aa0bc76390ea8b3d9c8a06015 Mon Sep 17 00:00:00 2001 From: Jason Miller Date: Thu, 29 Mar 2018 21:20:27 -0400 Subject: [PATCH] I blame myself for this @surma --- global.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.d.ts b/global.d.ts index b04fcf0d..659167f7 100644 --- a/global.d.ts +++ b/global.d.ts @@ -6,7 +6,7 @@ interface NodeModule { declare namespace JSX { interface Element { } - interface IntrinsicElements { div: any; } + interface IntrinsicElements { } } declare module 'preact-i18n';