mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #4190 - For TabMenu
This commit is contained in:
parent
b947b4860f
commit
daf6034d98
2 changed files with 14 additions and 9 deletions
4
components/lib/tabmenu/TabMenu.d.ts
vendored
4
components/lib/tabmenu/TabMenu.d.ts
vendored
|
@ -86,6 +86,10 @@ export interface TabMenuState {
|
|||
* Defines current options in TabMenu component.
|
||||
*/
|
||||
export interface TabMenuContext {
|
||||
/**
|
||||
* Current menuitem
|
||||
*/
|
||||
item: any;
|
||||
/**
|
||||
* Index of the menuitem
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue