UNPKG

ngx-scrollbar-v8

Version:

Custom overlay-scrollbars with native scrolling mechanism.

8 lines (7 loc) 350 B
import { CdkVirtualScrollViewport } from '@angular/cdk/scrolling'; import { SmoothScroll } from '../smooth-scroll/smooth-scroll'; export declare class NgScrollbarView { virtualScrollViewport: CdkVirtualScrollViewport; smoothScroll: SmoothScroll; constructor(virtualScrollViewport: CdkVirtualScrollViewport, smoothScroll: SmoothScroll); }