UNPKG

@botonic/react

Version:

Build Chatbots using React

11 lines (10 loc) 326 B
export function resolveMessageTimestamps(getThemeFn: any, messageTimestampEnabled: any): { timestampsEnabled: boolean; getFormattedTimestamp: any; timestampStyle: any; }; export function MessageTimestamp({ timestamp, style, isfromuser }: { timestamp: any; style: any; isfromuser: any; }): JSX.Element;