UNPKG

template-ivan

Version:
7 lines (4 loc) 179 B
// @flow import type { State } from '../reducers/index' // eslint-disable-next-line no-use-before-define export type Thunk = (dispatch: Dispatch, getState: () => State) => any;