UNPKG

@dannyfranca/any-chat

Version:

Universal, extensible and improved JS API for Chats, like TawkTo, Jivochat, and others.

3 lines (2 loc) 81 B
declare type State = 'online' | 'offline' | 'away' | ''; export default State;