UNPKG

react-redux-permissions

Version:

A permissions library for react and redux applications.

8 lines (6 loc) 191 B
import HighOrderComponent from "./hoc" import Component from "./component" export * from "./actions" export * from "./reducer" export const HOC = HighOrderComponent export default Component