UNPKG

@swimlane/ngx-datatable

Version:

ngx-datatable is an Angular table grid component for presenting large and complex data.

8 lines (7 loc) 199 B
/** * Gets the width of the scrollbar. Nesc for windows * http://stackoverflow.com/a/13382873/888165 */ export declare class DimensionsHelper { getDimensions(element: Element): ClientRect; }