UNPKG

react-application-core

Version:

A react-based application core for the business applications.

9 lines (8 loc) 335 B
import { IUntouchedListMiddlewareConfigEntity } from '../../definition'; /** * @effects-proxy-factory * @stable [09.09.2020] * * @param cfg */ export declare const makeUntouchedListEffectsProxy: <TState = {}, TDefaultFormChanges = {}>(cfg: IUntouchedListMiddlewareConfigEntity<TState, TDefaultFormChanges>) => () => void;