Update redux-thunk.d.ts

There's no "default" export in redux-thunk.
This commit is contained in:
Daniel Chao
2016-01-23 23:09:19 -08:00
parent 7fffbd3e04
commit ac23e8a37f
+1 -1
View File
@@ -16,6 +16,6 @@ declare module "redux-thunk" {
var thunk: Thunk;
export default thunk;
export = thunk;
}