fix(toast): remove unused options

references #5582
This commit is contained in:
Brandy Carney
2016-04-21 14:28:58 -04:00
parent 02645322eb
commit f9ea2d85a5

View File

@ -220,9 +220,8 @@ class ToastCmp {
}
export interface ToastOptions {
title?: string;
message?: string;
cssClass?: string;
buttons?: Array<any>;
duration?: number;
showCloseButton?: boolean;
closeButtonText?: string;