UNPKG

@drieam/common

Version:

Default Drieam api wrapper

4 lines (3 loc) 158 B
import { StoreOptions } from '../types'; declare const setRootReducer: (rootReducer: any, opt?: Partial<StoreOptions>) => any; export default setRootReducer;