Refactor #4190 - For Menu

This commit is contained in:
Tuğçe Küçükoğlu 2023-07-25 12:11:23 +03:00
parent b89643cef1
commit fd326c4d8d
3 changed files with 13 additions and 2 deletions

View file

@ -119,6 +119,14 @@ export interface MenuState {
* Defines current options in Menu component.
*/
export interface MenuContext {
/**
* Current menuitem
*/
item: any;
/**
* Current index of the menuitem.
*/
index: number;
/**
* Current focused state of menuitem as a boolean.
* @defaultValue false