UNPKG
share-light
Version:
latest (1.0.2)
1.0.2
1.0.0
0.0.5
0.0.1
轻量级的分享SDK
novlan1.github.io/docs/plugin-light/zh/share-light.html
novlan1/plugin-light
share-light
/
lib
/
types-helper.d.ts
7 lines
(6 loc)
•
135 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
const
SHARE_TYPE_MAP
: {
readonly
Wechat
:
1
;
readonly
Timeline
:
2
;
readonly
QQ
:
3
;
readonly
QZone
:
4
; };