UNPKG

stream-chat-react

Version:

React components to create chat conversations or livestream style chat

3 lines (2 loc) 170 B
import type { TypingContextValue } from '../../../context/TypingContext'; export declare const useCreateTypingContext: (value: TypingContextValue) => TypingContextValue;