UNPKG
@cobuildlab/8base-chat
Version:
latest (3.0.6)
3.0.6
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.2.0
2.1.1
2.1.0
2.0.1
2.0.0
1.0.1
1.0.0
Chat component that uses 8base
@cobuildlab/8base-chat
/
dist
/
shared
/
constants
/
chat.d.ts
6 lines
(5 loc)
•
227 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
const
CHAT_MESSAGES_LAST
=
16
;
export
declare
const
CHAT_TAB_WIDTH
=
300
;
export
declare
const
CHAT_TAB_MARGIN_R
=
18
;
export
declare
const
MESSAGE_LIMIT
=
4000
;
export
declare
const
ATTACHMENT_MAX_SIZE
:
number
;