UNPKG

angular2-data-table

Version:

angular2-data-table is a Angular2 component for presenting large and complex data.

8 lines (7 loc) 229 B
/** * Gets the width of the scrollbar. Nesc for windows * http://stackoverflow.com/a/13382873/888165 * @return {int} width */ export declare function getScrollBarWidth(): number; export declare const scrollbarWidth: number;