mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-11-24 18:00:28 -06:00
4f9cda067d
* 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
5 lines
78 B
TypeScript
5 lines
78 B
TypeScript
declare module '*.svg' {
|
|
const svgContent: string;
|
|
export = svgContent;
|
|
}
|