I blame myself for this @surma

This commit is contained in:
Jason Miller
2018-03-29 21:20:27 -04:00
parent 048524ce91
commit ac3eaeed4d

2
global.d.ts vendored
View File

@@ -6,7 +6,7 @@ interface NodeModule {
declare namespace JSX { declare namespace JSX {
interface Element { } interface Element { }
interface IntrinsicElements { div: any; } interface IntrinsicElements { }
} }
declare module 'preact-i18n'; declare module 'preact-i18n';