react-application-core
Version:
A react-based application core for the business applications.
9 lines (8 loc) • 410 B
TypeScript
import { IEffectsAction } from 'redux-effects-promise';
import { IDefaultFormChangesMiddlewareConfigEntity } from '../../definition';
/**
* @stable [19.09.2020]
*/
export declare class DefaultFormChangesMiddlewareFactories {
static readonly defaultFormChangesMiddleware: <TChanges = {}, TState = {}>(cfg: IDefaultFormChangesMiddlewareConfigEntity<TChanges, TState>) => IEffectsAction<unknown>;
}