Skip to content

Commit 5e01e50

Browse files
bhalashbrandonroberts
authored andcommitted
fix(store): add missing StoreConfig and RootStoreConfig exports (#2009)
Closes #2007
1 parent 2c2e05e commit 5e01e50

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/store/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,7 @@ export {
4747
StoreModule,
4848
StoreRootModule,
4949
StoreFeatureModule,
50+
RootStoreConfig,
51+
StoreConfig,
5052
} from './store_module';
5153
export { on, createReducer } from './reducer_creator';

0 commit comments

Comments
 (0)