Refactor #3965 - For DataTable & Column & ColumnGroup & Row .d.ts

This commit is contained in:
Tuğçe Küçükoğlu 2023-06-02 10:00:36 +03:00
parent 2669fd5925
commit aabf445f91
4 changed files with 22 additions and 1 deletions

View file

@ -1016,6 +1016,11 @@ export interface DataTableProps {
* @type {DataTablePassThroughOptions}
*/
pt?: DataTablePassThroughOptions;
/**
* When enabled, it removes component related styles in the core.
* @defaultValue false
*/
unstyled?: boolean;
}
/**