mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-24 18:46:40 +07:00
9 lines
151 B
TypeScript
9 lines
151 B
TypeScript
declare module "*.svg" {
|
|
const content: any;
|
|
export default content;
|
|
}
|
|
|
|
declare module "*.png" {
|
|
const content: any;
|
|
export default content;
|
|
}
|