This commit is contained in:
Ibby Hadeed 2017-04-18 17:47:24 -04:00
parent 1b84db035f
commit b4102310e7
2 changed files with 5 additions and 5 deletions

View File

@ -16,7 +16,7 @@ export interface ActionSheetOptions {
/** /**
* The subtitle for the actionsheet (IOS only) * The subtitle for the actionsheet (IOS only)
*/ */
subtitle?: string subtitle?: string;
/** /**
* Theme to be used on Android * Theme to be used on Android
@ -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;
} }
/** /**