mirror of
https://github.com/Queer-Lexikon/regenbogenkarte
synced 2024-11-10 06:34:21 +00:00
5 lines
76 B
TypeScript
5 lines
76 B
TypeScript
|
declare module "*.svg" {
|
||
|
const content: string;
|
||
|
export default content;
|
||
|
}
|