Skip to content

Commit

Permalink
feat(Store): export SelectorWithProps and MemoizedSelectorWithProps (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
matepapp authored and timdeschryver committed Sep 25, 2018
1 parent d2992c9 commit df8fc60
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 @@ -5,6 +5,7 @@ export {
ActionReducerFactory,
MetaReducer,
Selector,
SelectorWithProps,
} from './models';
export { Store, select } from './store';
export { combineReducers, compose, createReducerFactory } from './utils';
Expand All @@ -25,6 +26,7 @@ export {
MemoizeFn,
MemoizedProjection,
MemoizedSelector,
MemoizedSelectorWithProps,
resultMemoize,
} from './selector';
export { State, StateObservable, reduceState } from './state';
Expand Down

0 comments on commit df8fc60

Please sign in to comment.