UNPKG

angular-bootstrap-md

Version:

<a href="http://mdbootstrap.com/docs/angular/getting-started/download/"><img src="https://mdbootstrap.com/img/Marketing/general/logo/medium/mdb-angular2.png"></a> # Angular Bootstrap with Material Design

8 lines (7 loc) 216 B
import { ElementRef } from '@angular/core'; export declare class WavesDirective { el: ElementRef; constructor(el: ElementRef); click(event: any): void; removeRipple(button: any, ripple: any): void; }