build
This commit is contained in:
parent
2cdac5c970
commit
04005d20ea
3 changed files with 3 additions and 3 deletions
2
dist/tipagemRotas.d.ts
vendored
2
dist/tipagemRotas.d.ts
vendored
|
|
@ -12,7 +12,7 @@ export declare class TipagemRotas<T extends {
|
|||
[q: string]: string | undefined;
|
||||
}> {
|
||||
_partesCaminho: string[];
|
||||
_acaoIr: undefined | ((endereco: string) => undefined);
|
||||
_acaoIr?: undefined | ((endereco: string) => undefined);
|
||||
/** Ao criar novo obijeto de tipagem de rota é necessário passar o caminho parcial
|
||||
** export const mCaminho = new TipagemRotas<{q:string}>("aplicacao","funcionalidade")
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue