import { IValueMap } from "./IValueMap"; export type IStoresToProps = (stores: S, nextProps: P, context?: C) => I;