UNPKG

typedux

Version:

Slightly adjusted Redux (awesome by default) for TS

8 lines (7 loc) 216 B
import { State } from "../../reducers/State"; import { MockLeafState } from "./MockLeafState"; export interface IMockState extends State<string> { type: string; [key: string]: any; mock: MockLeafState; }