mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 18:54:11 +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