rick-and-morty/index.d.ts

5 lines
72 B
TypeScript
Raw Normal View History

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