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