Refactor #4190 - For TabMenu

This commit is contained in:
Tuğçe Küçükoğlu 2023-07-25 12:11:57 +03:00
parent b947b4860f
commit daf6034d98
2 changed files with 14 additions and 9 deletions

View file

@ -86,6 +86,10 @@ export interface TabMenuState {
* Defines current options in TabMenu component.
*/
export interface TabMenuContext {
/**
* Current menuitem
*/
item: any;
/**
* Index of the menuitem
*/