picker-controller.d.ts 489 B

1234567891011
  1. import { OverlayBaseController } from '@ionic/angular/common';
  2. import type { PickerOptions } from '@ionic/core';
  3. import * as i0 from "@angular/core";
  4. /**
  5. * @deprecated Use the inline ion-picker component instead.
  6. */
  7. export declare class PickerController extends OverlayBaseController<PickerOptions, HTMLIonPickerLegacyElement> {
  8. constructor();
  9. static ɵfac: i0.ɵɵFactoryDeclaration<PickerController, never>;
  10. static ɵprov: i0.ɵɵInjectableDeclaration<PickerController>;
  11. }