UNPKG

prestyled

Version:

React components for styling web projects, based upon Theme UI

5 lines (4 loc) 127 B
/** @jsx jsx */ import { RadioProps } from 'theme-ui'; export declare const Radio: React.FC<RadioProps>; export default Radio;