UNPKG

prestyled

Version:

React components for styling web projects, based upon Theme UI

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