Skip to content

Commit b55b0e4

Browse files
authored
feat(store-devtools): add REDUX_DEVTOOLS_EXTENSION injection token to public API (#3338)
1 parent babd35f commit b55b0e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/store-devtools/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
export { StoreDevtoolsModule } from './instrument';
22
export { LiftedState, RECOMPUTE } from './reducer';
33
export { StoreDevtools } from './devtools';
4+
export { REDUX_DEVTOOLS_EXTENSION } from './extension';
45
export {
56
StoreDevtoolsConfig,
67
StoreDevtoolsOptions,

0 commit comments

Comments
 (0)