Skip to content

Commit a66dd46

Browse files
scallyzalmoxisus
authored andcommitted
Restore store typings (Fix #539) (#578)
1 parent 8bbdf99 commit a66dd46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

npm-package/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,6 @@ export interface EnhancerOptions {
156156
};
157157
}
158158

159-
export function composeWithDevTools(...funcs: Function[]): StoreEnhancer<any>;
159+
export function composeWithDevTools<StoreExt, StateExt>(...funcs: Array<StoreEnhancer<StoreExt, StateExt>>): StoreEnhancer<StoreExt, StateExt>;
160160
export function composeWithDevTools(options: EnhancerOptions): typeof compose;
161161
export function devToolsEnhancer(options: EnhancerOptions): StoreEnhancer<any>;

0 commit comments

Comments
 (0)