Refactor #3965 - For SelectButton

This commit is contained in:
Tuğçe Küçükoğlu 2023-05-25 17:09:22 +03:00
parent e562695287
commit 808b7625ac
3 changed files with 57 additions and 44 deletions

View file

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