UNPKG

ionic-framework

Version:

The ionic-framework package comes with both Javascript and Sass frontend dependencies, located in the root of the package, and a Node API, located in `tooling/`.

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(); }