Refactor #3965 - For Button

This commit is contained in:
Tuğçe Küçükoğlu 2023-05-30 17:05:57 +03:00
parent 6dbd3ec18d
commit bffef92cb3
3 changed files with 211 additions and 121 deletions

View file

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