mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
Merge remote-tracking branch 'origin/2.0' into 2.0
This commit is contained in:
12
ionic/components/slides/swiper-widget.d.ts
vendored
12
ionic/components/slides/swiper-widget.d.ts
vendored
@ -4,9 +4,9 @@ export declare class Swiper {
|
|||||||
activeIndex: number;
|
activeIndex: number;
|
||||||
isEnd: boolean;
|
isEnd: boolean;
|
||||||
isBeginning: boolean;
|
isBeginning: boolean;
|
||||||
|
|
||||||
update();
|
update():any;
|
||||||
slideNext();
|
slideNext():any;
|
||||||
slidePrev();
|
slidePrev():any;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user