UNPKG

216 BTypeScriptView Raw
1export interface IMessageProps {
2 image?: string;
3 authorName?: string;
4 time?: string;
5 text?: string;
6 isRightDir?: boolean;
7 showTitle?: boolean;
8 showAvatar?: boolean;
9 avatar?: string;
10}