UNPKG

nes-ui-react

Version:

A design system that paints the web in 8 bits.

5 lines (4 loc) 216 B
import { BooleanFieldDerivedProps } from "./BooleanField"; export interface RadioProps extends BooleanFieldDerivedProps { } export declare const Radio: (props: RadioProps) => import("react/jsx-runtime").JSX.Element;