UNPKG

@snowball-tech/fractal

Version:

Fractal's (Snowball's design system) React component library based on RadixUI and TailwindCSS

5 lines 366 B
import { Variants } from "../Toggle/Toggle.constants.js"; import { ToggleGroupItemProps, ToggleGroupProps } from "./ToggleGroup.types.js"; import { ToggleGroup } from "./ToggleGroup.js"; import { ToggleGroupItem } from "./ToggleGroupItem.js"; export { ToggleGroup, ToggleGroupItem, type ToggleGroupItemProps, type ToggleGroupProps, Variants as ToggleGroupVariants };