rick-and-morty/index.d.ts
2024-04-09 23:52:33 +03:00

5 lines
72 B
TypeScript

declare module '*.png' {
const path: string;
export default path;
}