mirror of
https://github.com/barthuijgen/factorio-sites.git
synced 2024-12-12 11:45:22 +02:00
11 lines
250 B
TypeScript
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;
|
|
}
|