mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-22 11:40:10 +08:00
Update redux-thunk.d.ts
There's no "default" export in redux-thunk.
This commit is contained in:
Vendored
+1
-1
@@ -16,6 +16,6 @@ declare module "redux-thunk" {
|
||||
|
||||
var thunk: Thunk;
|
||||
|
||||
export default thunk;
|
||||
export = thunk;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user