SymphonyElectron/src/index.d.ts
Salah Benmoussati 4f9cda067d
SDA-3937 FOUC fix (#1629)
* SDA-3937 FOUC fix

* SDA-3937 FOUC fix for title bar on Windows

* SDA-3937 FOUC fix for title bar on Windows

* SDA-3937 FOUC fix for title bar on Windows
2023-01-12 10:43:25 +01:00

5 lines
78 B
TypeScript

declare module '*.svg' {
const svgContent: string;
export = svgContent;
}