This commit is contained in:
Manu Mtz.-Almeida
2017-03-23 17:37:44 +01:00

View File

@ -27,5 +27,6 @@ export interface AlertInputOptions {
export interface AlertButton {
text?: string;
role?: string;
cssClass?: string;
handler?: Function;
};