UNPKG

ngx-chat

Version:
11 lines (10 loc) 245 B
import { OnInit } from '@angular/core'; export declare class ChatNotificationComponent implements OnInit { userProfile: { photo: string; name: string; status: string; }; constructor(); ngOnInit(): void; }