Refactor #3965 - For TreeTable .d.ts

pull/4030/head
Tuğçe Küçükoğlu 2023-06-05 10:44:19 +03:00
parent 7291d3a758
commit e8f5896079
1 changed files with 5 additions and 0 deletions

View File

@ -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;
}
/**