Type Alias: ControlButtonBarProps
ts
type ControlButtonBarProps = ExtractPublicPropTypes<
ReturnType<typeof makeControlButtonBarProps>
>;Props interface for the ControlButtonBar component.
Provides configuration for button management, layout justification, spacing, and overflow menu customization.