UNPKG
@open-chat/chat-bubble
Version:
latest (0.4.2)
0.4.2
0.4.1
0.4.0
0.3.0
0.2.1
0.2.0
0.1.0
0.0.7
0.0.4
0.0.3
0.0.2
0.0.1
Chat bubble component.
openchat.so
@open-chat/chat-bubble
/
dist
/
types
/
lib
/
constants.d.ts
4 lines
(3 loc)
•
155 B
TypeScript
View Raw
1
2
3
4
export
declare
const
BASE_URL
=
"https://cloud.openchat.so/api"
;
export
declare
const
INIT_EP
=
"/chat/init"
;
export
declare
const
CHAT_EP
=
"/chat/send"
;