UNPKG

@tarojs/taro-h5

Version:
17 lines (14 loc) 922 B
import { temporarilyNotSupport } from '../../utils/index.js'; // 转发 const updateShareMenu = temporarilyNotSupport('updateShareMenu'); const showShareMenu = temporarilyNotSupport('showShareMenu'); const showShareImageMenu = temporarilyNotSupport('showShareImageMenu'); const shareVideoMessage = temporarilyNotSupport('shareVideoMessage'); const shareFileMessage = temporarilyNotSupport('shareFileMessage'); const onCopyUrl = temporarilyNotSupport('onCopyUrl'); const offCopyUrl = temporarilyNotSupport('offCopyUrl'); const hideShareMenu = temporarilyNotSupport('hideShareMenu'); const getShareInfo = temporarilyNotSupport('getShareInfo'); const authPrivateMessage = temporarilyNotSupport('authPrivateMessage'); export { authPrivateMessage, getShareInfo, hideShareMenu, offCopyUrl, onCopyUrl, shareFileMessage, shareVideoMessage, showShareImageMenu, showShareMenu, updateShareMenu }; //# sourceMappingURL=index.js.map