UNPKG

nes-ui-react

Version:

A design system that paints the web in 8 bits.

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