UNPKG

ngx-bootstrap

Version:
5 lines (4 loc) 167 B
/** * Gets the scroll value of the given element in the given side (top and left) */ export declare function getScroll(element: HTMLElement, side?: string): number;