16 lines
No EOL
823 B
TypeScript
Executable file
16 lines
No EOL
823 B
TypeScript
Executable file
import { ComponentFactoryResolver, Injector } from '@angular/core';
|
|
import { PopoverOptions } from '@ionic/core';
|
|
import { OverlayBaseController } from '../util/overlay';
|
|
import { AngularDelegate } from './angular-delegate';
|
|
import * as ɵngcc0 from '@angular/core';
|
|
export declare class PopoverController extends OverlayBaseController<PopoverOptions, HTMLIonPopoverElement> {
|
|
private angularDelegate;
|
|
private resolver;
|
|
private injector;
|
|
constructor(angularDelegate: AngularDelegate, resolver: ComponentFactoryResolver, injector: Injector);
|
|
create(opts: PopoverOptions): Promise<HTMLIonPopoverElement>;
|
|
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<PopoverController, never>;
|
|
static ɵprov: ɵngcc0.ɵɵInjectableDeclaration<PopoverController>;
|
|
}
|
|
|
|
//# sourceMappingURL=popover-controller.d.ts.map
|