mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-21 00:23:00 +08:00
docs(action-sheet): add missing param interface
This commit is contained in:
parent
1c03c3ff3c
commit
5648bfc70f
@ -127,11 +127,11 @@ export class ActionSheet extends IonicNativePlugin {
|
||||
|
||||
/**
|
||||
* Programmatically hide the native ActionSheet
|
||||
* @param {any} options?
|
||||
* @param {ActionSheetOptions} [options] Options See table below
|
||||
* @returns {Promise<any>} Returns a Promise that resolves when the actionsheet is closed
|
||||
*/
|
||||
@Cordova()
|
||||
hide(options?: any): Promise<any> {
|
||||
hide(options?: ActionSheetOptions): Promise<any> {
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user