This commit is contained in:
Luiz Silva 2024-05-22 16:23:09 -03:00
commit f39c7ac93d
6 changed files with 14 additions and 4 deletions

5
dist/index.d.ts vendored
View file

@ -41,5 +41,8 @@ export declare const estaticos: (caminho: keyof typeof Prefixos) => {
"404.html": string;
"tabela_ibama.json": string;
"municipios.json": string;
background: {
"Paisagem.jpg": string;
};
};
export {};
export {};