kfu-24-teacher/@types/assets.d.ts
2024-12-07 12:30:07 +03:00

6 lines
83 B
TypeScript

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