UNPKG

react-application-core

Version:

A react-based application core for the business applications.

7 lines (6 loc) 272 B
import { ILoadedListOnToolbarToolsRefreshConfigEntity } from '../../definition'; /** * @stable [09.09.2020] * @param cfg */ export declare const makeToolbarToolsEffectsProxy: <TState = {}>(cfg: ILoadedListOnToolbarToolsRefreshConfigEntity<TState>) => () => void;