1 | import * as i0 from "@angular/core";
|
2 | /**
|
3 | * Gets the width of the scrollbar. Nesc for windows
|
4 | * http://stackoverflow.com/a/13382873/888165
|
5 | */
|
6 | export declare class DimensionsHelper {
|
7 | getDimensions(element: Element): ClientRect;
|
8 | static ɵfac: i0.ɵɵFactoryDeclaration<DimensionsHelper, never>;
|
9 | static ɵprov: i0.ɵɵInjectableDeclaration<DimensionsHelper>;
|
10 | }
|