UNPKG

ngx-bootstrap

Version:
6 lines (5 loc) 183 B
/** * Get the outer sizes of the given element (offset size + margins) */ import { Offsets } from '../models'; export declare function getOuterSizes(element: HTMLElement): Offsets;