1
0
Fork 0
mirror of https://github.com/Findus23/RainbowRoad.git synced 2024-09-19 16:03:52 +02:00
RainbowRoad/custom.d.ts

5 lines
79 B
TypeScript
Raw Normal View History

2022-08-07 18:38:22 +02:00
declare module "*.svg" {
const content: any;
export default content;
}