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
10 lines (9 loc) • 322 B
TypeScript
import { ElementRef } from '@angular/core';
export declare class Utils {
constructor();
static reflow(element: any): void;
static getStyles(elem: any): any;
focusTrapModal(event: KeyboardEvent | any, el: ElementRef): void;
getClosestEl(el: any, selector: string): any;
getCoords(elem: any): any;
}