mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 02:56:41 +07:00
4 lines
75 B
TypeScript
4 lines
75 B
TypeScript
declare module "*.svg" {
|
|
const content: any;
|
|
export default content;
|
|
}
|