Skip to main content

Type Alias: ThemedButtonProperties

ThemedButtonProperties = ComponentProperties<StandardButtonProperties, Readonly<{ data-testid?: string; onClick?: ClickWithEvent<HTMLButtonElement>; onKeyDown?: KeyPress<HTMLButtonElement>; size?: ButtonSize; variant?: ButtonVariant; }>>

Defined in: src/theme/components/ThemedButton.tsx:81

Properties for the ThemedButton component.