UNPKG

angular2

Version:

Angular 2 - a web framework for modern web apps

6 lines (5 loc) 282 B
import { HammerGesturesPluginCommon } from './hammer_common'; export declare class HammerGesturesPlugin extends HammerGesturesPluginCommon { supports(eventName: string): boolean; addEventListener(element: HTMLElement, eventName: string, handler: Function): Function; }