w3-redux
Version:
redux and redux thunk tools
9 lines (8 loc) • 372 B
TypeScript
export * as _reactRedux from "react-redux";
export * as _redux from "redux";
export * as _reduxThunk from "redux-thunk";
export * as _nextReduxWrapper from "next-redux-wrapper";
export { createStore } from "./store";
export { useReducer } from "./useReducer";
export { getDispatchTypes } from "./utils/getDispatchTypes";
export { useDispatch } from "react-redux";