UNPKG

445 BTypeScriptView Raw
1import { OverlayBaseController } from '@ionic/angular/common';
2import type { ActionSheetOptions } from '@ionic/core';
3import * as i0 from "@angular/core";
4export declare class ActionSheetController extends OverlayBaseController<ActionSheetOptions, HTMLIonActionSheetElement> {
5 constructor();
6 static ɵfac: i0.ɵɵFactoryDeclaration<ActionSheetController, never>;
7 static ɵprov: i0.ɵɵInjectableDeclaration<ActionSheetController>;
8}