mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 13:01:01 +08:00
fix(menu-toggle): autohides
This commit is contained in:
1
packages/core/src/components.d.ts
vendored
1
packages/core/src/components.d.ts
vendored
@ -1664,6 +1664,7 @@ declare global {
|
||||
}
|
||||
namespace JSXElements {
|
||||
export interface IonMenuToggleAttributes extends HTMLAttributes {
|
||||
autoHide?: boolean;
|
||||
menu?: string;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user