mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-01 11:14:32 +00: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>.