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