Refactor #4190 - For PanelMenu

This commit is contained in:
Tuğçe Küçükoğlu 2023-07-25 12:11:38 +03:00
parent 06acfdf264
commit a7f0366b6a
2 changed files with 5 additions and 0 deletions

View file

@ -134,6 +134,10 @@ export interface PanelMenuState {
* Defines current options in PanelMenu component.
*/
export interface PanelMenuContext {
/**
* Current menuitem
*/
item: any;
/**
* Index of the menuitem.
*/