ionic-framework
Version:
The ionic-framework package comes with both Javascript and Sass frontend dependencies, located in the root of the package, and a Node API, located in `tooling/`.
12 lines (11 loc) • 399 B
TypeScript
import { ViewController } from '../view-controller';
export declare class OverlayController extends ViewController {
constructor(navCtrl: any, componentType: any, opts?: {});
setTitle(title: any): void;
setSubTitle(subTitle: any): void;
setBody(body: any): void;
addInput(input: any): void;
addButton(button: any): void;
close(): void;
onClose(handler: any): void;
}