UNPKG

stream-chat-react

Version:

React components to create chat conversations or livestream style chat

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