7 changed files with 19 additions and 24 deletions
|
Before Width: | Height: | Size: 277 KiB |
@ -1,14 +0,0 @@ |
|||
declare module '*.png' { |
|||
const value: any; |
|||
export = value; |
|||
} |
|||
|
|||
declare module '*.jpg' { |
|||
const value: any; |
|||
export = value; |
|||
} |
|||
|
|||
declare module '*.svg' { |
|||
const value: any; |
|||
export = value; |
|||
} |
|||
Loading…
Reference in new issue