UNPKG
@zegocloud/zimkit-vue
Version:
latest (1.2.1)
1.2.1
ZEGO ZIMKit SDK for Web Vue
@zegocloud/zimkit-vue
/
components
/
ZIMKitChat
/
Constant
/
index.d.ts
6 lines
(5 loc)
•
87 B
TypeScript
View Raw
1
2
3
4
5
6
declare
const
Mode
: {
normal
:
number
;
multiSelect
:
number
; };
export
{
Mode
};