Type Alias: ComponentVariant
type ComponentVariant =
| "danger"
| "error"
| "ghost"
| "outline"
| "primary"
| "secondary"
| "success"
| "tertiary"
| "warning";
Defined in: shared/types/componentProps.ts:121
Standard visual variants for component theming.