1
0
mirror of https://github.com/barthuijgen/factorio-sites.git synced 2025-01-23 11:45:21 +02:00

11 lines
250 B
TypeScript

/* eslint-disable @typescript-eslint/no-explicit-any */
declare module "*.svg" {
const content: any;
export const ReactComponent: any;
export default content;
}
declare module "react-map-interaction" {
export const MapInteractionCSS: any;
}