kfu-24-teacher/@types/assets.d.ts

6 lines
83 B
TypeScript
Raw Normal View History

2024-12-07 12:30:07 +03:00
declare module '*.png' {
const imagePath: string;
export default imagePath;
}