Skip to content

Commit

Permalink
fix(store): add DefaultProjectorFn to public API (#2090)
Browse files Browse the repository at this point in the history
Allows you to fully type the selector without reaching into the src folder
  • Loading branch information
brandonroberts authored Aug 27, 2019
1 parent 303f9fe commit 2d37b48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/store/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export {
MemoizedSelector,
MemoizedSelectorWithProps,
resultMemoize,
DefaultProjectorFn,
} from './selector';
export { State, StateObservable, reduceState } from './state';
export {
Expand Down

0 comments on commit 2d37b48

Please sign in to comment.