UNPKG

stream-chat-react

Version:

React components to create chat conversations or livestream style chat

6 lines 312 B
import type { SearchSource } from 'stream-chat'; export type SearchSourceResultsProps = { searchSource: SearchSource; }; export declare const SearchSourceResults: ({ searchSource }: SearchSourceResultsProps) => import("react/jsx-runtime").JSX.Element | null; //# sourceMappingURL=SearchSourceResults.d.ts.map