Skip to content

Commit

Permalink
add types for png files
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMightyPenguin committed Jan 6, 2024
1 parent 0e7963f commit ff0ab35
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/images.d.ts
@@ -0,0 +1,4 @@
declare module '*.png' {
const value: string;
export default value;
}

0 comments on commit ff0ab35

Please sign in to comment.