UNPKG

sub-redux

Version:

[![npm version](https://img.shields.io/npm/v/sub-redux.svg)](https://www.npmjs.com/package/sub-redux) [![npm](https://img.shields.io/npm/dm/sub-redux.svg)](https://www.npmjs.com/package/sub-redux)

7 lines (6 loc) 277 B
export { actions, Action, getId } from './actions'; export { middleware } from './middleware'; export { ParentProvider } from './ParentProvider'; export { reducer, State } from './reducer'; export { getSubStore } from './subStore'; export { useSubRedux } from './useSubRedux';