We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ca85aa commit fe7d058Copy full SHA for fe7d058
modules/store/src/index.ts
@@ -12,6 +12,7 @@ export {
12
Selector,
13
SelectorWithProps,
14
RuntimeChecks,
15
+ FunctionWithParametersType,
16
} from './models';
17
export { createAction, props, union } from './action_creator';
18
export { Store, select } from './store';
0 commit comments