UNPKG

triangulo-digital-components

Version:

Triângulo Digital Components Library - Design System do Triângulo Digital

8 lines (7 loc) 678 B
import { VariantProps } from 'class-variance-authority'; import { toggleVariants } from '../toggle'; import * as React from 'react'; import * as ToggleGroupPrimitive from '@radix-ui/react-toggle-group'; declare function ToggleGroup({ className, variant, size, children, ...props }: React.ComponentProps<typeof ToggleGroupPrimitive.Root> & VariantProps<typeof toggleVariants>): import("react/jsx-runtime").JSX.Element; declare function ToggleGroupItem({ className, children, variant, size, ...props }: React.ComponentProps<typeof ToggleGroupPrimitive.Item> & VariantProps<typeof toggleVariants>): import("react/jsx-runtime").JSX.Element; export { ToggleGroup, ToggleGroupItem };