UNPKG

@szum-tech/design-system

Version:

Szum-Tech design system with tailwindcss support

12 lines (8 loc) 591 B
import * as react_jsx_runtime from 'react/jsx-runtime'; import * as React from 'react'; import { RadioGroup as RadioGroup$1 } from 'radix-ui'; type RadioGroupProps = React.ComponentProps<typeof RadioGroup$1.Root>; declare function RadioGroup({ className, ...props }: RadioGroupProps): react_jsx_runtime.JSX.Element; type RadioGroupItemProps = React.ComponentProps<typeof RadioGroup$1.Item>; declare function RadioGroupItem({ className, ...props }: RadioGroupItemProps): react_jsx_runtime.JSX.Element; export { RadioGroup, RadioGroupItem, type RadioGroupItemProps, type RadioGroupProps };