Skip to content

Commit

Permalink
feat: add typing of
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilic committed Jul 20, 2021
1 parent 6568030 commit d7e2f36
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ declare interface Options {
root?: string;

Loader?: typeof Loader;

resolve?: (file: string) => string | Promise<string>;
}

declare interface PostcssModulesPlugin {
Expand Down

0 comments on commit d7e2f36

Please sign in to comment.