Skip to content

Commit df8fc60

Browse files
matepapptimdeschryver
authored andcommitted
feat(Store): export SelectorWithProps and MemoizedSelectorWithProps (#1341)
1 parent d2992c9 commit df8fc60

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/store/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ export {
55
ActionReducerFactory,
66
MetaReducer,
77
Selector,
8+
SelectorWithProps,
89
} from './models';
910
export { Store, select } from './store';
1011
export { combineReducers, compose, createReducerFactory } from './utils';
@@ -25,6 +26,7 @@ export {
2526
MemoizeFn,
2627
MemoizedProjection,
2728
MemoizedSelector,
29+
MemoizedSelectorWithProps,
2830
resultMemoize,
2931
} from './selector';
3032
export { State, StateObservable, reduceState } from './state';

0 commit comments

Comments
 (0)