We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7ce6415 + a13a987 commit c38f356Copy full SHA for c38f356
types/index.d.ts
@@ -21,7 +21,7 @@ export type PostCSSPluginConf = {
21
extensions?: string[];
22
plugins?: any[];
23
autoModules?: boolean;
24
- namedExports?: boolean | ((id: string) => boolean);
+ namedExports?: boolean | ((id: string) => string);
25
minimize?: boolean | any;
26
parser?: string | FunctionType;
27
stringifier?: string | FunctionType;
0 commit comments