Skip to content

Commit

Permalink
Fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
Timer committed Dec 11, 2019
1 parent 6131c65 commit 73dee60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/next/types/global.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ declare namespace NodeJS {
}

declare module '*.module.css' {
const classes: { readonly [key: string]: string }
export default classes
const exports: { [exportName: string]: string }
export = exports
}

0 comments on commit 73dee60

Please sign in to comment.