UNPKG

shineout

Version:

A components library for React

5 lines (4 loc) 226 B
/// <reference types="react" /> import { RadioGroupProps } from './group.type'; declare const RadioGroupWithField: <DataItem, Value>(props: RadioGroupProps<DataItem, Value>) => JSX.Element; export default RadioGroupWithField;