UNPKG

react-application-core

Version:

A react-based application core for the business applications.

9 lines (8 loc) 299 B
import { IEffectsAction } from 'redux-effects-promise'; import { IReduxChannelsEntity } from '../definition'; /** * @stable [06.11.2020] * @param state * @param action */ export declare const channelReducer: (state: IReduxChannelsEntity, action: IEffectsAction) => IReduxChannelsEntity;