UNPKG

@nebular/theme

Version:
36 lines (35 loc) 678 B
/** * @license * Copyright Akveo. All Rights Reserved. * Licensed under the MIT License. See License.txt in the project root for license information. */ /** * Chat message component. */ export declare class NbChatMessageQuoteComponent { /** * Message sender * @type {string} */ message: string; /** * Message sender * @type {string} */ sender: string; /** * Message send date * @type {Date} */ date: Date; /** * Message send date format, default 'shortTime' * @type {string} */ dateFormat: string; /** * Quoted message * @type {Date} */ quote: string; }