fix(menu-toggle): autohides

This commit is contained in:
Manu Mtz.-Almeida
2018-02-12 21:44:53 +01:00
parent 8be158f256
commit 56a3c7a3ad
11 changed files with 142 additions and 96 deletions

View File

@ -1664,6 +1664,7 @@ declare global {
}
namespace JSXElements {
export interface IonMenuToggleAttributes extends HTMLAttributes {
autoHide?: boolean;
menu?: string;
}
}