Skip to content

Commit fe7d058

Browse files
feat(store): add FunctionWithParametersType to public API (#2988)
Closes #2983
1 parent 5ca85aa commit fe7d058

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
@@ -12,6 +12,7 @@ export {
1212
Selector,
1313
SelectorWithProps,
1414
RuntimeChecks,
15+
FunctionWithParametersType,
1516
} from './models';
1617
export { createAction, props, union } from './action_creator';
1718
export { Store, select } from './store';

0 commit comments

Comments
 (0)