6 lines
83 B
TypeScript
6 lines
83 B
TypeScript
|
declare module '*.png' {
|
||
|
const imagePath: string;
|
||
|
|
||
|
export default imagePath;
|
||
|
}
|