chore(picker): mark ionInputModeChange as internal (#28701)

This commit is contained in:
Liam DeBeasi
2023-12-13 17:51:23 -05:00
committed by GitHub
parent cd5c099dd3
commit e574ffe85a
4 changed files with 5 additions and 15 deletions

View File

@ -26,6 +26,9 @@ export class Picker implements ComponentInterface {
@Element() el!: HTMLIonPickerElement;
/**
* @internal
*/
@Event() ionInputModeChange!: EventEmitter<PickerChangeEventDetail>;
/**