@nex-ui/react
Version:
🎉 A beautiful, modern, and reliable React component library.
11 lines (8 loc) • 389 B
TypeScript
import * as react_jsx_runtime from 'react/jsx-runtime';
import { ElementType } from 'react';
import { RadioGroupProps } from './types.js';
declare const RadioGroup: {
<T extends string | number = string | number, RootComponent extends ElementType = "div">(inProps: RadioGroupProps<T, RootComponent>): react_jsx_runtime.JSX.Element;
displayName: string;
};
export { RadioGroup };