UNPKG

771 BTypeScriptView Raw
1export declare const updateShareMenu: () => Promise<{
2 errMsg: string;
3}>;
4export declare const showShareMenu: () => Promise<{
5 errMsg: string;
6}>;
7export declare const showShareImageMenu: () => Promise<{
8 errMsg: string;
9}>;
10export declare const shareVideoMessage: () => Promise<{
11 errMsg: string;
12}>;
13export declare const shareFileMessage: () => Promise<{
14 errMsg: string;
15}>;
16export declare const onCopyUrl: () => Promise<{
17 errMsg: string;
18}>;
19export declare const offCopyUrl: () => Promise<{
20 errMsg: string;
21}>;
22export declare const hideShareMenu: () => Promise<{
23 errMsg: string;
24}>;
25export declare const getShareInfo: () => Promise<{
26 errMsg: string;
27}>;
28export declare const authPrivateMessage: () => Promise<{
29 errMsg: string;
30}>;