mirror of
https://github.com/mitchell/mjfs.us.git
synced 2025-07-05 01:46:08 +00:00
5 lines
70 B
TypeScript
5 lines
70 B
TypeScript
declare module "*.webp" {
|
|
const value: any
|
|
export default value
|
|
}
|