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/`.
13 lines (12 loc) • 414 B
TypeScript
export declare var DIRECTION_LEFT: number;
export declare var DIRECTION_RIGHT: number;
export declare var DIRECTION_HORIZONTAL: number;
export declare var DIRECTION_VERTICAL: number;
/**
* Simple way to create a manager with a default set of recognizers.
* @param {HTMLElement} element
* @param {Object} [options]
* @constructor
*/
declare function Hammer(element: any, options: any): any;
export { Hammer };