UNPKG

@progress/kendo-angular-common

Version:

Kendo UI for Angular - Utility Package

28 lines (27 loc) 996 B
/**----------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { EventEmitter, NgZone, OnDestroy } from '@angular/core'; import * as i0 from "@angular/core"; /** * @hidden */ export declare const scrollbarWidth: () => number; /** * @hidden */ export declare const rtlScrollLeft: () => number; /** * @hidden */ export declare class ScrollbarService implements OnDestroy { changes: EventEmitter<any>; private subscription; constructor(ngZone: NgZone); get scrollbarWidth(): number; get rtlScrollLeft(): number; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration<ScrollbarService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<ScrollbarService>; }