UNPKG

ng-page-slider

Version:

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

11 lines (10 loc) 301 B
/** * When the user clicks very close to the edge of a page, move in that direction. */ import { PageSliderControlAPI } from "../types"; export declare class ArrowKeysHandler { private delegate; constructor(delegate: PageSliderControlAPI); enabled: boolean; private KeyHandler(e); }