Preparing search index...
The search index is not available
@pr0gramm/design-system
@pr0gramm/design-system
DrawerButtonProps
Interface DrawerButtonProps
interface
DrawerButtonProps
{
critical
?:
boolean
;
icon
?:
ReactElement
<
unknown
,
string
|
JSXElementConstructor
<
any
>
>
;
onClick
?:
()
=>
void
;
role
?:
AriaRole
;
text
:
string
;
type
?:
"button"
|
"submit"
|
"reset"
;
}
Index
Properties
critical?
icon?
on
Click?
role?
text
type?
Properties
Optional
critical
critical
?:
boolean
Optional
icon
icon
?:
ReactElement
<
unknown
,
string
|
JSXElementConstructor
<
any
>
>
Optional
on
Click
onClick
?:
()
=>
void
Optional
role
role
?:
AriaRole
text
text
:
string
Optional
type
type
?:
"button"
|
"submit"
|
"reset"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
critical
icon
on
Click
role
text
type
@pr0gramm/design-system
Loading...