Refactor #3965 - For TabView

This commit is contained in:
Tuğçe Küçükoğlu 2023-05-24 09:24:33 +03:00
parent 61d659d3de
commit 85f6669263
5 changed files with 233 additions and 180 deletions

View file

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