mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
fix(angular): adds tabs stack
This commit is contained in:

committed by
Manu MA

parent
d9172b7d68
commit
adae8d4ad1
2
core/src/components.d.ts
vendored
2
core/src/components.d.ts
vendored
@ -4500,6 +4500,7 @@ export namespace Components {
|
||||
*/
|
||||
'select': (tab: string | HTMLIonTabElement) => Promise<boolean>;
|
||||
'setRouteId': (id: string) => Promise<RouteWrite>;
|
||||
'useRouter': boolean;
|
||||
}
|
||||
interface IonTabsAttributes extends StencilHTMLAttributes {
|
||||
/**
|
||||
@ -4518,6 +4519,7 @@ export namespace Components {
|
||||
* Emitted when the navigation will load a component.
|
||||
*/
|
||||
'onIonNavWillLoad'?: (event: CustomEvent<void>) => void;
|
||||
'useRouter'?: boolean;
|
||||
}
|
||||
|
||||
interface IonText {
|
||||
|
Reference in New Issue
Block a user