Skip to content

Commit

Permalink
types for images
Browse files Browse the repository at this point in the history
  • Loading branch information
regulad committed Aug 4, 2024
1 parent 63e4d5d commit f949471
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions apps/web/src/ws-scrcpy/src/public/images/global.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
declare module '*.png' {
export const src: string;
}

declare module '*.svg' {
const content: string;
export default content;
}

0 comments on commit f949471

Please sign in to comment.