frontend
Preparing search index...
components/navigation/navbutton
ButtonProps
Type Alias ButtonProps
type
ButtonProps
=
{
children
:
React.ReactNode
;
href
?:
string
;
onClick
?:
MouseEventHandler
<
HTMLButtonElement
>
;
size
?:
Responsive
<
"4"
|
"1"
|
"2"
|
"3"
>
;
}
Index
Properties
children
href?
on
Click?
size?
Properties
children
children
:
React.ReactNode
Optional
href
href
?:
string
Optional
on
Click
onClick
?:
MouseEventHandler
<
HTMLButtonElement
>
Optional
size
size
?:
Responsive
<
"4"
|
"1"
|
"2"
|
"3"
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
children
href
on
Click
size
frontend
Loading...