mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 22:17:40 +08:00
feat(swiper): expose full API (#19137)
* expose full swiper API * update types * run build * run angular build
This commit is contained in:
4
core/src/components.d.ts
vendored
4
core/src/components.d.ts
vendored
@ -2388,6 +2388,10 @@ export namespace Components {
|
||||
*/
|
||||
'getPreviousIndex': () => Promise<number>;
|
||||
/**
|
||||
* Get the Swiper instance. Use this to access the full Swiper API. See https://idangero.us/swiper/api/ for all API options.
|
||||
*/
|
||||
'getSwiper': () => Promise<any>;
|
||||
/**
|
||||
* Get whether or not the current slide is the first slide.
|
||||
*/
|
||||
'isBeginning': () => Promise<boolean>;
|
||||
|
Reference in New Issue
Block a user