UNPKG

@chatscope/use-chat

Version:

React hook for state management in chat applications

4 lines (3 loc) 231 B
import { SendTypingServiceParams } from "../Types"; import { IChatService } from "../interfaces"; export declare const useThrottledSendTyping: (charService: IChatService, time: number) => (params: SendTypingServiceParams) => void;