Skip to content

Commit c38f356

Browse files
committed
fix: Typing of namedExports option
2 parents 7ce6415 + a13a987 commit c38f356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export type PostCSSPluginConf = {
2121
extensions?: string[];
2222
plugins?: any[];
2323
autoModules?: boolean;
24-
namedExports?: boolean | ((id: string) => boolean);
24+
namedExports?: boolean | ((id: string) => string);
2525
minimize?: boolean | any;
2626
parser?: string | FunctionType;
2727
stringifier?: string | FunctionType;

0 commit comments

Comments
 (0)