mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
@@ -11,7 +11,7 @@ export interface InputChangeEvent {
|
||||
}
|
||||
|
||||
export interface SelectInputChangeEvent {
|
||||
value: string | string[] | undefined;
|
||||
value: any | any[] | undefined;
|
||||
text: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user