Declare svg module for client typing
This commit is contained in:
parent
1a81adc9ca
commit
a5786a060b
|
@ -14,3 +14,4 @@ declare module 'gridicons/dist/*' {
|
|||
}
|
||||
declare module '*.png';
|
||||
declare module '*.jpg';
|
||||
declare module '*.svg';
|
||||
|
|
Loading…
Reference in New Issue