remove unused type

This commit is contained in:
Sean Yesmunt 2020-11-09 13:29:05 -05:00
parent 9bdf18eef6
commit 801f159059
2 changed files with 0 additions and 10 deletions

View file

@ -1,5 +0,0 @@
// @flow
// eslint-disable-next-line no-use-before-define
export type Dispatch<T> = (action: T | Promise<T> | Array<T> | ThunkAction<T>) => any; // Need to refer to ThunkAction
export type GetState = () => any;

5
flow-typed/Redux.js vendored
View file

@ -1,5 +0,0 @@
// @flow
// eslint-disable-next-line no-use-before-define
export type Dispatch<T> = (action: T | Promise<T> | Array<T> | ThunkAction<T>) => any; // Need to refer to ThunkAction
export type GetState = () => any;