UNPKG

stream-chat-react

Version:

React components to create chat conversations or livestream style chat

6 lines (5 loc) 244 B
import type { SearchController } from 'stream-chat'; export type UseSearchQueriesInProgressParams = { searchController: SearchController; }; export declare const useSearchQueriesInProgress: (searchController: SearchController) => string[];