website/global.d.ts

5 lines
75 B
TypeScript
Raw Normal View History

2023-02-20 16:04:25 -05:00
declare module '*.jpg?width=600&webp' {
const out;
export default out;
}