mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
test(nav): fix test
This commit is contained in:
1
core/src/components.d.ts
vendored
1
core/src/components.d.ts
vendored
@ -1469,6 +1469,7 @@ declare global {
|
||||
* Returns the view at the index
|
||||
*/
|
||||
'getByIndex': (index: number) => ViewController | undefined;
|
||||
'getLength': () => number;
|
||||
/**
|
||||
* Gets the previous view
|
||||
*/
|
||||
|
Reference in New Issue
Block a user