UNPKG

react-base-guide

Version:

react ui components

5 lines (4 loc) 165 B
/// <reference types="react" /> import CheckboxProps from "./interface"; declare const Checkbox: (props: CheckboxProps) => JSX.Element; export default Checkbox;