build
This commit is contained in:
parent
0b9c1daf23
commit
e5a2ffa559
6 changed files with 35 additions and 25 deletions
17
dist/index.d.ts
vendored
17
dist/index.d.ts
vendored
|
|
@ -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 {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue