Skip to content

Commit

Permalink
fix(store): add DefaultProjectorFn to public API
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 committed Aug 27, 2019
1 parent 303f9fe commit 45b8791
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 45b8791

Please sign in to comment.