Type Alias: ButtonSize

ButtonSize = "sm" | "md" | "lg" | "icon"

Supported size presets for the button.

Example

const size: ButtonSize = 'icon';