UNPKG

@chatscope/use-chat

Version:

React hook for state management in chat applications

4 lines (3 loc) 78 B
export interface ChatEvent<ChatEventType> { readonly type: ChatEventType; }