stream-chat-react
Version:
React components to create chat conversations or livestream style chat
7 lines • 301 B
TypeScript
import type { GalleryItem } from '../Gallery/GalleryContext';
export type ImageProps = GalleryItem;
/**
* Display image with tap-to-expand modal gallery.
*/
export declare const ImageComponent: (galleryItem: ImageProps) => import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=Image.d.ts.map