UNPKG

stream-chat-react

Version:

React components to create chat conversations or livestream style chat

3 lines 222 B
import type { TypingContextValue } from '../../../context/TypingContext'; export declare const useCreateTypingContext: (value: TypingContextValue) => TypingContextValue; //# sourceMappingURL=useCreateTypingContext.d.ts.map