UNPKG

ngx-neatscrollspy

Version:

Plugin to create a smooth and custom scrollspy experience in your application

9 lines (8 loc) 259 B
import { EventEmitter } from '@angular/core'; export declare class NestScrollspyService { changes$: EventEmitter<any>; private indexes; getIndex(key: string): any; setIndex(key: string, index: any): void; deleteIndex(key: string): void; }