UNPKG

ionic-angular

Version:

A powerful framework for building mobile and progressive web apps with JavaScript and Angular

9 lines (8 loc) 260 B
import { HammerGestureConfig } from '@angular/platform-browser'; /** * @hidden * This class overrides the default Angular gesture config. */ export declare class IonicGestureConfig extends HammerGestureConfig { buildHammer(element: HTMLElement): any; }