Skip to content

Commit

Permalink
chore: better types for *.svg
Browse files Browse the repository at this point in the history
  • Loading branch information
nornagon committed Jul 14, 2021
1 parent 593c451 commit 54e6f55
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/global.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
declare module '*.svg';
declare module '*.svg' {
const content: string;
export default content;
}
declare module 'svgdom';
declare module 'wake-lock';
declare module '@serialport/binding-mock';
Expand Down

0 comments on commit 54e6f55

Please sign in to comment.