Variable ToggleGroupConst
ToggleGroup: ForwardRefExoticComponent<
(
(Omit<ToggleGroupSingleProps & RefAttributes<HTMLDivElement>, "ref"> | Omit<ToggleGroupMultipleProps & RefAttributes<...>, "ref">) & VariantProps<...>
) & RefAttributes<HTMLDivElement>,
> = ...
ToggleGroup components provide a set of two-state buttons that can be toggled on or off. These components are built on Radix UI primitives and styled with Shadcn UI. See Shadcn UI Documentation: https://ui.shadcn.com/docs/components/toggle-group See Radix UI Documentation: https://www.radix-ui.com/primitives/docs/components/toggle-group