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 e0df47c commit ddce05dCopy full SHA for ddce05d
index.js
@@ -27,7 +27,7 @@ module.exports = function(content) {
27
const i = getInterfaceName(this.resourcePath);
28
typings += `export interface ${i} {\n`;
29
for (let c of classes) {
30
- typings += ` '${c}': string\n`;
+ typings += ` '${c}': string;\n`;
31
}
32
typings += `}\ndeclare const styles: ${i};\nexport default styles;\n`;
33
0 commit comments