Skip to content

Commit 380070c

Browse files
committed
update index ts file
1 parent 8457575 commit 380070c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

types/index.d.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,8 @@ declare module '@pmndrs/assets/hdri/city.exr' {
33
const url: string
44
export default url
55
}
6+
7+
declare module '*.module.css' {
8+
const classes: { [key: string]: string }
9+
export default classes
10+
}

0 commit comments

Comments
 (0)