UNPKG

angular-bootstrap-md

Version:

Bootstrap 4 & Angular 15 UI KIT - 700+ components, MIT license, simple installation.

10 lines (9 loc) 322 B
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; }