mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #3907 - options have changed as context
This commit is contained in:
parent
6005b67be7
commit
5aab120fe5
16 changed files with 75 additions and 24 deletions
4
components/lib/tabmenu/TabMenu.d.ts
vendored
4
components/lib/tabmenu/TabMenu.d.ts
vendored
|
@ -19,7 +19,7 @@ export declare type TabMenuPassThroughOptionType = TabMenuPassThroughAttributes
|
|||
export interface TabMenuPassThroughMethodOptions {
|
||||
props: TabMenuProps;
|
||||
state: TabMenuState;
|
||||
options: TabMenuOptions;
|
||||
context: TabMenuContext;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -78,7 +78,7 @@ export interface TabMenuState {
|
|||
/**
|
||||
* Defines current options in TabMenu component.
|
||||
*/
|
||||
export interface TabMenuOptions {
|
||||
export interface TabMenuContext {
|
||||
/**
|
||||
* Order of the menuitem
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue