UNPKG

fundamental-ngx

Version:

SAP Fiori Fundamentals, implemented in Angular

12 lines (11 loc) 336 B
import { ElementRef, EventEmitter } from '@angular/core'; export declare class ScrollSpyDirective { private elRef; trackedTags: string[]; fireEmpty: boolean; targetPercent: number; spyChange: EventEmitter<HTMLElement>; private currentActive; constructor(elRef: ElementRef); onScroll(event: any): void; }