UNPKG

ng-page-slider

Version:

Mimicks the functionality of UIPageViewController in pure HTML for mobile web apps with Angular 2.

13 lines (12 loc) 259 B
export declare class KBDotIndicatorComponent { private _page; private _pageCount; page: number; pageCount: number; dotColor: string; items: { active: boolean; }[]; private updateItems(); private updateSelected(); }