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 babd35f commit b55b0e4Copy full SHA for b55b0e4
modules/store-devtools/src/index.ts
@@ -1,6 +1,7 @@
1
export { StoreDevtoolsModule } from './instrument';
2
export { LiftedState, RECOMPUTE } from './reducer';
3
export { StoreDevtools } from './devtools';
4
+export { REDUX_DEVTOOLS_EXTENSION } from './extension';
5
export {
6
StoreDevtoolsConfig,
7
StoreDevtoolsOptions,
0 commit comments