UNPKG

@hsaadawy/ngx-chat

Version:
9 lines (8 loc) 313 B
import { ElementRef, EventEmitter, OnDestroy } from '@angular/core'; export declare class IntersectionObserverDirective implements OnDestroy { private el; ngxChatIntersectionObserver: EventEmitter<any>; private intersectionObserver; constructor(el: ElementRef); ngOnDestroy(): void; }