fix(social-sharing): change shareWithOptions parameter typing (#3996)

This commit is contained in:
TAKUYA NAKAYASU 2022-01-24 00:14:14 +09:00 committed by GitHub
parent 551382a841
commit a1e85d2f80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,7 +74,7 @@ export class SocialSharing extends AwesomeCordovaNativePlugin {
shareWithOptions(options: {
message?: string;
subject?: string;
files?: string | string[];
files?: string[];
url?: string;
chooserTitle?: string;
}): Promise<any> {