Skip to content

Commit 60cf395

Browse files
committed
added missing file for ts-skeleton project that would fix importing of image files
htbkoo/CssToAndFromReact
1 parent 53d526a commit 60cf395

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: images.d.ts

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
declare module '*.svg'
2+
declare module '*.png'
3+
declare module '*.jpg'

0 commit comments

Comments
 (0)