UNPKG

434 BTypeScriptView Raw
1import { ActionSheetOptions } from '@ionic/core';
2import { OverlayBaseController } from '../util/overlay';
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}