Type Alias: ButtonVariant
type ButtonVariant =
| "error"
| "ghost"
| "outline"
| "primary"
| "secondary"
| "success"
| "tertiary"
| "warning";
Defined in: src/theme/components/types.ts:82
Visual style variants for button components