Created
September 19, 2018 17:20
-
-
Save nishp1/860f92cd5780872de817d6f954044c84 to your computer and use it in GitHub Desktop.
Shim type defs for images
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
declare module '*.png' { | |
const content: any | |
export default content | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment