Home > @uniformdev/design-system > ButtonSoftThemeProps
ButtonSoftThemeProps type
Warning: This API is now obsolete.
- Beta Button themes for the soft variant
Signature:
type ButtonSoftThemeProps = 'primary' | 'tertiary' | 'alt' | 'destructive' | 'accent-primary';