Refactor #3965 - For DataViewLayoutOptions

This commit is contained in:
Bahadır Sofuoğlu 2023-06-02 19:04:55 +03:00
parent 088d0aaa35
commit 80478bbfe1
3 changed files with 45 additions and 14 deletions

View file

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