UNPKG

react-redux

Version:

Official React bindings for Redux

5 lines (4 loc) 233 B
import type { Action, Dispatch } from 'redux'; export declare function createInvalidArgFactory(arg: unknown, name: string): (dispatch: Dispatch<Action<unknown>>, options: { readonly wrappedComponentName: string; }) => never;