UNPKG

ngx-chat

Version:
10 lines (9 loc) 254 B
import { OnInit, NgZone } from '@angular/core'; export declare class ChatComponent implements OnInit { private zone; chatState: string; timeoutSize: number; constructor(zone: NgZone); ngOnInit(): void; showNotification(): void; }