UNPKG

shineout

Version:

A components library for React

5 lines (4 loc) 160 B
/// <reference types="react" /> import { RadioProps } from './radio.type'; declare const Radio: <T>(props: RadioProps<T>) => JSX.Element; export default Radio;