Refactor #3965 - For Menu

This commit is contained in:
Tuğçe Küçükoğlu 2023-05-29 12:09:48 +03:00
parent 67ec99ccd3
commit ce413c9a91
4 changed files with 163 additions and 121 deletions

View file

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