stream-chat-react
Version:
React components to create chat conversations or livestream style chat
8 lines • 548 B
TypeScript
import { MessageContextValue } from '../../context/MessageContext';
import type { MessageUIComponentProps } from './types';
import type { DefaultStreamChatGenerics } from '../../types/types';
/**
* The default UI component that renders a message and receives functionality and logic from the MessageContext.
*/
export declare const MessageSimple: <StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics>(props: Partial<MessageContextValue<StreamChatGenerics>>) => JSX.Element;
//# sourceMappingURL=MessageSimple.d.ts.map