theme-lib
Version:
This is a simple example Angular Library published to npm.
16 lines (15 loc) • 370 B
TypeScript
import { NbChatOptions } from './chat.options';
export declare class NbChatMessageMapComponent {
message: string;
sender: string;
date: Date;
latitude: number;
longitude: number;
readonly file: {
url: string;
type: string;
icon: string;
};
mapKey: string;
constructor(options: NbChatOptions);
}