fix(routing): tabs integration

This commit is contained in:
Manu Mtz.-Almeida
2018-02-08 19:43:29 +01:00
parent bf143fe96a
commit a337bd019c
14 changed files with 356 additions and 51 deletions

View File

@ -2437,9 +2437,9 @@ declare global {
}
namespace JSXElements {
export interface IonRouteAttributes extends HTMLAttributes {
component?: string;
path?: string;
props?: any;
sel?: string;
}
}
}
@ -3002,7 +3002,7 @@ declare global {
delegate?: FrameworkDelegate;
disabled?: boolean;
icon?: string;
path?: string;
name?: string;
selected?: boolean;
show?: boolean;
tabsHideOnSubPages?: boolean;