stream-chat-react
Version:
React components to create chat conversations or livestream style chat
7 lines • 565 B
TypeScript
import type { StreamMessage } from '../../context/ChannelStateContext';
import type { DefaultStreamChatGenerics } from '../../types/types';
export declare type GiphyPreviewMessageProps<StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics> = {
message: StreamMessage<StreamChatGenerics>;
};
export declare const GiphyPreviewMessage: <StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics>(props: GiphyPreviewMessageProps<StreamChatGenerics>) => JSX.Element;
//# sourceMappingURL=GiphyPreviewMessage.d.ts.map