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

6 lines (5 loc) 221 B
export { default as PrivilegeProvider } from './context/Privilege.context'; export { usePrivileges } from './context/Privilege.context'; export * from './hooks'; export * from './contracts'; export * from './components';