mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Update redux-thunk-tests.ts
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
/// <reference path="../express/express.d.ts" />
|
||||
|
||||
import { createStore, applyMiddleware, Store, Dispatch } from 'redux';
|
||||
import thunk from 'redux-thunk';
|
||||
import * as thunk from 'redux-thunk';
|
||||
import { ThunkInterface } from 'redux-thunk';
|
||||
import { Promise } from 'es6-promise';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user