UNPKG

theme-lib

Version:

This is a simple example Angular Library published to npm.

6 lines (5 loc) 114 B
export declare class NbChatMessageTextComponent { sender: string; message: string; date: Date; }