mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-07 23:03:19 +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
|
* @returns {Promise} Returns a Promise that resolves when the actionsheet is closed
|
||||||
*/
|
*/
|
||||||
@Cordova()
|
@Cordova()
|
||||||
static hide(): Promise<any> { return; }
|
static hide(options?: any): Promise<any> { return; }
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user