mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix: picker-column emits correct payload
This commit is contained in:
@@ -1469,7 +1469,7 @@ export declare interface IonPickerColumn extends Components.IonPickerColumn {
|
||||
/**
|
||||
* Emitted when the value has changed.
|
||||
*/
|
||||
ionChange: EventEmitter<CustomEvent<string | number | undefined>>;
|
||||
ionChange: EventEmitter<CustomEvent<{ value: string | number | undefined }>>;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user