UNPKG

stream-chat-react

Version:

React components to create chat conversations or livestream style chat

4 lines 416 B
import type { LocalMessage, ReactionResponse, ReactionSort } from 'stream-chat'; export declare const MAX_MESSAGE_REACTIONS_TO_FETCH = 1000; export declare function useReactionsFetcher(message: LocalMessage): import("../../../utils/useStableCallback").StableCallback<[reactionType?: string | undefined, sort?: ReactionSort | undefined], Promise<ReactionResponse[]>>; //# sourceMappingURL=useReactionsFetcher.d.ts.map