mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #4190 - For PanelMenu
This commit is contained in:
parent
06acfdf264
commit
a7f0366b6a
2 changed files with 5 additions and 0 deletions
4
components/lib/panelmenu/PanelMenu.d.ts
vendored
4
components/lib/panelmenu/PanelMenu.d.ts
vendored
|
@ -134,6 +134,10 @@ export interface PanelMenuState {
|
|||
* Defines current options in PanelMenu component.
|
||||
*/
|
||||
export interface PanelMenuContext {
|
||||
/**
|
||||
* Current menuitem
|
||||
*/
|
||||
item: any;
|
||||
/**
|
||||
* Index of the menuitem.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue