mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-28 12:43:06 +08:00
Update redux-thunk-tests.ts
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
import { createStore, applyMiddleware, Store, Dispatch } from 'redux';
|
||||
import * as thunk from 'redux-thunk';
|
||||
import { ThunkInterface } from 'redux-thunk';
|
||||
import ThunkInterface = ReduxThunk.ThunkInterface;
|
||||
import { Promise } from 'es6-promise';
|
||||
|
||||
declare var rootReducer: Function;
|
||||
|
||||
Reference in New Issue
Block a user