mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
4
core/src/components.d.ts
vendored
4
core/src/components.d.ts
vendored
@ -4457,9 +4457,9 @@ export namespace Components {
|
||||
/**
|
||||
* Get the currently selected tab
|
||||
*/
|
||||
'getSelected': () => Promise<HTMLIonTabElement | undefined>;
|
||||
'getSelected': () => Promise<string | undefined>;
|
||||
/**
|
||||
* Get the tab at the given index
|
||||
* Get the tab element given the tab name
|
||||
*/
|
||||
'getTab': (tab: string | HTMLIonTabElement) => Promise<HTMLIonTabElement | undefined>;
|
||||
/**
|
||||
|
Reference in New Issue
Block a user