UNPKG

typedux

Version:

Slightly adjusted Redux (awesome by default) for TS

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