1
0
mirror of https://github.com/barthuijgen/factorio-sites.git synced 2025-01-24 11:46:19 +02:00

11 lines
250 B
TypeScript
Raw Normal View History

2020-10-16 19:37:34 +02:00
/* eslint-disable @typescript-eslint/no-explicit-any */
declare module "*.svg" {
2020-10-16 19:37:34 +02:00
const content: any;
export const ReactComponent: any;
export default content;
}
declare module "react-map-interaction" {
export const MapInteractionCSS: any;
}