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