feat(menu): default to overlay for ios menu (#19063)

resolves #18662
This commit is contained in:
Adam Bradley
2019-10-08 11:59:06 -05:00
committed by Brandy Carney
parent 1b9d61bfa8
commit dbf6a448ff
9 changed files with 29 additions and 21 deletions

View File

@@ -1,8 +1,8 @@
import { Animation, Side } from '../../interface';
export interface MenuI {
el: HTMLIonMenuElement;
mode: string;
side: Side;
menuId?: string;
disabled: boolean;