Skip to content

Commit 2d37b48

Browse files
fix(store): add DefaultProjectorFn to public API (#2090)
Allows you to fully type the selector without reaching into the src folder
1 parent 303f9fe commit 2d37b48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/store/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ export {
3333
MemoizedSelector,
3434
MemoizedSelectorWithProps,
3535
resultMemoize,
36+
DefaultProjectorFn,
3637
} from './selector';
3738
export { State, StateObservable, reduceState } from './state';
3839
export {

0 commit comments

Comments
 (0)