mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 03:00:58 +08:00
chore(): sync with main
This commit is contained in:
@ -26,6 +26,9 @@ export interface AlertInput {
|
||||
name?: string;
|
||||
placeholder?: string;
|
||||
value?: any; // TODO(FW-2832): type
|
||||
/**
|
||||
* The label text to display next to the input, if the input type is `radio` or `checkbox`.
|
||||
*/
|
||||
label?: string;
|
||||
checked?: boolean;
|
||||
disabled?: boolean;
|
||||
|
Reference in New Issue
Block a user