Skip to content

Commit

Permalink
fix(store): add missing StoreConfig and RootStoreConfig exports (#2009)
Browse files Browse the repository at this point in the history
Closes #2007
  • Loading branch information
bhalash authored and brandonroberts committed Jul 13, 2019
1 parent 2c2e05e commit 5e01e50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/store/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,7 @@ export {
StoreModule,
StoreRootModule,
StoreFeatureModule,
RootStoreConfig,
StoreConfig,
} from './store_module';
export { on, createReducer } from './reducer_creator';

0 comments on commit 5e01e50

Please sign in to comment.