feat(router): adds parameters

This commit is contained in:
Manu Mtz.-Almeida
2018-03-07 23:03:39 +01:00
parent cc365f829d
commit f29e3f4ea4
10 changed files with 204 additions and 130 deletions

View File

@ -2600,8 +2600,8 @@ declare global {
namespace JSXElements {
export interface IonRouteAttributes extends HTMLAttributes {
component?: string;
params?: undefined;
path?: string;
props?: any;
}
}
}