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

13 lines (12 loc) 699 B
/** * @copyright Valor Software * @copyright Federico Zivolo and contributors */ import { Renderer2 } from '@angular/core'; import { Data, Offsets, Options } from './models/index'; export declare class Positioning { position(hostElement: HTMLElement, targetElement: HTMLElement): Offsets; offset(hostElement: HTMLElement, targetElement: HTMLElement): Offsets; positionElements(hostElement: HTMLElement, targetElement: HTMLElement, position: string, _appendToBody?: boolean, options?: any): Data; } export declare function positionElements(hostElement: HTMLElement, targetElement: HTMLElement, placement: string, appendToBody?: boolean, options?: Options, renderer?: Renderer2): void;