mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
build and lint
This commit is contained in:
@@ -1465,13 +1465,11 @@ export class IonPickerColumn {
|
||||
}
|
||||
|
||||
|
||||
import type { PickerColumnItem as IIonPickerColumnPickerColumnItem } from '@ionic/core';
|
||||
|
||||
export declare interface IonPickerColumn extends Components.IonPickerColumn {
|
||||
/**
|
||||
* Emitted when the value has changed.
|
||||
*/
|
||||
ionChange: EventEmitter<CustomEvent<IIonPickerColumnPickerColumnItem>>;
|
||||
ionChange: EventEmitter<CustomEvent<string | number | undefined>>;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user