fix(action-sheet): destructiveButtonLast is optional

This commit is contained in:
Ibby Hadeed 2017-05-17 11:07:34 -04:00
parent 73a510f9c2
commit 6416c2544c

View File

@ -51,7 +51,7 @@ export interface ActionSheetOptions {
/**
* Choose if destructive button will be the last
*/
destructiveButtonLast: boolean;
destructiveButtonLast?: boolean;
}
/**