This commit is contained in:
Luiz Silva 2024-08-12 14:03:00 -03:00
parent 6a09a32643
commit 360670ad78
5 changed files with 645 additions and 633 deletions

8
dist/index.d.ts vendored
View file

@ -456,6 +456,14 @@ export declare const estaticos: (caminho: keyof typeof Prefixos) => {
"3ga.svg": string;
"3g2.svg": string;
};
"icones-funcionalidades": {
"projeto.png": string;
"lista-de-tarefas.png": string;
"licenca.png": string;
"leia-me.txt": string;
"exame.png": string;
"analise-de-dados.png": string;
};
html: {
"404.html": string;
};