UNPKG

stream-chat-react

Version:

React components to create chat conversations or livestream style chat

6 lines 300 B
import type { SearchController } from 'stream-chat'; export type UseSearchQueriesInProgressParams = { searchController: SearchController; }; export declare const useSearchQueriesInProgress: (searchController: SearchController) => string[]; //# sourceMappingURL=useSearchQueriesInProgress.d.ts.map