Skip to content

Commit

Permalink
fix: Typing of namedExports option
Browse files Browse the repository at this point in the history
  • Loading branch information
rmedaer committed Aug 10, 2020
2 parents 7ce6415 + a13a987 commit c38f356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export type PostCSSPluginConf = {
extensions?: string[];
plugins?: any[];
autoModules?: boolean;
namedExports?: boolean | ((id: string) => boolean);
namedExports?: boolean | ((id: string) => string);
minimize?: boolean | any;
parser?: string | FunctionType;
stringifier?: string | FunctionType;
Expand Down

0 comments on commit c38f356

Please sign in to comment.