mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 08:09:32 +08:00
chore: sync with main
This commit is contained in:
@ -75,6 +75,8 @@ export class PickerColumn implements ComponentInterface {
|
||||
|
||||
/**
|
||||
* Emitted when the value has changed.
|
||||
*
|
||||
* This event will not emit when programmatically setting the `value` property.
|
||||
*/
|
||||
@Event() ionChange!: EventEmitter<PickerColumnChangeEventDetail>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user