mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #3965 - For TabView
This commit is contained in:
parent
61d659d3de
commit
85f6669263
5 changed files with 233 additions and 180 deletions
5
components/lib/tabview/TabView.d.ts
vendored
5
components/lib/tabview/TabView.d.ts
vendored
|
@ -166,6 +166,11 @@ export interface TabViewProps {
|
|||
* @type {TabViewPassThroughOptions}
|
||||
*/
|
||||
pt?: TabViewPassThroughOptions;
|
||||
/**
|
||||
* When enabled, it removes component related styles in the core.
|
||||
* @defaultValue false
|
||||
*/
|
||||
unstyled?: boolean;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue