mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-08 16:37:15 +00:00
.d.ts updates
This commit is contained in:
parent
47b97b485f
commit
1ccf0f13b9
3 changed files with 7 additions and 4 deletions
4
components/lib/tabview/TabView.d.ts
vendored
4
components/lib/tabview/TabView.d.ts
vendored
|
@ -97,7 +97,7 @@ export interface TabViewPassThroughAttributes {
|
|||
*/
|
||||
export interface TabViewState {
|
||||
/**
|
||||
* Current collapsed state as a boolean.
|
||||
* Current active index state.
|
||||
*/
|
||||
d_activeIndex: number;
|
||||
/**
|
||||
|
@ -106,10 +106,12 @@ export interface TabViewState {
|
|||
id: string;
|
||||
/**
|
||||
* Current state of previous button.
|
||||
* @defaultValue true
|
||||
*/
|
||||
isPrevButtonDisabled: boolean;
|
||||
/**
|
||||
* Current state of the next button.
|
||||
* @defaultValue false
|
||||
*/
|
||||
isNextButtonDisabled: boolean;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue