react-application-core
Version:
A react-based application core for the business applications.
8 lines (7 loc) • 369 B
TypeScript
import { ILoadedListOnNavigateToPageMiddlewareConfigEntity } from '../../definition';
/**
* @stable [15.06.2020]
* @param {ILoadedListOnNavigateToPageMiddlewareConfigEntity<TState>} cfg
* @returns {() => void}
*/
export declare const makePaginatedListEffectsProxy: <TState = {}>(cfg: ILoadedListOnNavigateToPageMiddlewareConfigEntity<TState>) => () => void;