UNPKG

@nlabs/arkhamjs-middleware-redux

Version:

Integrate ArkhamJS state management within Redux

4 lines (3 loc) 182 B
import { Store } from 'redux'; import type { ArkhamReduxStoreType } from './types/main'; export declare const createArkhamStore: (configuration: ArkhamReduxStoreType) => Store<any>;