mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
[react-native] Make share options optional
This commit is contained in:
Vendored
+1
-1
@@ -6538,7 +6538,7 @@ export interface ShareStatic {
|
||||
* - `dialogTitle`
|
||||
*
|
||||
*/
|
||||
share(content: ShareContent, options: ShareOptions): Promise<Object>
|
||||
share(content: ShareContent, options?: ShareOptions): Promise<Object>
|
||||
sharedAction: string
|
||||
dismissedAction: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user