@castore/event-storage-adapter-redux
Version:
DRY Castore EventStorageAdapter implementation using a Redux store
7 lines • 355 B
TypeScript
export { ReduxEventStorageAdapter } from './adapter';
export * from './hooks';
export { configureCastore } from './configureCastore';
export { getCastoreReducers } from './getCastoreReducers';
export type { EventStoreReduxState, EventStoresReduxState, EventStoreReduxReducer, } from './types';
export * from './errors';
//# sourceMappingURL=index.d.ts.map