interface ButtonBase {
    disabled?: boolean;
    emoji?: NullablePartialEmoji;
    label?: string;
    style: ButtonStyles;
    type: BUTTON;
}

Hierarchy (view full)

Properties

disabled?: boolean
label?: string
type: BUTTON