mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +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 {
|
||||
text?: string;
|
||||
role?: string;
|
||||
cssClass?: string;
|
||||
handler?: Function;
|
||||
};
|
||||
|
Reference in New Issue
Block a user