SingleChoiceToggleGroup variable
A toolbar primitive that allows you to build an UI with multiple exclusive toggle groups, like the list type toggle.
Signature:
SingleChoiceToggleGroup: <T extends string>({ value, onChange, className, items }: SingleChoiceToggleGroupProps<T>) => React.JSX.Element