UNPKG

ionic-framework

Version:

An advanced HTML5 mobile app framework built on Angular2

12 lines (10 loc) 226 B
export declare class Swiper { constructor(container: HTMLElement, params: any); slides: Array<HTMLElement>; activeIndex: number; isEnd: boolean; isBeginning: boolean; update(); slideNext(); slidePrev(); }