UNPKG

922 BJavaScriptView Raw
1import { temporarilyNotSupport } from '../../utils/index.js';
2
3// 转发
4const updateShareMenu = temporarilyNotSupport('updateShareMenu');
5const showShareMenu = temporarilyNotSupport('showShareMenu');
6const showShareImageMenu = temporarilyNotSupport('showShareImageMenu');
7const shareVideoMessage = temporarilyNotSupport('shareVideoMessage');
8const shareFileMessage = temporarilyNotSupport('shareFileMessage');
9const onCopyUrl = temporarilyNotSupport('onCopyUrl');
10const offCopyUrl = temporarilyNotSupport('offCopyUrl');
11const hideShareMenu = temporarilyNotSupport('hideShareMenu');
12const getShareInfo = temporarilyNotSupport('getShareInfo');
13const authPrivateMessage = temporarilyNotSupport('authPrivateMessage');
14
15export { authPrivateMessage, getShareInfo, hideShareMenu, offCopyUrl, onCopyUrl, shareFileMessage, shareVideoMessage, showShareImageMenu, showShareMenu, updateShareMenu };
16//# sourceMappingURL=index.js.map