mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 22:44:13 +08:00
committed by
Adam Bradley
parent
a74e5653d5
commit
a0c60ffd1e
@@ -29,8 +29,8 @@ export interface AlertInput {
|
||||
disabled?: boolean;
|
||||
id?: string;
|
||||
handler?: (input: AlertInput) => void;
|
||||
min?: number;
|
||||
max?: number;
|
||||
min?: string | number;
|
||||
max?: string | number;
|
||||
}
|
||||
|
||||
export interface AlertButton {
|
||||
|
||||
Reference in New Issue
Block a user