Update #3965 - For TabMenu

This commit is contained in:
Tuğçe Küçükoğlu 2023-05-30 14:43:52 +03:00
parent 751295c755
commit 9d63038e29
3 changed files with 144 additions and 107 deletions

View file

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