UNPKG

@nayan-ui/react

Version:

Reusable Component Library for ReactJS.

6 lines 564 B
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 }; //# sourceMappingURL=radio-group.d.ts.map