UNPKG

ngx-bootstrap-fix-datepicker

Version:
8 lines (7 loc) 173 B
/** * Get the outer sizes of the given element (offset size + margins) */ export declare function getOuterSizes(element: any): { width: number; height: number; };