mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
Merge pull request #5956 from Tenvan/2.0
chore(ts): add 'any' return types
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