Refactor #3965 - For DataView

This commit is contained in:
Bahadır Sofuoğlu 2023-06-01 15:02:56 +03:00
parent 7031e1d6d4
commit f46a6baa0d
3 changed files with 118 additions and 86 deletions

View file

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