mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-21 00:23:00 +08:00
fix: remove confirm callback, not needed.
This commit is contained in:
parent
b5f92671ae
commit
662d8ce079
@ -14,14 +14,6 @@ export interface promptCallback {
|
||||
|
||||
}
|
||||
|
||||
export interface confirmCallback {
|
||||
|
||||
/**
|
||||
* The index of the pressed button. (Number) Note that the index uses one-based indexing, so the value is 1, 2, 3, etc.
|
||||
*/
|
||||
buttonIndex : number,
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* @name Dialogs
|
||||
|
Loading…
Reference in New Issue
Block a user