UNPKG

@bothub-chat/ui

Version:

Bothub UI Components

8 lines (7 loc) 317 B
import { MessageTimestampPosition } from '../types'; export interface MessageTimestampProps { time: string | number; position: MessageTimestampPosition; color: string; } export declare const MessageTimestamp: ({ time, position, color, }: MessageTimestampProps) => import("react/jsx-runtime").JSX.Element;