mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 05:58:26 +08:00
fix(ion-menu): finish ion-menu and ion-split-pane
This commit is contained in:
7
packages/core/src/components.d.ts
vendored
7
packages/core/src/components.d.ts
vendored
@ -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,
|
||||
|
Reference in New Issue
Block a user