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)

5 lines (4 loc) 200 B
import { Action as ReduxAction, Reducer } from 'redux'; export declare type SubState = any; export declare type SubAction = ReduxAction; export declare type SubReducer = Reducer<SubState, SubAction>;