UNPKG

stream-chat-react

Version:

React components to create chat conversations or livestream style chat

10 lines 487 B
import type { LocalMessage } from 'stream-chat'; import type { TimestampFormatterOptions } from '../../i18n/types'; export type MessageTimestampProps = TimestampFormatterOptions & { customClass?: string; message?: LocalMessage; }; declare const UnMemoizedMessageTimestamp: (props: MessageTimestampProps) => import("react/jsx-runtime").JSX.Element; export declare const MessageTimestamp: typeof UnMemoizedMessageTimestamp; export {}; //# sourceMappingURL=MessageTimestamp.d.ts.map