UNPKG

react-application-core

Version:

A react-based application core for the business applications.

10 lines (9 loc) 383 B
import { IEffectsAction } from 'redux-effects-promise'; import { IReduxTabPanelEntity } from '../../definition'; /** * @stable [12.04.2020] * @param {IGenericTabPanelEntity} state * @param {IEffectsAction} action * @returns {IGenericTabPanelEntity} */ export declare const tabPanelReducer: (state: IReduxTabPanelEntity, action: IEffectsAction) => IReduxTabPanelEntity;