UNPKG

418 BTypeScriptView Raw
1import * as i0 from "@angular/core";
2/**
3 * Gets the width of the scrollbar. Nesc for windows
4 * http://stackoverflow.com/a/13382873/888165
5 */
6export declare class ScrollbarHelper {
7 private document;
8 width: number;
9 constructor(document: any);
10 getWidth(): number;
11 static ɵfac: i0.ɵɵFactoryDeclaration<ScrollbarHelper, never>;
12 static ɵprov: i0.ɵɵInjectableDeclaration<ScrollbarHelper>;
13}