fix(ion-menu): finish ion-menu and ion-split-pane

This commit is contained in:
Manu Mtz.-Almeida
2017-10-27 18:22:13 +02:00
parent d9d0150b4c
commit 687b37ad3e
11 changed files with 350 additions and 434 deletions

View File

@ -1541,7 +1541,7 @@ declare global {
_register?: any,
_unregister?: any,
_setActiveMenu?: any,
create?: any,
createAnimation?: any,
animationCtrl?: any
}
}
@ -1572,6 +1572,11 @@ declare global {
mode?: string,
color?: string,
isOpen?: any,
setOpen?: any,
open?: any,
close?: any,
toggle?: any,
lazyMenuCtrl?: any,
content?: string,
menuId?: string,