Update TieredMenu.d.ts
parent
8ec53fc790
commit
12cb11c573
|
@ -184,9 +184,9 @@ export interface TieredMenuContext {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Defines valid router binding props in TabMenu component.
|
* Defines valid router binding props in TieredMenu component.
|
||||||
*/
|
*/
|
||||||
export interface TabMenuRouterBindProps {
|
export interface TieredMenuRouterBindProps {
|
||||||
/**
|
/**
|
||||||
* Action element binding
|
* Action element binding
|
||||||
*/
|
*/
|
||||||
|
@ -292,7 +292,7 @@ export interface TieredMenuSlots {
|
||||||
/**
|
/**
|
||||||
* Binding properties of the menuitem
|
* Binding properties of the menuitem
|
||||||
*/
|
*/
|
||||||
props: TabMenuRouterBindProps;
|
props: TieredMenuRouterBindProps;
|
||||||
/**
|
/**
|
||||||
* Whether or not there is a submenu
|
* Whether or not there is a submenu
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue