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.
2 parents e0df47c + ddce05d commit e92d04bCopy full SHA for e92d04b
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