UNPKG

ngx-scrollbar

Version:

<p align="center"> <img height="165px" width="165px" style="text-align: center;" src="https://cdn.statically.io/gh/MurhafSousli/ngx-scrollbar/master/projects/ngx-scrollbar-demo/public/logo.svg"> <h1 align="center">Angular Custom Scrollbar</h1> </p>

12 lines (11 loc) 585 B
import { Signal, ElementRef } from '@angular/core'; import { NgScrollbarCore } from './ng-scrollbar-core'; import { Scrollbars } from './scrollbars/scrollbars'; import * as i0 from "@angular/core"; export declare class NgScrollbar extends NgScrollbarCore { contentWrapper: Signal<ElementRef<HTMLElement>>; _scrollbars: Signal<Scrollbars>; constructor(); static ɵfac: i0.ɵɵFactoryDeclaration<NgScrollbar, never>; static ɵcmp: i0.ɵɵComponentDeclaration<NgScrollbar, "ng-scrollbar:not([externalViewport])", ["ngScrollbar"], {}, {}, never, ["*"], true, never>; }