UNPKG

react-checker-maker

Version:

React checker maker is a lightweight package that can be used to manage privileges in [React Js](https://reactjs.org). This package utilizes [React Router Dom](https://reactrouter.com) and allows for the addition of specific privileges to routes and eleme

9 lines (8 loc) 229 B
import { FC } from 'react'; declare const Checkbox: FC<{ type?: 'check' | 'box'; checked: boolean; handleChange?: (id: string | number, checked: boolean) => void; id: string | number; }>; export default Checkbox;