UNPKG

235 BPlain TextView Raw
1import { IValueMap } from "./IValueMap"
2export type IStoresToProps<
3 S extends IValueMap = {},
4 P extends IValueMap = {},
5 I extends IValueMap = {},
6 C extends IValueMap = {}
7> = (stores: S, nextProps: P, context?: C) => I