UNPKG

reactant-share

Version:

A framework for building shared web applications with Reactant

6 lines 283 B
import { PluginModule } from 'reactant'; import type { ReducersMapObject } from 'redux'; export declare class IdentifierChecker extends PluginModule { beforeCombineRootReducers: (reducers: ReducersMapObject) => ReducersMapObject; } //# sourceMappingURL=identifierChecker.d.ts.map