mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 21:15:24 +08:00
13 lines
235 B
TypeScript
13 lines
235 B
TypeScript
export declare class Swiper {
|
|
constructor(container: HTMLElement, params: any);
|
|
slides: Array<HTMLElement>;
|
|
activeIndex: number;
|
|
isEnd: boolean;
|
|
isBeginning: boolean;
|
|
|
|
update():any;
|
|
slideNext():any;
|
|
slidePrev():any;
|
|
|
|
}
|