Fixed #6756
parent
bd113c752b
commit
6ba4f0e9f6
|
@ -176,7 +176,7 @@ export interface ButtonProps extends ButtonHTMLAttributes {
|
||||||
* Specifies the variant of the component.
|
* Specifies the variant of the component.
|
||||||
* @defaultValue undefined
|
* @defaultValue undefined
|
||||||
*/
|
*/
|
||||||
variant?: 'outlined' | 'text' | undefined;
|
variant?: 'outlined' | 'text' | 'link' | undefined;
|
||||||
/**
|
/**
|
||||||
* Add a plain textual class to the button without a background initially.
|
* Add a plain textual class to the button without a background initially.
|
||||||
* @defaultValue false
|
* @defaultValue false
|
||||||
|
|
Loading…
Reference in New Issue