@paystreamer/sdk
Docs
GitHub
Preparing search index...
index
ButtonProps
Interface ButtonProps
interface
ButtonProps
{
loading
?:
boolean
;
ref
?:
Ref
<
HTMLButtonElement
>
;
size
?:
"default"
|
"sm"
|
"lg"
;
variant
?:
"default"
|
"secondary"
|
"outline"
|
"ghost"
|
"gradient"
;
}
Hierarchy
ButtonHTMLAttributes
<
HTMLButtonElement
>
ButtonProps
Index
Properties
loading?
ref?
size?
variant?
Properties
Optional
loading
loading
?:
boolean
Optional
ref
ref
?:
Ref
<
HTMLButtonElement
>
Optional
size
size
?:
"default"
|
"sm"
|
"lg"
Optional
variant
variant
?:
"default"
|
"secondary"
|
"outline"
|
"ghost"
|
"gradient"
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
loading
ref
size
variant
Docs
GitHub
@paystreamer/sdk
Loading...