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;
|
||||
isEnd: boolean;
|
||||
isBeginning: boolean;
|
||||
|
||||
update();
|
||||
slideNext();
|
||||
slidePrev();
|
||||
|
||||
}
|
||||
|
||||
update():any;
|
||||
slideNext():any;
|
||||
slidePrev():any;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user