mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-13 14:21:04 +08:00
fix(social-sharing): change shareWithOptions parameter typing (#3996)
This commit is contained in:
parent
551382a841
commit
a1e85d2f80
@ -74,7 +74,7 @@ export class SocialSharing extends AwesomeCordovaNativePlugin {
|
|||||||
shareWithOptions(options: {
|
shareWithOptions(options: {
|
||||||
message?: string;
|
message?: string;
|
||||||
subject?: string;
|
subject?: string;
|
||||||
files?: string | string[];
|
files?: string[];
|
||||||
url?: string;
|
url?: string;
|
||||||
chooserTitle?: string;
|
chooserTitle?: string;
|
||||||
}): Promise<any> {
|
}): Promise<any> {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user