mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 11:17:19 +08:00
feat(overlays): close overlay with back-button
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import { BackButtonEvent } from '../interface';
|
||||
|
||||
type Handler = () => Promise<void> | void;
|
||||
type Handler = () => Promise<any> | void;
|
||||
|
||||
interface HandlerRegister {
|
||||
priority: number;
|
||||
|
Reference in New Issue
Block a user