Skip to content

Commit

Permalink
feat(store-devtools): add REDUX_DEVTOOLS_EXTENSION injection token to…
Browse files Browse the repository at this point in the history
… public API (#3338)
  • Loading branch information
edusperoni authored Mar 11, 2022
1 parent babd35f commit b55b0e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/store-devtools/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
export { StoreDevtoolsModule } from './instrument';
export { LiftedState, RECOMPUTE } from './reducer';
export { StoreDevtools } from './devtools';
export { REDUX_DEVTOOLS_EXTENSION } from './extension';
export {
StoreDevtoolsConfig,
StoreDevtoolsOptions,
Expand Down

0 comments on commit b55b0e4

Please sign in to comment.