UNPKG

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