mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(picker): mark ionInputModeChange as internal (#28701)
This commit is contained in:
@@ -26,6 +26,9 @@ export class Picker implements ComponentInterface {
|
||||
|
||||
@Element() el!: HTMLIonPickerElement;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
*/
|
||||
@Event() ionInputModeChange!: EventEmitter<PickerChangeEventDetail>;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user