build and lint

This commit is contained in:
Liam DeBeasi
2023-12-01 15:42:29 -05:00
parent 2c773ed0e6
commit 3470c64e51
3 changed files with 5 additions and 7 deletions

View File

@@ -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>>;
}