UNPKG

stream-chat-react

Version:

React components to create chat conversations or livestream style chat

7 lines (6 loc) 268 B
import React from 'react'; import type { SearchSource } from 'stream-chat'; export type SearchSourceResultsProps = { searchSource: SearchSource; }; export declare const SearchSourceResults: ({ searchSource }: SearchSourceResultsProps) => React.JSX.Element | null;