mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #4136 - Improve pt options on components that use helper component
This commit is contained in:
parent
ce96ce96b9
commit
d730a7081c
12 changed files with 52 additions and 18 deletions
16
components/lib/tabpanel/TabPanel.d.ts
vendored
16
components/lib/tabpanel/TabPanel.d.ts
vendored
|
@ -119,6 +119,22 @@ export interface TabPanelContext {
|
|||
* Current index of the tab.
|
||||
*/
|
||||
index: number;
|
||||
/**
|
||||
* Count of tabs
|
||||
*/
|
||||
count: number;
|
||||
/**
|
||||
* Whether the tab is first.
|
||||
*/
|
||||
first: boolean;
|
||||
/**
|
||||
* Whether the tab is last.
|
||||
*/
|
||||
last: boolean;
|
||||
/**
|
||||
* Whether the tab is active.
|
||||
*/
|
||||
active: boolean;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue