UNPKG

@clr/angular

Version:

Angular components for Clarity

10 lines (9 loc) 328 B
import * as i0 from "@angular/core"; export declare class ScrollingService { private _document; constructor(_document: any); stopScrolling(): void; resumeScrolling(): void; static ɵfac: i0.ɵɵFactoryDeclaration<ScrollingService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<ScrollingService>; }