Skip to content

Instantly share code, notes, and snippets.

@nishp1
Created September 19, 2018 17:20
Show Gist options
  • Save nishp1/860f92cd5780872de817d6f954044c84 to your computer and use it in GitHub Desktop.
Save nishp1/860f92cd5780872de817d6f954044c84 to your computer and use it in GitHub Desktop.
Shim type defs for images
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