mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 02:31:34 +08:00
feat(overlays): close overlay with back-button
This commit is contained in:
2
core/src/interface.d.ts
vendored
2
core/src/interface.d.ts
vendored
@ -41,7 +41,7 @@ export type ComponentRef = Function | HTMLElement | string;
|
||||
export type ComponentProps<T = null> = T extends ComponentTags ? StencilIntrinsicElements[T] : {[key: string]: any};
|
||||
export type CssClassMap = { [className: string]: boolean };
|
||||
export type BackButtonEvent = CustomEvent<{
|
||||
register(priority: number, handler: () => Promise<void> | void): void;
|
||||
register(priority: number, handler: () => Promise<any> | void): void;
|
||||
}>
|
||||
|
||||
declare global {
|
||||
|
Reference in New Issue
Block a user