mirror of
https://github.com/optim-enterprises-bv/OptimCloud-gw-ui.git
synced 2025-11-02 11:17:46 +00:00
11 lines
186 B
TypeScript
11 lines
186 B
TypeScript
declare module '*.svg' {
|
|
const content: string;
|
|
export default content;
|
|
}
|
|
declare const __APP_VERSION__: string;
|
|
|
|
declare module '*.png' {
|
|
const value: string;
|
|
export = value;
|
|
}
|