import type { Buttons } from "./types"; export interface ButtonGroupProps { id: string; className?: string; buttons: Buttons; }