stream-chat-react
Version:
React components to create chat conversations or livestream style chat
4 lines (3 loc) • 363 B
TypeScript
import type { TypingContextValue } from '../../../context/TypingContext';
import type { DefaultStreamChatGenerics } from '../../../types/types';
export declare const useCreateTypingContext: <StreamChatGenerics extends DefaultStreamChatGenerics = DefaultStreamChatGenerics>(value: TypingContextValue<StreamChatGenerics>) => TypingContextValue<StreamChatGenerics>;