mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Refactor #3965 - For TreeTable .d.ts
This commit is contained in:
parent
7291d3a758
commit
e8f5896079
1 changed files with 5 additions and 0 deletions
5
components/lib/treetable/TreeTable.d.ts
vendored
5
components/lib/treetable/TreeTable.d.ts
vendored
|
@ -558,6 +558,11 @@ export interface TreeTableProps {
|
|||
* @type {TreeTablePassThroughOptions}
|
||||
*/
|
||||
pt?: TreeTablePassThroughOptions;
|
||||
/**
|
||||
* 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