pull/6798/head
tugcekucukoglu 2024-11-14 12:32:48 +03:00
parent bd113c752b
commit 6ba4f0e9f6
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ export interface ButtonProps extends ButtonHTMLAttributes {
* Specifies the variant of the component.
* @defaultValue undefined
*/
variant?: 'outlined' | 'text' | undefined;
variant?: 'outlined' | 'text' | 'link' | undefined;
/**
* Add a plain textual class to the button without a background initially.
* @defaultValue false