We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e5c6e1 commit 9a6b7edCopy full SHA for 9a6b7ed
index.js
@@ -6,7 +6,7 @@ const LineDiff = require('line-diff');
6
const bannerMessage =
7
'// This file is automatically generated.\n// Please do not change this file!';
8
9
-const cssModuleExport = 'declare var cssExports: CssExports;\nexport = cssExports;\n';
+const cssModuleExport = 'declare const cssExports: CssExports;\nexport = cssExports;\n';
10
11
const getNoDeclarationFileError = ({ filename }) =>
12
new Error(
0 commit comments