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/`.
10 lines (9 loc) • 389 B
TypeScript
import { Activator } from './activator';
export declare class RippleActivator extends Activator {
constructor(app: any, config: any, zone: any);
downAction(ev: any, activatableEle: any, pointerX: any, pointerY: any): void;
createRipple(activatableEle: any, pointerX: any, pointerY: any, clientRect: any): void;
upAction(): void;
next(): void;
clearState(): void;
}