UNPKG
chat-cs-uniapp
Version:
latest (0.0.1)
0.0.1
TCCC uniapp UIKit
chat-cs-uniapp
/
TUIKit
/
index.ts
9 lines
(6 loc)
•
106 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
import
{
TUICore
}
from
'./TUICore'
;
import
store
from
'./TUICore/store'
;
export
{
TUICore
, store };