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;
|
disabled?: boolean;
|
||||||
id?: string;
|
id?: string;
|
||||||
handler?: (input: AlertInput) => void;
|
handler?: (input: AlertInput) => void;
|
||||||
min?: number;
|
min?: string | number;
|
||||||
max?: number;
|
max?: string | number;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface AlertButton {
|
export interface AlertButton {
|
||||||
|
Reference in New Issue
Block a user