UNPKG

232 BTypeScriptView Raw
1export declare function Action(description?: string, log?: boolean): Function;
2/**
3 * Returns correct instance of redux dev tools installed
4 *
5 * @export
6 * @returns
7 */
8export declare function _createReduxDevtoolsExtension(): any;