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 3c050de + 7331c84 commit 09af9b7Copy full SHA for 09af9b7
src/utils.js
@@ -61,7 +61,7 @@ const generateGenericExportInterface = (
61
? ``
62
: ` & {
63
/** WARNING: Only available when \`css-loader\` is used without \`style-loader\` or \`mini-css-extract-plugin\` */
64
- locals: ${namespaceName}.${interfaceName};
+ locals: Omit<${namespaceName}.${interfaceName}, 'use' | 'unuse'>;
65
}`
66
67
const interfaceProperties = cssModuleToTypescriptInterfaceProperties(
0 commit comments