5 lines
75 B
TypeScript
5 lines
75 B
TypeScript
|
declare module '*.jpg?width=600&webp' {
|
||
|
const out;
|
||
|
export default out;
|
||
|
}
|