Refactor #3965 - For SplitButton

This commit is contained in:
Tuğçe Küçükoğlu 2023-05-30 17:17:32 +03:00
parent 8e37fa418d
commit 7a76a65fe5
3 changed files with 164 additions and 132 deletions

View file

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