UNPKG

bia-framework

Version:

Bia Framework to work with angular 2

15 lines (14 loc) 459 B
import { ElementRef, OnInit, EventEmitter } from "@angular/core"; export declare class RippleEffect implements OnInit { private element; ngOnInit(): any; private _el; private canAnimate; rippleReverseCommand: EventEmitter<string>; rippleColor: string; rippleSize: string; rippleMousePosition: boolean; constructor(element: ElementRef); showEffect: (event?: MouseEvent) => void; private getPosition; }