@tanzhenxing/zx-share-sheet
Version:
底部弹起的分享面板,用于展示各分享渠道对应的操作按钮,不含具体的分享逻辑。
23 lines (22 loc) • 564 B
JSON
{
"name": "@tanzhenxing/zx-share-sheet",
"version": "1.0.1",
"description": "底部弹起的分享面板,用于展示各分享渠道对应的操作按钮,不含具体的分享逻辑。",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"分享面板",
"分享",
"分享按钮",
"分享渠道"
],
"author": "tanzhenxing",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"@tanzhenxing/zx-icon": "^1.0.13",
"@tanzhenxing/zx-popup": "^1.0.11"
}
}