mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-04 23:44:11 +02:00
5 lines
75 B
TypeScript
5 lines
75 B
TypeScript
declare module "*.svg" {
|
|
const content: any;
|
|
export default content;
|
|
}
|