mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Update TabView.d.ts
This commit is contained in:
parent
cc6ec6c874
commit
08289e81bc
1 changed files with 4 additions and 4 deletions
8
components/lib/tabview/TabView.d.ts
vendored
8
components/lib/tabview/TabView.d.ts
vendored
|
@ -56,10 +56,6 @@ export interface TabViewPassThroughOptions {
|
|||
* Uses to pass attributes to the list's DOM element.
|
||||
*/
|
||||
nav?: TabViewPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to TabPanel helper components.
|
||||
*/
|
||||
tab?: TabPanelPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the inkbar's DOM element.
|
||||
*/
|
||||
|
@ -84,6 +80,10 @@ export interface TabViewPassThroughOptions {
|
|||
* Uses to pass attributes to the panel's DOM element.
|
||||
*/
|
||||
panelContainer?: TabViewPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to TabPanel helper components.
|
||||
*/
|
||||
tab?: TabPanelPassThroughOptionType;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue