Type Alias StateFragment<TComponent>

StateFragment: Partial<ReturnType<TComponent["getInitialState"]>>

Type Parameters