@botonic/react
Version:
Build Chatbots using React
11 lines (10 loc) • 326 B
TypeScript
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;