UNPKG
@tencentcloud/ai-desk-customer-vue
Version:
latest (1.1.0)
1.1.0
1.0.1
1.0.0
0.7.0
0.3.0
0.2.1
0.2.0
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Vue UIKit for AI Desk
@tencentcloud/ai-desk-customer-vue
/
components
/
common
/
Toast
/
type.ts
9 lines
(7 loc)
•
134 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
const
TOAST_TYPE
= {
SUCCESS
:
'success'
,
WARNING
:
'warning'
,
ERROR
:
'error'
,
NORMAL
:
'normal'
, };
export
default
TOAST_TYPE
;