mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 13:01:01 +08:00
fix(routing): tabs integration
This commit is contained in:
4
packages/core/src/components.d.ts
vendored
4
packages/core/src/components.d.ts
vendored
@ -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;
|
||||
|
Reference in New Issue
Block a user