Refactor #3965 - For ToggleButton

This commit is contained in:
Tuğçe Küçükoğlu 2023-05-24 17:26:41 +03:00
parent 2d9be7a7d0
commit eff31e4a5a
3 changed files with 107 additions and 77 deletions

View file

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