UNPKG

stream-chat-react

Version:

React components to create chat conversations or livestream style chat

7 lines 286 B
import { type GalleryItem } from './GalleryContext'; type GalleryHeaderProps = { currentItem: GalleryItem; }; export declare const GalleryHeader: ({ currentItem }: GalleryHeaderProps) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=GalleryHeader.d.ts.map