ButtonType
Enum to determine the type of a ButtonBlock. This is the main factor that decides which design is applied to the ButtonBlock.
enum ButtonType {
Primary = 'primary',
Secondary = 'secondary',
Tertiary = 'tertiary',
}Example
For examples on how different button types can look like, take a look at the ButtonBlock page.