Interface CustomButtonsOptions

Interface defining the props for the CustomButtons component.

interface CustomButtonsOptions {
    buttons: CustomButton[];
}

Properties

Properties

buttons: CustomButton[]

An array of button configurations to be rendered.