This commit is contained in:
andreLMpena 2024-07-01 11:22:29 -03:00
parent 0b9c1daf23
commit e5a2ffa559
6 changed files with 35 additions and 25 deletions

17
dist/index.d.ts vendored
View file

@ -49,13 +49,6 @@ export declare const estaticos: (caminho: keyof typeof Prefixos) => {
html: {
"404.html": string;
};
email: {
"video2.png": string;
"rodap\u00E9.png": string;
"cabe\u00E7alho ultimo dia.png": string;
"cabe\u00E7alho tempo.png": string;
"cabe\u00E7alho 2.2.png": string;
"Cabe\u00E7alho 1.png": string;
fundos: {
"fundo-16.jpg": string;
"fundo-15.jpg": string;
@ -194,6 +187,14 @@ export declare const estaticos: (caminho: keyof typeof Prefixos) => {
"Metropolis-Black.otf": string;
};
};
email: {
"video2.png": string;
"rodap\u00E9.png": string;
"cabe\u00E7alho ultimo dia.png": string;
"cabe\u00E7alho tempo.png": string;
"cabe\u00E7alho 2.2.png": string;
"Cabe\u00E7alho 1.png": string;
};
dados: {
"tabela_ibama.json": string;
"municipios.json": string;
@ -202,4 +203,4 @@ export declare const estaticos: (caminho: keyof typeof Prefixos) => {
"Paisagem.jpg": string;
};
};
export {};
export {};