UNPKG

@omnia/foundation

Version:

Provide omnia foundation typings and tooling work on client side for omnia extension

11 lines (10 loc) 344 B
import { ElementRef, OnChanges, OnInit, OnDestroy } from '@angular/core'; export declare class Scroll implements OnInit, OnChanges, OnDestroy { private element; scroll: Function; private eventFunc; constructor(element: ElementRef); ngOnInit(): void; ngOnChanges(changes: any): void; ngOnDestroy(): void; }