mirror of
https://github.com/muerwre/muerwre.github.io.git
synced 2025-04-25 02:46:39 +07:00
4 lines
78 B
TypeScript
4 lines
78 B
TypeScript
declare module "*.svg" {
|
|
const content: string;
|
|
export default content;
|
|
}
|