Files
pole-book/server/node_modules/react-redux/es/connect/invalidArgFactory.d.ts

5 lines
229 B
TypeScript

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