Terarea  2
The automation project
Loading...
Searching...
No Matches
shims-svg.d.ts
Go to the documentation of this file.
1declare module '*.png' {
2 const value: string;
3 export default value;
4}
5
6declare module '*.svg' {
7 const content: string;
8 export default content;
9}