UNPKG

@findnlink/ui

Version:
10 lines (9 loc) 240 B
export interface ButtonGroupProps { value: string; buttons: string[]; setValue: any; disabled?: boolean; /** Size of the button */ scale?: 's' | 'm' | 'l' | 'xl'; weight?: 'light' | 'normal' | 'bold'; }