UNPKG

stream-chat-react

Version:

React components to create chat conversations or livestream style chat

6 lines 335 B
import type { LocalMessage } from 'stream-chat'; export type TranslationIndicatorProps = { message?: LocalMessage; }; export declare const MessageTranslationIndicator: ({ message: propMessage, }: TranslationIndicatorProps) => import("react/jsx-runtime").JSX.Element | null; //# sourceMappingURL=MessageTranslationIndicator.d.ts.map