Refactor #3965 - For TreeTable .d.ts
parent
7291d3a758
commit
e8f5896079
|
@ -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…
Reference in New Issue