mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 08:09:32 +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