mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 11:17:19 +08:00
@ -33,7 +33,7 @@ export interface OverlayInterface {
|
||||
export interface OverlayController {
|
||||
create(opts?: any): Promise<HTMLElement>;
|
||||
dismiss(data?: any, role?: string, alertId?: number): Promise<void>;
|
||||
getTop(): Promise<HTMLElement>;
|
||||
getTop(): Promise<HTMLIonOverlayElement | undefined>;
|
||||
}
|
||||
|
||||
export interface HTMLIonOverlayElement extends HTMLStencilElement {
|
||||
|
Reference in New Issue
Block a user