mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-04-22 02:34:01 +08:00
fix(action-sheet): destructiveButtonLast is optional
This commit is contained in:
parent
73a510f9c2
commit
6416c2544c
@ -51,7 +51,7 @@ export interface ActionSheetOptions {
|
|||||||
/**
|
/**
|
||||||
* Choose if destructive button will be the last
|
* Choose if destructive button will be the last
|
||||||
*/
|
*/
|
||||||
destructiveButtonLast: boolean;
|
destructiveButtonLast?: boolean;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user