mirror of
https://github.com/valitydev/checkout.git
synced 2024-11-06 10:35:20 +00:00
5 lines
72 B
TypeScript
5 lines
72 B
TypeScript
declare module '*.jpg' {
|
|
const value: string;
|
|
export = value;
|
|
}
|