UNPKG

stream-chat-react

Version:

React components to create chat conversations or livestream style chat

6 lines 268 B
import type { Attachment } from 'stream-chat'; export type GiphyAttachmentProps = { attachment: Attachment; }; export declare const Giphy: ({ attachment }: GiphyAttachmentProps) => import("react/jsx-runtime").JSX.Element | null; //# sourceMappingURL=Giphy.d.ts.map