mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
* 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;
|
|
}
|