diff --git a/src/plugins/actionsheet.ts b/src/plugins/actionsheet.ts index 4ccbbedf1..9019e194a 100644 --- a/src/plugins/actionsheet.ts +++ b/src/plugins/actionsheet.ts @@ -70,5 +70,5 @@ export class ActionSheet { * @returns {Promise} Returns a Promise that resolves when the actionsheet is closed */ @Cordova() - static hide(): Promise { return; } + static hide(options?: any): Promise { return; } }