UNPKG

@chatscope/use-chat

Version:

React hook for state management in chat applications

8 lines (7 loc) 149 B
/** * Can be used for state of the user connection, service connection etc */ export enum ConnectionState { Connected = 0, Disconnected = 1, }