mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-31 18:49:43 +08:00
fix(actionsheet): add missing optional parameter for hide function (#262)
This commit is contained in:
parent
5a14ec01ef
commit
644e999d1e
@ -70,5 +70,5 @@ export class ActionSheet {
|
||||
* @returns {Promise} Returns a Promise that resolves when the actionsheet is closed
|
||||
*/
|
||||
@Cordova()
|
||||
static hide(): Promise<any> { return; }
|
||||
static hide(options?: any): Promise<any> { return; }
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user