remove unused type
This commit is contained in:
parent
9bdf18eef6
commit
801f159059
2 changed files with 0 additions and 10 deletions
5
dist/flow-typed/Redux.js
vendored
5
dist/flow-typed/Redux.js
vendored
|
@ -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
5
flow-typed/Redux.js
vendored
|
@ -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;
|
Loading…
Reference in a new issue