rick-and-morty/index.d.ts

10 lines
145 B
TypeScript
Raw Permalink Normal View History

2024-04-09 23:52:33 +03:00
declare module '*.png' {
const path: string;
export default path;
}
declare module '*.svg' {
const path: string;
export default path;
}