UNPKG

ngx-bootstrap

Version:
6 lines (5 loc) 273 B
/** * Computed the boundaries limits and return them */ import { Offsets } from '../models'; export declare function getBoundaries(target: HTMLElement, host: HTMLElement, padding: number | undefined, boundariesElement: string, fixedPosition?: boolean): Partial<Offsets>;