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 5036b06 commit 9652584Copy full SHA for 9652584
lib/src/types/types.ts
@@ -1,7 +1,5 @@
1
-import { EnhancerOptions } from 'redux-devtools-extension';
2
-
3
export type ReduxDevtoolsExtension = {
4
- connect: (config: EnhancerOptions) => ReduxDevTools;
+ connect: (config: unknown) => ReduxDevTools;
5
};
6
7
type DispatchTypes = 'JUMP_TO_ACTION' | 'ROLLBACK';
0 commit comments