UNPKG

ngx-slimscroll

Version:

***ngx-slimscroll*** is a customizable scrollbar directive for Angular2+.

12 lines (11 loc) 320 B
export interface ISlimScrollState { scrollPosition: number; isScrollAtStart: boolean; isScrollAtEnd: boolean; } export declare class SlimScrollState implements ISlimScrollState { scrollPosition: number; isScrollAtStart: boolean; isScrollAtEnd: boolean; constructor(obj?: ISlimScrollState); }