chore(decorators): add types to decorators

Closes #5375
This commit is contained in:
Adam Bradley
2016-02-14 22:19:07 -06:00
parent 7f717b128b
commit a76808b4f1
3 changed files with 69 additions and 13 deletions

View File

@ -130,7 +130,8 @@ import {ViewController} from '../nav/view-controller';
title?: string,
subTitle?: string,
cssClass?: string,
buttons?: Array<any>
buttons?: Array<any>,
enableBackdropDismiss?: boolean
} = {}) {
return new ActionSheet(opts);
}