type Suffix = Partial<Omit<ButtonOptions, "label" | "inputLabel" | "inputLabelPosition" | "suffix">>;
Represents additional options for a button, which can be used as a suffix.
The Suffix
type provides a set of properties that control the appearance
and behavior of a button suffix. These options include settings for the label,
tooltip, click handler, variant, color, size, icon, trailing icon, active state,
selected state, disabled state, loading state, and loading progress.