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