Skip to content

Commit

Permalink
Merge pull request facebook#401 from JoshuaScript/JoshuaScript-patch-1
Browse files Browse the repository at this point in the history
increased support for common image formats
  • Loading branch information
DorianGrey authored Sep 28, 2018
2 parents 067b8fc + 6b92ca6 commit 24ebcd4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions template/images.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
declare module '*.svg'
declare module '*.png'
declare module '*.jpg'
declare module '*.jpeg'
declare module '*.gif'
declare module '*.bmp'
declare module '*.tiff'

0 comments on commit 24ebcd4

Please sign in to comment.