mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 23:10:29 +00:00
wepy-redux: Fix --strictFunctionTypes error (#29892)
This commit is contained in:
Vendored
+1
-1
@@ -19,6 +19,6 @@ export function connect(
|
||||
mapDispatchToProps: MapDispatchToProps
|
||||
): (<T extends wepy.Component>(original: T) => T);
|
||||
|
||||
export function setStore(store: Store): void;
|
||||
export function setStore(store: Store<any, any>): void;
|
||||
|
||||
export function getStore(): Store;
|
||||
|
||||
Reference in New Issue
Block a user