mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
Merge branch 'master' of https://github.com/FdezRomero/ionic
This commit is contained in:
@ -27,5 +27,6 @@ export interface AlertInputOptions {
|
|||||||
export interface AlertButton {
|
export interface AlertButton {
|
||||||
text?: string;
|
text?: string;
|
||||||
role?: string;
|
role?: string;
|
||||||
|
cssClass?: string;
|
||||||
handler?: Function;
|
handler?: Function;
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user