Type Alias: ThemedButtonProperties
ThemedButtonProperties =
ComponentProperties
<StandardButtonProperties
,Readonly
<{onClick?
:ClickWithEvent
<HTMLButtonElement
>;size?
:ButtonSize
;variant?
:ButtonVariant
; }>>
Defined in: src/theme/components/ThemedButton.tsx:81
Properties for the ThemedButton component.