MCPcopy
hub / github.com/dvajs/dva / onActionFunc

Interface onActionFunc

packages/dva-no-router/index.d.ts:12–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10import { History } from "history";
11
12export interface onActionFunc {
13 (api: MiddlewareAPI<any>): void,
14}
15
16export interface ReducerEnhancer {
17 (reducer: Reducer<any>): void,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected