feat(overlays): close overlay with back-button

This commit is contained in:
Manu Mtz.-Almeida
2018-09-04 01:09:29 +02:00
parent dfac9dc4e9
commit 4ccbefa4c6
4 changed files with 18 additions and 8 deletions

View File

@ -1,6 +1,6 @@
import { BackButtonEvent } from '../interface';
type Handler = () => Promise<void> | void;
type Handler = () => Promise<any> | void;
interface HandlerRegister {
priority: number;