UNPKG

geoiq-frontend-ui-kit

Version:

This project is a UI kit for GeoIQ's frontend. It's built with React, TypeScript, and Vite.

7 lines 642 B
import { RadioGroupVariants } from './radio-group-style'; import * as React from 'react'; import * as RadioGroupPrimitive from '@radix-ui/react-radio-group'; declare const RadioGroup: React.ForwardRefExoticComponent<Omit<RadioGroupPrimitive.RadioGroupProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>; declare const RadioGroupItem: React.ForwardRefExoticComponent<Omit<RadioGroupPrimitive.RadioGroupItemProps & React.RefAttributes<HTMLButtonElement>, "ref"> & React.RefAttributes<HTMLButtonElement>>; export { RadioGroup, RadioGroupItem, RadioGroupVariants }; //# sourceMappingURL=radio-group.d.ts.map