mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-13 08:57:26 +08:00
The state handlers in withStateHandlers do not need to return the full state every time, since recompose will merge the states together. Their own flow-types specify $Shape<State>, which as far as I can tell is analogous to Partial<TState>.