Update TieredMenu.d.ts

pull/4806/head
tugcekucukoglu 2023-10-31 16:36:13 +03:00
parent 8ec53fc790
commit 12cb11c573
1 changed files with 3 additions and 3 deletions

View File

@ -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
*/ */