UNPKG

@betterstore/react

Version:

6 lines (5 loc) 443 B
import * as React from "react"; import * as RadioGroupPrimitive from "@radix-ui/react-radio-group"; declare function RadioGroup({ className, ...props }: React.ComponentProps<typeof RadioGroupPrimitive.Root>): import("react/jsx-runtime").JSX.Element; declare function RadioGroupItem({ className, ...props }: React.ComponentProps<typeof RadioGroupPrimitive.Item>): import("react/jsx-runtime").JSX.Element; export { RadioGroup, RadioGroupItem };