This commit is contained in:
2025-09-09 09:54:50 -03:00
parent f4d4cd173f
commit 6309003536
4 changed files with 10 additions and 2 deletions

View File

@@ -4,7 +4,6 @@
// No te preocupes por sus tipos internos, yo me encargo."
declare module 'react-simple-maps';
// Esta declaración ya debería estar aquí.
declare module '*.topojson' {
const value: any;
export default value;