UNPKG

@nlabs/arkhamjs-middleware-redux

Version:

Integrate ArkhamJS state management within Redux

4 lines 232 B
import { Store } from 'redux'; import type { ArkhamReduxStoreType } from './types/main.js'; export declare const createArkhamStore: (configuration: ArkhamReduxStoreType) => Store<any>; //# sourceMappingURL=createArkhamStore.d.ts.map