purewhiter--mobilegym
5 行
75 B
TypeScript
5 行
75 B
TypeScript
declare module '*.webp' {
|
|
const value: string;
|
|
export default value;
|
|
}
|