分享添加
This commit is contained in:
2
src/types/global.d.ts
vendored
2
src/types/global.d.ts
vendored
@@ -362,7 +362,7 @@ interface ShareWrapper {
|
||||
/**
|
||||
* 使用系统组件发送分享
|
||||
*/
|
||||
sendWithSystem: (message: ShareMessage, successCB: () => any, errorCB: (err: DOMException) => any) => any;
|
||||
sendWithSystem: (message: ShareMessage, successCB: () => any, errorCB?: (err: DOMException) => any) => any;
|
||||
}
|
||||
|
||||
type AppKeyType =
|
||||
|
||||
Reference in New Issue
Block a user