UNPKG

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/`.

9 lines (8 loc) 296 B
export declare class Activator { constructor(app: any, config: any, zone: any); downAction(ev: any, activatableEle: any, pointerX: any, pointerY: any, callback: any): boolean; upAction(): void; clearState(): void; deactivate(): void; disableActivated(ev: any): boolean; }