Skip to content

Commit

Permalink
fix: align .png type definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
KiwiKilian committed Oct 24, 2024
1 parent c6fe405 commit cb25df9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion javascript/types/png.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
declare module "*.png";
declare module "*.png" {
const content: number;
export default content;
}

0 comments on commit cb25df9

Please sign in to comment.