mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-15 09:34:19 +08:00
chore(picker): mark ionInputModeChange as internal (#28701)
This commit is contained in:
@ -1426,17 +1426,11 @@ export class IonPicker {
|
||||
constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
|
||||
c.detach();
|
||||
this.el = r.nativeElement;
|
||||
proxyOutputs(this, this.el, ['ionInputModeChange']);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
import type { PickerChangeEventDetail as IIonPickerPickerChangeEventDetail } from '@ionic/core/components';
|
||||
|
||||
export declare interface IonPicker extends Components.IonPicker {
|
||||
|
||||
ionInputModeChange: EventEmitter<CustomEvent<IIonPickerPickerChangeEventDetail>>;
|
||||
}
|
||||
export declare interface IonPicker extends Components.IonPicker {}
|
||||
|
||||
|
||||
@ProxyCmp({
|
||||
|
Reference in New Issue
Block a user